KASSIS 10 Posted May 2, 2023 Been making a script for mining, and i was working on the antiban. I tried to add a random camera rotation, and it works fine the first couple times but after a while into botting, it gives this error [ERROR] No change in camera pitch, something wrong? [ERROR] 276:128:128 its the exact same error each time it tries the method. This is my code Area a = new Area(Players.getLocal().getX() - 10, Players.getLocal().getY() - 10, Players.getLocal().getX() + 10, Players.getLocal().getY() + 10); Camera.rotateToTile((a.getRandomTile())); Thanks is advance
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now