Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  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 MpAntiAfk v1.8 : 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%
    		ControlSend, , {LCtrl}, % "ahk_id" l%a_index%
    	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
    
    v1.8 (160b):
    It's getting harder to get smaller


    There are the virus scans :
    https://virusscan.jotti.org/en-US/fi...job/nusf21bx4v
    https://www.virustotal.com/en/file/a...is/1479320909/

    NOTE : Old thread can be closed
    <b>Downloadable Files</b> Downloadable Files
    ~~~~~~~~~~
    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 80 Users Say Thank You to mpmoi For This Useful Post:

    1996HACKERMAN1996 (02-06-2017),4123561236312612 (01-05-2023),Amin1212 (07-16-2017),anti V (06-11-2017),Arthuis (11-22-2016),AtomicBober (2 Weeks Ago),benboobam (12-11-2018),brightdan (07-18-2017),cheggev (02-05-2017),chouslou (07-03-2017),Conmana (06-23-2020),cptdreams (12-03-2016),CraftUrToeMC (09-10-2017),CrystalxD (03-31-2019),darien6342 (11-19-2016),Diabeticx (01-31-2017),dipchips (02-24-2017),dktkcham (07-13-2017),Dosk (02-01-2017),Emre Akyildiz (12-15-2016),ErManciuz (06-14-2017),ger (02-28-2018),gpasit (12-12-2016),hanhanip (01-21-2017),Hex228313 (11-11-2023),hoangmappro1470 (12-15-2016),inspecter51 (12-03-2016),Janjaum (12-12-2016),JasonMaruuuz (03-24-2018),johnny0523 (12-09-2016),jokerscare (02-07-2018),Joshyswag (07-12-2017),kevinsta (12-07-2016),Kirilove (12-06-2016),linmijyu (09-10-2017),Lou Dumont (11-18-2016),Lythed (07-26-2017),Magyar2002 (03-03-2019),marcell neebs (12-14-2016),Mehl7 (02-12-2017),Micterio (02-01-2017),Mikec99 (12-22-2016),ming1994317 (08-20-2020),mondeee (12-06-2016),monojung (11-21-2016),mrandroidbr (11-17-2016),MrCreeper7801 (08-02-2018),mrslvx (02-05-2017),nagenick (11-20-2016),Nozila7 (11-20-2016),Phoeenix (08-20-2022),polozy999 (11-17-2023),pstk506 (11-21-2018),rambey (02-01-2017),rayaan (11-22-2016),Razilion (06-10-2018),Reginleifrx (04-16-2020),romancejr (12-06-2016),rudy3106 (02-12-2017),salutcmoioupas (12-06-2016),se8509 (02-16-2017),shadowlink98 (11-22-2016),SkyDoze (02-01-2017),sodapa2na (02-01-2017),SoldersDX (03-25-2022),suiseiseki1 (01-31-2017),susanoo11251125 (11-22-2016),SweqSecone (01-31-2017),syprion (11-26-2016),TakeosOfficiel (02-22-2021),Tax0301 (03-29-2022),Teleporterofdeath (11-17-2016),thesunofme (03-01-2017),THE_CREATOR (12-17-2016),ThousandDragon (11-18-2016),UnderFear (06-15-2019),xKif_AE (02-03-2017),xx1987 (11-18-2016),ygroig (06-04-2017),zeldor711 (12-21-2017)

  3. #2
    Raple's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10,149
    Reputation
    3856
    Thanks
    9,494
    Approved .

  4. The Following User Says Thank You to Raple For This Useful Post:

    mpmoi (11-16-2016)

  5. #3
    batuhan7313's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    v1.8 (160b):
    It's getting harder to get smaller

    What is this mean ?

  6. #4
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by batuhan7313 View Post
    v1.8 (160b):
    It's getting harder to get smaller

    What is this mean ?
    Was a joke about the file being smaller and smaller
    ~~~~~~~~~~
    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
    pvpsuite's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    A small suggestion, do the time random (e.g. every 5 to 9 minutes) and the key random (e.g. W or S or D or A or B) so the script won't be detected in any possible pattern detection.

  8. #6
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by pvpsuite View Post
    A small suggestion, do the time random (e.g. every 5 to 9 minutes) and the key random (e.g. W or S or D or A or B) so the script won't be detected in any possible pattern detection.
    That could be done easily but this script is meant to be as light as possible.
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  9. #7
    pvpsuite's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by mpmoi View Post
    That could be done easily but this script is meant to be as light as possible.
    Adding a bit more functionality to prevent bans won't hurt performance or anything, and to be honest nobody cares about file size difference in such amounts. :P

    Anyway I won't go into an argument, just gave my 2c, good job anyhow.
    Last edited by pvpsuite; 11-18-2016 at 03:24 AM.

  10. #8
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by pvpsuite View Post
    Adding a bit more functionality to prevent bans won't hurt performance or anything, and to be honest nobody cares about file size difference in such amounts. :P

    Anyway I won't go into an argument, just gave my 2c, good job anyhow.
    Actually they won't be banning such an anti-afk script! Give me 30s and I make the script you are asking

    - - - Updated - - -

    And the why I didn't made it press WASD or sth else : if you are playing it will stop your movement or disturb it at lease so it is really annoying. And this is keyboard-dependant (AZERTY/QWERTY)

    - - - Updated - - -

    Code:
    Loop{
    	WinGet, l, list, ahk_exe Trove.exe
    	Loop %l%
    		Random, k, 1, 5
    			if (k=1)
    				ControlSend, , w, % "ahk_id" l%a_index%
    			else if (k=2)
    				ControlSend, , a, % "ahk_id" l%a_index%
    			else if (k=3)
    				ControlSend, , s, % "ahk_id" l%a_index%
    			else if (k=4)
    				ControlSend, , d, % "ahk_id" l%a_index%
    			else
    				ControlSend, , b, % "ahk_id" l%a_index%
    	Random, t, 300000, 540000
    	Sleep, %t%
    }
    Numpad0::
    	ExitApp
    Here's the code you asked for ! Enjoy
    Last edited by mpmoi; 11-18-2016 at 04:28 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
    ~~~~~~~~~~

  11. #9
    pvpsuite's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    thank you for taking the time

  12. #10
    batuhan7313's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    bro sometimes this script closing himself and my charachters disconnecting for inactivty how I can fix it ? Im using 8 charachter at a time

  13. #11
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by batuhan7313 View Post
    bro sometimes this script closing himself and my charachters disconnecting for inactivty how I can fix it ? Im using 8 charachter at a time
    Because you press Numpad0 ?
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  14. #12
    batuhan7313's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    no Im not pressing that I don't looking game too sometimes its closing himself I dont understand why still sometimes when character dies or some charachters disconnecot progrem closing himself after that activitys or sometimes just closing with no reason

    - - - Updated - - -

    closed when logging in with different charachter too have a problem about logging in or loggin out ?

  15. #13
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by batuhan7313 View Post
    no Im not pressing that I don't looking game too sometimes its closing himself I dont understand why still sometimes when character dies or some charachters disconnecot progrem closing himself after that activitys or sometimes just closing with no reason

    - - - Updated - - -

    closed when logging in with different charachter too have a problem about logging in or loggin out ?
    Nothing about this. it should not close itself
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  16. #14
    batuhan7313's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    :/ Its closing him self when Im afk farming pinatas its a too huge problem for me but thanks for sharing that still ^^

    - - - Updated - - -

    uh I feel like a idiot :P Im pressing numpad 0 when Im placing something to marketplace and ıts closing program

  17. #15
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Quote Originally Posted by batuhan7313 View Post
    :/ Its closing him self when Im afk farming pinatas its a too huge problem for me but thanks for sharing that still ^^

    - - - Updated - - -

    uh I feel like a idiot :P Im pressing numpad 0 when Im placing something to marketplace and ıts closing program
    Told you
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

Page 1 of 3 123 LastLast

Similar Threads

  1. [Release] MpAntiAfk v1.7 : Anti Afk-Kick script
    By mpmoi in forum Trove Hacks & Cheats
    Replies: 5
    Last Post: 03-26-2019, 08:18 AM
  2. [Tutorial] Anti AFK Kick For Farming
    By Nuke in forum CrossFire Tutorials
    Replies: 2
    Last Post: 03-05-2018, 02:04 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