Page 1 of 1

The Binding of Isaac (Works with newest Version on Steam!)

Posted: Mon Jun 05, 2017 9:17 pm
by STN
The following functions are available :
Made by Shinzuya

Infinite HP (Only for the red Hearts!)
Infinite Bombs
Max Items at Start
Max Damage
Max Firerate



Just check the Scripts. Smile
Can't post a screen but here is an example script of Infinite HP

Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
label(life)
registersymbol(life)
aobscan(life_address,96 02 00 08 11 1C 96 04 00 08 59 08 11 1C 96 02 00 08 59 4E 96 02 00 04 02 0B)

life_address:
life:
db 96 02 00 08 11 1C 96 04 00 08 59 08 11 1C 96 02 00 08 59 4E 96 02 00 04 02 0A


[DISABLE]
//code from here till the end of the code will be used to disable the cheat
life:
db 96 02 00 08 11 1C 96 04 00 08 59 08 11 1C 96 02 00 08 59 4E 96 02 00 04 02 0B

unregistersymbol(life)