Advertisement
PrimeNotorious

BO1 Unfair Public Cheater EBOOT PPC

Apr 26th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. //Notorious Black Ops Unfair Public Cheater EBOOT PPC
  2.  
  3.  
  4. // Real Wallhack Mod
  5. li r3, 0x141//first half of Wallhack address + 10,000
  6. li r4, 0952107010//value to turn on Wallhack as a Decimal
  7. stw r4, 0x144(r3)//second half of Wallhack address + 10,000 | this is using 'stw' because the value is more than 1 byte
  8. beq 0xC
  9. //Super Steady Aim
  10. li r3, 0xBBC//first half of Super Steady Aim address + 10,000
  11. li r4, 02//value to turn on Super Steady Aim in Decimal
  12. stb r4, 0x2E4(r3)//second half of Super Steady Aim address + 10,000
  13. beq 0xC
  14. //Super Sleight of Hand
  15. li r3, 0xBCC//first half of Super Sleight of Hand + 10,000
  16. li r4, 02//value to turn on Super Sleight of Hand in Decimal
  17. stb r4, 0x2E8(r3)//second half of Super Sleight of Hand address + 10,000
  18. beq 0xC
  19. //Super Rapid Fire
  20. li r3, 0xBCC//first half of Super Rapid Fire address + 10,000
  21. li r4, 02//value to turn on Super Rapid Fire in Decimal
  22. stb r4, 0x2EC(r3)//second half of Super Rapid Fire address + 10,000
  23. b 0xB0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement