Jump to content

MonkeySAN

Contributor
  • Posts

    1,787
  • Joined

  • Last visited

  • Days Won

    117

Everything posted by MonkeySAN

  1. PB2_shotgun.mp4
  2. yes...im using offset. i dont think the full address stay the same...thats why yours not working anymore because the address change. but im not focus so much on the address so im maybe wrong. plus the value type i use are not Dword or Float but Word type(green). except when finding Shotgun ammo...im using both Dword and Word type to make a group search. to do it...you must had Shotgun equip then gg.searchNumber like this : = 5D;80W::5 (80W is shotgun ammo) type : Dword or Word gg.refineNumber to 5 --> local t = gg.getResults(1) <-- this is t[1].address add offsets to the address to get all the weapons address and edit. it would be look like this : gg.setValues({ {address = t[1].address + 0x4 ,flags = 2,value = 9999} })
  3. finally got mine working.. Payback2.mp4 except Laser...still cant figure out how to make it 9999.
  4. a must write.. gg.getResults(<the number of results you want to edit>) from that many results after search then.. gg.editAll(<edit the results with your value>)
  5. im just installed the game and at the very early in the game...hack shown in videos above still work.
  6. no cooldown...(not baby boom) TBC_NoCD.mp4
  7. looks very promising but its not... Payback2.mp4
  8. unlock cats.. Script_UnlockCats.mp4
  9. im not sure if i did something wrong... PB2_onfire.mp4 ..or something right? but im on FIRE..!!!
  10. For infinity Ammo and fire rate.. 1.Search the Ammo value.(Dword in region A) 2.Fire some shots then Refine will return only 1 result. 3.Goto the address.. - infinity ammo is just below ammo with value 0 > change it to 1 - fire rate is way above ammo..at offset -2C > change Float value to 0
  11. some crazy RPG fire rate.. TEST_RPG_FireRate.mp4 [added 2 minutes later] yup.
  12. Wallking speed is = 0.7 type Float(Xa) (0.69999998808 to be exact) Searching using Float type will return less than 10 results.. fortunately so far..the last 3 value of the address didnt change..so refine to address is possible. but im using Qword type and its only return 1 result everytime so far.
  13. im feeling so lazy this time around now that im only made for this two.. TEST_jump_walk.mp4 Jump hack codes from @WhoKnowsWho Walking speed codes from ME.
  14. did you find the walking speed value?
  15. nope..i dont play the game.
  16. Weapon durability hack?
  17. MonkeySAN

    Last day on earth

    im believe the video is something like this.. LDOE_PickUp.mp4
  18. oooo...its a clean sweep. GOO_Zeus.mp4
  19. hack the coins which is super duper easy then buy godmode and unlimited ammo...you are pretty much done with the game if everything else to be ignore.
  20. you think..? he think... im thinking.. so which one? wild guess sometime not that fun.
  21. this game ??
  22. im never done Aimlock hack because shooting was my least favourite type of game.. but you can try to search in this forum for general idea of how to do Aimlock hack. they are here somewhere. Good luck.
  23. you should write it properly.. actions = gg.choice({ 'Speed Menu', 'Value Editor', 'Aimlock', 'Exit'},nil,'Main Menu')
  24. had you try this..?
  25. any instructions of how to use this script?? any specific requirement needed? seem it didnt work for me. script run well but nothing was changed.
×
×
  • 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.