-
Posts
728 -
Joined
-
Last visited
-
Days Won
25
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by zam535582
-
many thanks. got it now.
-
so i had this code = 0;2;800;0::13 want to change = 2;800 i want to give user to change = 2 to any value they like but change = 800 to a fixed value. how can i do that??
-
the previous one was already gave a big improvement in my script. lots new things i had learned today from this topic only.
-
yup....just put it in my script. its goddam so fast.
-
yup...im learning too.
-
you totally not a noob as how noob i am... another thing learned. [added 4 minutes later] well....we both got lucky today. Thanks to @ItsSC
-
as a noob....this is how i would do it search = '1.014.350.479;1.012.202.996;1.083.179.008;1.050.253.722;1.031.127.695;1.065.353.216;1.065.353.216;1.067.282.596:61' refine to '1.014.350.479' then edit all to '1.011.011.011' continue... search = '1.011.011.011;1.012.202.996;1.083.179.008;1.050.253.722;1.031.127.695;1.065.353.216;1.065.353.216;1.067.282.596:61' refine to '1.050.253.722;1.031.127.695' then edit all to '1' not a perfect way i think.... but it did worked for me in some of the script that i made.
-
yup...details are important. glad he did bring it up. new thing i learned today.
- 17 replies
-
- animal restauraunt
- android
-
(and 3 more)
Tagged with:
-
jeez....i was just like the first guy...tried everything i know..but no success. guess like...i need get back to kindergarden....learn ABC....again.
- 17 replies
-
- animal restauraunt
- android
-
(and 3 more)
Tagged with:
-
dammit..just like that???
- 17 replies
-
- animal restauraunt
- android
-
(and 3 more)
Tagged with:
-
SPOILER ALERT...!!!
-
well....we need someone expert to stop by...and give their input about your problem. me use non-rooted phone...easily got the values and change it. but yours rooted phone...i cant give much help anymore.
-
owhh...did you sign in to play games??
-
also use the latest version of GG... same results. 20200211_203522_edited.mp4
-
mine was non-rooted phone...Android version same as yours. it should be 2 address for each...gems and coins..need to be change..but it seem you've got only one. maybe your device is 64bit had anything to do about it....??? or something else. i dont know for sure.
-
20200211_163354_edited.mp4 im not sure if im doing the right way....but it did worked. latest version 2.6.2
-
function main() menu = gg.choice({'NEW: performance','NEW: Technique','NEW: Visual','EXIT'},nil,'Select Cheat') if menu == 1 then performance() end if menu == 2 then Technique() end if menu == 3 then Visual() end if menu == 4 then os.exit() end if menu == nil then noselect() end end function performance() input=gg.prompt({'Input your value below'}, {[1]='0'}, {[1]='number'}) if input==nil then gg.alert('You have cancelled the dialogue') os.exit() end gg.searchNumber(input[1],gg.TYPE_DWORD) gg.getResults(100) gg.editAll('9482',gg.TYPE_DWORD) end function Technique() input=gg.prompt({'Input your value below'}, {[1]='0'}, {[1]='number'}) if input==nil then gg.alert('You have cancelled the dialogue') os.exit() end gg.searchNumber(input[1],gg.TYPE_DWORD) gg.getResults(100) gg.editAll('9482',gg.TYPE_DWORD) end function Visual() input=gg.prompt({'Input your value below'}, {[1]='0'}, {[1]='number'}) if input==nil then gg.alert('You have cancelled the dialogue') os.exit() end gg.searchNumber(input[1],gg.TYPE_DWORD) gg.getResults(100) gg.editAll('9482',gg.TYPE_DWORD) end function noselect() gg.toast('You Not Select Anything') os.exit() end while true do if gg.isVisible(true) then main() end end
-
-
Values reverting back to it's original - Rescue wings
zam535582 replied to youssef7890's topic in Requests
most game are not the same. if it worked in one game.. the same hack may not work on other game. -
my brain are slowing down....but finally !!! 20200115_064017_edited.mp4
- 14 replies
-
- game guardian
- Helpme
-
(and 1 more)
Tagged with:
-
i got the whole gg.prompt thing..and was able to make a simple script to search for coins according to my understanding...but after that i just got blurred out. 20200115_020128_edited.mp4 not matter how much i read...my brain just cant take it.
- 14 replies
-
- game guardian
- Helpme
-
(and 1 more)
Tagged with:
-
how to make a script out of this...im getting old...try to read everything...but still cant get a clue. 20200114_232734_edited.mp4
- 14 replies
-
- game guardian
- Helpme
-
(and 1 more)
Tagged with:
-