Quote:
Originally posted by karovo@Dec 18 2005, 11:47
Well, I have some ideas, and i want to make some programs for conquer online, whats the linguage that you guys use to make the hacks?? C/C++??Pascal??Visual Basic?? well tell me please
|
Depending on what the program is supposed to do I do it in c/c++, asm or c#.
If you want to do pixel based hacks you can use pretty much every language, I'd suggest using VB, Delphi or C# as reading pixels deosn't really require a low level language.
Memory editing and proxying can be done with every language.
When it comes to advanced hacks, eg. injection, directx menu's you will notice that you have nearly no chance with VB, Delphi, C# and all other .net languages. For such tasks I suggest using C/C++ with inline assembly.
Now it's up to you, learn assembler and c/c++ which will take you quite sure **** much longer than learning Delphi/VB/*.Net or if you're unpatient try your luck with VB/Delphi/*.Net languages.
I have warned you; Delphi/VB/.Net languages have a restricted number of possibilities while asm/C/C++ takes you quite a while to learn.
I have seen too many people giving up asm/C/C++ and switching to VB or Delphi.