Advertisement
Guest User

Untitled

a guest
Mar 19th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Is that a real code? 32 bit codes can only end in 0, 4, 8, or C.
  2.  
  3. If you're asking how to make a code, you need to search for the amount of health you have in the game. If the value is between 0 - 255, use 8 bit. If the value is between 256 - 65535, use 16 bit. If the value is greater than 65536, use 32 bit.
  4.  
  5. So it should search. Now exit the menu and lose or gain some health. Then, search for that value.
  6.  
  7. Repeat the last step a couple more times.
  8.  
  9. Now view hits and you should see the address(es)
  10.  
  11. Tell me after you get the addresses
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement