• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Script Problem AHK

destroyer667

Member
Joined
Nov 21, 2007
Messages
290
Reaction score
6
This is my script im working on in autoHotKey and here is the problem


problem: Mouse only clicks bottom left of the perimeters I set and not within the whole box.
basically it doesn't obey the rules "Top of box 436,80" "Bottom of box 760,885" it will only click near the bottom left of the box and not within the entire thing
Code:
Send, ^{Click 1565, 295,}
    Random x, 436, 80
    Random y, 760, 885
    MouseClick, left, x , y
sleep, 100
 
Back
Top