Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Trainers in google is useless. It's only ilussion. :P
Scoll through the pages after this for updates.
Thanks m8
But... i can't use CE :C
♥
If you don't understand that and the fact you can't even use a simple search tool like Google...is quite amazing...
Spierdalaj??
EDIT: OP has private profile and 4 vac bans...
yeah
Typowa gimbusiarska odpowiedz...
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.
Nie używaj słów, których znaczenia nie znasz, żegnaj. Pomiocie.
Thanks m8.
But i got this. I do this. I Create my trainer, thanks.