Results 1 to 6 of 6
  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.7 : Anti Afk-Kick script

    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 (CTRL) every few min.
    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)

    To change the amount of time between 2 keypress, change TIME by the amount you want (in ms)
    Code:
    	SetTimer, A, TIME
     

    Code:
    SetTimer, A, 99999
    return
    A:
    	WinGet, l, list, ahk_exe Trove.exe
    	Loop %l%
    	{
    		d := l%a_index%
    		WinGet, p, PID, ahk_id %d%
    		ControlSend, , {LCtrl}, ahk_pid %p%
    	}
    	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.
    
    V1.6 (195b):
    Lighter file.
    Key changed to ctrl
    
    v1.7 (207b):
    Now working with renamed trove Window


    There are the virus scans :
    https://virusscan.jotti.org/en-US/fi...job/rt1p4la7js
    https://www.virustotal.com/en/file/e...is/1478709049/

    NOTE : Old thread can be closed

    <b>Downloadable Files</b> Downloadable Files
    Last edited by mpmoi; 11-09-2016 at 09:32 AM.
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

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

    AstroCat35 (11-16-2016),Aztaroth (04-15-2019),ben120425 (12-23-2017),Brinquedopuro (11-16-2016),Bryan (11-09-2016),burningh (01-31-2017),Comiamaedostronda (11-13-2016),CraftUrToeMC (12-07-2016),Dagreatray (11-13-2016),DANTE642 (11-11-2016),DarkChaosLord (11-12-2016),Dead_Dove13 (12-31-2016),deklan675 (12-06-2016),fittochan (12-08-2016),flase (12-10-2016),inspecter51 (12-07-2016),Joca. (03-27-2020),jokatodito (12-10-2016),KAKKUX (06-03-2019),Kapsyciak (11-09-2016),LOLLord01 (11-13-2016),madalin00 (11-09-2016),manchete2 (12-09-2016),Micterio (02-12-2017),Mister_Darkness (12-11-2016),monojung (11-22-2016),mrandroidbr (11-20-2016),piay (02-02-2017),prikolmen (10-22-2018),Reginleifrx (06-04-2019),sampletext0000 (02-06-2019),shrykryl (12-08-2016),SIDJEY (05-27-2019),Suhkseed (06-23-2019),SweqSecone (11-13-2016),Teleporterofdeath (11-13-2016),ThousandDragon (11-11-2016),TimeZoned (12-07-2016),vexdemon99 (12-10-2016),VoidDemon (11-10-2016),wolffmiester (11-09-2016),xdgxdg123 (05-28-2017),zlyjakcza12 (11-09-2016),ZorakYj2.0 (11-09-2016),~hydeist (11-10-2016)

  3. #2
    Psychotic's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    13,825
    Reputation
    4234
    Thanks
    6,055
    /Approved

    Previous version(s) will be closed.






    Super User since 02.02.2020
    Global Moderator since 09.23.2017
    Moderator since 09.01.2016
    Minion+ since 07.22.2016

    Marketplace Minion since 06.09.2016
    Trove Minion since 06.06.2016
    Middleman since 04.21.2016
    Social Engineering Minion since 02.03.2016
    News FO Freelancer From 11.08.2015 to 07.23.2016
    News FO Head Editor From 08.23.2015 to 11.08.2015
    News FO Head Editor From 07.19.2012 to 08.11.2014
    MPGH News and News FO Founder
    Programming Minion From Unknown to 04.23.2013
    Minecraft Minion From 09.19.2012 to 04.23.2013
    Member since 05.13.2012



  4. The Following 2 Users Say Thank You to Psychotic For This Useful Post:

    Bryan (11-09-2016),mpmoi (11-10-2016)

  5. #3
    TimeZoned's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Might be a silly question but will this work if I'm doing something else on my computer and don't have trove opened? So far it's been working great with having trove opened but i was wondering about what would happen if i minimized trove or left it opened but clicked on a browser (watching a movie per say).


    Thanks for the release!


    EDIT.... Nvm.... literally just read that it hits the ctrl key lmao. Sorry
    Last edited by TimeZoned; 12-07-2016 at 10:07 PM.

  6. #4
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,400
    My Mood
    Drunk
    Quote Originally Posted by TimeZoned View Post
    Might be a silly question but will this work if I'm doing something else on my computer and don't have trove opened? So far it's been working great with having trove opened but i was wondering about what would happen if i minimized trove or left it opened but clicked on a browser (watching a movie per say).


    Thanks for the release!


    EDIT.... Nvm.... literally just read that it hits the ctrl key lmao. Sorry
    It works if trove is in background
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  7. #5
    vytasss's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Asleep
    nice i like it

  8. #6
    pifting1's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Trove is so fun with this

Similar Threads

  1. [Tutorial] Anti AFK Kick For Farming
    By Nuke in forum CrossFire Tutorials
    Replies: 2
    Last Post: 03-05-2018, 02:04 PM
  2. [Release] Anti AFK Kick Macro
    By Nuke in forum CrossFire Tutorials
    Replies: 4
    Last Post: 12-13-2017, 11:01 PM
  3. [Outdated] MpAntiAfk v1.6 : Anti Afk-Kick bot
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 10
    Last Post: 06-03-2016, 04:20 AM
  4. LF Anti AFK AKH script
    By davidx90 in forum Trove Discussions & Help
    Replies: 4
    Last Post: 09-01-2015, 08:54 AM
  5. [Release] Anti-AFK Kick v1
    By Vincent Dominguez in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 16
    Last Post: 01-30-2014, 06:49 PM