From d5cdeec906265f679b5e2e8962cf597760c81235 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:41:39 +0000 Subject: [PATCH] Add files via upload --- Tools/Anti-AFK-Tool.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Tools/Anti-AFK-Tool.txt diff --git a/Tools/Anti-AFK-Tool.txt b/Tools/Anti-AFK-Tool.txt new file mode 100644 index 0000000..55c168a --- /dev/null +++ b/Tools/Anti-AFK-Tool.txt @@ -0,0 +1,15 @@ +REM Title: Anti-AFK Tool +REM Author: @beigeworm | https://github.com/beigeworm +REM Description: Press random movement keys (Anti-AFK) +REM Target: Windows 10 + +REM some setup for dukie script. +DEFAULT_DELAY 100 +DELAY 1000 +GUI r +DELAY 500 +STRING powershell -NoP -NonI -Exec Bypass +ENTER +DELAY 4000 +STRING Add-Type -AssemblyName System.Windows.Forms;while ($true) {$key = @('w','a','s','d');$randomKey = (Get-Random -InputObject $key -Count 1);[System.Windows.Forms.SendKeys]::SendWait($randomKey);[System.Windows.Forms.SendKeys]::SendWait($randomKey);sleep 1} +ENTER