Jump to content

MonkeySAN

Contributor
  • Posts

    1,722
  • Joined

  • Last visited

  • Days Won

    109

Everything posted by MonkeySAN

  1. 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.
  2. 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
  3. what medal? can you take screenshot of it?
  4. Thank you. this script is for the 32bit and latest version 2.24.1 TEST_FruitNinja2[32bit].lua
  5. 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.
  6. 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.
  7. which tower?
  8. 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.
  9. 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.
  10. Go here.
  11. ok its working GREAT..now. THANK YOU @Platonic
  12. so..it got something to do with Pointers ?? i removed them and now both are working great without interfering with each other.
  13. 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.
  14. here is the script with Jump Height and Movement Speed hack added. com.theand.minimal[EDITED].lua All credit goes to @Platonic
  15. its GREAT. THANK YOU AGAIN. @Platonic
  16. any idea where can i add gg.prompt for setvalue in here? function class_CharacterJump() if loop_CharacterJump == false then filter_class(CharacterJump) -- only call function once loop_CharacterJump = true end CharacterJumpClass_address = class_pointers gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(CharacterJumpClass_address[1].address, gg.TYPE_QWORD) local pointers_to_class = gg.getResults(gg.getResultsCount()) gg.clearResults() local field_JumpHeight = {} for i, v in ipairs(pointers_to_class) do field_JumpHeight[i] = {address = v.address + 0xB8, flags = gg.TYPE_FLOAT, value = "3"}--wanna use prompt instead of fixed value end gg.setValues(field_JumpHeight) gg.toast("Jump Height DONE") end
  17. @Platonic well thanks for the script. still lots in it but much neater looking. i was able to add Jump hack for it. just made/added a few changes here and there...without so much scratching my head. Screenrecorder-2022-11-11-17-14-38-518.mp4
  18. i dont quite understand you.
  19. Thank you. but i already done that. way before you post your first script.(my apologize) though...it work perfectly everytime..it just i dont quite like it as the script had too many things going on in it. and it took me quite sometime to understand it. the first one of yours are much simpler.
  20. in my game the search value is 23636 that value will stay the same after you completely exit the game and enter again. while in the game.. the already turned on God Mode hack will not work anymore when you entered a new stage. need to search again but that value had changed.
  21. many thanks. but its not working. that search value is not static between gameplay and app restart.
  22. class name = Health field offset = 0x1C
  23. this is much better..i think. Screenrecorder-2022-11-10-01-59-54-723.mp4 found through dump.cs hope someone can make a script for it. im too lazy nowadays.
  24. same here. Screenrecorder-2022-11-09-03-07-45-244.mp4
  25. Homescapes Golden Ticket (Item Swap) (#1s8hnpmo) Homescapes Golden Ticket (Item Swap) (#40mwvzbw)
×
×
  • 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.