[HELP] Starting my first Trainer

get your superiourity here ! be an offline or online GOD of the game. infinite ammo, unlimited nitro, turbo boost, god mode, you name it !
Post Reply
katharsis
Newbie..
Newbie..
Posts: 9
Joined: Wed Feb 16, 2011 8:00 pm

[HELP] Starting my first Trainer

Post by katharsis »

Hi,

The game I'm going to build a Trainer is a simple Redist Game.

In the game folder there are .ent Files, If i convert them to .txt i can change functions numbers, I can make my self Infinte life/Higher jump/Run faster/ETC.

For example,
If I fall from high area i will lose health
.ent function name-
PlayerFallDamaga= "30"
Then i just set it to 0 and i wont lose health anymore.

So as you can see, I dont need any memory hack. The cheats are already there
What i need is Something,,, That will change the .ent files the way i command it to do.
The visual part is easy via Trainer Maker Kit 1.51

What i really need to know is what softwere can actually change .ent file to .txt, And then write automaticlly numbers that i choosed b4, and then make it .ent again ofc. And all that is in 1 Click via trainer. (Wich making me hard to believe that softwere that can do that is exist.)

Another example,
ForwardSpeed="10"
Wich is Runing speed,
Now i want this softwere to change this file to .txt, And then change the number to 20, Then save it as .ent. So i wonder, Is it possible?

Thank's!!
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: [HELP] Starting my first Trainer

Post by Sethioz »

thats not a trainer, trainer is a memory hack. you are talking about modding game.
what you are asking, is job for modders. i don't deal with such things. instead why not change those things directly in memory ?
that file you are talking about, it gets loaded into RAM (memory) and you are able to see it with hex memory editor and change values directly in memory.
thats the way i would do it, well thats the way i have done this before in many games.

check avp2 hacks thread for example, how i compared the file to a file loaded into memory and made changes directly in memory.
katharsis
Newbie..
Newbie..
Posts: 9
Joined: Wed Feb 16, 2011 8:00 pm

Re: [HELP] Starting my first Trainer

Post by katharsis »

Hi

Thank's for the fast answer first of all!

Well i guess ur right, But i DID tried to do it via memory hack but i failed since theres nothing that tells u whats ur health %%%, So i couldnt search for a "Value".

But all i did was trying memory hack on Health, I think im going to try it on run speed since it cant be changed.

So if im going to set my run speed to 20 and then to 10 i need to make memory search on both right?

But hey, I must quit the game after i change it at the first time. It wont mess the search?
Becuase if i change functions ingame it wont affect, I will need to restart.

Thank's Again!!
User avatar
KEN
Special
Special
Posts: 751
Joined: Thu Jan 28, 2010 8:11 am

Re: [HELP] Starting my first Trainer

Post by KEN »

u first read tsearch tutorials if u have not done so.Start of by doing some simple things,like ammo hacks.If u saying that there is no number to the speed and stuff then u need to search the "unknown value" in tsearch.all is exlpained,that will help u much better.
katharsis
Newbie..
Newbie..
Posts: 9
Joined: Wed Feb 16, 2011 8:00 pm

Re: [HELP] Starting my first Trainer

Post by katharsis »

Hi

Thank's for ur answer i really appreciate that!

So yeah i tried to find the value today but i failed.
I know how to use TSearch aswell i read some manuels here on Sethioz.

So what i did was changing the function number from 4.5 to 5.5 of my character runing speed.
I made memory search ingame on both, Searched the exact value which first was 4.5 and i got like 100 results, Then i made a search on 5.5 exact value (After i restarted the game.) Found 0 results..

I want to make a trainer for this game so bad.
The reason is becuase not all gamers knows that they can set High runing speed/Infinite life/ETC by changing simple functions numbers via .TXT
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: [HELP] Starting my first Trainer

Post by Sethioz »

thats because you CANNOT restart game. 99% of games use DMA (dynamic memory allocation). after each restart, a new address is allocated for value.
as Ken said, you need to read how to search for unknown values and i said COMPARE the files to a memory.
have you read avp2 hacks ? because its explained there, in detail with videos.
i compared attribute file to game's memory and found the place where game loads this file.

why change .ent file into .txt ?? i didnt understand that part. why not simply make changes in .ent file and use the file ?
katharsis
Newbie..
Newbie..
Posts: 9
Joined: Wed Feb 16, 2011 8:00 pm

Re: [HELP] Starting my first Trainer

Post by katharsis »

I didnt read ur avp thread Yet, But i will.
I change the .ent files into .txt so i can edit them ofc, That's how i make my self inifinte life/jump higher/run faster By changing simple functions numbers, See example above^

Yeah, Like i said ME im good. But not all gamers knows that you can run faster/jump higher by simply make those files .txt and change the numbers.
That's why im trying to make a trainer that going to do that.
Ingame theres no clue about how fast u run or how high u jump or how much health you got, Which make it impossibe searching by Value. I tried to search the value like its wrote in the .ent file, Got nothing.
Game name "Penumbra", Horror FPS game.

Hope that helps
User avatar
KEN
Special
Special
Posts: 751
Joined: Thu Jan 28, 2010 8:11 am

Re: [HELP] Starting my first Trainer

Post by KEN »

u r wrong dude,more than half of the world know that basic game modding include editin the game .ini file.....u start small game like games with numbers,start with them,then get games like gta sa which hav unknown values,or else easy thing is,get avp,it includes all types and also sethioz hav those tutorials in very much details.
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Re: [HELP] Starting my first Trainer

Post by Sethioz »

what exactly prevents you from opening .ent file directly ? i dont understand what you saying.
.txt is just extension. are you talking about changing the file extension ? if so, then you are stupid ehehehe

Ken already explained you search for UNKNOWN values.
what are you expecting, that i put knowledge in your head by uploading ? you have to READ basics to understand how it works. i told you to read avp2 hacks and then you say that you havent read it and come back with exact same question...senseless
Post Reply