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

    Arrow mp's AntiAFK (Multiclient) v1.1

    So as someone asked for an anti-afk thing for multiple clients i released one.
    Don't have ever used AHK so this is basicm but it works !
    Requierments : AutoHotKey (last version i guess)

    How it works :
    Just start it, it will simulate a key press (u) every 10 sec in average.
    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
    Code:
    	WaitR(TIME)
     

    Code:
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
    
    Loop
    {
    	WinGet, ID, list, Trove
    	Z := 0
    	Loop %id%
    	{
    		Z:= Z + 1
    		ide := id%Z%
    		WinGet, PID, PID, ahk_id %ide%
    		ControlSend, , {i down}, ahk_pid %PID%
    		WaitR(1)
    		ControlSend, , {i up}, ahk_pid %PID%
    		WaitR(1)
    	}
    	WaitR(100)
    }
    
    Numpad8::
    ExitApp
    
    WaitR(m)
    {
    	Random, Wait, 72, 125
    	Wait := Wait * m
    	Sleep, %Wait%
    }


    There are the virus scans (for some reason i can't post links):

    virusscan.jotti.
    org/fr-FR/filescanjob/ecq1zi008z

    ww
    w.virustotal.com/en/file/d32b187ae4e1b653adcf68d43cb9042106fbbdf2c9eab30da0 a3b4d5c366efdb/analysis/1449063875/

    <b>Downloadable Files</b> Downloadable Files

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

    anh3la (12-07-2015)

  3. #2
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,281
    My Mood
    Devilish
    File is clean, approved!

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

  5. #4
    Seacatyew's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    Sweden
    Posts
    18
    Reputation
    10
    Thanks
    2
    My Mood
    Bitchy
    Thanks working great

Similar Threads

  1. [Outdated] mp's AntiAFK (Multiclient) v1.2
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 2
    Last Post: 12-09-2015, 04:50 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