ItzYoBoy Anti AFK Script
Hi, Today I am releasing my anti AFK script for gtav.
The script was made in Autoit. This script can be used with something like a money spawner to ensure you aren't kicked for being AFK.
F1 is the key used to stop the script. In order to start simply run the .exe as Administrator. This ensures it can lock onto GTAV.
Installation:
1. Download
2. Unzip
3.Run .exe as administrator
YOU MUST HIT F1 TO STOP THE SCRIPT WHILE IN GTAV
Here is the source code:
HotKeySet("{F1}", "bot_exit")
;DO NOT EDIT BELOW HERE UNLESS YOU KNOW WHAT YOUR DOING
WinActivate("Grand Theft Auto V")
;Script Starts Here
;Loop
While (1)
anti_afk()
WEnd
Func bot_exit()
MsgBox(0, "Exiting", "Bot is Exiting")
exit
EndFunc
Func anti_afk()
Send("{W down}")
Sleep(1000)
Send("{W up}")
Send("{S down}")
Sleep(1000)
Send("{S up}")
Wait(2500)
EndFunc
I made this all by myself and it didn't take me too long. I may update the file if bugs are found.
Virus Scans:
https://virusscan.jotti.org/en-GB/fi...job/vm311956amⓘ
https://virustotal.com/en/file/9f16e...is/1480451037/ⓘ
The script was made in Autoit. This script can be used with something like a money spawner to ensure you aren't kicked for being AFK.
F1 is the key used to stop the script. In order to start simply run the .exe as Administrator. This ensures it can lock onto GTAV.
Installation:
1. Download
2. Unzip
3.Run .exe as administrator
YOU MUST HIT F1 TO STOP THE SCRIPT WHILE IN GTAV
Here is the source code:
HotKeySet("{F1}", "bot_exit")
;DO NOT EDIT BELOW HERE UNLESS YOU KNOW WHAT YOUR DOING
WinActivate("Grand Theft Auto V")
;Script Starts Here
;Loop
While (1)
anti_afk()
WEnd
Func bot_exit()
MsgBox(0, "Exiting", "Bot is Exiting")
exit
EndFunc
Func anti_afk()
Send("{W down}")
Sleep(1000)
Send("{W up}")
Send("{S down}")
Sleep(1000)
Send("{S up}")
Wait(2500)
EndFunc
I made this all by myself and it didn't take me too long. I may update the file if bugs are found.
Virus Scans:
https://virusscan.jotti.org/en-GB/fi...job/vm311956amⓘ
https://virustotal.com/en/file/9f16e...is/1480451037/ⓘ
this is amazing