Conquer hacks

12/18/2005 11:47 karovo#1
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
12/18/2005 12:23 mind...#2
I would use the programlanguage your best with, since almost everything can be programmed in any language...
12/18/2005 20:00 evulhotdog#3
yes use whatever you feel like using.....we use everything just do what ur best at
12/18/2005 20:51 stupoty#4
i like pascal but i havent used in long time but i remeber it was easy to grasp
12/19/2005 04:04 KitsunePaws#5
I've seen most of the programs that I use are programed in Delphi. But it's just personal taste :)
12/20/2005 01:49 cheaterman#6
lol i tried with C++.......didnt work :? :rolleyes:
12/20/2005 05:25 google#7
hmm would java or perl work? xD
12/20/2005 05:50 karovo#8
well i will try with C, i think that will work, but i nwill need to learn more thing than C to make hacks =/
12/21/2005 05:09 anticlownn#9
Bah.. I knly know Java and html lol :rolleyes:
[img]text2schild.php?smilienummer=1&text=I think everyone does' border='0' alt='I think everyone does' />
I've no time to learn anything new atm >.< I demand vacation! >:o
12/21/2005 11:56 mind...#10
you cant master anything...

Dephending on what kinda hack you want to make, you need other knowledge

wanna make some proggy that makes it look like you have 999999999 cash or checks what ores you have in your bag? than you would just need to learn how memory adresses work in your selected programing language

other things might require packet knowledge, encryption knowledge etc etc..

if your new to gamehacking, you can ask the creator of some (outdated) hack to send you the source code...Never tried is never succeed ^^


after making your program, you should explain how it works, and perhaps write a tutorial describing what the program does and how it can be done manually..
12/21/2005 12:39 Ultimation#11
maybe you should try c#.net microsoft are currently giving away a free full express version ^^
12/21/2005 14:10 chocoman4k#12
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 damn 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.