toads

Stimulus - Crack method LMAO

Jan 21st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. // To anyone who cares to crack Stimulus
  2. //xbl9e niggeh
  3.  
  4. // Disable their CPUKey checks
  5. .text:90EAD9AC bl CpuKeyCheck // li %r3, 0
  6.  
  7. .text:90EAEDF8 bl CpuKeyCheck // li %r3, 0
  8.  
  9. .text:90EAF1AC bl CpuKeyCheck // li %r3, 0
  10.  
  11. // Disable their call to HvPeekBytes so we can insert our CPUKey
  12. .text:90EAE4F8 bl HvPeekBytes // nop
  13.  
  14. .text:90EAE480 bl HvPeekBytes // nop
  15.  
  16. .text:90EAE4BC bl memcpy // nop
  17.  
  18. // Write our spoofed CPUKey
  19. .data:90ECE678 CPUKey: // Write the CPUKey you want here
  20.  
  21. .data:90F31A10 CPUKeyTwo: // Write the CPUKey you want here
Add Comment
Please, Sign In to add comment