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

Replace real anti cheat logs with fake logs #57

Open
Koles1910 opened this issue Jun 8, 2023 · 4 comments
Open

Replace real anti cheat logs with fake logs #57

Koles1910 opened this issue Jun 8, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@Koles1910
Copy link

add the ability to set fake mouse tracking

@grimaldello grimaldello changed the title mouse movement Replace real anti cheat logs with fake logs Jun 8, 2023
@grimaldello grimaldello added the enhancement New feature or request label Jun 8, 2023
@Koles1910
Copy link
Author

when are you planning to release the improved edition?

@grimaldello
Copy link
Owner

This approach can be implemented, but honestly it is a "last resort".

It has low priority for me.

If anybody want to implement it and contribute to the bot, I'm glad for that.

@zoiodelula
Copy link

How do i can contribute with that?

@grimaldello
Copy link
Owner

I think that one way implement it is to intercept the request to the server with events logs.
Once intercepted, replace the real events logs with a set of fake logs.
These fake logs must have the same structure with similar values of the original ones but could be a greater number of events.
Or as alternative, duplicates (or add some) events and change only the values of small amount of number.

In addition to this, I found that maybe the number of mouse events (and so number of logs) could depend on this: https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/getCoalescedEvents
So basically a group of mouse events can be "merged" in a single event (for performance)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants