Hey guys! So I'm a total beginner to programming and have decided to start with C++. I play an online video game called an MMORPG and am trying to make a program that will do a repetitive task over an over again in the game for me. I've already coded a very simple auto clicker that does what I need.
What I want to do now is modify the sleep and SetCursorPos to make them appear more human.
How would I go about turning Sleep (1000); into something like Sleep (any number between 950 and 1050;
Similarly, I'd like to do it for the SetCursorPos also.