Preparations for the next lesson..
The next lesson is about DMA ( Dynamic Memory Allocation).
the thing i want u to notice, that each time u try to find the addresses of the game, it would be diffrent than the last time, what i mean is, each time u start the game, the address of (score, money.....etc) is not the same address u found the last time...
windows pinball doesnt use DMA, so the addressess are the same..
who ever tried the last lesson on other games,..somthing like C&C Generals, u will seriously notice the change of the addressess on each mission... that means u will have to search again for the new adressess.
The point of this, try to find a game that uses DMA, before i post the next lesson and comment the name of the game u found.
if u couldnt, dont worry, the next lesson is going to be on windows pinball...how ? the method works on both types.
which means u wont have to look for the addressess again if u find them once :)
u will know more when i post the lesson.
Reminder
Each time u visit the blog
Press on keyboard : CTRL + F5
so it refreshs the page, to show u whats new.
Press on keyboard : CTRL + F5
so it refreshs the page, to show u whats new.
Friday, 11 April 2008
Saturday, 5 April 2008
Trainer lesson !!
This is a lesson i made, i wanted to share with u some of the most basic things in Game value's modification.
Game trianers are softwares which changes some values ( cheat ) to help u in the game.
i am not going to explain how programs load into the computer ram nor how registers work..
search google if u want to know,
Anyways,Lets start !
Things we need for this lesson,
1. cheat engine >>> http://www.cheatengine.org/
2. Windows XP 3D pinball :)
Cheat engine basicly is a memory scanner, need to know more ? go to the website and READ.
download cheat engine from the website above.
1. After installing cheat engine,start it -.-
2. Start Windows 3D pinball.

3. After the game has started, check ur score, initiallyit should be 0
4. go back to cheat engine, click on processor, and choose pinball.exe
5.Remember the score ( which was 0 ), type it into the field and then click first scan.
6.Look what we've found in the computer memory Oo.

7.go back to the game, play a little then pause it (press F3), and check ut new score, mine was 2000 urs might be diffrent.
8. go to cheat engine, type ur new value into the field, 2000 for me,then click next scan.
9.we've manimized the number ! what are those ? those are the addresses which the game stores the Value of ur score.
10. Double click on the addresses u found, mine are 2.
why did we find more than 1 ? well thats just in the internal assembly code, changing the value of those addresses will change the game score.
11. after adding the addresses to the addresses table, double click on a value, and change it to what u want.

12. Go back to the game, TADAAAAAAA !

After u've learned the most basic, try it on other games, it works for most of them.
this is a trainer i made, using code injection search google to know more.
download file is on the right, just wait for the page to load.
Ty for reading :)
Subscribe to:
Posts (Atom)