PDA

View Full Version : Trainer Making Tutorial: Newbies Version


Gregsy
2nd June 2004, 20:18
Ok, well since the new trainers section is up, I thought it would be a cool idea to give some of you people a little tutorial on how to make trainers for yourself.

So here we go

The basic tools you will need for this job are:
T-Search 1.6b (http://membres.lycos.fr/tsearch/cheattools.html) - It’s the best memory searcher out, no doubts.
TMK (Trainer Maker Kit) (http://www.extalia.com/home/index.php?down=5&id=8) - Creates trainers easily for those of you who don’t know much about it.(Avast Antivirus Hates TMK and any trainers made with it!)
A game - pinball here

The Tutorial

Ok, so first of all, we will start with a simple game to hack, I have chosen to write about pinball as it is a game most people on windows will have.

Right, so open the game up and start a new game. You will now notice your score is 0 (a bit obvious but ah well). So pop open T-search and click the big button with the chip, this pops another window with the game's process of which you want to hack. So in this case, we will select "pinball.exe".

Once you get the process open in t-search, click the magnifying glass which is to search, and set the byte type to 4byte and then make sure you search for the exact value of your score, in this case, its 0. When you have done this and clicked search, t-search will scan the process for any codes equal to 0, when it’s complete click ok, you will notice there will be thousands of results.

But, we need to cut it down to as little an amount of codes as virtually possible, so go into the game and score some points! After you do, pause the game. now click back over to t-search and click the magnifying glass with the dots beside it (search next) and type your new score into it (set as exact value) and click search, this will give you fewer numbers, or the 1 or 2 which you need, if you still have a few hundred, search next another time after changing your score again and so on etc. So anyway, when I searched down, I got two values, “AC43F4” and “BBFC82”, so I just scored some points and these still had the same scores as eachother.
EUREKA!
Ok, so now we want to store these codes, so highlight both and click the little green plus button just above where they are shown, this adds them to the box on the right where you can edit the score and/or Name them to remember what they are if you are searching for multiple values.

That is t-search done with now, BUT KEEP IT OPEN!!!.
We now open up TMK and create a new project - rename it whatever you want, and you will have a new blank workspace in front of you.

First of all, the whole layout of TMK looks pretty intimidating, but with some knowledge, it is a piece of piss.

So you have your blank box in front of you, if you right click on it, and click properties, you get a lot of options e.g. to rename the dialogue at the top, and change the background colour of the trainer. If you click on a corner of the box, you can manipulate its size.

Now to actually make a button on your trainer.

Gregsy
2nd June 2004, 20:20
Click on the little button just above your workspace (just below the build menu) and place it wherever you like on your trainer, you can resize it if you wish, and you can right click then properties to edit stuff within it. Anyway, now we need to put your code into the button, so we now right click on it, click write memory actions and click “Wiz”, this will open up a little box on screen with boxes to input your code etc, so we click on the arrow beside write value, and change it to “add” then on the type of value we click the arrow and click on “DWORD” since that means 4 byte, then put in the address of the code and the value to increase it by, you do this for 1 of your codes, click ok and then repeat the wiz again for the other. When you’re done, click apply on the wiz box and apply on the code box, you have just made your first button!

You can now do other things to make your trainer aesthetically pleasing, like make a text scroller, if you have a fiddle with some of the buttons above your workspace you can input images, scrollbars, text scrollers etc.

Ok, so now we want to actually make the trainer work, so on your left hand side menu, click the tab for build settings, and click on process name, where you can either type it in or just select it from the list, then on exe name, type the exe name for your trainer, so you can have whatever you like.

Now, we want our trainer to have a good icon, so lets do that, click on the objects tab, then on icon (would you believe it!!!!!) and then double click the icon that’s there and when the box comes up, click load, and choose an icon, TMK can load icons from exe files, or icon files, if your good at things like that, you can make your own icon and use it there, then click apply.

Your trainer is nearly finished, but first save it, then click on the little build button to the left of the red exclamation mark, and then that is you. The trainer will be added to your TMK folder, so all you need to do is open it up, open the game and click the buttons on it (or hotkeys if you made them) and you can cheat your cheat until your heart is content.

Thank you for reading,
Have fun making trainers,
And if you have any hassle, feel free to ask.

Gregsy

P.S: use a different game if on winxp. i Wrote this on a ME system, there is a pacman proggie you can use if you want to.

Blackwar
2nd June 2004, 23:28
nice tutorial man, i'll have to give it a shot :)

Syphon
2nd June 2004, 23:30
This is a l33b tutorial! Merci beaucoup :D Maybe I will fiddle around with some of my games, i.e. Theif...

Da BuzZ
2nd June 2004, 23:58
This is a l33b tutorial! Merci beaucoup :D Maybe I will fiddle around with some of my games, i.e. Theif...Let it be released first in teh EU j00 w4r3z0r ;\

Blackwar
3rd June 2004, 00:07
good tut once again, but i am having some trouble. WHen i try to build it says static.dat is missing... a little help?

VoN DuTch™
3rd June 2004, 00:08
Interesting. Thanks.

Gregsy
3rd June 2004, 00:44
thanks you lot, let me check, i think i might need to fix that link
i will just check my tmk for that file and upload it if its missing
ah wait, here it is if you need it, i will fix the link if i could get my webspace working :/
*edit*
link fixed, thanx again for the kind words :D

cRAZyDESi
3rd June 2004, 03:51
thks a lot gregsy, i love hacking soingle player game now lol

Shard
3rd June 2004, 13:14
Nice Gregsy, but those things you find aren't "codes" they are memory addresses.

Also, ewwwww... TMK. :P

McAlpha
3rd June 2004, 15:06
Created my first trainer ... lol

Gregsy
3rd June 2004, 20:12
ok, i stand corrected shard,
and if you read the title of the thread, its the newbies version,
for people who dont know much,

Dark
4th June 2004, 02:12
nice one, but no time to try it hmm

thedragster
4th June 2004, 04:32
Awesome Tutorial man. Next step might be to show how to make this for a game whose variables aren't static.

Shard
4th June 2004, 13:34
thedragster: There is a load of tuts about DMA on here (http://pc.nanobot2k.org/?articles)

And Gregsy, if its the newbies version, shouldn't you be teaching them the correct terms? ;)
(Don't wanna cause an argument here)

Cheetah
4th June 2004, 19:02
Why dont you just use C++... it's so much easier and more efficient than using these pre-made tools that just run on scripts..

Shard
4th June 2004, 19:26
Because this tut is aimed at noobs.

Gregsy
4th June 2004, 19:38
right, cheeta, it is the newbies version so stfuplz,
i know i should teach the proper things shard, but i was typing it in a hurry lol, i had tones of chemistry homework that night, and finally, i am going to get to dma on the next tutorial

Cheetah
4th June 2004, 21:09
because see, if you make a trainer... in c++... you can use DEBUGGER functions... breakpoint on calls.... ..... ..... uber mad hooks..... nm.... *cougH*

Gregsy
4th June 2004, 22:54
urr read the title again kthnx

Syphon
4th June 2004, 23:38
Why dont you just use C++... it's so much easier and more efficient than using these pre-made tools that just run on scripts..

If you were actually smart, instead of just pretending and trying to look it, you would know that "experts" if you will, and those who make trainers for a living (i'm talking dox groups here), code in 100% ASM and therefore C++ doesn't even get a look in.

And please don't reply with something like "C++ is more efficient than ASM" because you will never live that down.

Xare
5th June 2004, 03:22
I think ASM is the best for trainers because it makes them small and fast.
Just what a trainer should be.

VoN DuTch™
5th June 2004, 04:20
I absolutely agree w/ you there xare.

Cheetah
5th June 2004, 06:03
Who in HELL would make trainers for a living.. LOL.. trainers are so simple... omg..

Da BuzZ
5th June 2004, 06:30
Cant i just have the pleasure of saving us all for some/alot of trouble? PWEASE CAN I BAN CHEETAH!? :D

o({})o
5th June 2004, 07:06
Cant i just have the pleasure of saving us all for some/alot of trouble? PWEASE CAN I BAN CHEETAH!? :D

^^ That made my month :smoker: :laugh: :bandit: :cool: :speechles

Gregsy
5th June 2004, 16:36
damn, you beat me to it :(
anyways, btw on getting another tutorial up today

Shard
5th June 2004, 22:23
I am working on an open source MASM trainer, it's for CoD but explains the basics of coding a trainer in MASM, I will post it when it's finished (should definately be done for tomorrow or maybe even today)

oddz
5th June 2004, 22:28
Nice work, but other ppl should post other threads for more tuts.. Good with noob tuts, very =]

Gregsy
5th June 2004, 22:37
yeah, im going to make another on defeating dma sometime in the future, if someone could post an asm trainer tut it would be great,
im going to try something in whatever language i can get a compiler for lol

oddz
5th June 2004, 22:53
Gregsy,
i changed the value to 9999999 and it doesnt work. I dont score 9999999.
And why can u only click one time to increase, i had 18000, shouldnt he be able to click like 10 times so u get 10 x 18000..

oddz
5th June 2004, 23:00
Add DWORD 962BBC 9999999
Add DWORD ADAEBA 9999999
isnt this correct?

UmmWTF
5th June 2004, 23:13
I don't get what's the point of this trainer. I'm probably doing it wrong or something. Is this tutorial trainer suppose to increase your score? If so how come it doesn't work for me. I found the values at 0. Then I went back to the game and scored some points. I then went back to T-Search and "search next" the score I got. I came up with 2 values (it isn't the same as the ones on your tutorial). So now that I had these I added it to the list and then named it. After I finished with T-Search, I left it open and ran Magic Trainer Kit. I created a button and wrote up the memory addresses and saved then built. I then closed the Pinball game. After it was closed I opened up the trainer I had just created and then open up the game. I pressed the button but my score doesn't change.

oddz
5th June 2004, 23:19
Same me ;]

Gregsy
5th June 2004, 23:27
yeah, it appears that i made a lil mistake with pinball as i think the memory values shift about a bit, as i origionally practiced on a windows me sysytem,
so oddz, i might be wrong, i am going to get a packman game which has no trace of dma at all, that was the very first tutorial i got, the only problem is that i dont know the site it was on, as soon as i find it, you can be sure i will post it,
in t-search, as you add the values to the bit on the right, try in the value editing the score, as the trace of dma is probably there, next thing to do, make my dma defeating tutorial, so hold on a bit :)
and UmmWTF try not closing pinball and using the trainer - from there it should work,
sorry for the confusion guys, as i kind of churned this tutorial out quickly as something for the new forum,
as i did, i practiced on me with the basic ideas of that packman game.
once again sorry for the confusion

oddz
5th June 2004, 23:30
No problem man, everybody make mistakes =]
Just get it right today ;]
Edit:
Btw, i pmed you becouse i got a bit angry here, starting screaming and stuff why it didnt work ;]

oddz
5th June 2004, 23:37
http://www.gamesload.it/pacman.htm <-- here we go... pacman
Seems like it worked well with that, i managed to do it ;]
Ill share it:
Add DWORD 15EFEC 356
Add DWORD 3B62D8 356
Add DWORD 3B6BEC 356
Add DWORD 3E6F14 356
Add DWORD AA0153 356
Add DWORD DEFEF0 356
Add DWORD 73F2F884 356

