Results 1 to 7 of 7
  1. #1
    nazgulvshelios's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Trove simple anti-afk.

    hi, this is first thing i wrote. it just clicks m for map every 80 sec. just copy this into new AHK file, u can get AHK(auto hot key) on google
    this work on multiple instances, and even if minimized.
    Risks: will also click m for other games, but not word or web searching.
    Disclaimer: i am not responsible for any ban u might get, although chances are small.

    Code:

    #Persistent
    SetTimer, noafk, 80000
    return

    noafk:
    WinGet, winList, List, ahk_class SDL_app
    Loop % winList
    ControlSend,, {m},% "ahk_id " winList%a_index%
    return

  2. #2
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    49
    Why not get trove window? This will remove the "risk".
    Why not click ctrl or shift? This will eliminate the interruption of playing the game while the script runs.
    Why not 15 minutes? This will use MUCH less resources and allow your PC to run with less interruptions.

  3. #3
    nazgulvshelios's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    becouse i dont know how to do it

  4. #4
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    49
    Quote Originally Posted by nazgulvshelios View Post
    becouse i dont know how to do it
    So how about you take these advice, implement them and learn?

  5. #5
    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 doodelzzz View Post
    Why not get trove window? This will remove the "risk".
    Why not click ctrl or shift? This will eliminate the interruption of playing the game while the script runs.
    Why not 15 minutes? This will use MUCH less resources and allow your PC to run with less interruptions.
    Check here : https://www.mpgh.net/forum/showthread.php?t=1192424
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  6. #6
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    49
    Quote Originally Posted by mpmoi View Post
    I'm using yours ever since I started trove, and relied on your scripts to make some of my own lol. Trying to give some pointers to someone who is new in the field though.

  7. #7
    nazgulvshelios's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    if u can adjust it i would be relly happy, u see i lear from exsamples much beter.

Similar Threads

  1. [Release] GTA V Simple Auto Pilot (Anti AFK with built in timer)
    By swwrgaersghaedrgedrgherdhg in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 41
    Last Post: 11-24-2019, 11:42 AM
  2. [Release] Trove Anti-AFK
    By Akolon13 in forum Trove Hacks & Cheats
    Replies: 4
    Last Post: 06-14-2017, 02:57 AM
  3. A very simple anti ban idea (client sided)
    By eRHGAERhaerh in forum Combat Arms EU Discussions
    Replies: 16
    Last Post: 06-24-2010, 10:32 PM
  4. Need Mouse Mover or Anti-afk program (XP)
    By AlexApeilh in forum CrossFire Discussions
    Replies: 4
    Last Post: 05-06-2010, 02:35 PM
  5. [Request] Anti AFK Hack For WarRock
    By oriav18 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 03-16-2010, 02:00 PM