The Binding of Isaac: Rebirth

The Binding of Isaac: Rebirth

brysiu Dec 31, 2014 @ 12:24am
Trainer
Any trainers for 1.04?

(just 4fun, for play with funny seeds)
Last edited by brysiu; Dec 31, 2014 @ 12:25am
< >
Showing 1-14 of 14 comments
Curious Duck Dec 31, 2014 @ 12:43am 
Google is a very useful tool.
brysiu Dec 31, 2014 @ 12:46am 
Originally posted by Matt ♠:
Google is a very useful tool.

Trainers in google is useless. It's only ilussion. :P
Hateful (Banned) Dec 31, 2014 @ 12:54am 
Cheat Engine?
Leosaurd Dec 31, 2014 @ 12:57am 
theres two cheat tables out right now, which constantly update. I mainly use them to try out combos, like Ludovico & Mom's Knife, Mom's Knife & Brimstone etc. Heres the link: http://forum.cheatengine.org/viewtopic.php?t=577393&postdays=0&postorder=asc&start=570
Scoll through the pages after this for updates.
brysiu Dec 31, 2014 @ 12:58am 
Originally posted by BPXLeosaurd:
theres two cheat tables out right now, which constantly update. I mainly use them to try out combos, like Ludovico & Mom's Knife, Mom's Knife & Brimstone etc. Heres the link: http://forum.cheatengine.org/viewtopic.php?t=577393&postdays=0&postorder=asc&start=570
Scoll through the pages after this for updates.

Thanks m8

But... i can't use CE :C
Last edited by brysiu; Dec 31, 2014 @ 12:59am
Curious Duck Dec 31, 2014 @ 1:02am 
That's how trainers are made...through Cheat Engine...

:rfacepalm:

If you don't understand that and the fact you can't even use a simple search tool like Google...is quite amazing...
brysiu Dec 31, 2014 @ 1:02am 
Originally posted by Matt ♠:
That's how trainers are made...through Cheat Engine...

:rfacepalm:

If you don't understand that and the fact you can't even use a simple search tool like Google...is quite amazing...
l.


Spierdalaj??
Last edited by brysiu; Dec 31, 2014 @ 1:02am
Doktor Dec 31, 2014 @ 1:03am 
Originally posted by Matt ♠:
That's how trainers are made...through Cheat Engine...

:rfacepalm:

If you don't understand that and the fact you can't even use a simple search tool like Google...is quite amazing...
^this^
EDIT: OP has private profile and 4 vac bans...
Last edited by Doktor; Dec 31, 2014 @ 1:05am
brysiu Dec 31, 2014 @ 1:07am 
Originally posted by :
Originally posted by Matt ♠:
That's how trainers are made...through Cheat Engine...

:rfacepalm:

If you don't understand that and the fact you can't even use a simple search tool like Google...is quite amazing...
^this^
EDIT: OP has private profile and 4 vac bans...


yeah
Adi Dec 31, 2014 @ 3:09am 
Originally posted by friZz:
Originally posted by Matt ♠:
That's how trainers are made...through Cheat Engine...

:rfacepalm:

If you don't understand that and the fact you can't even use a simple search tool like Google...is quite amazing...
l.


Spierdalaj??

Typowa gimbusiarska odpowiedz...
ColdWonder Dec 31, 2014 @ 4:14am 
Originally posted by friZz:
Originally posted by BPXLeosaurd:
theres two cheat tables out right now, which constantly update. I mainly use them to try out combos, like Ludovico & Mom's Knife, Mom's Knife & Brimstone etc. Heres the link: http://forum.cheatengine.org/viewtopic.php?t=577393&postdays=0&postorder=asc&start=570
Scoll through the pages after this for updates.

Thanks m8

But... i can't use CE :C

Well if you can't use CE you could write the trainer from scratch yourself in C/C++.

That link provides you all the info you need to write the trainer from scratch - That guy has done the hard work of finding the addresses for you using cheat engine

See the ADDRESS column in the table. Thats the memory address of the variable Isaac is using to store hearts. The Type column is the type of variable being stored. 4 Bytes is a C integer.

Trainers work by modifying the values stored in memory.
You can use the windows WriteProccessMemory API call to write info to addresses in another processes memory:
http://msdn.microsoft.com/en-gb/library/windows/desktop/ms681674%28v=vs.85%29.aspx
It needs quite alot of parameters to supply them:
Use OpenProcess to get the binding of isaac process handle.
Create a pointer that points to the address in the cheat engine table you want.
Create a byte array containing the data you want to write(16 hearts)
Specifiy the size(4 bytes)
Specify a variable to store the number of bytes written.

If you don't understand the above then it will be a lot easier to learn CE. Alot more usefull to learn programming though ;).
Warning don't use trainers in online games or you will likely get banned. Even if you've written it yourself.



Last edited by ColdWonder; Dec 31, 2014 @ 5:02am
brysiu Dec 31, 2014 @ 6:06am 
Originally posted by Bożydar:
Originally posted by friZz:
l.


Spierdalaj??

Typowa gimbusiarska odpowiedz...

Nie używaj słów, których znaczenia nie znasz, żegnaj. Pomiocie.
brysiu Dec 31, 2014 @ 6:06am 
Originally posted by Pile_O_Gunz:
Originally posted by friZz:

Thanks m8

But... i can't use CE :C

Well if you can't use CE you could write the trainer from scratch yourself in C/C++.

That link provides you all the info you need to write the trainer from scratch - That guy has done the hard work of finding the addresses for you using cheat engine

See the ADDRESS column in the table. Thats the memory address of the variable Isaac is using to store hearts. The Type column is the type of variable being stored. 4 Bytes is a C integer.

Trainers work by modifying the values stored in memory.
You can use the windows WriteProccessMemory API call to write info to addresses in another processes memory:
http://msdn.microsoft.com/en-gb/library/windows/desktop/ms681674%28v=vs.85%29.aspx
It needs quite alot of parameters to supply them:
Use OpenProcess to get the binding of isaac process handle.
Create a pointer that points to the address in the cheat engine table you want.
Create a byte array containing the data you want to write(16 hearts)
Specifiy the size(4 bytes)
Specify a variable to store the number of bytes written.

If you don't understand the above then it will be a lot easier to learn CE. Alot more usefull to learn programming though ;).
Warning don't use trainers in online games or you will likely get banned. Even if you've written it yourself.


Thanks m8.
But i got this. I do this. I Create my trainer, thanks.
Pizzaaa Stevee Dec 31, 2014 @ 6:06am 
nice game
< >
Showing 1-14 of 14 comments
Per page: 1530 50

Date Posted: Dec 31, 2014 @ 12:24am
Posts: 14