Gregsy
6th June 2004, 01:33
thats not the one, specific versions, i will find the tut :p
but if you have the basic idea thats great :D

UmmWTF
6th June 2004, 02:52
Wow... am I just not doing it right? I tried hacking Grandpa Pacman from your link. I set the hotkey to F6. It just wouldn't add score when I press it.

Gregsy
6th June 2004, 04:18
you might have set it for shift+ or ctrl etc

UmmWTF
6th June 2004, 06:07
That can't be it. I tried pressing the button as well.

oddz
6th June 2004, 13:03
Well i downloaded that pacman and used those codes, it works absolutely fine.

Gregsy
6th June 2004, 21:03
ummwtf, just make sure you have done everything right, i havent used tmk in a while, as i am trying to learn some stuff for other languages

oddz
6th June 2004, 21:04
Gregsy i dont see the problem, its working fine isnt it ^^

Gregsy
6th June 2004, 21:08
yeah, my tmk definatley is, but when you compare asm trainers to tmk ones, you can do alot more and also they are loads smaller in size e.g. tmk 155kb asm = 50 kb
or something like that

oddz
8th June 2004, 13:42
Well size doesnt matter that much..

thedragster
8th June 2004, 14:47
a few extra kb make all the the difference ;)

Shard
8th June 2004, 19:11
Yeh, the difference in makes is more, needless code.
Smaller program = faster program.
In ASM it only takes a few bytes to do something that, in VB, etc., could take up quite a lot of bytes, and those extra bytes are needless, they just slow it down.

angelhunt
14th June 2004, 15:47
well, i dont know about u guys, but i sucessfully made my first pin ball hack with this tut, but when i tried making one on multiplayer game, it changed my money from 100 to 1000000 yeah...but when i tried buying something that cost 1000, it will say i have no money and change my money to 100 again,. i dont know what happen? can anyone help?

Shard
14th June 2004, 19:21
The money values will be stored server-side so changing them client-side won't work.

Gregsy
14th June 2004, 19:45
nuff said above, only in some games does the client control some things, e.g flashlight in halo

