Criado por Suraj Borade
aproximadamente 5 anos atrás
|
||
gg.toast('subway surfers script v 1.108.0 ') print('This is latest script of subway surfers made by Champ') if gg.Build < 5511 then gg.alert('You need latest version of game guardian script.') gg.toast('update your game guardian') end if gg.isVisible(true) then gg.setVisible(false) end ::Mainmenu:: gg.clearResults() menu = gg.choice({'Hack Key','Hack Gold','Go to Main Menu'},nil,'Select your Hack') if menu == 1 then goto key end if menu == 2 then goto gold end if menu == 3 then goto Mainmenu end if menu == nil then gg.alert(' nothing selected ') end goto done ::key:: gg.clearResults() gg.searchNumber('71000',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) found=gg.getResultCount() print('Found:'..found) gg.getResults(5) print('Replaced:',gg.editAll('-9999999',gg.TYPE_DWORD)) goto done ::gold:: gg.clearResults() gg.searchNumber('280000',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(5) print('Replaced:',gg.editAll('-9999999',gg.TYPE_DWORD)) goto done ::done:: print('Now go to key/Gold session and search for key/Scateboard with buy value different and click it.') print('Key/Gold Will be hacked') gg.clearResults() gg.alert('Script By Champ') print('Thank you for using script')
Quer criar suas próprias Notas gratuitas com a GoConqr? Saiba mais.