Jump to content

MonkeySAN

Contributor
  • Posts

    1,918
  • Joined

  • Last visited

  • Days Won

    136

Everything posted by MonkeySAN

  1. what is the Items? doesnt it got a name? XP , Cat Food etc.
  2. there you go. @Jimeous guides definitely works here as well as mine.
  3. if you can change those values,that means it will work. you just need to goto the address and find a way that work for you. care to share a screen shot any of the values when you goto the address? i think there is not that much different.
  4. what are you trying to find? resources are simple and easy enough. search = ID;Current QTY;Max Storage::9 example : Wood ID = 2 currrent Qty = 20 max storage = 25 search = 2;20;25::9 @Jimeous guides for the resources is only for 32bit(armv7). for 64bit(armv8) you only need to increase the group size from 17 to 25. = 3B9AC9FFh~C4653600h;0;2;20;25::25
  5. somehow its not working for me. cant even start the script. any idea why?
  6. check the list here : Jurassic World: The Game how to get a locked dinosaur? (#1rumilz9)
  7. Thank you. now its working.
  8. i cant even start the script.
  9. Reason its not working for me.. all values in your game are found in memory ranges Other but mine is in Ca. so i made myself a script. Screenrecorder-2023-09-04-20-30-21-727.mp4
  10. Free Zombie. it doesn't seem to work for me. is the hack for this zombies?
  11. Free Zombie it doesn't seem to work for me. its for this zombies right?
  12. function a1() menu = gg.prompt({"Your Sun"}, {0}, {"number"}) if not menu then return else --cancel will return to main menu gg.searchNumber(menu[1], gg.TYPE_DWORD) gg.getResults(gg.getResultsCount()) gg.alert(" Spend Or Collect Sun then tap GG icon to open the next step ") --this will open GG to 2nd prompt only when the icon is tap. while true do if gg.isVisible() then gg.setVisible(false) break end end menu = gg.prompt({"Your Current Sun value"}, {0}, {"number"}) if not menu then gg.clearResults() return else --cancel will clear all results and return to main menu gg.refineNumber(menu[1],gg.TYPE_DWORD) gg.getResults(gg.getResultsCount()) gg.editAll("10000", gg.TYPE_DWORD) end end end
  13. then show that prompt search menu part that you made that gave you error. so people can fix it.
  14. maybe you can present the script that you had done before, so that a fix can be implemented
  15. anything is ok as long as i dont have to request for access the file using my email or anything.
  16. ahh..i dont use Google drive and it need my email to request access to which i will not give it to just anybody.
  17. I dont use his script so im not sure what to say about that. Once again..I recommend that you take a look at my script and try replicate everything written in it manually. or maybe @MAARS can explain it to you. If there is anything im really bad at..it's explaining things.
  18. perhaps you can take a look into the script and try to figure it out.
  19. well..i guess it didnt worked then. not in the emulator that is.
  20. Could anyone who has downloaded the script please provide feedback on whether it is working on your end or not? @AWPTown ?
  21. cant install 64bit on Nox Emulator?
  22. while above still working for armv8 but yours shown unavailable. it should show the price. i dont get it.
  23. yo man. TYSM..its working perfectly.
  24. yup a high jump is much needed giving the situation. plus it would be so great if you can somehow find the score multiplier..like this one. its used to be easy to find any of it a long time ago but not nowadays.
  25. be careful when using God Mode..it may get you stuck.. Screenrecorder-2023-07-01-21-48-35-951.mp4 Wall hack prevent you from collision but you also cant collect anything.
×
×
  • 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.