Bryno 21 Share 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! Link to comment Share on other sites More sharing options...
SubCZ 277 Share 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 Link to comment Share on other sites More sharing options...
brave 27 Share Posted September 16, 2021 if(Mouse.isMouseInScreen()){ Mouse.moveMouseOutsideScreen(); } Link to comment Share on other sites More sharing options...
Bryno 21 Author Share 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! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.