Hello, does anyone know how to make a aimbot

03/17/2018 09:56 ColaCheats#1
old
03/17/2018 17:41 kovuus#2
moved.
Please feel free to contact me for any questions regarding this moderation action.
03/17/2018 17:55 warfley#3
Quote:
Originally Posted by holmer21 View Post
Well I'm only 14 but I thought it'd be a good time to start to making a cheat/hack I am learning c++ for about 1-2 months I havent learned a major amount but good enough and wander how do people do it who taught them how to make a aimbot or esp/wall hack
l
l
l
help
Well there are basically two ways of learning it. You could use a specialized tutorial telling you exactly what to do (e.g. search on google or youtube for aimbot tutorial C++). The other way is lerning the general concepts of process memory management, system API, etc. and when you know the general concept its only a small step to abusing them fore your purposes.

It's like music, you can learn how to exactly play that one song you like to know, or you can learn the general rules of music and cover any song you like.

But if you learn enough specialized cases, eventuelly you will also get a grasp of the bigger picture, therefore both ways lead to the same goal, the understanding of game hacking. But i can't tell you which way works faster or better for you. If you are more practically leaned, i would suggest the first way, as it gives you fast results. I for myself like the second approach more, as it's more fullfilling for me to come up with solutions myself rather than following a tutorial and understanding it afterwards. But this depends soly on you
07/02/2018 01:40 Hsekin#4
You'll need to understand the game structure by using reverse engineering, and have knowledge about "offsets" and memory addresses(static and dynamic), also you will need some knowledge in mathematics and trigonometry in order to calculate perticular angles and make common sense equations(eg. angle between crosshair and the hitbox of an object like an enemy).
it might sound a bit complicated but once you get the general knowledge of c++ and understand the "windows.h" library it will get easy.
01/06/2019 19:14 blubber6#5
Quote:
Originally Posted by Hsekin View Post
You'll need to understand the game structure by using reverse engineering, and have knowledge about "offsets" and memory addresses(static and dynamic), also you will need some knowledge in mathematics and trigonometry in order to calculate perticular angles and make common sense equations(eg. angle between crosshair and the hitbox of an object like an enemy).
it might sound a bit complicated but once you get the general knowledge of c++ and understand the "windows.h" library it will get easy.
It will be probally easier to start with an vision based aimbot. opencv could be of help. For wallhack you need reverse engi, sometimes quite hard to understand...
02/26/2019 11:17 -=Sasuke=-#6
removed
02/26/2019 12:15 IceTrailer#7
Another good source about the mathematics could be [Only registered and activated users can see links. Click Here To Register...]
06/30/2019 13:25 IceTrailer#8
Quote:
Originally Posted by Blewsquare View Post
Hello , how long have you been coding with C++ and how many years did it take to you to learn it ?

I started learning OOP (in C++)about 5 to 6 years ago. To understand how programming works and how you can use programming languages for your purposes just needs a switch in your brain. Sooner or later, everyone will achieve this after some time of learning programming.