View previous topic :: View next topic |
Author |
Message |
Kadum1013 Newbie cheater
Reputation: 0
Joined: 11 May 2011 Posts: 14
|
Posted: Thu Jun 02, 2011 12:52 am Post subject: How to make a trainer for pc games? |
|
|
How do I do this?
I want to make a trainer for like stronghold and other pc games.
For VB, (Visual basics) |
|
Back to top |
|
 |
Krähne Expert Cheater
Reputation: 0
Joined: 06 Jun 2010 Posts: 108 Location: Inside of my Kernel
|
Posted: Thu Jun 02, 2011 1:39 am Post subject: |
|
|
If you already has the cheat tables, the rest is easy.
Just use the OpenProcess() API for get the handle of Process you want to hack, after you have to use the WriteProcessMemory() API for modify the values of the game, finally Close the handle that you has opened, with the CloseHandle() API.
OpenProcess() API will need the ID of process (PID), so you will get it with another APIS, if the game has a Window title, you can use the FindWindow() API for get the Window Handle, and then you should use GetWindowThreadProcessID for get the PID of process by their Handle.
I'm not a VB programmer, but that's the way for do it in most programming languages.
Gruß. _________________
Excuse me if you don't understand what I just said, but "english" isn't my native language. |
|
Back to top |
|
 |
Kadum1013 Newbie cheater
Reputation: 0
Joined: 11 May 2011 Posts: 14
|
Posted: Thu Jun 02, 2011 1:47 am Post subject: I am a big noob at this lol. |
|
|
Ok 2 things, 1 What is API 2 is there any way to say that in noob from? lol
I am so sorry i am a big noob at this. Just started programing.
Thanks a lot my friend. |
|
Back to top |
|
 |
Krähne Expert Cheater
Reputation: 0
Joined: 06 Jun 2010 Posts: 108 Location: Inside of my Kernel
|
Posted: Thu Jun 02, 2011 2:40 am Post subject: Re: I am a big noob at this lol. |
|
|
Kadum1013 wrote: | Ok 2 things, 1 What is API 2 is there any way to say that in noob from? lol
I am so sorry i am a big noob at this. Just started programing.
Thanks a lot my friend. |
1) Why did you choose Visual Basic? (That "language" sucks!)
2) What are you doing changing external process data when you do not know what a is messagebox?.
Gruß. _________________
Excuse me if you don't understand what I just said, but "english" isn't my native language. |
|
Back to top |
|
 |
Ax3l Cheater
Reputation: 1
Joined: 22 May 2011 Posts: 37
|
Posted: Thu Jun 02, 2011 5:12 am Post subject: |
|
|
Visual basic sucks , It's often used by wannabe hackers/crackers/keygen makers/leets
It's dragging of controls into a form and 0% coding
Anyway google "VB.NET Editmemory" and such
Cheat engine is useful to get addresses |
|
Back to top |
|
 |
Kadum1013 Newbie cheater
Reputation: 0
Joined: 11 May 2011 Posts: 14
|
Posted: Thu Jun 02, 2011 12:06 pm Post subject: |
|
|
Ok will do and I am a nub at coding and i thought VB was the easy way to get started in this. |
|
Back to top |
|
 |
M.CORP Grandmaster Cheater Supreme
Reputation: 28
Joined: 28 Oct 2009 Posts: 1010
|
Posted: Thu Jun 02, 2011 11:47 pm Post subject: |
|
|
Kadum1013 wrote: | Ok will do and I am a nub at coding and i thought VB was the easy way to get started in this. |
Do not start with VB6, it teaches you bad habits of coding. Instead, start with Python. Even though it's an easy language it's also used for some big projects and other stuff, eg. game writing. _________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
Back to top |
|
 |
|