Internal Trigger Delay?
Can you believe it im asking for help?
No, seriously so i have been remaking a cheat from scratch and as i got to the triggerbot i thought i should add a trigger delay because they are nice to have. I though of various ways to approach this if i was external i could use Sleep but as i am internal sleep wont do the trick for me because it just freezes the entire process..
Ive asked around and some people say GetTickCount() is the most benefitial option. I have tried using this in many many different ways to no avail. Would anyone be willing to explain to me how to properly add a delay to a triggerbot internally without freezing the entire process?