Results 1 to 11 of 11
  1. #1
    x21x223's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Red face AFK Kick canceler

    Hi there, im looking for afk kick canceler while im in alt+tab normally i can use fishing bot but in geode topside its not possible... can someone help me pls thanks.

  2. #2
    Tisako's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    30
    My Mood
    Aggressive
    Well, I have ... you can just stand as long as you like (without moving) and you will never kick.

  3. #3
    x21x223's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Thumbs up

    Quote Originally Posted by Tisako View Post
    Well, I have ... you can just stand as long as you like (without moving) and you will never kick.
    thanks for being idiot, world need you guys too.

  4. #4
    Tisako's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    30
    My Mood
    Aggressive
    Quote Originally Posted by x21x223 View Post
    thanks for being idiot, world need you guys too.
    Well, since I'm an idiot, I won’t give it to you)

  5. #5
    Kurama<3's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    6
    My Mood
    Dead
    Quote Originally Posted by x21x223 View Post
    Hi there, im looking for afk kick canceler while im in alt+tab normally i can use fishing bot but in geode topside its not possible... can someone help me pls thanks.
    Simple solution: get ahk, and loop pressing something like CTRL which doesnt move you ingame or similar every few mins.

  6. #6
    Tisako's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    30
    My Mood
    Aggressive
    Quote Originally Posted by Kurama<3 View Post
    Simple solution: get ahk, and loop pressing something like CTRL which doesnt move you ingame or similar every few mins.
    AFK in the game is the client part, so it can be completely "cut" out of the game. Runs on ticks.

  7. #7
    x21x223's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Kurama<3 View Post
    Simple solution: get ahk, and loop pressing something like CTRL which doesnt move you ingame or similar every few mins.
    #SingleInstance,Force
    #MaxThreadsPerHotkey 2
    var = 0
    return ; end of autoexecute section

    INS::
    var := !var
    Loop
    {
    if !var
    break
    Send, {Space}
    Sleep, 30000
    }
    return

    somehow i gathered this , how i can make it work only at game :/

  8. #8
    Kurama<3's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    6
    My Mood
    Dead
    Quote Originally Posted by x21x223 View Post
    #SingleInstance,Force
    #MaxThreadsPerHotkey 2
    var = 0
    return ; end of autoexecute section

    INS::
    var := !var
    Loop
    {
    if !var
    break
    Send, {Space}
    Sleep, 30000
    }
    return

    somehow i gathered this , how i can make it work only at game :/
    take a look at controlsend

    - - - Updated - - -

    Quote Originally Posted by Tisako View Post
    AFK in the game is the client part, so it can be completely "cut" out of the game. Runs on ticks.
    ik that it can be cut out, ive seen people here do that but thats stuff i dont know much about and the solution i gave doesnt require as much knowledge

  9. #9
    jasonpoop's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    12
    There is a code posted here somewhere. You can search for it.

  10. #10
    bobdylanfrank's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    10
    Download ahk and paste this code:
    wintitle = Trove
    SetTitleMatchMode, 2

    IfWinExist %wintitle%
    {
    loop
    {
    Random, num, 5000, 9000
    Controlsend,,{e}, %wintitle%
    sleep, %num%
    }
    }
    Return

    I use it to auto start the e button to reset boss in st with alt. And I use another copy on main to prevent afk timer.

  11. #11
    3JIOU_KOTE's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    566
    My Mood
    Brooding
    Quote Originally Posted by 3JIOU_KOTE View Post
    55 8B EC 8B 4D 08 8B 41 04 85 C0 74 25 81 B8 48 04 00 00 90 01 00 00

    Anti afk pattern.
    Just replace first conditional jump to non conditional and enjoy afking more than 20 minutes.
    //////////////2short

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. Any way to bypass afk kick
    By vascoqs in forum Grand Theft Auto 5 (GTA V) Discussions
    Replies: 8
    Last Post: 04-25-2015, 02:08 PM
  4. [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
  5. AFK Kicking[SOLVED]
    By mullerrice in forum CrossFire Help
    Replies: 15
    Last Post: 08-18-2010, 12:56 PM