March 27, 20196 yr 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
March 27, 20196 yr 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, 20196 yr by YoHoJo
Create an account or sign in to comment