Jump to content

MonkeySAN

Contributor
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    130

Everything posted by MonkeySAN

  1. everything you see here can be search directly : type = Dword memory ranges = Anonymous
  2. congrats. almost like mine..less than 5 results found everytime. to find the correct one you can either : - edit one by one. - increment edit as @sammax71 suggested. or now that you had found it you can try group search like this : = 150;500000::5
  3. i dont think thats the main issue. i tried it that way too and it still gave me results. and his game is 32bit but i think single value search will not be a problem either. especially a value as high as 500k.
  4. no video? had you tried to search in Other region?
  5. why not show how you do it first? reset memory ranges. search for Dword value 500000
  6. thats strange... those values are easy to find. search single value 500k goto address..find all other values below it.
  7. MonkeySAN

    hunter heroes

    memory ranges is Ca.
  8. MonkeySAN

    hunter heroes

    that said. i found a way to hack HP. the value is in Float like say you use a character with 1200 HP. search it quickly before you make landing into battle(during parachuting). maximum edit would be 9999. as i found the game freeze if edit more than 9999. Ammo maybe the same too but i unable to try it as you said the game is very fast pace and chaotic.
  9. MonkeySAN

    hunter heroes

    well..this is what happen when someone cant provide a proper game link. found similar but not the same?
  10. MonkeySAN

    hunter heroes

    this game? its a different name but the only one from Ruby Game Studio.
  11. somehow i managed to keep that quantity even after restart. maybe it got something to do with storehouse capacity?
  12. so this way is much better for "greater than", "less than" or "equal" ? if gg.VERSION_INT == 10101 then else os.exit() end
  13. hmm.im not very sure about that. cant seem to remember what i did. it took me for a while before i even realize that im already at Rank 100. let me do some checking and get back to you.
  14. you can try this if gg.VERSION < "101.1" then gg.alert("Please use the latest version of GameGuardian.") os.exit() end or this. if gg.VERSION == "101.1" then else gg.alert('Please use GameGuardian version 101.1') os.exit() end
  15. what medal? can you take screenshot of it?
  16. Thank you. this script is for the 32bit and latest version 2.24.1 TEST_FruitNinja2[32bit].lua
  17. hi @sammax71 i made a script for 32bit. with your permission..can i upload it here? or i can PM it to you and you can make necessary adjustment to it if needed.
  18. run the script. dont do anything..dont even TAP the GG button(or it will stop running)..let the script finish its job. then follow the next instruction appear.
  19. which tower?
  20. yeah that i know of very well.. and it had always been as far as i know in my years of using GG. its just my reaction to this : the OP seem kinda surprised. hence...thats strange.
  21. hmm..thats strange. i been using GG for years too. EVERYTIME i install GG..it will reinstall itself to a different name. normally to random set of letters like : Ajdhgrkriv sometime just 3 random letters..sometime more ..something like that.
  22. Go here.
  23. ok its working GREAT..now. THANK YOU @Platonic
  24. so..it got something to do with Pointers ?? i removed them and now both are working great without interfering with each other.
  25. hi @Platonic using your script method..it seem that Jump Height and Movement Speed hack conflict with each other as shown in the video : Screenrecorder-2022-11-13-05-22-27-205.mp4 but with script method by @RealWanteD all is fine : Screenrecorder-2022-11-13-05-24-37-20.mp4 any thoughts as to why this happen in yours but not to the other. both script use the same field offset for the hacks. even though..there is another field offset for Movement Speed that can be use..putting that in your script..the problem still persist.
×
×
  • 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.