Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Releases: tailllie/Anti-AFK_old

v1.0

30 Nov 11:37
Compare
Choose a tag to compare

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

30 Nov 18:16
Compare
Choose a tag to compare

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