Mouse and keyboard button press emulation with Clickermann inside Sandboxie #2115
Locked
FCPerfectO
started this conversation in
General
Replies: 1 comment
-
That option was discontinued since Sandboxie v4, so it's not usable anymore: BlockFakeInput More settings can be found in the changelog notes with a simple search of the EDIT: See #2117 for the continuation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
The "Allow programs in this sandbox to emulate keyboard and mouse input" setting was in the very old version 3.62 of Sandboxie, for example. but this version does not run on Win10. working new versions of Sandboxie already without this setting. please help me to correctly configure the latest version of Sandboxie (or any other sandbox that will hide Clickermann from being detected by other programs in the system) so that emulation of keystrokes on the keyboard and mouse works.
When I start script in Clickermann:
go: WAIT(RND(1,5)) // случайная задержка в сек LCLICK(RND(614,667),RND(504,512)) WAIT(RND(1,2)) LCLICK(RND(614,667),RND(504,512)) //WAIT(RND(260,275)) WAIT(RND(1,4)) LCLICK(RND(57,78),RND(422,442)) WAIT(RND(21,24)) LCLICK(RND(57,78),RND(422,442)) WAIT(RND(1,3)) LCLICK(RND(57,78),RND(422,442)) WAIT(RND(1,3)) goto(go)
Cursor move to area RND(614,667),RND(504,512), press left mouse button DOWN, but don't press it UP and don't move second time to area RND(614,667),RND(504,512) and nothing happens.
If I use another script with separate LDOWN and LUP - problem is the same - Clickerman press only LDOWN and don't relise left button with LUP and cursor don't move.
WAIT(2) LDOWN(38,45) LUP(38,45) WAIT(3) LDOWN(600,350) LUP(600,350)
Help me please.
Beta Was this translation helpful? Give feedback.
All reactions