Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Camera movement with mouse #17

Open
GigiaJ opened this issue Jul 25, 2019 · 6 comments
Open

[FEATURE] Camera movement with mouse #17

GigiaJ opened this issue Jul 25, 2019 · 6 comments
Assignees
Labels
enhancement New feature or request feature Denotes feature or modification of a feature high priority high priority, needs to be done soon

Comments

@GigiaJ
Copy link
Collaborator

GigiaJ commented Jul 25, 2019

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 GigiaJ added enhancement New feature or request low priority low priority, not important or not an important feature labels Jul 25, 2019
@GigiaJ GigiaJ self-assigned this Jul 25, 2019
@GigiaJ GigiaJ added the feature Denotes feature or modification of a feature label Mar 27, 2020
@f0rmatme
Copy link

f0rmatme commented Apr 1, 2020

Could snap the camera to directions like a compass click

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

@GigiaJ
Copy link
Collaborator Author

GigiaJ commented Apr 1, 2020

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

@f0rmatme
Copy link

f0rmatme commented Apr 2, 2020

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

@GigiaJ
Copy link
Collaborator Author

GigiaJ commented Apr 2, 2020

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 GigiaJ changed the title Camera movement with mouse [FEATURE] Camera movement with mouse Apr 4, 2020
@f0rmatme
Copy link

f0rmatme commented Apr 7, 2020

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

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

@GigiaJ
Copy link
Collaborator Author

GigiaJ commented Apr 7, 2020

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 GigiaJ added high priority high priority, needs to be done soon and removed low priority low priority, not important or not an important feature labels Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Denotes feature or modification of a feature high priority high priority, needs to be done soon
Projects
Status: Considering
Development

No branches or pull requests

2 participants