GTA V Simple Auto Pilot (Anti AFK with built in timer)

Posts 115 of 42 · Page 1 of 3
GTA V Simple Auto Pilot (Anti AFK with built in timer)
Enough's GTA V Anti AFK

  • What does it do?
    It lets you be afk in GTA Online without being kicked by sending the W key every second. You can choose the amount of time you want to be afk (similar to the autopilot of my mod menu, but it doesn't stop the drop itself it just stops sending the W key).
  • How to use
    Just type the amount of time you want to be afk (in minutes) and press the START button. Then go to the game (Fullscreen might not work, try windowed borderless)
  • Antivirus scan
    https://virusscan.jotti.org/es-ES/fi...job/zyt8n2y682
    https://www.virustotal.com/es/file/2...is/1479143050/
GTA V ANTI AFK_mpgh.net.zip374 KB · 535 downloads Clean
//Approved
Just tried it, it didn't work. It was typing W once I pressed T to bring the chat up but the character never moved & I tried in both fullscreen and windowed borderless.
Quote Originally Posted by Froppen123 View Post
Just tried it, it didn't work. It was typing W once I pressed T to bring the chat up but the character never moved & I tried in both fullscreen and windowed borderless.
I'm pretty sure that's how it is supposed to work, try it for a few hours, go watch a movie, come back, if not kicked for idle, it works
Quote Originally Posted by DireDan View Post
I'm pretty sure that's how it is supposed to work, try it for a few hours, go watch a movie, come back, if not kicked for idle, it works
Ohh, I thought I was supposed to move around. My bad
@Froppen123 DireDan is right, you are not supossed to see the movement, it shouldn't afk kick you, if it does please tell so I can edit the code.
Quote Originally Posted by swwrgaersghaedrgedrgherdhg View Post
@Froppen123 DireDan is right, you are not supossed to see the movement, it shouldn't afk kick you, if it does please tell so I can edit the code.
I'll test it for an hour, and report back in around an hour
Quote Originally Posted by DireDan View Post
I'll test it for an hour, and report back in around an hour
Just saw the kick in 2 minutes timer, so I presume it doesn't work then
Quote Originally Posted by DireDan View Post
Just saw the kick in 2 minutes timer, so I presume it doesn't work then
xDDD fucking school vb 6 (and winxp computers), i'll try making a proper hack as soon as i'm back.
Quote Originally Posted by swwrgaersghaedrgedrgherdhg View Post
xDDD fucking school vb 6 (and winxp computers), i'll try making a proper hack as soon as i'm back.
Haha, good luck
Gonna try it out, thanks!
looks like a neat program, I will have to try this out.
Really cool mod here, can't wait to use it.
GTA_AntiAFK_WTF.ahk
Code:
THE_KEY_YOU_WANT_PRESS_AFTER_13_MINUTES = z ; Or y on QWERTZ, best option, didn't make any problems and prevent AFK.
GameTitle = Grand Theft Auto V
WinGet, PID, pid, %GameTitle%
GTAPid := pid
Ticks := A_TickCount
while(pid > 0) ; While GTA is running
{
	if (A_TickCount - Ticks > 780000) ; 13 Minutes
	{
		WinGet, PID ,pid , A
		if (GTAPid != pid) ; Activate GTA Window if is not in foreground
		{
			WinActivate, %GameTitle%
			sleep 2000
		} ; Send Key
		Send {%THE_KEY_YOU_WANT_PRESS_AFTER_13_MINUTES% down}
		sleep 10
		send {%THE_KEY_YOU_WANT_PRESS_AFTER_13_MINUTES% up}
		Ticks := A_TickCount ; Reset Ticks	
	}
	WinGet, PID, pid, %GameTitle% ; Check if GTA is still running
}
Posts 115 of 42 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?