Aimbot

04/11/2016 10:56 EatMyChidori#1
Hello, I just recently started playing a private server and I wanna develop an aimbot for it. I know C++, but I don't really know where to start. Could someone point me in the right direction or share some public source code?
04/12/2016 08:05 Super Aids#2
Either you want to learn reverse engineering and memory manipulation/hooking, or you want to learn sockets and cryptography; all depending on whether you want to create a memory-based bot or a proxy bot.

There's no specific guide on how to do it, mostly because it can differ from patch to patch, server to server etc. all depending on cryptography, compiled/packed executable, anti-hacks, anti-debugging etc.

Knowing a programming language is the least you need to know, but there's so many concepts out of the range of just programming languages.