Vous êtes sur la page 1sur 3

var #errors 0

var #color 0
var #errorlimit 1000
:start
//Account creation
touchPress 0 1145 58
sleep 100
touchPress 0 1032 58
//Bypass Google account
sleep 6000
touchPress 0 586 407
//Go to Name Screen
sleep 2000
:waitnamescreen
if #errors > #errorlimit
goto :tohome
endif
set #color 0
getColor #color 554 523
//If in namescreen, color 310,247 = 65827
if #color != -65827
sleep 5000
calc #errors #errors + 1
//toast Waiting namescreen #color
touchPress 0 586 407
goto :waitnamescreen
endif
//accept terms
touchPress 0 443
sleep 100
touchPress 0 814
//OK with name
sleep 500
touchPress 0 844
sleep 1000
touchPress 0 505
sleep 1000
touchPress 0 505
sleep 1000

436
486
510
513
513

:waitunitleader
if #errors > #errorlimit
goto :tohome
endif
set #color 0
getColor #color 505 513
if #color != -70145
sleep 5000
calc #errors #errors + 1
//toast Waiting leader #color
touchPress 0 505 513
goto :waitunitleader
endif
//get Honk
touchPress 0 366 146

sleep 1000
touchPress
sleep 500
touchPress
sleep 500
touchPress
sleep 500
touchPress

0 913 586
0 727 496
0 379 525
0 727 496

//Reset
sleep 7000
//test for gplay + startscreen
:waitreset
if #errors > #errorlimit
goto :tohome
endif
set #color 0
getColor #color 159 578
if #color != 6710886
sleep 5000
calc #errors #errors + 1
//toast Waiting reset #color
touchPress 0 505 513
goto :waitreset
endif
touchPress 0 468 402
sleep 200
//get loginscreen
touchPress 0 468 402
sleep 5000
//get Kayo login
:waitkayo
if #errors > #errorlimit
goto :tohome
endif
set #color 0
getColor #color 574 525
if #color != -197384
sleep 5000
calc #errors #errors + 1
//toast Waiting Kayo login #color
touchPress 0 468 402
goto :waitkayo
endif
touchPress 0 574 525
sleep 500
//close
touchPress 0 1041 44
sleep 2500
//get loginbonus
touchPress 0 380 466
sleep 500
//close loginbonus
touchPress 0 1041 44
sleep 2000
//try to close news
:closenews
if #errors > #errorlimit

goto :tohome
endif
set #color 0
getColor #color 1042 42
if #color != 6780927
sleep 5000
calc #errors #errors + 1
touchPress 0 519 512
//toast Waiting news #color
goto :closenews
endif
touchPress 0 1042 42
sleep 1000
touchPress 0 530 514
sleep 1000
//check if in home screen
:waithomescreen
if #errors > #errorlimit
goto :tohome
endif
set #color 0
getColor #color 1061 83
if #color != -5974529
sleep 5000
calc #errors #errors + 1
//toast Waiting homescreen #color
touchPress 0 530 514
goto :waithomescreen
endif
:tohome
toast Errors: #errors
sleep 500
//take ss
touchPress 0 3 230
sleep 50
touchPress 0 3 230
sleep 5000
//back to home
touchDown 0 115 707
sleep 100
touchUp 0
sleep 700
//open sifam
touchPress 0 252 632
sleep 1000
//save?
touchPress 0 955 63
sleep 1000
set #color 0
getColor #color 251 266
if #color == -4539717
touchPress 0 718 445
sleep 1000
:end

Vous aimerez peut-être aussi