Results 1 to 3 of 3
  1. #1
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,400
    My Mood
    Drunk

    Arrow mpAntiAfk v1.5 : Light version. Play with it

    Hey guys !

    Just updated my Anti-AFK script !
    Requierments : AutoHotKey (last version I guess)

    How it works :
    Just start it, it will simulate a key press (e, can be changed) every 1.5 min in average.
    It is not game-intrusive ! That means you can play while it's active !
    Press Numpad0 to exit. (To check if it's running look at the system tray and check if there is a small icon)

    Well providing screenshots would be useless, let me know if you think about something to improve.

    How you get this ?
    Just grab the source code and paste it in a .ahk file and start it!
    You can also download it directly.

    /!\ This won't work if you renamed Trove's window (Some account launchers are doing that, care)
    If you want to change the key used just type what you want instead of KEY and replace inside the code 2 following lines :
    Code:
    		ControlSend, , {KEY down}, ahk_pid %PID%
    		ControlSend, , {KEY up}, ahk_pid %PID%
    To change the amount of time between 2 keypresses, change TIME by the amount you want (in ms)
    Code:
    	SetTimer, A, TIME
     

    Code:
    SetTimer, A, 99999
    return
    A:
    	WinGet, l, list, Trove
    	Loop %l%
    	{
    		d := l%a_index%
    		WinGet, PID, PID, ahk_id %d%
    		ControlSend, , {v down}, ahk_pid %PID%
    		Sleep, 9
    		ControlSend, , {v up}, ahk_pid %PID%
    	}
    	return
    Numpad0::
    	ExitApp


     

    Code:
    V1.0 (604b):
    Initial release
    
    V1.1 (516b):
    Key changed
    
    V1.2 (333b):
    Comments and useless stuff removed
    Vars renamed
    Increased time between keypresses
    Mainly weight update
    
    V1.3 (313b):
    Removed loop.
    Now faster
    
    V1.4 (292b):
    Lighter file.
    Now pressing buttons less often
    
    V1.5 (252b):
    Lighter file.


    There are the virus scans :
    https://virusscan.jotti.org/fr-FR/fi...job/ahv8m0x6bb
    https://www.virustotal.com/en/file/b...is/1453627093/



    NOTE : Old thread can be closed
    <b>Downloadable Files</b> Downloadable Files
    Last edited by mpmoi; 01-24-2016 at 02:30 AM.

  2. The Following 10 Users Say Thank You to mpmoi For This Useful Post:

    charsleu (02-16-2016),davyhartje (02-20-2016),fenyxuk (02-12-2016),KinqxTrip (01-25-2016),mdombek (12-06-2016),Mistygon (02-14-2016),ryanokj (01-29-2016),samkung123 (04-20-2016),Skalety123 (02-12-2016),Windoge 10 (05-27-2016)

  3. #2
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,279
    My Mood
    Devilish
    Just source code, approved!

  4. #3
    Liqeud's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Area 51
    Posts
    120
    Reputation
    10
    Thanks
    1,964
    My Mood
    Hot
    nice play with it

Similar Threads

  1. [Outdated] mpAntiAfk v1.4 : Light version. Play with it
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 25
    Last Post: 01-24-2016, 02:05 AM
  2. who plays with a gamepad?
    By ugotpwnd169 in forum WarRock - International Hacks
    Replies: 14
    Last Post: 09-19-2007, 06:40 PM
  3. trade easy way to play with hw ban and ip ban for working b bypass
    By mheeniac in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-17-2007, 07:08 AM
  4. sf0d plays with this shit
    By iverson954360 in forum General
    Replies: 4
    Last Post: 04-08-2007, 04:40 PM
  5. playing with grunge brushes.
    By SadisticGrin in forum Art & Graphic Design
    Replies: 15
    Last Post: 08-05-2006, 03:16 AM