angelhunt
15th June 2004, 04:45
so its impossible to hack a game like that? or is there another way? =p

thedragster
15th June 2004, 08:51
Uh oh, looks like this n00bie trainer guide is about to go intermediate!!!! 0.o

oddz
15th June 2004, 19:54
Its possibly to hack a game like that, if its really bad coded.

Gregsy
15th June 2004, 20:45
not impossible, but quite hard, requires knowledge of a language, which at the mo, is above me :/
roll on the c# tutorials

angelhunt
16th June 2004, 03:42
=O...can anyone make an intermediate tut please?...i really wanna know =D, thanks

Gregsy
24th June 2004, 17:41
soon, and i will .. maybe this weekend

angelhunt
25th June 2004, 04:00
thanks you ^_^

Couch
2nd July 2004, 22:31
I must be slow in the head because it doesn't send my score from 0 to 95000.

Gregsy
3rd July 2004, 00:16
well, if you read through, it is prolly xp your on
use the packman

Littlekill
4th July 2004, 07:12
nice tut man

Shinosuke
4th July 2004, 17:03
I havent been in MPC awhile.. didnt even notice this new trainer sub-forum. Yes, btw, nice tutorial.
I might start to attend the intermediate lessons when they are up ;)

I have no programming knowledge, so far, everything I have done is based on logic and common sense :p

For things on serverside.. if I'm not mistaken, you have the find the right packets that your client is recieving or sending to the server, intercept it, know what the packets is, and send the server a 'hacked' (modified) packet instead of the original faking the server to think that you have 99999$$ or something.. please do correct me if I'm wrong :)

What program is best for that? WPE? :/

liangzai
7th July 2004, 08:55
ur thread title is for single n multiplayer...does it means this can apply for multiplayers???please enlighten me teacher...

ur thread title says for single n multiplayer...does this means this applys to multiplayer games like mmorpgs???pls enlighten me teacher....thanks

Shinosuke
7th July 2004, 09:14
-some- of the mmorpg's are client side, if so, the info in this tutorial will apply.

however, most of the data in mmorpg's are stored on the server side. If you do what this tutorial says, it might APPEAR that you have 999,999,999 $$, but still not enough money to buy things, since it only modifies what appears on your screen.

For server side hacks, you'd better wait for the 'intemediate's' tutorial....

(PS: Those knowledgable game hackers, please feel free to correct me if I am wrong :))

Gregsy
7th July 2004, 14:16
yeah, the problem with multiplayer games now is that the server is storing more and more of the information, so that you cant use trainers on as many games,
trainers are mostly for single player,
however, there are a few online games that you can use them in still,
any problems just askpacket editing i think will be the way that we will have to do things from now on, as companys are getting smarter and smarter,
as said on another thread, i will be making a couple more trainer tutorials when i am offline in a week or two,
i have just been playing too much priston tale lately, as i am trying to catch up with hebe :x
i am willing to admit that i dont know an incredible amount about trainers, as only the last week i learned how to make them in asm
so i will only really cover them with tmk, as there are so many languages out there to program them in
anu questions, feel free to ask

LFX2
14th July 2004, 23:54
Nice tut. A fun game to make trainers for is the GTA series. All SP... and so damn fun. :)

someguy333
15th July 2004, 11:59
is anyone working on a tutorial for server side stuff?

Shard
15th July 2004, 19:03
^^ Impossible.

kermy
15th July 2004, 23:28
nice tut m8 ...........


1 thing for neewbies & Tseach is the Tseach has hot keys you can set ..



set the hot keys ... when searching just use them & you don't have to Alt-tab out of the game everytime ... in some games the Alt-tab will crash the game after 50 or so times of opening & closing ....


rock-on guys

