Quote Originally Posted by sph4ck View Post
That's an easy one. In "config" change the color of the spot from
Code:
BOT_FRAME_COLOR = 0x3FFFFFFF
to a full transparent color:
Code:
BOT_FRAME_COLOR = 0x00000000
But this way you cannot reactivate it in-game.

Or simply deactivate aimbot, the spot should disappear as well (well there's a bug in the current version that doesn't disable totally the Bot). To correct it if you use the source version, change line 22 from
Code:
if KEY_BOXESP:
to
Code:
if keys["KEY_BOXESP"]:
Autostabber is not perfect (yet). Still difficult to calibrate well.

Thanks alot. Also is there any way to configure the autostabber key to use instead of E?