Questions regarding hacking?

Posts 1–7 of 7 · Page 1 of 1
Questions regarding hacking?
1.Do I have to master C++? Or just specific parts/topics?
2.After I master it,I know I can use Cheat Engine or Ollydbg and try it on simple games like PvZ.
3.If I want to do it on FPS games(online),do I need to bypass the game hack shield first? How do I do that?
4.If codes detected,I have to re-write,right? But is it even possible to rewrite the same function using different codes?
5.Thanks!
1 No you don't, but the more you know, the better.
2 Yes
3 Sometimes you have to, sometimes you don't. Sometimes it simply won't detect it
4 You can code something in thousands of way. Also, you sometimes only have to change some numbers in your code, and it will become undetected.
Quote Originally Posted by Gab View Post
1 No you don't, but the more you know, the better.
2 Yes
3 Sometimes you have to, sometimes you don't. Sometimes it simply won't detect it
4 You can code something in thousands of way. Also, you sometimes only have to change some numbers in your code, and it will become undetected.
Thank you! I really appreciate your help.

Do you happen to have any idea on which topics of C++ do I have to learn?
Quote Originally Posted by Code0 View Post
Thank you! I really appreciate your help.

Do you happen to have any idea on which topics of C++ do I have to learn?
I'm not really into hacking, but obviously you have to understand the basics : functions, loops, if statements.
You have to understand what is a Pointer and how variables are stored in Memory.
You have to understand how games store their variables in memory.

You will also have to read about Microsoft's functions to read and write things in a game's memory.
MSDN is a good source for that.
Quote Originally Posted by Gab View Post


I'm not really into hacking, but obviously you have to understand the basics : functions, loops, if statements.
You have to understand what is a Pointer and how variables are stored in Memory.
You have to understand how games store their variables in memory.

You will also have to read about Microsoft's functions to read and write things in a game's memory.
MSDN is a good source for that.
Thanks man!

---------- Post added at 02:54 AM ---------- Previous post was at 02:47 AM ----------

Quote Originally Posted by 'Bruno View Post
C++ Section -> Sticky topics
Doesn't answer my questions(those threads)
Quote Originally Posted by Code0 View Post
Thanks man!

---------- Post added at 02:54 AM ---------- Previous post was at 02:47 AM ----------



Doesn't answer my questions(those threads)
They do, except the last questions of your FIRST post, and to be honest, if you don't know the answer to number 1 (which can be found on stickies)... it doesn't really matter the answer to all the others.

You should read and search.. Instead of wanting spoonfeeded answers. (You won't get far in programming with spoonfeed)
C++ Section -> Sticky topics
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?