fumanchu
Member!
I'm just curious on what programs/languages you use when you make hacks like mh.
EDIT: I'm reading the sticky... no flames please.
EDIT: I'm reading the sticky... no flames please.
Well im guessing what u use to make hacks on Counter-Strike i use a language called "C++" and i use "Sources" which is a base of uncompleted "Hack" you compile the source using program i use Microsoft Visual C++ 6.0, and that makes a DLL, if you are advanced in C++ u can make your own source and shit.fumanchu said:I'm just curious on what programs/languages you use when you make hacks like mh.
EDIT: I'm reading the sticky... no flames please.
To answer your question you can write a hack in pretty much any language. The programs you would use to make the hacks vary, I have yet to make an d2 hacks but from what I have gathered most of it have a lot to do with packets and what not so you could use a program like 'etheral' or something made specifically for d2.fumanchu said:I'm just curious on what programs/languages you use when you make hacks like mh.
EDIT: I'm reading the sticky... no flames please.
I got this off of microsoft.com.fumanchu said:I'm just curious on what programs/languages you use when you make hacks like mh.
EDIT: I'm reading the sticky... no flames please.
None of those programs were written in visual basic...which is the main language to making hacks (i.e. d2jsp, easymap, c3p0, etc.)
i meant programs like that, and yes all languages are based off of visual basics so techniclly they wereForged said:None of those programs were written in visual basic...
Have you ever actually coded anything? Languages are not "based" off of anything. Sure, VB was probably made in C++ but that is as far as the relationship goes. Any serious hacks will be made in either C/C++/x86 ASM. Most hacks use a combination of C/C++ for their own functions and asm when injecting or intercepting D2. The best you can do in VB/Delphi and other interpreted/non-native languages is either release badly written trojans (Hi TempData32!) or make very simple memory patching hacks.deaddragon said:all languages are based off of visual basics so techniclly they were
Completely agreed.wasup999999 said:I love how all of you like to fight so much. Personally, I like using VB/C++ (Sometimes together). You are wrong about VB though, it is a widely underestimated program. To give you an example, I personally have made a mule permer that can be minimized in VB (still in beta and probably wont ever come out of beta until I can figure out how to make a screen hook). My bot will start D2, select your realm, input your user name and password, select your character, click the create game button, make a random game name and pass and anti-idle by moving every 5 minutes for 2 hours and 5 minutes and then go on to the next character you set it to do. As I said, its in beta so it doesn't have any checks for where it is. It is a PURE VB program and doesn't inject anything into d2, making it completely undetectable. VB does have its limits, but I think it has great potential if someone who knows what they are doing uses it.