| View previous topic :: View next topic |
| Author |
Message |
swissbeef How do I cheat?
Reputation: 0
Joined: 08 Apr 2007 Posts: 2
|
Posted: Sun Apr 08, 2007 12:15 pm Post subject: C++: possible to make hacks for MapleStory? |
|
|
I just wanted to know if it's possible to make hacks for MapleStory or GunBound with C++. If so, please, somebody direct me to a tutorial on how to go about doing so. Like if I need to somehow get ahold of the source code for the game, and how to go about doing that.
Thanks for whatever help is given in advance.
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sun Apr 08, 2007 1:14 pm Post subject: |
|
|
| zomgiownyou wrote: | | Of course you can make hacks with C++, almost every bypass is made in C++ or delphi if im not wrong. |
you're very wrong
_________________
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Sun Apr 08, 2007 1:19 pm Post subject: |
|
|
Okay Please correct me...
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sun Apr 08, 2007 1:22 pm Post subject: |
|
|
| zomgiownyou wrote: | Okay Please correct me... |
ASM, the real kind. Not the watered down Cheat Engine assembly.
|
|
| Back to top |
|
 |
swissbeef How do I cheat?
Reputation: 0
Joined: 08 Apr 2007 Posts: 2
|
Posted: Sun Apr 08, 2007 3:52 pm Post subject: |
|
|
| asm?
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sun Apr 08, 2007 4:05 pm Post subject: |
|
|
It is a low level language. There are different variants on it, but they are all pretty much the same. It looks similar to the scripts people post for the auto injector in cheat engine.
I personally recommend Masm. Fasm is also a good assembler.
It all depends on your opinion.
Tutorial for Masm:
http://win32assembly.online.fr/tutorials.html
|
|
| Back to top |
|
 |
pyr0magex Grandmaster Cheater Supreme
Reputation: 0
Joined: 26 Jun 2006 Posts: 1192 Location: my room
|
Posted: Sun Apr 08, 2007 5:50 pm Post subject: |
|
|
*Auto Assembler
And yes, the actual hacking generally involves the use of ASM, but not all hacks are. In most cases, it's with ASM, but hacks like unlimited attack and no breathe are matters of changing values at an address and freezing them. Of course, you can do the same hacks with assembly, but it's a little messier in my opinion.
But anyways, you'll still have to know some sort of language to be able to express the hacks you find in ASM. I don't know many people that can write a program in straight assembly. Most languages can work with ASM, so it's really a matter of preference.
_________________
|
|
| Back to top |
|
 |
|