I'm trying to learn C++ to make game cheats

06/06/2022 17:14 ml528412#1
I'm trying to learn C++ to make game cheats. What should I learn first?

if you can give me more details
Add M L#8792 to Discord. We will compensate you appropriately.
06/07/2022 22:50 Mikesch01#2
I would say C++?!
06/07/2022 23:07 sL1Me#3
[Only registered and activated users can see links. Click Here To Register...] is a good start ;)
07/28/2023 10:07 EmmEmm#4
Learn C++, Learn how to use a debugger, cheat engine is the goat. You can find many tutorials on youtube. Never give up, push it to the limit.
11/10/2023 18:18 bugz b#5
Quote:
Originally Posted by sL1Me View Post
[Only registered and activated users can see links. Click Here To Register...] is a good start ;)
I would definitely give guidedhacking a go if you want to get started right out the gate and actually get some experience within a few weeks making very minor hacks on non-anti-cheat games.

But if you're going to do it, you should have a deep desire lol. The price is insane but there is tons of information, many downsides to the breakdown Rake (the owner) had and made it a non-anything forum - can't make any posts or anything anymore.

So essentially what I'm saying is they have a great program, follow it to the best of your ability as some of it is outdated and you're gonna want to use programs like IDA whether you get it cracked or buy it (which you need DEEEEEEP pockets for), but you have to put in the work. It's like paying for a really expensive gym membership. If there's a sauna, pool, basketball court, and all this stuff but all you're doing is bench pressing then why are you paying all that money?
11/15/2023 16:02 syntex#6
Quote:
Originally Posted by yerroo View Post
I would definitely give guidedhacking a go if you want to get started right out the gate and actually get some experience within a few weeks making very minor hacks on non-anti-cheat games.

But if you're going to do it, you should have a deep desire lol. The price is insane but there is tons of information, many downsides to the breakdown Rake (the owner) had and made it a non-anything forum - can't make any posts or anything anymore.

So essentially what I'm saying is they have a great program, follow it to the best of your ability as some of it is outdated and you're gonna want to use programs like IDA whether you get it cracked or buy it (which you need DEEEEEEP pockets for), but you have to put in the work. It's like paying for a really expensive gym membership. If there's a sauna, pool, basketball court, and all this stuff but all you're doing is bench pressing then why are you paying all that money?
Damn son, you are so right!

You need IDA Pro with Pseudofuncs (easier to work with)
Learn some ASM it is very useful to reverse engineering and you need to work with it when you want to hack games.

Starting from the beginning, Id start with memory hacking and/or editing. Subsequently, I would commence acquiring knowledge in coding proxy_dlls/dll injection to manipulate the memory of the client. If you mastered everything then you can start go reverse some game functions and structs, build a complete tool as you wish with your skills.

Like Yerrro said, it's not easy and it's much harder to hack games these days because you need to already know all the stuff, veterans already know most of it, and they're able to easily debug an anticheat and disable it.

Bypassing antihacks is a big part of gamehacking, also is unpacking game.exe files to debug with IDA.

Much luck for you! :)
11/15/2023 18:20 bugz b#7
Quote:
Originally Posted by EmmEmm View Post
Learn C++, Learn how to use a debugger, cheat engine is the goat. You can find many tutorials on youtube. Never give up, push it to the limit.
To add to this, it is A B S O L U T E L Y FUNDAMENTAL that you learn and understand assembly. You don't need to know how to write it, at least at first, but you MUST know assembly.
01/19/2024 05:07 teslatx#8
Quote:
Originally Posted by yerroo View Post
To add to this, it is A B S O L U T E L Y FUNDAMENTAL that you learn and understand assembly. You don't need to know how to write it, at least at first, but you MUST know assembly.
I agree with all your messages.

But I believe that having good logical reasoning is essential, and studying just c++ and doing projects in c++ and studying networks and data structures is initially more fundamental than going straight to the hacking guide
10/24/2024 17:14 A.taxia#9
Definetly guidedhacking is a good way to start. They offer step by step guide and with the experience after learning that you can expand by urself. After your first ever simple cheat for any basic game you will dive into this world and you will need more and more. But it is really long way process and you have to question urself first if you are really motivated to do it. If not, don't even start because you will just lose time for nothing.

As teslatx said above, C++ and doing projects is essential, but Assembler is crucial. I personally started with books and youtube tutorials. Really recommend that guy on youtube with C++ and Assembler - [Only registered and activated users can see links. Click Here To Register...]
01/11/2025 20:33 Donn12#10
Whats the likely timeline between initially starting to learn coding and being able to make a hack for something like cod/lol etc.. something with an anticheat
01/11/2025 21:11 nÂsty.#11
Quote:
Originally Posted by Donn12 View Post
Whats the likely timeline between initially starting to learn coding and being able to make a hack for something like cod/lol etc.. something with an anticheat
If you're starting from scratch, it would take around 4 months to learn C++ basics, 3 months to get comfortable with advanced C++ concepts (like pointers and memory management), 6 months to understand OS internals and APIs, 12 months to build a solid foundation in cheat development, and 18 months to learn how to bypass anti-cheat systems – assuming consistent effort and motivation throughout.