Jeune Padawan Posted July 9, 2017 Posted July 9, 2017 (edited) Answered. Thanks for the help. Edited July 9, 2017 by Jeune Padawan
Charlotte Posted July 9, 2017 Posted July 9, 2017 https://osbot.org/api/org/osbot/rs07/api/Mouse.html Deprecated.
Jeune Padawan Posted July 9, 2017 Author 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
Alek Posted July 9, 2017 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.
Lewis Posted July 9, 2017 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
Jeune Padawan Posted July 10, 2017 Author Posted July 10, 2017 Honestly though, I'm putting it in there since it kind of practices me a bit with the language.
blokus Posted July 10, 2017 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
Juggles Posted July 10, 2017 Posted July 10, 2017 getMouse.move(random(0,500),random(0,500)); there you go 1
Jeune Padawan Posted July 10, 2017 Author Posted July 10, 2017 37 minutes ago, Juggles said: getMouse.move(random(0,500),random(0,500)); there you go wow much Thanks bro
Juggles Posted July 13, 2017 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
Jeune Padawan Posted July 14, 2017 Author Posted July 14, 2017 4 hours ago, Juggles said: Good luck using it Best anti ban available
Tom Posted July 14, 2017 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