Hello,
My triggerbot is "slow" sometimes when I quickly stare at the enemy, it does not fire, and sometimes it shoots, I used the cheat engine to get the value that changes from "0" to "1", which can be ?
Code:
if (* look == 1)
{
mouse_event (MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
mouse_event...