The_Abrador
16th July 2004, 12:57
May I ask a TMK question here? TMK works perfectly on my PC, but a generated hack.exe file doesn't work on my firends PC.
We then installed TMK on his computer. When opening my TMK.pjt file, TMK crashed to desktop (no error message). When creating a new project, the window "build settings" is blank :-(((
Any hints? He has as me Win XP installed.

Gregsy
18th July 2004, 20:53
avast antivirus?
or maybe just the exe being set to a diff game version etc,
xp sometimes duffs up with things
as msn 6.2 isnt working for me

barnickell
24th July 2004, 22:57
It was a great tut and i am looking forward to reading more but ......

i am haing probs wit this

i follow the tut make the trainer and close the game (gpackman because i run xp) reopen the game but it no work.

any ideas???

:confused: :confused: :confused:

Gregsy
24th July 2004, 22:58
maybe / prolly dma, i will get to it when i can be bothered writhing up a tut lol

ShinX
25th July 2004, 00:46
you guys should start using a program called cheat engine it does tsearchs job and tmks job and its easier for us noobies to use lol trust me lol i made some for some old games.... but damn my hacks always suck lol i made one for NWN i add 1 gold and stuff lol minor .

Gregsy
25th July 2004, 01:50
the prog seriously sucks man, i have used, + you can do more stuff with these,
trust me thats why i chose them for this tutorial

ShinX
26th July 2004, 03:19
well ur more of a pro then me im jsut getting into it, ur more likely right lol

X-Joker
27th July 2004, 09:39
lol sry all the tmk's i get form any site keep sayign the same thing it cant find shell.dll

By the way thx man i like cheated liek almost all the gaems i had thx a lot man :kos: :kos: :kos:

Gregsy
27th July 2004, 13:18
hehe, thanx for the positive feedback,
lets see if i can post my shell.dll
as long as it isnt avast you use as an antivirus you should be fine

X-Joker
27th July 2004, 23:50
k kool thx i use a good AV

Gregsy
28th July 2004, 02:28
dont talk any more about it please, you could get yourself and mpc into alot of hassle with that

X-Joker
28th July 2004, 10:57
hey can u tell me where i can get shell.dll for TMK i mena i got some thig as cheats adn wanna make a trainer out of it man

Gregsy
28th July 2004, 15:08
hey can u tell me where i can get shell.dll for TMK i mena i got some thig as cheats adn wanna make a trainer out of it man
well, in my tmk folder there isnt one, so alll i suggest is google it

betrayedslinky
29th July 2004, 18:50
The tut was great and since pinball is such a great example, why not make a semi-noob/intermediate tut on how to change the values in the pinball game. For example: You hit the ball and it goes and hits flag X, you get 100000 pts. Not sure if this is possible with the pinball since I do most of my programming off of what other people have already done by using logic and common sense.

I Hope that this could work since it would be nice to know how to change values of X and such not just making trainers with hot keys. Usefullness of this idea? Changing values in RTS games on how much a character can hit for and such. If I can get the hang of all this stuff and programming I will be contributing a lot to this website since I just found it today. Cheers.

Gregsy
29th July 2004, 19:54
hrm, no clue if that is an easy thing to do, maybe not possible, ty however for reading this,
the semi noob/intermediate enforces this more with the likes of asm, and defeating the dma caused in many games,
i think it might be possible in some games for the likes of adding attack, i was going to try that soon enough for an aoe hack me and a few friends are going at,
anyway btw the server controls most of these things :/

betrayedslinky
30th July 2004, 12:11
What type of programs are you using to try to accomplish the AOE type hack with adding attacks and such? I have played AOE for many years and maybe I could join in. Again I'm not an expert but I don't ask questions unless I have to. I consider logic, common sense, and try try again methods. I'm overseas right now for the summer but in about a month I'll be back to my comp.

Edit* Hmm maybe I should check the AOE forums first eh?

Gregsy
30th July 2004, 18:44
probably, and tbh there is only going to be 3 of us working on it for many reasons, the first incvluding the privateness, we wont have people who know nothing about it... we are basically making a combo hack but free :p just gonna use like t-search, ollydbg, softice, W32DASM, W32DISM in my case :p gonna be taking a while, and gonna have some well complicated stuff,
im sorry man, but it is more of a private thing with me and a couple of close friends :|

DigitalD
30th July 2004, 20:35
Hey Gregsy nice tut...
hacked my first things like ammo and viewdistance... but i dont know how to se***** for things like show nametags or maphack... would be nice if someone can give me a hint where or what to search..

thx Gregsy

Gregsy
30th July 2004, 22:55
there are ways, i remember seeing them on a thread in the aoe section a long time back, will try and c+p it over when i get the chance, been buisy with the trainer team admin stuff recently

dpb h4x0r
14th August 2004, 06:26
i still dont get it..... how do you increase your score (as in the button or something)
:mad:

shadowwoelf
14th August 2004, 08:50
srry about this late reply i am new here but what does the button do exactly when i click it it does nothing at all

dpb h4x0r
14th August 2004, 21:37
thats the same problem im having

Gregsy
14th August 2004, 22:48
well it could be you restarted the game if on xp, on pg two i said use it along with another game etc, as in win me when i wrote the guide, the values are static in pinball, try packman if you get hassle
btw, if you "wiz"ed the button right, it should add the score, also make sure the exe name is put up on the trainers setts

shadowwoelf
14th August 2004, 23:48
ok so r u telling me that when i made the trainer i cant load another game?

ok now i have checked what u wrote like 3 times and i dont see where i went wrong let me just tell u what i did

i opened up the pinball.exe then i opened tsearch then i pressed the big chip and picked pinball.exe then i pressed the magnifiying lens and wrote in 0 and it gave me a whole bunch of variables then i scrored some points and it gave me 2 things like u said then i pressed the little green plus sign and opened tmk and added one new button and then i right clicked it and went to memory actions and then press wiz i changed action to add and type of value to dword then i typed in the adress and value just like it said in tsearch and then i repeated the procces for the second button then i went into build settings and i made the .exe file into pball.exe and the prossec name into pball i click save then press build then i ruun the program and it does nothing at all so what did i miss

Gregsy
15th August 2004, 00:01
no, i mean reload the same game after it, please read through some previous pages

shadowwoelf
15th August 2004, 01:34
it still doesnt work

Gregsy
15th August 2004, 02:56
are you using packman, have you set the trainers exe, have you typed the right mem location?

shadowwoelf
15th August 2004, 06:08
i am useing pinball and i am not sure about the rest like the mem location and the trainers exe

angelhunt
15th August 2004, 16:04
so whens the itermediate tuts coming out?> ive been looking forward to see it for weeks =D

Gregsy
15th August 2004, 16:17
its out "defeating dma"
has been for nearly a month or so

shadowwoelf, is it xp your on?
if so USE PACKMAN

shadowwoelf
15th August 2004, 23:58
ya its on xp and i will trty pacman alittle bit later today btw do i do the same things to pacman as i did to pinball?

Gregsy
16th August 2004, 03:09
yes
just pinball on xp has dma

dpb h4x0r
16th August 2004, 05:49
i dont have packman

Gregsy
16th August 2004, 06:17
there is a link on where to download it earlier on.....

shadowwoelf
16th August 2004, 21:47
yes i cracked grandpa pacman but i have some questions

1.how do u know what u r excatly craking cause i didnt know if i was craking the highscores or the score thing
2.what is up with diffent bytes what do they do
3.can i change the value when i am adding the buttons like i keep the address the same but i change the value like say to 9999999
4.in tsearch when i am searching for the 1 or 2 address does the value realy matter or is the address the only thing u really need from it

srry for the long list

Pansemuckl
17th August 2004, 00:29
Nice tutorial and very very usefull! Don't underestimate the power of single player cheating. I used "artmoney" on C&C, Ballance, True Crimes and many other games to "improve" the overall gaming experience ;)

It just sucks if u ran out of money.

shadowwoelf
17th August 2004, 05:54
bleh how did u know u were makeing a trainer for money???

Gregsy
18th August 2004, 01:12
artmoney is a memory searcher like t-search
btw


1.how do u know what u r excatly craking cause i didnt know if i was craking the highscores or the score thing
2.what is up with diffent bytes what do they do
3.can i change the value when i am adding the buttons like i keep the address the same but i change the value like say to 9999999
4.in tsearch when i am searching for the 1 or 2 address does the value realy matter or is the address the only thing u really need from it

1.usually its because you have the score coming up, think logic.
2. t-search's help tells you.
3. yes i think it is possible, just use wiz 2 times.. fiddle about >.<.
4. the value is the number your searching for, if you dont have the value, do an unknown search and try the has increased/decreased.

hope this clears it up

shadowwoelf
18th August 2004, 06:00
ok this is wat i meant by the value being important when makeing the buttons when u already have the adress and all can u just add some more numbers

Gregsy
18th August 2004, 18:43
you can do anything you like with it.. dont just stick right to my tut, just go and fiddle about.. many games require a wide veriety of things to be done =]

train91
19th August 2004, 16:08
[B]Gregsy...when I try to make a trainer for a game,I dont know what is the type of byte that I should put.Can you plz teach me how to find out the byte when i create a trainer next time...?
Thnx!

X-Joker
20th August 2004, 06:52
train if it is 4 byte whic it usually is then its dword i think

shadowwoelf
21st August 2004, 06:46
btw i tryed to find out wat diff. byte value mean and all it came up was a bunch of gibberish

X-Joker
21st August 2004, 06:54
r u serious the diffrent byte vaules mena like the diffrence in numbers liek:
byte 1 is 0 to 255 value

Gregsy
21st August 2004, 12:00
train91,
try alll of them, as it seems different games use different byte types, i do not know what you are hacking so i advise you try all of them

you get alot of gibberish on the 1byte one because it takes alot more locations out of the game,
search through them!
from the t-search help file:


Type:

1 byte : value between 0-255 stored in 1 byte.ex 5 = 05 in memory

2 bytes : value between 0-65535 stored in 2 bytes.ex 5 = 05 00 in memory

4 bytes : value between 0-4294967295 stored in 4 bytes.ex 5 = 05 00 00 00 in memory

8 bytes : value between 0-18446744073709551615 stored in 8 bytes.ex 5 = 05 00 00 00 00 00 00 00 in memory

Float : value between 1.2E-38-3.4E38 for some games like AOE,TOTAL ANNIHILATION.... stored on 4 bytes.ex 5 = 00 00 A0 40 in memory

Double : value between 2.2E-308-1.8E308 stored in 8 bytes.ex 5 = 00 00 00 00 00 00 14 40 in memory

train91
24th August 2004, 16:53
thx gregsy...i owe you one , but isnt it troublesome to try out all the bytes?

You surely are a pro!

One more question...does searching a memory value with t-search use up memory?

Sorry if I'm asking such i newbie question...=P

Gregsy
24th August 2004, 20:46
heh, well it all depends on the game, usually its 4 byte or float, but if not, just try,
mem searching does take up some memory space but not too much.
im here to answer questions =]

sengot
18th September 2004, 07:15
YO ppl, about your exampe on pinball, i open the game n try to use my testing trainer but nothing happen.. can u all explain to me?

edited

Gregsy
18th September 2004, 15:50
Read the first two pages.. use a different game if it is on win xp
link back from the site or dont post it
in other words.. speak to an admin about it :x
edit:
not sure as it doesnt work XD

04hsv
19th September 2004, 11:18
i can not download t-search 1.6b from your link it says the file is corrupt is there any place i can download it from???

Gregsy
19th September 2004, 19:39
google it...

AznDeathDragon
23rd October 2004, 01:53
thank for the tutorial. It's really usefull

DigitalD
23rd October 2004, 11:12
thank for the tutorial. It's really usefull

yea this is really good, i learn the first steps to hacking games with em.. thx gregsy

Rocker
30th October 2004, 20:13
I read and follow your step, now I can create basic trainer by myself.
Thanks for cool tutorial :P ;)

