RedouaneRed1

Bloons TD5 quick anticheat disabler

Dec 27th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. HOW TO USE :
  2. BEFORE OPENING THE GAME:
  3. - In cheat engine, go to Edit -> Settings -> Hotkeys -> Pause the selected process : choose a combination of keys that you can press
  4. - choose the process where flash games store their data (for me, on Firefox it's plugin-container.exe)
  5. - Set the speedhack to a low value (0.1 and less), open the game, you see that blue loading bar with that gray background? don't let the NinjaKiwi scene appear, just when it'll finish loading, press the hotkey combination to pause the game, in CE, press CTRL+ALT+A, paste the following script, execute, now unpause the game, start a game
  6. In cheat engine, do a first scan for your money value in double, then open a new tab, and do another scan for minus the money value (for example, if you have 650$ scan for 650 and -650 in two tabs).
  7. in the game, buy something, do a next scan with the new money value (for example, if your money went from 650 to 325, rescan for 325 in the tab where you scanned for 650, and -325 in the tab where you scanned for -650)
  8. - Add all the values to your address-list, press the hotkey combination to pause the game, change the positive values to any big value (50000 for example), and the negative ones to minus that big value (-50000 in the example), unpause the game, buy something, and enjoy!
  9.  
  10. Here is the script, starts with aobscan:
  11.  
  12. aobscan(rand1, 60 38 46 d1 01 00 24 0e a2 68 e8 1c)
  13. label(rand2)
  14. label(rand3)
  15. rand1:
  16. db 24 00 02 02 02 02 // take 0 instead of Math.rand()
  17. rand1 + 20:
  18. rand2:
  19. db 24 00 02 02 02 02
  20. rand1 + 7A:
  21. rand3:
  22. db 24 00 02 02 02 02
  23. // +(int)32 = offset1
  24. // +(int)122 = offset2
Add Comment
Please, Sign In to add comment