| View previous topic :: View next topic |
| Author |
Message |
shinigami10 Expert Cheater
Reputation: 0
Joined: 24 May 2007 Posts: 221 Location: Singapore
|
Posted: Fri Oct 05, 2007 6:02 am Post subject: how to make a trainer? |
|
|
i need help to make a trainer because i want to try to make trainer for battleon.anyone who want to help me?
_________________
-Shinigami10-a good hacker,a good people who help ppl,And one day will became a great hacker,and a great helper! |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Fri Oct 05, 2007 6:06 am Post subject: Re: how to make a trainer? |
|
|
| shinigami10 wrote: | | i need help to make a trainer because i want to try to make trainer for battleon.anyone who want to help me? |
What language do you plan to code it in? If you want us to help, you need to be a little more specific.
|
|
| Back to top |
|
 |
shinigami10 Expert Cheater
Reputation: 0
Joined: 24 May 2007 Posts: 221 Location: Singapore
|
Posted: Fri Oct 05, 2007 6:10 am Post subject: |
|
|
what you mean by the language?because i don't know anything right now..i only know some noob item like delpi
_________________
-Shinigami10-a good hacker,a good people who help ppl,And one day will became a great hacker,and a great helper! |
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Fri Oct 05, 2007 6:14 am Post subject: |
|
|
delphi is good language when you know how to control it.
But you should use one of the c language (C,C#,C++)..
|
|
| Back to top |
|
 |
shinigami10 Expert Cheater
Reputation: 0
Joined: 24 May 2007 Posts: 221 Location: Singapore
|
Posted: Fri Oct 05, 2007 6:19 am Post subject: |
|
|
i think C++ because i read the book before so can you help me?
_________________
-Shinigami10-a good hacker,a good people who help ppl,And one day will became a great hacker,and a great helper! |
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Fri Oct 05, 2007 6:22 am Post subject: |
|
|
He just wants to create a trainer for a flash game...
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
shinigami10 Expert Cheater
Reputation: 0
Joined: 24 May 2007 Posts: 221 Location: Singapore
|
Posted: Fri Oct 05, 2007 6:25 am Post subject: |
|
|
yeah,but is i make it myself so i need a someone to teach me for that..
_________________
-Shinigami10-a good hacker,a good people who help ppl,And one day will became a great hacker,and a great helper! |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Fri Oct 05, 2007 6:27 am Post subject: |
|
|
By Language, I ment programming language, as in VB6, VB.NET, C++, C#, Delphi, ASM, etc. As you said you were thinking of Delphi, I can't help you there. Don't know Delphi.
I agree with HolyBlah though, use a C language as its more standard and commonly used, or go with ASM. (ASM is harder to grasp at first, but if you do pick it up, it will show its worth in the end.)
I suggest learning a little about the language before. Such as:
- Get to know the IDE that you will be using.
- Get to know the language syntax, and such.
- Understand how code flows with other code and such.
If you plan to go on the C++ route, check this site out for a learning tutorial:
http://www.cplusplus.com/doc/tutorial/
After that, you should learn what API is, how to use it, and such. With that, the API you will need to start making a basic trainer will be:
- FindWindow (I really suggest not using this...)
- OpenProcess
- CloseHandle
- WriteProcessMemory
- ReadProcessMemory
I suggest not using FindWindow as it's an old method and can be countered by the program very easily. The program can have the window title and class change constantly which will cause FindWindow to be useless. Instead, you can read up on the following API to obtain the process ID by the executable name.
- CreateToolhelp32Snapshot
- Process32First
- Process32Next
Again, you should not jump straight into a language without knowing anything and expect to get things done. Instead, take your time, learn the language some before going nuts, and get to know whats going on.
|
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
|
| Back to top |
|
 |
shinigami10 Expert Cheater
Reputation: 0
Joined: 24 May 2007 Posts: 221 Location: Singapore
|
Posted: Fri Oct 05, 2007 6:35 am Post subject: |
|
|
thanks Wiccaan and holyblah i now will start learning what you 2 gave me the web and i start learning now:PCLOSE:PNO REPLY TILL I REPLY THANKS
_________________
-Shinigami10-a good hacker,a good people who help ppl,And one day will became a great hacker,and a great helper! |
|
| Back to top |
|
 |
|