ahboy
5th November 2004, 16:47
hei , i need some help here
i always get this error

ERROR:Error : The exe name of you trainer is not specified

Rebel85
25th November 2004, 15:39
hi i got a question y i use the tsearch on the pacman and search next but the result is 0?

Gregsy
25th November 2004, 16:05
ahboy, you have to put it in on the options panel where you select the process it hacks.
rebel, can you please make that post easier to understand :)

kw90
10th December 2004, 07:59
i made my trainer for pinball. when i click the button , it increases the value of the score by 100. In t-search, the value increased,but not inside the game. why?? ne 1 pls help!

faldo
11th December 2004, 02:34
You are probably increasing the wrong value/address. Try finding other addresses with that specific value.

mastachief12
20th December 2004, 19:57
yea it is a good one

xwmaxx
23rd December 2004, 18:51
haha :devious: I'm a super hacker now, lol, just playing I'm so happy to have made my first trainer, I thought it was going to be hard with that stuff in the programs and everything but it was very easy and simple, thanks a lot

TEHEEclan
30th December 2004, 14:10
Thanks for the tutorial :D

{A}{l}{e}{x}
1st January 2005, 07:05
Is there anything else you can make a trainer with besides TMK? Because when I open TMK it says "Sorry for the inconvienence, Trainer Maker Kit needs to close, BLAH BLAH BLAH". Thanks

~Alex

philysno1
2nd January 2005, 09:19
i try to do this whith other games becuse u said not to use pinball 4 windows xp so i tred it whith a few other games & every time it comes up the frist search ether in the millions or hunder thusands & the second time it comes up whith about 100 then the 3rd time it comes up whith 0 like wtf i tred it whith the pin ball & i got to continusly but when i made the trainer & ran it it came up whith that windows secuity thing but still add the points just b4 that window opend plz wats going on :(

Gregsy
3rd January 2005, 04:13
other than tmk, there are other tools, but coding your trainers is the best option :x

philysno1, try it on the packman game which was posted somewhere thorugh this thread to make sure your doing it right :x

philysno1
3rd January 2005, 08:21
ok i tryed wat u said & got gpac but the same thing hapens wtf is going oni get lie 57389179 on my frist search & 0 on the next every time i've got gpac.exe open in tsearch & ivve tryed it whith & whith out the buypasser(prosessgaurd)im using win xp so wtf

philysno1
3rd January 2005, 13:56
also when i play pinball on xp i hit the hotkeys & then about 10 sec layter it says


Game has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on may be lost. Please tell Microsoft about this problem. We have created an error report that you can send to help us improve Game. We will treat this report as confidential and anonymous. To see what data this error report contains, click here

then shuts the game down dose any 1 know how 2 stop this & wats going on whith tsearch

faldo
3rd January 2005, 14:17
Sounds like you messed up something in windows... it's not hard to do when you play with your memory. I had to reinstall windows in order to fix my last memory error message.

philysno1
3rd January 2005, 15:10
well ur nice to tell me the posibal side afects now

darkdragon55667
8th January 2005, 04:02
when i click on the red exclimation point it brings up pin ball but theres nothing new jus 0 points T.T.

Gregsy
8th January 2005, 16:36
unless you do something totally wrong with t-search, nothing liek that should happen.
Darkdragon, are you on winxp?
use packman if you are.

kclemens-R-
9th January 2005, 01:33
all you do is t-search you current score, go score more search for it, and then get that address
then if ur on TMK or w/e you just add how ever much you want.

im sure that was in the tut. though

blitzxjz
9th January 2005, 09:03
ok question if i wanted to make a ms hack how would i know wat to put in for the value in order for it to search?

Gregsy
9th January 2005, 15:00
O.o
maple story section?
kclemens, i believe my whole tutorial was about that ;p
if its an unknown value in ms, do an unknown value search and increase/decrease etc till you find one ;x

mojoking
10th January 2005, 15:44
anyway to make a hack u use tmk and u use t search to find the code or something like that so u need both of the programmes to make a hack?

billyrat
16th January 2005, 19:41
when i try to build the trainer in tmk i get a message saying

static.dat missing

what should i do to fix this?

Gregsy
18th January 2005, 01:00
re-download tmk from extalia.com for static.dat

anyway to make a hack u use tmk and u use t search to find the code or something like that so u need both of the programmes to make a hack?
t-search is the best memory searcher out there, but you can use other programs e.g doftice, w32 and olly. TMK is a trainer creator for people whom cannot code their trainer and therefore this is why many people code them in a language.
Both are not NEEDED but are the best for a newcomer to use.

deejay2326
19th January 2005, 04:34
will it work with online games?

Gregsy
19th January 2005, 17:50
only if it is very badly coded.

misterm
24th January 2005, 23:23
I have been growing since i first read this tutorial (thnx by the way great info) and I have a game I came across that does not show up as an option for me to choose in Tsearch can someone plz tell me why and/or how to get it to show up? thnx in advance :)

