Nitrome Obfuscation
you thought that was a request? well you're wrong
Nitrome Obfuscation Posted on: 06/17/2013 10:22am
Quote Post
Ubi Maior Minor Cessat

Nitrome games are a pain in the ass to hack so I decided to change approach and the result was this script to remove obfuscation from most of their games. After you apply this you can use cheat engine to search the values.
http://konghack.com/filemanager/get/19L0XCx2053x53df695fd3a54
UPDATE: the script has issues use those aob instead

part1
d0 30 d0 49 00 5e ?? 60 ?? ?? 46 ?? ?? 00 2d 48 a2 2d 06 a1 68 ?? 5e ?? 60 ?? d1 a0 68 ?? 47
d0 30 d0 49 00 5e ?? 10 07 00 00 02 02 02 02 02 02 02 24 00 68 ?? 5e ?? 60 ?? d1 a0 68 ?? 47

part2
d0 30 5e ?? 60 ?? ?? 46 83 12 00 2d 48 a2 2d 06 a1 68 ?? 5e ?? 60 ?? d1 a0 68 ?? 47
d0 30 5e ?? 10 07 00 00 02 02 02 02 02 02 02 24 00 68 ?? 5e ?? 60 ?? d1 a0 68 ?? 47



Nerdy explanation for people, like me , who want to understand things.
Nitrome use an algorythm to fudge integers. The formula is badass but easily understandable.
Obfuscated_value= true_value+[Random_number(0-2000000)-1000000]
As simple as it is the script make the new formula:
Obfuscated_value= true_value
And also change the way games handle the obfuscated values(so doesn't apply the inverse formula to read obfuscated value).

Attached Files
Filename Filesize Downloads
nonitromeobfuscation.ct 838 B 1,103