Speedhacks, bots, etc.

06/02/2007 00:37 Brad#1
OK, I have recently been playing with VB6 and was wondering... is VB6 the program used to create speedhacks, bots, etc. in games? I play a fun little 2d mmorpg that was written in VB6, so I figured it probably has a lot of exploits but not many has been found. If so, could anyone point me to a tutorial website or tutorials that might be on this website on how to mess with certain things like that? If anyone would like to know what game and are interested in searching for exploits on this game themselves, check out [Only registered and activated users can see links. Click Here To Register...]

Anyways, back on subject... anyone know of tutorials for creating bots (macros), or anything of the sort in VB6? Would help me and some friends out a lot :)

Thanks and have a good day.
06/02/2007 16:49 wiz#2
A programming language is not of primary interest in game hacking.
Go grab a memory search tool (such as TSearch, GameHack whatever) and start poking memory addresses. Once you did that you can automate the memory poking in about every programming language on the planet. If you feel like getting your hands more dirty go and get a disassembler/debugger and read the assembler dump to understand game mechanics.

That's the abstract explanation. You have a VB game and disassembling/understanding VB source is pain in the ass. You might want to switch to packet editing (WireShark, WPE pro).

And in general: Yes, VB sometimes is used to create hacks.
Read the stickies for good links.
06/04/2007 07:33 icyfire07#3
how can i download?