Jeune Padawan Posted July 9, 2017 Share Posted July 9, 2017 (edited) Answered. Thanks for the help. Edited July 9, 2017 by Jeune Padawan Quote Link to comment Share on other sites More sharing options...
Charlotte Posted July 9, 2017 Share Posted July 9, 2017 https://osbot.org/api/org/osbot/rs07/api/Mouse.html Deprecated. Quote Link to comment Share on other sites More sharing options...
Eliot Posted July 9, 2017 Share Posted July 9, 2017 They've been removed because they were mostly useless. Quote Link to comment Share on other sites More sharing options...
Jeune Padawan Posted July 9, 2017 Author Share Posted July 9, 2017 (edited) 2 minutes ago, Charlotte said: https://osbot.org/api/org/osbot/rs07/api/Mouse.html Deprecated. @Charlotte I thought that meant only the second one in both cases were deprecated Thanks. Edited July 9, 2017 by Jeune Padawan Quote Link to comment Share on other sites More sharing options...
Alek Posted July 9, 2017 Share Posted July 9, 2017 The API docs arent updated, all the random methods were removed because they force new programmers into bad design, learning bad scripting. Quote Link to comment Share on other sites More sharing options...
Lewis Posted July 9, 2017 Share Posted July 9, 2017 Just now, Alek said: The API docs arent updated, all the random methods were removed because they force new programmers into bad design, learning bad scripting. but Sir Alek, moveSlightly and moveRandomly is best antiban 2 Quote Link to comment Share on other sites More sharing options...
Tom Posted July 9, 2017 Share Posted July 9, 2017 #BringBackRealAntiban 2 Quote Link to comment Share on other sites More sharing options...
Jeune Padawan Posted July 10, 2017 Author Share Posted July 10, 2017 Honestly though, I'm putting it in there since it kind of practices me a bit with the language. Quote Link to comment Share on other sites More sharing options...
blokus Posted July 10, 2017 Share Posted July 10, 2017 (edited) You could create your own with random offsets, get mouse x,y and then random that +-5 then move mouse to that x,y. Just a simple method off the top of my head. Edited July 10, 2017 by blokus Quote Link to comment Share on other sites More sharing options...
Juggles Posted July 10, 2017 Share Posted July 10, 2017 getMouse.move(random(0,500),random(0,500)); there you go 1 Quote Link to comment Share on other sites More sharing options...
Jeune Padawan Posted July 10, 2017 Author Share Posted July 10, 2017 37 minutes ago, Juggles said: getMouse.move(random(0,500),random(0,500)); there you go wow much Thanks bro Quote Link to comment Share on other sites More sharing options...
Juggles Posted July 13, 2017 Share Posted July 13, 2017 On 7/9/2017 at 10:36 PM, Jeune Padawan said: wow much Thanks bro Good luck using it Best anti ban available Quote Link to comment Share on other sites More sharing options...
Jeune Padawan Posted July 14, 2017 Author Share Posted July 14, 2017 4 hours ago, Juggles said: Good luck using it Best anti ban available Quote Link to comment Share on other sites More sharing options...
Tom Posted July 14, 2017 Share Posted July 14, 2017 mouse.move(random(random(0, 250), random(250, 500)), random(random(0,250), random(250,500))) random random random random You need about 10 randoms to avoid getting banned, dont listen to @Juggles Quote Link to comment Share on other sites More sharing options...