Trainer Search

Andy :D

New Member
Joined
Jul 5, 2014
Messages
2
Reaction score
0
I've been using trainers from this site from a while but I want to know how you make trainers, A while ago I tried learning javascript but stopped after the intro section on Codecademy.com. Could you please tell me in detail how you make these trainers so I can make badass trainers like yew? :D
I'd like to know anything you can tell me about this lol. Stuff like what you code with etc etc. I must learn the ways.

Other people are welcome to tell me stuff as well! ^.^
 
Last edited:

Kalas

Honorary Member
Master Donor
Joined
Jun 5, 2014
Messages
2,836
Reaction score
937
I've been using trainers from this site from a while but I want to know how you make trainers, A while ago I tried learning javascript but stopped after the intro section on Codecademy.com. Could you please tell me in detail how you make these trainers so I can make badass trainers like yew? :D
I'd like to know anything you can tell me about this lol. Stuff like what you code with etc etc. I must learn the ways.

Other people are welcome to tell me stuff as well! ^.^

There are many TUT out there on Google!

The basic one is "Cheat Engine" but i'm sure you already knew that


You got to be more specific about what you want to learn, such as:

Custom Trainer
Editing Values like {Ammo Cash Life}


You just need to find those TUT on Google, Its super easy and if i can do that i'm sure you can too! just be patient while learning those stuff, don't give up so easy
 

Andy :D

New Member
Joined
Jul 5, 2014
Messages
2
Reaction score
0
I want to learn custom trainers like MrAntiFun does :D (Press f1 to activate trainer, I want to learn how to do it when I know nothing.
What type of code is used in the making of trainers?
 

Kalas

Honorary Member
Master Donor
Joined
Jun 5, 2014
Messages
2,836
Reaction score
937
I want to learn custom trainers like MrAntiFun does :D (Press f1 to activate trainer, I want to learn how to do it when I know nothing.
What type of code is used in the making of trainers?

No idea :p

From 1/10 of my knowledge with those stuff i'm 3/10

I can find the values, Dont' know how to make custom like MAF does
 

zette

Active Member
Joined
Oct 13, 2014
Messages
30
Reaction score
4
Actually, with all due respect, i would like to know about it too. Maybe i can help a little you all here, and everyone who needs a trainer for a certain game. I know i may not be of much help, but more hands are way better than only two or four, i think. I will try to study the TUT on a custom trainer, maybe i'll learn something.
 

TheEnigma

New Member
Joined
Mar 14, 2015
Messages
3
Reaction score
0
MrAntiFun probably uses Lua Programming and i learned that from an error using a trainer (who would've thought a error would be useful?)
 

Chashmodai

Master Donor
Joined
May 29, 2014
Messages
81
Reaction score
20
I tried today. Found a guide online. I was nearly finished with the trainer, but the program I was going to use to actually turn it all into a trainer turned out to be 32-bit only. So I had found those addresses and pointers and whatnot all for nothing.
 

PJoey

New Member
Joined
May 20, 2015
Messages
1
Reaction score
0
Learn C++ and x64 (for new games, x86 for old) ASM. Navigate the games via their classes, get to the instances you want - change what you like.
 

xun468

New Member
Joined
May 15, 2015
Messages
2
Reaction score
0
I would also like to know how the trainers are made!
How different is x64 ASM from x86? I'm familiar with C++, x86 ASM, and finding values via cheat engine. Not sure how to apply my knowledge to games though! Any recommended tutorials?
 

Skat0rzZzz

Donor
Joined
Dec 5, 2014
Messages
16
Reaction score
0
Doesn't cheat engine let you create your own trainers?
Just finish the tutorials and poof, done.
Other than that, I'm pretty sure you'd have to take some programming classes
 

Kalas

Honorary Member
Master Donor
Joined
Jun 5, 2014
Messages
2,836
Reaction score
937
Doesn't cheat engine let you create your own trainers?
Just finish the tutorials and poof, done.
Other than that, I'm pretty sure you'd have to take some programming classes
It's not that simple my friend :)
 

Skat0rzZzz

Donor
Joined
Dec 5, 2014
Messages
16
Reaction score
0
It's not that simple my friend :)
Yeah I haven't used it in years. But as far as I remember you just had to find the address pointers, name them and the CE itself would let you create your own .exe trainer with custom button mappings. Or have they dropped the feature?
 

skonvolt

Super Donor
Joined
Aug 15, 2014
Messages
110
Reaction score
20
Well, one thing is to find a value adress that is changing everytime you start the game, and than change that value, and this is the "BASIC CHEAT ENGINE".

Another thing is to find the "SOURCE" of that value and write a script that will keep that value at fixed number despite the game try to change it.

Games are program meaning that are instruction to the engine to create something, and that is why all games are virtually moddable if you have access to the engines, skyrim docet.

this is an explanation for peoples that know just how to start a pc and click on play after launching steam and is not intended for expert users or programmers, anyway C++ is NOT the only language, you must also know delphi and possibly XML
 

kokkinogenis

New Member
Joined
Sep 8, 2015
Messages
3
Reaction score
0
You guys have to be kidding me. You just need cheat engine. Find the values and make the scripts. After, the only thing that you need to do, is to make you trainer look "pro". Like mr anti fun's trainers. So after you need to generate a trainer through cheat engine. It's very easy, and you don't even need to know programming to make them. You just need some time to understand(and watch some tutorials maybe).
 

sfr41

New Member
Joined
Sep 16, 2014
Messages
1
Reaction score
0
You guys have to be kidding me. You just need cheat engine. Find the values and make the scripts. After, the only thing that you need to do, is to make you trainer look "pro". Like mr anti fun's trainers. So after you need to generate a trainer through cheat engine. It's very easy, and you don't even need to know programming to make them. You just need some time to understand(and watch some tutorials maybe).
And where fined this TUT, maybe u know??
 

sbseed

Active Member
Joined
Apr 8, 2016
Messages
30
Reaction score
6
cheat engine is a very good and repetitively easy way to start out... you can make your own custom trainer directly from cheat engine itself.
the only real problem is the syntax/scripting that cheat engine uses to find and access/inject functions within the game environment when the game tries or does change the address' being used in memory constantly.

that was my hang up on cheat engine and creating a trainer, tried (and ultimately failed) to make a trainer for fable without doing any research...
plus it helps if you know how to use cheat engines hex search/editing as well, which is slightly different than the hex editor i normally use :p
 

Mr.Boombastic

New Member
Joined
Jun 3, 2016
Messages
1
Reaction score
0
You need first learn C# or C++ if you going to make a gui trainer cheats
and your Cheat engine as your engine easy :D
 
Top