Results 1 to 12 of 12
  1. #1
    fluffy10's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed

    AFK Invader Farming for multiple accounts.

    This is just somthing I made with Auto Hot key (AHK) it allows you to afk with multiple accounts without worrying about them being disconected.
    You will need to get Auto Hot Key to use this.
    ///////IMPORTANT///////
    (PRESS F8 to activate/deactivate the script)
    For these parts of code:
    send, {TAB}
    sleep 100
    you must put them for the amount of programs you have open -1.
    EX: say you have 2 accounts and the glyph launcher open that adds to 3 programs open, you then have to subtract 1 part of the code.
    EX. part of the code should look like this
    send, {TAB}
    sleep 100
    send, {TAB}
    sleep 100
    you got 2 of the tab and wait time between holding and releasing the alt key to switch between programs, this makes sure that all your programs (excluding the desktop) end up in the switching of programs.
    ///////^^^^^^^///////
    Code for AHK below
     

    toggle = 0
    #MaxThreadsPerHotkey 2

    F8::
    Toggle := !Toggle
    While Toggle{
    send, {LALT down}
    sleep 100
    send, {TAB}
    sleep 100
    send, {TAB}
    sleep 100
    send, {LALT up}
    sleep 100
    send {space}
    sleep 10000
    }
    return


    I am not good at explaining things. hopefully you can understand of what i'm saying ;p

    How It Works: When the script is running it holds down the left alt key and presses tab to switch to a different program then presses space to jump (thus resetting the amount of time before disconnect due to afk) then waits 10 seconds before doing it over again.
    Last edited by fluffy10; 12-17-2016 at 05:09 PM. Reason: Adding extra details

  2. #2
    allahbenim's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    for what is this ?

  3. #3
    mrora's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    This is a terrible way of doing it. There needs to be a random-factor in it, otherwise you can count on your accounts being banned fairly quickly, as the way you coded it is very easy for any of the Game Admins to catch when they're monitoring.

    Here's an edited version I made, of mpmoi's AntiAFK script, that sends keypresses at random intervals, instead of at fixed intervals:
     
    Random, rand, 300000, 500000

    SetTimer, A, %rand%
    return
    A:
    WinGet, l, list, ahk_exe Trove.exe
    Loop %l%
    ControlSend, , {LCtrl}, % "ahk_id" l%a_index%
    return
    Numpad0::
    ExitApp

  4. #4
    fluffy10's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    thanks for the tip

  5. #5
    Gamzi's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    MI, Farmington Hills
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Blah
    I feel this isn't really needed, as you could just put accounts on Bounce pads or mag rider tracks and they wouldn't get disconnected

  6. #6
    mpmoi's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Here there
    Posts
    788
    Reputation
    26
    Thanks
    4,401
    My Mood
    Drunk
    Pretty sure they get disconnected on magriders now
    ~~~~~~~~~~
    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. #7
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    49
    Quote Originally Posted by Gamzi View Post
    I feel this isn't really needed, as you could just put accounts on Bounce pads or mag rider tracks and they wouldn't get disconnected
    Mags do disconnect, not sure about bounce pads though.

  8. #8
    Gamzi's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    MI, Farmington Hills
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Blah
    When I posted that I was already AFKING on a Mag Rider. Must be a longer period before you get disconnected then.

  9. #9
    medbearg's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    132
    what if i dont have f8 key?

  10. #10
    eRSGW$RYGW$RYHGHrh's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    In a big apartment
    Posts
    133
    Reputation
    10
    Thanks
    7
    My Mood
    Flirty
    It doesn't work for me :/

  11. #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 CubiBread View Post
    It doesn't work for me :/
    You should use another anti-afk kick script. There is one in my description and an other on cheat engine !
    ~~~~~~~~~~
    Vouch thread
    ~~~~~~~~~~
    Trove scripts :
    Anti afk kick ~ Fishing bot ~ Bombing bot ~ Items picking
    ~~~~~~~~~~
    Trove cheats & tools:
    Fishing pointer ~ Speedhack
    ~~~~~~~~~~
    Trove tutorials :
    Find fishing pointer
    ~~~~~~~~~~

  12. #12
    eRSGW$RYGW$RYHGHrh's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    In a big apartment
    Posts
    133
    Reputation
    10
    Thanks
    7
    My Mood
    Flirty
    Alright I'll do

Similar Threads

  1. >Farm my Crossfire Account for ZP!
    By FabyVip in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 11-29-2009, 06:41 AM
  2. trading Farming for accounts.
    By Vectorzz™ in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 11-20-2009, 11:50 AM