C++ or Assembler to hack games

12/27/2006 23:46 mm33mm#1
Hello,
i want to ask which language should i learn ( with which i can hack in games
like cs or flyff)
Or can i do that with both??
thx
bin deutsch
falls eienr antwortet
12/27/2006 23:50 -xUx!-#2
Beide. Du brauchst beide wenn du's "richtig" machen willst.
12/27/2006 23:54 Maybe It's Maybelline#3
Wenn du c++ lernst wirst du nicht unbedingt drum rum kommen asm nicht zu lernen.
12/30/2006 23:57 KatsuAkimoto#4
When it comes down to those two, really either one. ASM is basically just an extremely shortened version of C++ or any other language for that matter. For example:
Let's say you make a program to look for something, and takes 100 lines of C++ code.
It will take you less that half of that in ASM.
So, it come to preference. Which do you want to learn?
My opinion, C++ is easier, since i know it lol. ASM is intimidating to me lol.
01/01/2007 22:16 emjay#5
first of all learn c++ and get used to the windows api.
raise your skill in c++ (while coding some smaller hacks). after that get some asm tutorial und learn everything about register/flags/stack/asm commands (try to reverse your program so you can check your source directly with the asm code). Try to hook (detour) some of your functions (check out the different ways on this [replace the function pointer in the datasegment or modify calls/jmps]) or even better try to hack your fav game since you know what you are doing there. if there is no hack-detection try to find and modify some clientside values, this will greatly enhance your hacking skills. (check out the d2 hacking forums out there and get netters tutorials you can learn alot from his work.)
at this point you should easily understand asm and you should know how the win api works.
cg now you can reverse a game.
01/02/2007 13:17 Bot_interesierter#6
What kind of math skill do you need to learn this languages very good?

Sorry for my bad english ^^
01/02/2007 15:31 emjay#7
well you dont need math for hacking a game. (except you try to hack some graphical/drawing function you might need good knowledge about vector/sin/cos/etc for reversing and understanding it)
01/04/2007 19:50 Bot_interesierter#8
Well, then it shouldn't be a problem at all, we just learn about cos/sin at school right now :-)
01/08/2007 18:03 KoyTheOne#9
C++ and eating winapi will do it