investmentideas Posted March 27, 2019 Posted March 27, 2019 I understand there is a post on how random mouse and camera movements do not have any affect on bans, but i was wondering what the lines of code were to randomly move camera and mouse? I am looking to test something unrelated to bans
YoHoJo Posted March 27, 2019 Posted March 27, 2019 (edited) Generate random numbers, plug them into methods in the OSBot API.https://www.geeksforgeeks.org/generating-random-numbers-in-java/https://osbot.org/api/org/osbot/rs07/api/Camera.htmlhttps://osbot.org/api/org/osbot/rs07/input/mouse/awt/BotMouseEvent.html Edited March 27, 2019 by YoHoJo