Jump to content

(Beginner) Realistic camera angles and mouse movements.


Recommended Posts

Posted

Hey I'm sort of new to scripting and was wondering how can I add Random Realistic Moving Camera angles and mouse movements to my bot? I want to make a bot that isnt obvious and flicking mouse movements isn't good. Any help or explanation would be very much appreciated thanks. (what would the script look like)

Posted

OSBot default API is probably better than anything you could come up with TBH. 

https://osbot.org/api/

Using getCamera().toEntity() has been looking very nice for me. Additionally .interact() is actually pretty natural and smooth by default if you watch the mouse trails in the debugger.

 

Honestly you could add some 'Anti-ban' if you are superstitious such as have the mouse leave the screen after actions using ,moveOutsideScreen(). Just check out the mouse api generally.

 

If you are superstitious, like I am 😀, I would be pouring your time into anti-pattern recognition rather than implementing any anti-ban features.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...