12we12qw12 Posted May 6, 2019 Share Posted May 6, 2019 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) Quote Link to comment Share on other sites More sharing options...
EsotericRS Posted May 6, 2019 Share Posted May 6, 2019 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. Quote Link to comment Share on other sites More sharing options...