| View previous topic :: View next topic |
| Author |
Message |
zezimanian Newbie cheater
Reputation: 0
Joined: 15 Nov 2007 Posts: 18
|
Posted: Sat Dec 22, 2007 3:48 pm Post subject: [request]piece of code |
|
|
I am developing a trainer but don't know the correct code to
change/freeze values in a non flash game.
game: black and white 2
vb:vb9 or vb2008 express
please can someone post a simple answer/piece of code, when my trainer is finished i will upload it for distribution on this forum.
thanks
Last edited by zezimanian on Sat Dec 22, 2007 3:54 pm; edited 1 time in total |
|
| Back to top |
|
 |
goldengold Grandmaster Cheater Supreme
Reputation: -1
Joined: 11 Nov 2006 Posts: 1841 Location: -.-
|
Posted: Sat Dec 22, 2007 3:50 pm Post subject: Re: [request]piece of code |
|
|
| zezimanian wrote: | I am developing a trainer but don't know the correct code to
change/freeze values in a non flash game.
please can someone post a simple answer/piece of code, when my trainer is finished i will upload it for distribution on this forum.
thanks |
Mind telling us the game?
Might help peaople
_________________
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Sat Dec 22, 2007 3:50 pm Post subject: |
|
|
Are you talking about VB6? or something else?
_________________
|
|
| Back to top |
|
 |
zezimanian Newbie cheater
Reputation: 0
Joined: 15 Nov 2007 Posts: 18
|
Posted: Sat Dec 22, 2007 3:52 pm Post subject: |
|
|
its for black and white 2
and i am using vb9 or visual basic 2008 express
and thanks for the lightening quick reply! great
|
|
| Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Sat Dec 22, 2007 3:56 pm Post subject: |
|
|
I'm not sure how to do it with vb9, but if you want an easier way to do it, you can always use trainer maker pro 1.5 I think
Use tsearch to find right addresses and patch/unpatch them to use the hacks
_________________
|
|
| Back to top |
|
 |
zezimanian Newbie cheater
Reputation: 0
Joined: 15 Nov 2007 Posts: 18
|
Posted: Sat Dec 22, 2007 3:57 pm Post subject: |
|
|
ok thanks its just when you use vb it looks better and you can do more
vb2008 is really similar just different layout and shiny buttons!
id like the code to allow my program to acces the games values if you know what i mean!
i also have c++ if thats easier?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Dec 22, 2007 5:33 pm Post subject: |
|
|
You can freeze a value mainly one of two ways. You can alter the code via injection and change the value being written, or, you can create a timer / thread and constantly write the value yourself.
Which ever way you choose, if you do it from an outside program, you will need to use WriteProcessMemory.
_________________
- Retired. |
|
| Back to top |
|
 |
zezimanian Newbie cheater
Reputation: 0
Joined: 15 Nov 2007 Posts: 18
|
Posted: Sun Dec 23, 2007 4:24 am Post subject: |
|
|
ok thats great can you give me an example of what i would enter for the writeprocessmemory please?
thanks
scott
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
|