| View previous topic :: View next topic |
| Author |
Message |
ello154 Grandmaster Cheater
Reputation: 0
Joined: 12 Nov 2007 Posts: 822
|
Posted: Wed Dec 03, 2008 10:00 pm Post subject: [Help] Don't understand this "Writing a Trainer" |
|
|
Alrighty heres the link if someone can give me a quick detailed tutorial on this thing the guy is talking about like step by step will help me out =D
Here
Uhh I don't get it so I click File > New > Project > Win32> Win32 Console App > Wizard > Empty Project
Then Right click source or w/e add new file then copy and paste those things in there?
The Writing the Trainer Section
_________________
|
|
| Back to top |
|
 |
kb3z0n Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 542
|
Posted: Wed Dec 03, 2008 10:06 pm Post subject: |
|
|
| Try making a DLL. it's easier.
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Dec 03, 2008 10:13 pm Post subject: |
|
|
| kb3z0n wrote: | | Try making a DLL. it's easier. |
Then comes writing the injector.
Create an empty project, right click a folder in the solution explorer, add a new item, source file.
That guide is about as simplified as you can possibly get. If you don't get it, LEARN MORE ABOUT THE LANGUAGE.
Last edited by hcavolsdsadgadsg on Wed Dec 03, 2008 10:18 pm; edited 1 time in total |
|
| Back to top |
|
 |
kb3z0n Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 542
|
Posted: Wed Dec 03, 2008 10:14 pm Post subject: |
|
|
| Very true, but you could use any injector..
|
|
| Back to top |
|
 |
arigity Advanced Cheater
Reputation: 0
Joined: 03 Jul 2008 Posts: 65 Location: middle of nowhere.
|
Posted: Wed Dec 03, 2008 10:14 pm Post subject: |
|
|
seems pretty clear to me... what part don't you get?
_________________
|
|
| Back to top |
|
 |
ello154 Grandmaster Cheater
Reputation: 0
Joined: 12 Nov 2007 Posts: 822
|
Posted: Wed Dec 03, 2008 10:15 pm Post subject: |
|
|
| arigity wrote: | | seems pretty clear to me... what part don't you get? |
The findwindow stuff and where to put it in
_________________
|
|
| Back to top |
|
 |
kb3z0n Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 542
|
Posted: Wed Dec 03, 2008 10:20 pm Post subject: |
|
|
[code]
#include <windows.h>
#include <iostream>
using namespace std;
int main() {
//put it here
}
|
|
| Back to top |
|
 |
ello154 Grandmaster Cheater
Reputation: 0
Joined: 12 Nov 2007 Posts: 822
|
Posted: Wed Dec 03, 2008 10:24 pm Post subject: |
|
|
| kb3z0n wrote: | [code]
#include <windows.h>
#include <iostream>
using namespace std;
int main() {
//put it here
} |
Ahh ok thanks let me try =D
_________________
|
|
| Back to top |
|
 |
|