Jump to content

MonkeySAN

Contributor
  • Posts

    1,623
  • Joined

  • Last visited

  • Days Won

    102

Everything posted by MonkeySAN

  1. MonkeySAN

    Discord ID?

    any chance the OP actually asking about this?
  2. so far this is what i found in Ninja Arashi 2. Screenrecorder-2023-10-03-15-32-25-173.mp4
  3. yeah...your are absolutely right.
  4. and name of the game the script is for.
  5. Screenrecorder-2023-09-17-23-13-06-316.mp4
  6. there you go. @Jimeous guides definitely works here as well as mine.
  7. 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.
  8. 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
  9. somehow its not working for me. cant even start the script. any idea why?
  10. check the list here : Jurassic World: The Game how to get a locked dinosaur? (#1rumilz9)
  11. i cant even start the script.
  12. 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
  13. Free Zombie. it doesn't seem to work for me. is the hack for this zombies?
  14. Free Zombie it doesn't seem to work for me. its for this zombies right?
  15. Read : Eatventure (#5nfl1owq)
  16. BAJADASAURUS = 662,471,111 BARRACUDASAURUS = -388,063,063 MONKEYDACTYL = 1,896,456,531
  17. 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
  18. then show that prompt search menu part that you made that gave you error. so people can fix it.
  19. maybe you can present the script that you had done before, so that a fix can be implemented
  20. anything is ok as long as i dont have to request for access the file using my email or anything.
  21. ahh..i dont use Google drive and it need my email to request access to which i will not give it to just anybody.
  22. Script Unlock Equipment 32bit : TEST_Equipment[Unlock+Level+QTY]32bit.lua Script Unlock Skill 32bit : TEST_Skill[Unlock+QTY]32bit.lua Please give it a try and do give feedback later.
  23. 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.
  24. perhaps you can take a look into the script and try to figure it out.
×
×
  • 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.