alexthegreat
25th January 2005, 20:38
help!!!!! i did everything good and was great but when i needed 2 use tmk i donloaded it and it wont open:(???? i got only 1 file the exe and its not working can any 1 post here or sedn me all the fiells plzzzz? serefdude@hotmail.com(msn and mail )

dude i tryed downlaoding tmk in many sites its good but i cant open it it says the file is not belong/meet the microsoft windows and ms-dos fiels C:/windows/system32/autoexec.nt. plz help me!!!

mantis3
25th January 2005, 21:16
hi all....compliments for the tutorial is very simple but i am a noob...:P
can you give me an example of how to make a trainer for quake3(single player)for unlimited energy(life)?
THX!!!

Gregsy
25th January 2005, 23:53
Read the stickied thread about autoexec >_<

I have been growing since i first read this tutorial (thnx by the way great info) and I have a game I came across that does not show up as an option for me to choose in Tsearch can someone plz tell me why and/or how to get it to show up? thnx in advance
T-search protection i would assume :x

>Latest dude,
Use my guide as a base, if the hp is in a bar, do an unknown value search > lower/higher till you get the memory locations

mantis3
26th January 2005, 01:36
ok man...THX!!!!(compliments again:D)

misterm
26th January 2005, 09:34
any idea on how to get around this protection, i have tried using process gaurd to block the software from reading tsearch, i have used faldos software to change the name of the tsearch window name, and i have changed the name of the .exe file. I have done all three of these together with no luck, I can find the game using cheatengine 4.4 but there are no hot keys and the game detects if the window is not clicked on.

Gregsy
26th January 2005, 19:35
any idea on how to get around this protection, i have tried using process gaurd to block the software from reading tsearch, i have used faldos software to change the name of the tsearch window name, and i have changed the name of the .exe file. I have done all three of these together with no luck, I can find the game using cheatengine 4.4 but there are no hot keys and the game detects if the window is not clicked on.
im not too sure really, hex editing might help, but i am not going to get into that, as its a difficlt thing to do ;x
I would wait for some other people to reply, as they might know other methods, but thats all i can remember atm :x

Gregsy
28th January 2005, 03:20
stickied thread.

kennygoh89
5th February 2005, 05:58
hey! can someone help me? i'm using windows XP Sp2 and i cant use the trainer making kit... it says something about windows autoexec file... how do i solve it?

Gregsy
5th February 2005, 15:27
read the stickied topic fewl >______<

stergioszxc
6th February 2005, 15:15
For the "TMK "i can't get in to the properties why?
:bunny: :bunny: :bunny: :kngt: :git: :tit:

Tanker
7th February 2005, 03:31
hay what up gregsy, I dl the TMK but it will not open it keep saying that the file is not suitible for dos or window and the the window say it is a 16 bit window subsystem. what ever that means. Can u give me a clue on y it isdoing that

Gregsy
7th February 2005, 18:58
tanker, die, But first, learn to read teh 5 posts above yours, and the sticked topic.

I really dont know why your properties will be disabled.. make sure you on an admin acc ;c

stergioszxc
7th February 2005, 23:06
I'm kinda new on hacking so can u tell me that acc admin thingy is?








:alc: :machiko: :lam:

Gregsy
7th February 2005, 23:21
Admin account on your computer.

Harryh4x
8th February 2005, 14:40
At first I had the same probled as some wrote here - it just didn't work for me. Here's what I did wrong:

"Ok, so now we want to actually make the trainer work, so on your left hand side menu, click the tab for build settings, and click on process name, where you can either type it in or just select it from the list, then on exe name, type the exe name for your trainer, so you can have whatever you like."

Here I entered just something not the real process name and of course it didn't work. You have to enter name of the process you want to hack. If you want to hack pinball (process: PINBALL.EXE) you have to enter that name and not just something, eg. pinballhack.

-----------------------------------------------------------------------------------------------------

So my first trainer/hack is done :smoke:
It was solitare with +10 score :D

Thank you for this tutorial!

mantis3
8th February 2005, 15:52
process name is the process you want to hack
exe name is your final product (you can put here whatever you want)

Gregsy
8th February 2005, 19:15
no probs :)
is my writing really that hard to understand? O.o

[M]ichaeL
11th February 2005, 11:22
Error : A valid Window name or Process name must be specified<----wat is this??

Now, we want our trainer to have a good icon, so lets do that, click on the objects tab, then on icon (would you believe it!!!!!)<-----ermm...i dun understand i cant find the objects tab

sorri for my bad english :ermm:

mantis3
23rd February 2005, 00:36
hai all, i have a question....
in windows xp there is a game called spider (card game).
in the botton of the screen there are:
- points
- moves

Can i change those value with tsearch so as to be able to see in place of the points and of the moves my name?
THX!

happy happy
16th April 2005, 08:36
love it now i cant beat my brother muhahahahahaha

