Jump to content

zam535582

Contributor
  • Posts

    728
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by zam535582

  1. 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??
  2. the previous one was already gave a big improvement in my script. lots new things i had learned today from this topic only.
  3. yup....just put it in my script. its goddam so fast.
  4. 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
  5. 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.
  6. yup...details are important. glad he did bring it up. new thing i learned today.
  7. 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.
  8. zam535582

    5 Heroes

    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.
  9. zam535582

    5 Heroes

    owhh...did you sign in to play games??
  10. zam535582

    5 Heroes

    also use the latest version of GG... same results. 20200211_203522_edited.mp4
  11. zam535582

    5 Heroes

    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.
  12. zam535582

    5 Heroes

    20200211_180510_edited.mp4
  13. zam535582

    5 Heroes

    20200211_163354_edited.mp4 im not sure if im doing the right way....but it did worked. latest version 2.6.2
  14. 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
  15. then you should really try to hack it manually...just as like i did. i can hack manually...almost 90% of it..no need of a script. im happy with it..and cost me nothing.
  16. most game are not the same. if it worked in one game.. the same hack may not work on other game.
  17. my brain are slowing down....but finally !!! 20200115_064017_edited.mp4
  18. 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.
  19. 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
    trust me...its worth of your money. but of course...i dont buy it...because i dont need it. its because of all his LDOE scripts...that i had learned so much..that i became less dependable on script. just keep up the great work...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.