MinhStefan Posted April 18, 2019 Posted April 18, 2019 Hi everyone, I just found out that I can create a script to click for me (I'm using it for a game to get some bonuses and stuff while sleeping), not really sure how I got in the cave I was in. I did some additional research and found out I could make it non-intrusive, so I could watch a movie, or do anything else while the clicks still go. I did found the controlsend[raw] and controlclick pages, but I can't make them work for some reason, I'm pretty sure I'm terrible. I'll paste below my script that I use that is doing everything I want it to do: WinActivate("WindowNameExample") while 1 Sleep(25) MouseClick ("left", 255, 250) Sleep(25) MouseClick ("left", 105, 250) Sleep(25) MouseClick ("left", 180, 250) Sleep(500) MouseClick ("left", 1040, 600) Sleep(33000) MouseClick ("left", 965, 806) Sleep(500) MouseClick ("left", 1040, 600) Sleep(33000) MouseCLick ("left", 1095, 309) Sleep(25) MouseCLick ("left", 1155, 395) Sleep(25) Wend Could anyone provide me some guidance on how to use controlsend[raw] and controlclick please? Thank you in advance.
MinhStefan Posted April 19, 2019 Author Posted April 19, 2019 Oh so I'm basically not allowed to get help if it's for a game. Sounds fair enough. Thank you,
Recommended Posts