Bryno 21 Posted September 16, 2021 Hi there! I am attempting to make the mouse go "off the screen" effect. Is moving the mouse coordinates to -1, -,1 safe? Or do I also need to randomize the negative values? Let me know if anyone knows. Thanks!
SubCZ 284 Posted September 16, 2021 -1, -1 will always be the top left corner, depends if you want that Dreambot also already has a API method to do this that also unfocuses the client
Bryno 21 Author Posted September 16, 2021 56 minutes ago, braveheart said: if(Mouse.isMouseInScreen()){ Mouse.moveMouseOutsideScreen(); } Beautiful! I think this method will work perfect with what I want. Which is to Move mouse outside the screen, then AFK for a while!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.