안녕하세요.?
굉장히 오랜만에 들르네요.
요즘 진라 템 합성이다 뭐다 돈 들어갈데가 많다보니 예전에 쓰던 자동 미궁 스크립트를 조금 수정한 김에?
한번 올려봅니다.
특별한 기능은 없고 미궁 시작 누르고 끝나면 다시하기 누르기 무한반복입니다.
잘때 켜두고 아침에 확인하면 돈이 좀 늘어나 있더군요.?
개인적으로 팔콘 포함한 버티기덱 보다는 리우 전화헬 등 격수 위주로 빠른 스테이지 클리어와 빠른 전멸(?)을
위한 팟구성이 더 효율이 좋았던 것 같습니다.
기기는 ?((갤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
감사합니다!! 잘쓸게용 ㅠㅠ.