Mordalthunder
16th April 2005, 11:50
every time i open this programe and make a trainer norman (virus scanner) deleteds this file :(

bladeyes
21st May 2005, 13:17
can i use this on neopet games? so my sis pet can have lot of goodies?

thuannguyen
25th May 2005, 23:28
woah i like this .

KawaiiStar
28th May 2005, 03:12
I have a little problem installing TMK..
Everytime I double click it, it says
"C"/WINDOWS/SYSTEM32/AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications." o_O Do I have to install SP2 or something? ><;;

bluurrzz
2nd June 2005, 20:48
thanks Gregsy ur info was a GREAT GREAT help to me!!Just make mineself a trainer!!lolx

But now i understand this wat is next to be learn??like how to unhide file that r not show on ur task manager....

Gregsy
6th June 2005, 01:53
Autoexec is mentioned in the stickied threads if you care to read them.
Everything else seems positive, thanks.

sean44
16th June 2005, 00:39
Hi nice tutorial but i cant get it to run it says static.dat is missing how do i fix this
plz help.

Morlen
3rd July 2005, 02:53
thanks a lot man i did it but im not sure its working. I push the button but the numbers dont go up until after i start playing and i dont know if its going up normally or not. some help plz?

sc00ter
4th July 2005, 19:47
Nice tut. i have all have done what your tut. say but when i press my botton at my trainer there is happend nothing can anyone say me what i do wrong, or what it "train"? thx alot.

and sry for my english i'm from germany!

bigkiller3v79
18th July 2005, 01:23
Wow... it actually took me 10 mi*****s to make my first trainer... think ill try the same with insaniquarium deluxe by popcap

everbread
23rd July 2005, 16:04
hey Dude nice tutorial !!! :bandit: :cool:

Lord_Pumpkin
8th August 2005, 05:28
whoo hoo make a starcraft (hey it was a basic game) The pinball weont work on XP. Wonder why? Also, if the data for a variable, ammo, resources, etc.. it aty more than 1 location (but still refers to the same) do we have to use all those in TMK?

Scary_Penquin
8th August 2005, 23:07
i got pinball to work fine on xp

Lord_Pumpkin
9th August 2005, 01:25
?HELP? I made a traienr for starcraft (easy) but when it adds the value to the resources at the beginning of a game it adds them and subtracts it back to where it was before. i.e. it starts by default at 50, then jumps up to 99999999999 when i press my trainer button,, but then goes back down to 50. Any thoughts?

bjk
14th August 2005, 23:45
Is it possible to use T-search for online games?

Shap3
16th August 2005, 08:27
Is it possible to use T-search for online games?

Well for online games tahts almost never gona do the trick..
Yes u can fool urself and see loads of money but on most online games (good ones at least) money is server sideand u can of corse always fool only client..

For those who dont handle money server side this might do the trick..Same goes for some other stats other than money like mana,hp i duno all numeric stats..

One upon a time i even editet CO (conquer online) and replace some skills with some other ones (yeah its the Sm archer thing along with some others)..

I hope thet enswered ur question..remember if it aint encripted and if its client side u can edit :P

winterdryad
1st September 2005, 09:49
Well i did exactly as u written i succesfully created the exe file but trainer dont work i choose add 5000 to score and it wont affect even when score change :/
i reatry this like 5 times and i dead what could be wrong? :mad:

Optical Zero
5th September 2005, 02:55
What is a T-search? lol total nublet question

ranpeleg
6th September 2005, 12:44
uhm when i get TMK... and when i try to run it there is a window that says .. "Can't open Windows Program of 16 bits" (sorry for the bad translation its not in english here) alright what do i need to do when this happens?

i did copy the autoexec.nt file and got it into the system32.. it fixed other prog i got but in this TMK it just doesnt work... it says like "The Route.......is not legal."

GlockGuy24
7th September 2005, 07:55
OK, I made the trainer but when I open the hack and open the pinball game and click the button my score doesn't go up wtf!

dreamyboiz
24th September 2005, 18:16
somehow the T-Search has become a dead link now..

can you suggest an alternative site..?

IlyaZ
26th September 2005, 01:51
somehow the T-Search has become a dead link now..

can you suggest an alternative site..?

T Search 1.6b (http://dlh.net/getfile.php?80:8ab17717e0798c94:f39e8be6d7d5c9d0:/gamehacking/memfinders/TSearch.zip)

But don't use T-Search. It's slow and new tools got more features. Dark Byte (is it the same one as on the forums here?) just released version 5.1.1

http://www.syndiv.com/ce/

dreamyboiz
26th September 2005, 16:53
when i used pinball.. i followed your every steps..

just that the 2 codes holding the score are: A70C62 & A74D7C ...

hhowever.. when i tried.. they said the program isnt found o.O

btw i am using winxp..

Lillith
2nd October 2005, 06:30
I just wanted to thank you for this great tut. Before this I was clueless on how trainers worked and spent hours looking for 1 decent trainer that didn't have a keylogger -_-.. Now thanx to you I can just make one myself ^.^

DooM-198
7th October 2005, 03:01
Ehmmm i have a little problem! T_T
I tried to make a trainer for Sacred (a role playing game like diablo) version 1.8.3 (italian version)
I've killed some monsters and found the adress for the experience, i've made a button wich add experience every click (only for fun). that works but when i kill a monster i die, my expereince resets to 1 (so i go back to lvl 1)

What's the problem?

EDIT:
I tried more things like money adding and god mode, money adding simply doesn't work, i click the button and i can see the money growing with t-search, but when i play my money turns back to original...
In god mode i selected LOCK instead of ADD, but doesn't work... i tried to freez hp value in T-Search... and this work!!!
So, why TMK wont work with this game?

Thx in advance
(sorry for my bad english, i'm italian xD)

JON FINGAS
5th February 2006, 00:46
Nice tut. but how do i open it with the game like i dont get that part?

Snip3r Sax
4th April 2006, 00:45
open the game , go to your TMK folder open the trainer you made , click the button you made on your trainer like 20 times then play for 30 seconds, pause click it 20 times then play etc , my score is 28 mill then i got bored :p

Bel Bloodclaw
7th May 2006, 02:47
Can you explain to me better the maker thing I mde a text scroller but I right click and see nothing but proprites and delete....help noob!

kepihan
21st May 2006, 16:31
how do u get t-search i cant do it XD i looked on google and everythin

-Theblackkill
23rd May 2006, 22:49
hmm I did al the steps right, I know it for sure.

I run the game
I run the trainer
I play the game, set it on pause[f3]
hit the buttion
but my score doenst go up?
How to?


btw, i had another question too:
If i wanted to build it, he says:
----------------------------Trainer Maker Kit - Static exe----------------------------

static.dat is missing


But then in build settings I changed static to linked, and then it was build?
Is that right?

pierroth
26th May 2006, 05:03
"Ok, so now we want to actually make the trainer work, so on your left hand side menu, click the tab for build settings, and click on process name, where you can either type it in or just select it from the list, then on exe name, type the exe name for your trainer, so you can have whatever you like."


Can't find the click tab left hand side menu build settings, can u help me out? I tabed and tabed all day and couldn't find it.

What are the bytes for a 2D Online Game? yes its an .exe game, you have to download and install.

Aff my game is server sided, is there anyway I could change it so it can be real? like with the hex editor, how does it work, or any other way?

HumanX
4th June 2006, 18:14
hmm I did al the steps right, I know it for sure.

I run the game
I run the trainer
I play the game, set it on pause[f3]
hit the buttion
but my score doenst go up?
How to?

Just add in the button from your tmk a hotkey.
Right click->propperties->Key->and you can put in what you want.
so start the trainer start the game and when you play just pres the key for the cheat.

EliteJitsu
4th June 2006, 21:53
Hmm, I cant find the T-search. The link on the first page for that is messed up. Can you check it?

Oldlongbeard2
12th June 2006, 23:10
Hmm, I cant find the T-search. The link on the first page for that is messed up. Can you check it?

Here try this link Tsearch1.6 (http://www.xcheater.com/download.ashx/cheat_tools/tsearch_16.zip)

WithName
18th June 2006, 17:50
and type your new score into it
where i need to type my nwe score in value?or not?

WithName
10th July 2006, 20:43
Hi guys,

Ok i made a unlimited ammo trainer for CS2D when i joijn game it sems ok but when i turn on my trainer still seems ok but! when i shoot ones its gets Memory accses volation

jason970
3rd August 2006, 15:53
who can tell me how to training o2jam

Jarhead
6th August 2006, 06:36
Thanks dude I amde it and this is my ofical First HACK. YAY :cheeky: . But i haev only one question how will this help for like bf2 or a game like that. Also i am gonig to try to make a ammo hack for bf2 but how do i amke it pb undetectable?

esand15
6th August 2006, 07:11
Thanks dude I amde it and this is my ofical First HACK. YAY :cheeky: . But i haev only one question how will this help for like bf2 or a game like that. Also i am gonig to try to make a ammo hack for bf2 but how do i amke it pb undetectable?


I dont know to much about BF2 but i know in 1942 a ammo hack only works for singleplayer, so you dont have to worry about PB. Im guessing its the same with Bf2. But if you want to learn how to make a different hack pb proof, go to the Bf2 section.

Jarhead
6th August 2006, 08:10
Thanks fro answering and iw as wondering do u make any hacks for like any games so maby u could give me some ideas like, what programs to use? or like how to use some of the programs and stuff liek that bcuz i am totaly new at this and i would like to learn as much as i can.

T0m
6th August 2006, 08:22
Thanks fro answering and iw as wondering do u make any hacks for like any games so maby u could give me some ideas like, what programs to use? or like how to use some of the programs and stuff liek that bcuz i am totaly new at this and i would like to learn as much as i can.

for common programs that are used for making trainers look here.

http://www.mpcforum.com/showthread.php?t=79969

also i would suggest on doing a forum search for L.Spiro's Memory Hacking Software.

esand15
6th August 2006, 09:20
Thanks fro answering and iw as wondering do u make any hacks for like any games so maby u could give me some ideas like, what programs to use? or like how to use some of the programs and stuff liek that bcuz i am totaly new at this and i would like to learn as much as i can.


Yeah i make hacks for games, im not the best around here, but i can help. I would start out with T-search or What Tom Said, and you can use TMK to make a trainer.
You can contact me on AIM Esand2729 or Msn Esand15@hotmail.com

nickjoannides
12th August 2006, 18:09
Seems like a great tutorial. But I just don't have the time to check it out now.

noobsarenoobs
12th August 2006, 18:20
Wow Nice Tut I Think Il Try This

dzao
14th August 2006, 16:51
going to make some trainers finali

carmen
9th October 2006, 21:52
Thank you for the tutorial but I've been getting some problem when I tried to do it for metal marines. I find one money value and then let the game play out so that the amount of money can change. Yet when I do search next it has zero result... Could you somehow help?

xiiAngg
27th October 2006, 06:48
i can't save..how come??

Zorgon
28th October 2006, 03:52
i dont under stand how to download the t-search
its all, not english lol
im new to this

TomParad0x
28th October 2006, 05:36
Theres only one problem i see with this tutorial, as you call them "codes", or memory addresses, which was pointed out within the first couple posts in this thread.. but thats not what im getting at, very with each running of the game.

IE, say you have the score at address: 00A40C62, when you exit out of the game, open it back up, and start a new game the address will be different. I have used cheatengine on pinball to test this, i find the score of say 12,000, watch it on cheatengine, make the trainer then start a new game. I push the button on the trainer and the address cheatengine still has up ( didnt close the game or cheatengine, just hit F2 for a new game ) went up by 1 million, but ingame it didnt change at all.

I only skimed through the tutorial, but from what i could tell your only giving instructions on making a trainer that would only work once, you can get the same result ( from what iv read ) by going on t-search, finding the value changing it and then freezing it ( if you want a god mode ).

If i missed something please correct me...

Hellboy[bb]
5th July 2007, 18:47
hi, i want to make my own trainer but i got no small,simple games like pinball so what's the best thing i can start with? im new 2 this 2

esand15
7th July 2007, 08:52
;1874671']hi, i want to make my own trainer but i got no small,simple games like pinball so what's the best thing i can start with? im new 2 this 2

Just download a pin ball game off the internet and use that.

thomassayshi
20th March 2008, 06:32
i made my first pinball trainer! now on to sv_cheat bypass for css!

shad0wboss
30th March 2008, 13:36
Well i wanted to ask that can i hack money in online game. Can you tell me the steps to hack money in online game.

dut
13th April 2008, 07:44
I was looking at 1st post, but the T-Search 1.6b is offline and TMK (Trainer Maker Kit) make an error here and close...

u.u

xholax
22nd April 2008, 03:34
nice work , usefull

RedGreenBlue
15th June 2008, 16:29
Umm, i'm trying to open Trainer Maker but it has the black square that says "trainer maker kit" and it won't go away. And when i switch to a differnt page it takes like 5 minutes to open and when it finally opens it's just grey

And for everybody who can't get Tsearch, just google search it

coolofthecrap
3rd July 2008, 22:10
i try it with bf2 demo, i got the addresses, but i can't seem to make the hack work after pressing the buttom. but when i tried to freeze it with Tsearch, it worked. (not working with multiplayer though.

pinx
10th July 2008, 12:45
this only works for games that have static addresses
are there tuts for games that don't have static addresses plz ? thanks

toysrus
25th September 2008, 22:39
That was a really good tutorial you used some noob words and went slow. Perfect for me :bunny:

Thanks

baayveer
27th September 2008, 15:59
hi am new here
can i make trainer with those tools for yu gi oh online 2 (duelpass)
thanks

Sleep Forever
4th October 2008, 07:37
Nice tut.

Is there a way you can have it so one trainer works for more then one game?

Like I could make a trainer work for Spider Solitaire and Pinball, and other things too?

I tried to do it, but couldn't figure it out... xD

Anyway, thanks :]

miniyou
5th October 2008, 15:24
Nice tut.

Is there a way you can have it so one trainer works for more then one game?

Like I could make a trainer work for Spider Solitaire and Pinball, and other things too?

I tried to do it, but couldn't figure it out... xD

Anyway, thanks :]

I don't know how it is in TMK (since i make my trainers myself), but if you make a rule for "different games" then ofc you can do it.

First: why would you like to do it? I only see the need it it's like one game with several processes or windows.

Second: depending och development environment, try to get information about process name and/or window name. Then you just make an if statement; pseudo code:


if (window name equals "name1") {
update address 1;
} else if (window name equals "name2") {
update address 2;
}

Yeah, you get it.

scrd_cht_trnr_s
14th March 2009, 13:11
I don't know where the trainer is. I've built it, but I'm not sure if it was. I don't know what to do next. :\ :hlp1:

kingkongusa
31st March 2009, 11:07
ya thanks man ..tho i know better.