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,401
    My Mood
    Drunk

    mp's AntiAFK (Multiclient) v1.2

    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 (i, can be changed) every 1 min in average.
    It is not game-intrusive ! That means you can play whiel it's active !
    Press Numpad 8 to exit (can be changed)

    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 (WaitR gives back a time between 72*TIME and 125*TIME)
    And paste it at the end of the code(aitR(100))
    Code:
    	WaitR(TIME)
     

    Code:
    Loop
    {
    	WinGet, id, list, Trove
    	i := 0
    	Loop %id%
    	{
    		i:= i + 1
    		d := id%i%
    		WinGet, PID, PID, ahk_id %d%
    		ControlSend, , {i down}, ahk_pid %PID%
    		WaitR(1)
    		ControlSend, , {i up}, ahk_pid %PID%
    		WaitR(1)
    	}
    	WaitR(999)
    }
    
    Numpad8::
    	ExitApp
    
    WaitR(m)
    {
    	Random, w, 55, 65
    	w := w * m
    	Sleep, %w%
    }


     

    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


    There are the virus scans :

    https://virusscan.jotti.org/fr-FR/fi...job/ijkmn8p4ym

    https://www.virustotal.com/en/file/3...is/1449610002/




    NOTE : You can close the two old topics
    <b>Downloadable Files</b> Downloadable Files
    Last edited by mpmoi; 12-08-2015 at 03:38 PM.

  2. The Following User Says Thank You to mpmoi For This Useful Post:

    McCoyWkd (12-22-2016)

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

  4. #3
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Thank you !

Similar Threads

  1. [Outdated] mp's AntiAFK (Multiclient) v1.1
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 3
    Last Post: 12-06-2015, 05:57 AM
  2. [Outdated] mp's AntiAFK (Multiclient)
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 14
    Last Post: 12-02-2015, 06:45 AM
  3. [Release] Runescape AntiAfk
    By AeroMan in forum Runescape Hacks / Bots
    Replies: 8
    Last Post: 12-14-2009, 03:11 PM
  4. ANy multiclient?
    By bernstein in forum Soldier Front General
    Replies: 2
    Last Post: 05-25-2009, 09:30 PM
  5. Multiclient
    By zlom in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 01-08-2009, 03:51 PM