Skip to content

Instantly share code, notes, and snippets.

@TomieAi
Created March 30, 2024 15:42
Show Gist options
  • Save TomieAi/1f762e822a5374ac5ea4578963a94748 to your computer and use it in GitHub Desktop.
Save TomieAi/1f762e822a5374ac5ea4578963a94748 to your computer and use it in GitHub Desktop.

Safe Rage Cheat.CEA

  • Hit enemy 1st to fill the rage
aobScanRegion(rage,100000000,4ffffffff,75 1C 8B 45 38 48 8B 8D 08 01 00 00 0F 38 F1 84 19 08 08 00 00 48 83 C4 28 E9 3A 00 00 00)
[ENABLE]
rage:
db 75 1C 49 8B C4

[DISABLE]
rage:
db 75 1C 8B 45 38

Some hint for future how it works.

75 1C 8B 45 38 48 8B 8D 08 01 00 00 0F 38 F1 84 19 08 08 00 00 48 83 C4 28 E9 3A 00 00 00
75 1C 49 8B C4 48 8B 8D 08 01 00 00 0F 38 F1 84 19 08 08 00 00 48 83 C4 28 E9 3A 00 00 00

100000000 - 4ffffffff


mov eax,[rbp+38] -> eax,r12 instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment