-
Notifications
You must be signed in to change notification settings - Fork 425
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 request: More natural mouse movement in automated interactions #1542
Comments
I just took a look at Pafish, latest 32-bit release My first observation is that the mouse movement function fails for both zero movement and 'supernatural' movement, so it's difficult to differentiate based solely on the tool's output. I considered recompiling with more output, but instead opted for an instruction trace to see exactly what happens during experimentation:
The Unfortunately I observed that even with
Here the I am currently stumped as to why this is occurring which has temporarily scuppered my attempts to fix this with changes to |
One of the few
pafish
sandbox detections that fire on CAPE isSandbox traced by missing mouse movement or supernatural speed
The source code for this detection is https://github.com/a0rtega/pafish/blob/b497899ff355ea7b9ecc1f5cd34a9fd1def02aec/pafish/rtt.c#L72The text was updated successfully, but these errors were encountered: