Page 1 of 4 123 ... LastLast
Results 1 to 15 of 54
  1. #1
    yasha613's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    3

    Post Anti-afk script (Autoit3)

    From a couple threads seen there's a want for anti-afk scripting, surprised most don't know just doing this from autoit, but anyway..
    This is what I have set up when I'd like to just stay on. This should be self explanatory, but just wait til the GTAV window is active, hit pagedown key to activate, end key to stop, if you tab out use the antiidle hotkey again.

    Download the latest autoit, save this as an *.au3 file, compile and use the exe, or just run it.

    Code:
    #include <AutoItConstants.au3>
    Global $Paused = False
    
       ;The below turn anti-idle on or off, should you have tabbed out, you'll need to push this hotkey again.
       HotKeySet("{PGDN}","antiidle")
       HotKeySet("{END}", "pauseantiidle")
       
       WinWaitActive("Grand Theft Auto V")
    
       While WinActive ("Grand Theft Auto V")
    	  If WinActive ("Grand Theft Auto V") Then
    
    		 Func antiidle()
    			While WinActive ("Grand Theft Auto V")
    			   Send("{z 1}")
    			   Sleep(1000)
    			Wend
    		 EndFunc
    
    		 Func pauseantiidle()
    			   $Paused = Not $Paused
    			While $Paused
    			   Sleep(500)
    			WEnd
    		 EndFunc
    
    	  Else
    		 ; if you tab out it will automatically pause
    		 WinWaitActive ("Grand Theft Auto V", "")
    
    	  Endif
    
       Wend

  2. The Following 3 Users Say Thank You to yasha613 For This Useful Post:

    hugopao (08-13-2018),KillerTrainz (12-25-2018),scream292 (04-16-2018)

  3. #2
    Itzyoboyair's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    Indiana
    Posts
    155
    Reputation
    40
    Thanks
    471
    My Mood
    Cold
    Not to be shit posting or anything but my auto it anti-afk is on the front page of GTAV hacks and has been there since November of 2016. If they really wanted one all they had to do was scroll or search. And mine is compiled...

  4. #3
    realdealxx's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    613
    Reputation
    10
    Thanks
    76
    My Mood
    Tired
    Quote Originally Posted by Itzyoboyair View Post
    Not to be shit posting or anything but my auto it anti-afk is on the front page of GTAV hacks and has been there since November of 2016. If they really wanted one all they had to do was scroll or search. And mine is compiled...
    Seems most ppl are to stupid or dumb to do things like that they don't seem to know how to use scroll or search engine
    talking to idiot is most frustrating thing ever

  5. #4
    Itzyoboyair's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    Indiana
    Posts
    155
    Reputation
    40
    Thanks
    471
    My Mood
    Cold
    Quote Originally Posted by realdealxx View Post
    Seems most ppl are to stupid or dumb to do things like that they don't seem to know how to use scroll or search engine
    I get not using the search engine. But not using scroll? HOW THE LIVING FUCK DO THEY PLAY GTA THEN? That is border line mentally retarded.

  6. #5
    roflcoprt12's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Location
    Berlin
    Posts
    35
    Reputation
    10
    Thanks
    42
    My Mood
    Psychedelic
    Open up M menu and put something on your arrow key so it is pressed. Voilá anti-anti-afk without any scripts.

    Does someone here care that anti-afk isn't the correct title for this kind of tool?

  7. #6
    rider116's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Idk
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    I made one based on this its simpler and also doesn't consume anything from the computer at all as every other anti-afk here (including from itzyoboyair) does cause the commands are made in milliseconds. And Why the tittle isn't correct? What should be then?

  8. #7
    Zfqz's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    it works like a charm, i stopped by and i dont regret it

  9. #8
    oscar4051's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    This seems cool.

  10. #9
    Gamer5443's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Seems interesting, thanks for sharing.

  11. #10
    sidude1698's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Cool. Thanks for sharing!

  12. #11
    leonardodavince's Avatar
    Join Date
    Jan 2018
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    0
    thx for opencode

  13. #12
    Gamingtab's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Seems itneresting ! Gonna try it in an hour thanks for sharing!

    - - - Updated - - -

    132367464576

  14. #13
    lovenoip's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    I am not really sure why afk requires a script or any kind of 3rd party tool. The game itself supports it! Just watch TV in the apartment

  15. #14
    Bjarne The Beast's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Alwaays wanted this since I AFK alot(masterbating lel)

  16. #15
    valentyn0's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    this is futile if you alt tab the game, the script says it will still work if you press the anti-idle key again (PgDn) but that is BS.

Page 1 of 4 123 ... LastLast

Similar Threads

  1. Anti Afk Script!
    By johntheawe2 in forum Dirty Bomb Hacks & Cheats
    Replies: 3
    Last Post: 04-18-2016, 07:53 PM
  2. Anti afk script
    By awabaskri in forum Dirty Bomb Hacks & Cheats
    Replies: 4
    Last Post: 10-01-2015, 01:20 PM
  3. [Release] Endless Charge Anti-Afk Script
    By dirtyzerg in forum Dragon Nest Hacks & Cheats
    Replies: 58
    Last Post: 08-31-2012, 09:10 AM
  4. [Detected] Inactive Window Anti-AFK script
    By mrkiller222 in forum Dragon Nest Hacks & Cheats
    Replies: 23
    Last Post: 04-30-2012, 08:01 PM
  5. Inactive Window Anti-AFK script.
    By mrkiller222 in forum Dragon Nest Selling / Trading / Buying
    Replies: 0
    Last Post: 12-21-2011, 09:29 AM