Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 3.04 Finalization of anti-antiklikera. Implement keydown and keyup and select emulation (mouse keyboard) in this mode. Adding the Kibor settings window.

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 02:46:26 - перейти к сообщению
Added support for keydown and keyup in anti-stickliker mode.
However, auto-repeat character set will not be the same as holding the key.

Added the ability to disable mouse or keyboard emulation in this mode, if necessary. Then emulation of this device occurs in the normal mode.

Added a settings window in which you can actually do these actions.

About keydown and keyup ...
In the normal mode (in which the majority of such programs work), it is impossible to programmatically cause the combination of keys ctrl shift delete for security purposes.
When you turn on an anti-anticlicker such code:
 Цитата:
keydown (CONTROL); sleep (100);
keydown (MENU); sleep (100);
key (DELETE);
keyup (MENU); keyup (CONTROL);

will work as a real push of this combination and will cause the Windows Task Manager.


If it hangs when you turn on Anti-AntiClicker and the ps / 2 device is - disable mouse and keyboard testing in the Anti-Anti-Clicks settings.

Powered by ExBB FM 1.0 Final