매크로

조회 수 547 추천 1 댓글 4

안녕하세요.?


굉장히 오랜만에 들르네요.


요즘 진라 템 합성이다 뭐다 돈 들어갈데가 많다보니 예전에 쓰던 자동 미궁 스크립트를 조금 수정한 김에?


한번 올려봅니다.


특별한 기능은 없고 미궁 시작 누르고 끝나면 다시하기 누르기 무한반복입니다.


잘때 켜두고 아침에 확인하면 돈이 좀 늘어나 있더군요.?


개인적으로 팔콘 포함한 버티기덱 보다는 리우 전화헬 등 격수 위주로 빠른 스테이지 클리어와 빠른 전멸(?)을

위한 팟구성이 더 효율이 좋았던 것 같습니다.


기기는 ?((갤4 4.2.2)) ? 버전입니다.




-------------------------------------------------------------------------------------------------


:start


// 시작 위치확인 ----------------------------

:where

touchpress 0 465 2

sleep 100

// 모험여관 확인

getcolor #c1 441 425

getcolor #c2 440 765

if #c1 == -65793 and #c2 == -65793

goto :main

endif

sleep 100

// 월드맵 확인

getcolor #c1 456 269

getcolor #c2 457 542

if #c1 == -1905935 and #c2 == -1643021

sleep 10

toast 월드맵

sleep 500

touchpress 0 90 5

sleep 300

goto :gogo

endif

sleep 100

// 미궁 도는중

getcolor #c1 49 29

getcolor #c2 43 89

if #c1 == and -65793 #c2 == -65793

goto :maze

endif

sleep 100

// 미궁 대기화면

getcolor #c1 57 313

if #c1 == 3049935

goto :mazestart

endif

//-------------------------------------------



//=====================팝업관련==========================


//-----------------출석보너스 확인-----------------------

:chull

getcolor #c1 460 348

getcolor #c2 462 71

if #c1 == 7153430 and #c2 == 3964589

toast 출석보너스 확인

sleep 500

touchpress 0 53 429

sleep 500

touchpress 0 164 400

sleep 500

endif


//--------------------비과금 팝업--------------------------

:clock1

getcolor #c1 78 276

getcolor #c2 59 365

if #c1 == 1315860 and #c2 == 7568783

toast 자정

sleep 100

touchpress 0 53 429

sleep 500

goto :clock1

endif

//-------------------------------------------------------




//--------------------과금 팝업 확인---------------------

:pop

getcolor #c1 78 276

getcolor #c2 80 450

if #c1 == 6253489 and #c2 == 7306124

toast 팝업 취소

sleep 500

touchpress 0 50 312

sleep 500

touchpress 0 158 483

sleep 300

goto :pop

endif



//==================업적 완료============================

getcolor #c1 287 578

getcolor #c2 356 400

if #c1 == 5710607 and #c2 == 7136234

toast 업적완료

sleep 500

touchpress 0 21 691

sleep 3000

goto :start

endif

//=======================================================


//-------------------------------------------------------



//모험여관에서 시작


:main

if #c1 == -65793 and #c2 == -65793

toast 모험 하기

sleep 300

touchpress 0 50 758

sleep 1000

else

goto :where

endif


//--------------------------------------------

//월드맵

getcolor #c1 456 269

getcolor #c2 457 542

if #c1 == -1905935 and #c2 == -1643021

//미궁 시작버튼

touchpress 0 71 593

sleep 2000

endif


:mazestart

//미궁 도전 누르기

getcolor #c1 57 313

if #c1 == 3049935

touchpress 0 57 313?

sleep 1500

touchpress 0 157 495

sleep 1000

endif


:maze

sleep 15000

getcolor #c1 49 29

getcolor #c2 43 89

if #c1 == -65793 and #c2 == -65793

sleep 1000

goto :inmaze

else?

goto :where

endif


:inmaze

// 화면 누르기

touchpress 0 253 777

sleep 5000


:finmaze

//미궁 종료 확인

getcolor #c1 308 250

getcolor #c2 308 555


if #c1 == 6788 and #c2 == 2837096

sleep 2500

toast <<finished>>

sleep 500

touchpress 0 105 495

sleep 2000

goto :mazestart

else

toast << ....ing >>

sleep 3000

goto :inmaze

endif



//--------------------------------------------


:end




List of Articles
분류 제목 글쓴이 최근변경 추천
질문 getcolor 질문 3 모스키토 2015.12.03 0/0
질문 getcolor 질문점요 3 가시바람 2016.06.04 0/0
질문 getRGB 관련 질문입니다. 10 로디언 2014.12.27 0/0
질문 GetRGB 이용한 변수 응용 질문이에요 2 Dlso 2016.11.05 0/0
질문 gogle 프로세스가 중지되었습니다.... qkrk43 2014.12.28 0/0
질문 goto문 질문좀 합니다 6 의정부휴지남 2015.03.04 0/0
질문 Granted 히로매크로 to got root permission 1 오바마대통령 2015.04.15 0/0
공유 HIT 베가아이언2용 4캐릭 모험만 도는 매크로입니다 2 붉은쌈닭 2016.03.10 1/0
질문 if = / if == 차이점이 뭔가요? 8 포테토스틱 2014.11.13 0/0
질문 if 문에 X>=Y-Z 가 가능한가요?? 1 큐디티 2014.12.18 0/0
질문 if 문에서 != 인식못하는건가요? 4 고라파전 2016.04.28 0/0
질문 if문 등등에 대해서 질문.. 2 붉은쌈닭 2016.04.18 0/0
질문 if문 색비교가 뭔가 이상합니다. 2 kddd 2014.12.12 0/0
질문 if문 작동을 안하는것 같습니다.. 2 호순옥 2016.04.15 0/0
질문 if문 작성 질문있는데요 if에 or을 붙이려면 어느게 맞... 3 상큼상큼 2015.03.16 0/0
질문 if문 작성시 도움부탁드립니다... 2 타나시 2016.07.08 0/0
질문 if문 적용이 안되는데 머가 문제인가요? 3 비몽4몽 2016.09.21 0/0
정보 keyPress 를 이용한 매크로 종료시 이메일 알람 만들기. 1 BeMoon 2014.10.21 0/0
질문 keypress 에 변수적용할수 없을가요? 4 라임나오기 2015.01.06 0/0
질문 keyPress, keyDown, keyUp 지속시간 관련 질문입니다. 1 존재감 2018.01.05 0/0
Board Pagination Prev 1 2345678910 ... 123 Next
/ 123

전체 최신 인기글

전체 주간 인기글