Hi guys,
so I started learning C++ recently, been doing some kind of stuff like calculators or browsers just to be used to the language. However I'd like to begin in hack soon or later.
Actually I don't think I have what it takes to be able to create such things yet, as I'm still a newbie and learning everyday. However I still have questions about how you guys process to make that kind of stuff.
First of all being the easiest one, how do you guys "scan" a game memory and find the right variables ? Is there any special kind of tool for it ?
Then once you've found what you were looking for, how do you guys are able to "connect" to that memory to modify what's needed to be ?
And lastly, once you've done your cheat, how do you guys are able to make it invisible and bypass anti-cheat system like Faceit, Xigncode or EAC ?
I'm quite a newbie and not an english native so I might have the wrong terms, hope you'll still understand.
Thanks in advance fellas!
1st Question: You can scan a game's memory using various tools such as Cheat Engine, IDA Pro, Ollydbg, x64dbg.
2nd Question: Once you found what you are looking for all you have to do is, if you are going external, to use RPM and WPM to read and write to that memory address. If you are going internal, you can create a pointer that points to that memory address and manipulate memory using that pointer you've just created.
3rd Question: Once you got better at reverse engineering, you can reverse engineer the anti-cheat and find ways to get around it. You will have to learn kernel development and you will have to be good at reverse engineering. Most anti-cheats, nowadays, use kernel-mode drivers to do their jobs so learning kernel development is essential to get around that.
C++ is great for these things. It is a very fast low-level language, which helps when it comes to hacking and memory manipulation or things like function calling/hooking.Thanks a lot, it looks like I got some researches to do now !
Since there are so many possibilities and quite few topic on this subject, it's hard to have a clear path on what I should focus on.
Yet, would you recommand C++ for such things ?
C++ has never been a basic programming language, It's a high level prog. lang. in terms of complexity. Meanwhile, python is easy to learn XDC++ IS BASIC LANGUAGE AND BEST LANGUAGE BT U CAN ALSO TRY TO LEARN PYTHON BCZ IT IS VERY EASY TO WRITE A CODE IN PYTHON THAN C++
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?