Thread: Anti afk script

Results 1 to 5 of 5
  1. #1
    awabaskri's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Location
    mars
    Posts
    57
    Reputation
    10
    Thanks
    1,138
    My Mood
    Buzzed

    Anti afk script

    Does anyone know a good anti afk script that works with dirty bomb because i can just earn credits by leaving my pc on at night for example and getting around 30 to 50k credits
    When i was younger, my fairy god mother asked me whether I want a long penis or a long memory.....................I forget my response.




  2. #2
    johntheawe2's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    37
    Yeah, I was thinking of doing that too. I'm gonna try making an AHK script that just moves the player around, but if the team were to kick you, game over :P. If you decide to make an AHK script, don't run it overnight, just watch netflix while it runs on your other monitor, etc.

    - - - Updated - - -

    SOmething I made in like 5 minutes:

    Code:
    #SingleInstance,Force
    #MaxThreadsPerHotkey 2
    var = 0
    return ; end of autoexecute section
    
    INS::
    var := !var
    Loop
    {
    if !var
    break
    Send, {W}
    Send, {A}
    Send, {S}
    Send, {D}
    Send, {Click}
    Send, {Space}
    Send, {Return}
    Send, {E}
    Send, {Q}
    Sleep, 10000
    }
    return
    - - - Updated - - -

    ^ make sure you go into the game first, spawn as skyhammer and then press insert. Boom just leave it running. I've actually been doing this for the past 30 minutes and no one kicks me, and I DID get 1 vote kick but it didn't succeed only because 1/5 people don't give a fuck. It will throw ammo and throw airstrikes every 10 seconds and move and shoot and jump. So you get XP for airstrikes and ammo throwing AND people will pick up your ammo usually too. Double win.

    - - - Updated - - -

    Be sure to mute the game if you gonna watch netflix or whatever on the same pc m8. R.I.P if you don't have 2 monitors. I'm sure you could figure something out.

    EDIT: Better version that doesn't make the player go right too much which sucks on some maps. Also, it throws more ammo. And if you want it to make you kill yourself (so you respawn at the new spawn locations for people to pick your ammo up) just aim at the ground before you activate the script.

    Code:
    #SingleInstance,Force
    #MaxThreadsPerHotkey 2
    var = 0
    return ; end of autoexecute section
    
    INS::
    var := !var
    Loop
    {
    if !var
    break
    Send, {W}
    Send, {A}
    Send, {S}
    Send, {D}
    Sleep, 1000
    Send, {Click Sleep 50}
    Send, {Space}
    Send, {Return}
    Send, {E}
    Sleep, 800
    Send, {E}
    Sleep, 800
    Send, {E}
    Sleep, 800
    Send, {E}
    Sleep, 800
    Send, {Q}
    Sleep, 10000
    }
    return
    Last edited by johntheawe2; 09-29-2015 at 01:41 PM.

  3. The Following User Says Thank You to johntheawe2 For This Useful Post:

    awabaskri (09-29-2015)

  4. #3
    zeroimortality's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    could you tell me where to put this script?/ how you go about "installing" this

  5. #4
    awabaskri's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Location
    mars
    Posts
    57
    Reputation
    10
    Thanks
    1,138
    My Mood
    Buzzed
    Quote Originally Posted by johntheawe2 View Post
    Yeah, I was thinking of doing that too. I'm gonna try making an AHK script that just moves the player around, but if the team were to kick you, game over :P. If you decide to make an AHK script, don't run it overnight, just watch netflix while it runs on your other monitor, etc.

    - - - Updated - - -

    SOmething I made in like 5 minutes:

    Code:
    #SingleInstance,Force
    #MaxThreadsPerHotkey 2
    var = 0
    return ; end of autoexecute section
    
    INS::
    var := !var
    Loop
    {
    if !var
    break
    Send, {W}
    Send, {A}
    Send, {S}
    Send, {D}
    Send, {Click}
    Send, {Space}
    Send, {Return}
    Send, {E}
    Send, {Q}
    Sleep, 10000
    }
    return
    - - - Updated - - -

    ^ make sure you go into the game first, spawn as skyhammer and then press insert. Boom just leave it running. I've actually been doing this for the past 30 minutes and no one kicks me, and I DID get 1 vote kick but it didn't succeed only because 1/5 people don't give a fuck. It will throw ammo and throw airstrikes every 10 seconds and move and shoot and jump. So you get XP for airstrikes and ammo throwing AND people will pick up your ammo usually too. Double win.

    - - - Updated - - -

    Be sure to mute the game if you gonna watch netflix or whatever on the same pc m8. R.I.P if you don't have 2 monitors. I'm sure you could figure something out.

    EDIT: Better version that doesn't make the player go right too much which sucks on some maps. Also, it throws more ammo. And if you want it to make you kill yourself (so you respawn at the new spawn locations for people to pick your ammo up) just aim at the ground before you activate the script.

    Code:
    #SingleInstance,Force
    #MaxThreadsPerHotkey 2
    var = 0
    return ; end of autoexecute section
    
    INS::
    var := !var
    Loop
    {
    if !var
    break
    Send, {W}
    Send, {A}
    Send, {S}
    Send, {D}
    Sleep, 1000
    Send, {Click Sleep 50}
    Send, {Space}
    Send, {Return}
    Send, {E}
    Sleep, 800
    Send, {E}
    Sleep, 800
    Send, {E}
    Sleep, 800
    Send, {E}
    Sleep, 800
    Send, {Q}
    Sleep, 10000
    }
    return
    Thanx i do have 2 monitors ive been looking for a good afk script for a long time you should sepratlly post this its really good
    When i was younger, my fairy god mother asked me whether I want a long penis or a long memory.....................I forget my response.




  6. #5
    johntheawe2's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    37
    Will do and thanks

Similar Threads

  1. LF Anti AFK AKH script
    By davidx90 in forum Trove Discussions & Help
    Replies: 4
    Last Post: 09-01-2015, 08:54 AM
  2. [Release] Anti AFK Working In Background Script
    By die254 in forum Trove Hacks & Cheats
    Replies: 7
    Last Post: 07-25-2015, 04:32 PM
  3. [Release] Endless Charge Anti-Afk Script
    By dirtyzerg in forum Dragon Nest Hacks & Cheats
    Replies: 58
    Last Post: 08-31-2012, 09:10 AM
  4. [Detected] Inactive Window Anti-AFK script
    By mrkiller222 in forum Dragon Nest Hacks & Cheats
    Replies: 23
    Last Post: 04-30-2012, 08:01 PM
  5. Inactive Window Anti-AFK script.
    By mrkiller222 in forum Dragon Nest Selling / Trading / Buying
    Replies: 0
    Last Post: 12-21-2011, 09:29 AM