OP 18 September, 2022 - 10:40 AM
Hello! How does anticheat softwares works? What are their methods? If someone has any pdf or document about it I would thank you, I need it for my compSci degree.
I would like to create an aimbot for any game using object detection and AI to simulate human mouse movement.
The main goal is to being undetected. Probably I will plug an arduino to my mouse to further hide mouse action given by a script. According to someone Valorant's anti cheat software using
kernel level checks so i cant even use like mouse.move(x,y) function in my program.
I would like to create an aimbot for any game using object detection and AI to simulate human mouse movement.
The main goal is to being undetected. Probably I will plug an arduino to my mouse to further hide mouse action given by a script. According to someone Valorant's anti cheat software using
kernel level checks so i cant even use like mouse.move(x,y) function in my program.