Image

Image

Search This Blog

Friday, April 04, 2025

AHK Mousemover

 #Persistent
Menu, Tray, Icon, Shell32.dll, 174
Menu, Tray, Tip, MM-rnd
Menu, Tray, NoStandard
Menu, Tray, Add, Exit, Exit
return

loop {
Random, RandomSleep, 2000, 100000
sleep, %RandomSleep%
mousemove, 10, 0, 10, R
mousemove, -10, 0, 10, R
}

Exit:
ExitApp

No comments:

Post a Comment

Blog Archive