OsrsBot icon indicating copy to clipboard operation
OsrsBot copied to clipboard

[FEATURE] Camera movement with mouse

Open GigiaJ opened this issue 5 years ago • 6 comments

Allow the camera to turn and contort using the mouse or keyboard (allow the decision to be saved as a setting in the login files) This will prevent our bots from having similar move patterns.

GigiaJ avatar Jul 25 '19 08:07 GigiaJ

Could snap the camera to directions like a compass click

clientThread.execute(() -> client.runScript(143, PITCH, YAW)); //pitch = 128-512, yaw = 0-2048

f0rmatme avatar Apr 01 '20 01:04 f0rmatme

Are you saying to make the client re-orientate instantly? Does any 3rd party client do this already? (RuneLite or any variations) Genuinely intrigued.

GigiaJ avatar Apr 01 '20 02:04 GigiaJ

Some 3rd party clients do yes, i think maybe a external plugin in OpenOSRS does this.

f0rmatme avatar Apr 02 '20 01:04 f0rmatme

Alright. I'll look into adding that. If possible I want enough variation in behavior, but consistent per account. As this API is just now really starting, I don't know what behaviors are detectable for bots, but obviously every bit helps. You've been a lovely help with your suggestions. Do continue! :)

GigiaJ avatar Apr 02 '20 17:04 GigiaJ

https://osbot.org/forum/topic/153397-osbots-mouse-movement-is-easily-detected/

@GigiaJ This has some good infos, should read it over.

f0rmatme avatar Apr 07 '20 04:04 f0rmatme

Wild, vuurman actually sent the exact same link earlier today via discord. I'm sure I can look into further making our mouse movements less predictable and less likely to produce a pattern. Thanks man.

GigiaJ avatar Apr 07 '20 05:04 GigiaJ