| View previous topic :: View next topic |
| Author |
Message |
xxcbzxx Master Cheater
Reputation: 0
Joined: 25 Nov 2007 Posts: 444 Location: Australia, NSW
|
Posted: Wed Feb 06, 2008 4:12 am Post subject: how to learn making a trainer for GMS |
|
|
i wanna know wat language is best for making a trainer for GMS? and
i wanna know how to make a trainer is there any tuts around? |
|
| Back to top |
|
 |
Losplagos Expert Cheater
Reputation: 0
Joined: 21 Mar 2006 Posts: 172 Location: Knee deep in a c++ book
|
Posted: Wed Feb 06, 2008 4:51 am Post subject: |
|
|
Asm, c++ or a mix of the two. _________________
Earthbound = 31337 |
|
| Back to top |
|
 |
Tideo Master Cheater
Reputation: 0
Joined: 21 Sep 2007 Posts: 390 Location: soapland ^^
|
|
| Back to top |
|
 |
iCucco Advanced Cheater
Reputation: 0
Joined: 11 May 2007 Posts: 51 Location: 0x0600
|
Posted: Wed Feb 06, 2008 6:45 am Post subject: |
|
|
If you just want PCOMDEBUG.dll or .dll that is injected, C++ and/or (m)ASM is the way to go.
For easier forms and stuff, do GUI with C# and C++/ASM for functions like memory altering and bots. _________________
printf("You just ate a %X!!\n",3735928559); |
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Wed Feb 06, 2008 3:35 pm Post subject: |
|
|
| iCucco wrote: | If you just want PCOMDEBUG.dll or .dll that is injected, C++ and/or (m)ASM is the way to go.
For easier forms and stuff, do GUI with C# and C++/ASM for functions like memory altering and bots. |
C# is just as good as C++/ASM for memory altering and bots. The only thing that it can't do is create a dynamic link library (it creates class libraries), which could still be possible (I'm going to research that). _________________
|
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Wed Feb 06, 2008 11:42 pm Post subject: |
|
|
Don't listen to some of these morons. Just because people used a certain language to make trainers, doesnt mean it's the best in that field. Look, you can use any language, as long as you know how to use it, its all the same.  |
|
| Back to top |
|
 |
Hack-Addict Master Cheater
Reputation: 0
Joined: 20 Nov 2007 Posts: 287
|
Posted: Thu Feb 07, 2008 12:20 am Post subject: |
|
|
| slippppppppp wrote: | Don't listen to some of these morons. Just because people used a certain language to make trainers, doesnt mean it's the best in that field. Look, you can use any language, as long as you know how to use it, its all the same.  |
I agree.
I mean, If you want to create a mouse bot, there are SOME languages that won't support that... but any language is good. _________________
|
|
| Back to top |
|
 |
Losplagos Expert Cheater
Reputation: 0
Joined: 21 Mar 2006 Posts: 172 Location: Knee deep in a c++ book
|
Posted: Thu Feb 07, 2008 12:55 am Post subject: |
|
|
Actually the only langauge good for everthing is the machine code itself.
For most trainers it is either based on how much control you need or just what is easy to use and make. You could make a flash trainer in c++ but it would be harder than in say Visual basic or delphi. And you could also do it in Masm but it would be very hard.
There are somethings you just cant do with some programing langauges though like writing a trainer for maplestory in flash. _________________
Earthbound = 31337 |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Feb 07, 2008 1:20 am Post subject: |
|
|
| You can write a trainer in anything that can call the Win32 API. |
|
| Back to top |
|
 |
xxcbzxx Master Cheater
Reputation: 0
Joined: 25 Nov 2007 Posts: 444 Location: Australia, NSW
|
Posted: Thu Feb 07, 2008 1:47 am Post subject: |
|
|
| slovach wrote: | | You can write a trainer in anything that can call the Win32 API. |
how to call that?
let say im using VB6... |
|
| Back to top |
|
 |
Losplagos Expert Cheater
Reputation: 0
Joined: 21 Mar 2006 Posts: 172 Location: Knee deep in a c++ book
|
Posted: Thu Feb 07, 2008 1:57 am Post subject: |
|
|
- OpenProcess
- WriteProcessMemory
- CloseHandle
- ReadProcessMemory
And a way to get the process id.
But it wont be bypassed ^_^ _________________
Earthbound = 31337 |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Thu Feb 07, 2008 2:01 pm Post subject: |
|
|
| xxcbzxx wrote: | | slovach wrote: | | You can write a trainer in anything that can call the Win32 API. |
how to call that?
let say im using VB6... |
http://www.extalia.com/forums/viewtopic.php?f=22&t=2585
I wrote a toolkit for making trainers in VB, there is also an example trainer included for Minesweeper showing how to use the classes I wrote. _________________
- Retired. |
|
| Back to top |
|
 |
|