 |
-
Resources needed to make hacks?
Hey guys,
I've been following the starcraft hacking scene for a while now, and would love to finally make some hacks of my own. However, I'm not sure where to start.
I know I need asm in order to go through starcraft's memory with a debugger, and a programming language to write the hack with.
Here are just a couple of questions I have:
Where would you recommend learning asm and C++? Any tutorials / books you especially liked?
What program do you use to compile asm? Do you suggest anything besides bloodshed dev for c++?
Next, where is a good place to start? What should I try to make as my first hack?
Thanks a lot!
-
so did u make a hack yet?
-
To compile asm, I use RadASM, it's an easy-to-use masm compiler. C++ with inline ASM is totally different, for that I use Microsoft's Visual Studio 2008. I'm sure the tutorials written by many of the programmers her can be found all over the place. Try looking for them
Need any VB assistance? Contact me!

-
A Brain, a C++ Compiler of your choice, and a debugger.
-
Generic game hacking resources list:
1. Choose a memory searcher for simple hacks.
2. Choose a debugger/disassembler for more advanced hacks.
3. Find a collection of information/documents or knowledge of the game data or game engine.
4. Choose a programming language of your choice.
1. I use ArtMoney, but I recommend getting a different one.
2. I use Olly and IDA Pro. Olly is completely free, and there is also a free older version of IDA with many of its features disabled.
3. I've written my own documents(storm Functions), and also some known information(units/sprites/etc). See http://code.google.com/p/vgce/source.../docs/Blizzard and http://www.staredit.net/?p=wiki .
4. I prefer C++. It's easy and you can write programs so much quicker than in ASM.
-
-
 Originally Posted by YES
LOL YES
-
-
Wow Heinerman. That seems like an extremely useful google code resource!
I s'pose I'll go dl ollydbg and IDA pro, as well as hit up some asm tuts.
Will post back in this thread in a month or so with some progress :P
-
so is http://code.google.com/p/vgce/source.../docs/Blizzard
i fine the make but where do i dl n where do i fine the asm?? that all i need to no
-
ASM? What are you talking about. You're supposed to make that yourself. You don't even need ASM either.
-
You want ASM? goto google. search olly debug or ida pro choose your pick dl either of them and open starcraft with either. There you go you have ASM :P
-
ok thx you
Similar Threads
-
By MonkiX7 in forum Forum Games
Replies: 172
Last Post: 12-18-2009, 10:37 PM
-
By hellinsect in forum Starcraft Broodwar
Replies: 0
Last Post: 09-01-2009, 07:02 PM
-
By Wormbeast in forum Starcraft Broodwar
Replies: 11
Last Post: 02-24-2009, 07:26 AM
-
By StoneLink in forum Diablo II
Replies: 4
Last Post: 11-06-2008, 09:55 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
 |