Which automation can mimic the mouse and keyboard like real user?

Liaby

BANNED
Joined
Feb 14, 2023
Messages
3
Reaction score
5
Is there any automation can mimic the mouse and keyboard movement like a real user? Which one do you find effective?
 
Is there any automation can mimic the mouse and keyboard movement like a real user? Which one do you find effective?
PyAutoGUI lib can do this but it's not no-code. Autohotkey can mimic the keyboard too.
 
Is there any automation can mimic the mouse and keyboard movement like a real user?
Why would you? getting mouse coordinates and keystrokes timing on real time is intensive in terms of javascript I doubt that's the way it's done
 
Autohotkey works dope for keyboard.
+1
useful and easy to use

but for what purpose do you need OP? If you are trying to click on your own ads you will probably get caught and banned for it.
 
Why would you? getting mouse coordinates and keystrokes timing on real time is intensive in terms of javascript I doubt that's the way it's done
The guy is preparing a service for 2030, always be ahead of time :D
+1 for Autohotkey tho
 
The guy is preparing a service for 2030, always be ahead of time :D
It's also pointless cause spawning a mouse and waiting for random milliseconds between keystroke it's possible and very easy to implement...
Mouse movements that simulate human-like mouse moving exist ... you might say that if they are tracking it they have a database curve functions used to simulate human movement like Bezier curves (that would be some crazy fucked up mind idea) but if you are experienced and knows a lil bit about coding and math you could record for example your own mouse movements for a day and use some weird regression function on the data to get human-like mouse movements generator
 
Back
Top