This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Releases: tailllie/Anti-AFK_old
Releases · tailllie/Anti-AFK_old
v1.0
Simple GUI Anti-AFK software, that moves mouse cursor every 10 seconds. Work in almost all games & programs, where AFK can be dropped by moving mouse cursor.
If you want change duration of cursor movement or interval, then change these values in code:
duration = 0.2 # duration of cursor movement
interval = 10 # interval between movements
v1.1
Simple GUI Anti-AFK software, that moves mouse cursor and pressing W, A, S or D every 10 seconds. Work in almost all games & programs, where AFK can be dropped by moving mouse cursor and pressing W, A, S or D.
If you want change duration of cursor movement or interval, then change these values in code:
duration = 0.2 # duration of cursor movement & pressing key
interval = 10 # interval between movements & pressing key