Thread: AFK Bot

Page 1 of 6 123 ... LastLast
Results 1 to 15 of 79
  1. #1
    Loveless's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Sleepy

    AFK Bot

    Its a simple AHK script, will not be bannable till PB desides macros to be bannable.

    Code:
    #NoEnv 
    SendMode Input
    SetWorkingDir %A_ScriptDir%
    
    Loop
    {
    Sleep 10000
    Send k
    Send b
    Send {Enter}
    Sleep 1000
    Send /abandonmission{Enter}
    Sleep 9000
    Send w
    }

  2. #2
    loped13's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    in earth
    Posts
    50
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    what does it do ?

  3. #3
    halo344's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    USA
    Posts
    30
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    They made macro's bannable because of this (i found about 8 guys using this macro or something similar)
    i mean why would you want to do this, just play the game when you have time.


    But thanks for sharing it i guess...

  4. #4
    Striker99's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    1
    Maybe add /unstick to keep you respawning in new places. Looks a bit more legit and kinda seems like you actually are dying.

  5. The Following User Says Thank You to Striker99 For This Useful Post:

    Domce (08-27-2011)

  6. #5
    Margherita's Avatar
    Join Date
    Jan 2011
    Gender
    female
    Posts
    11,299
    Reputation
    783
    Thanks
    1,287
    My Mood
    Bashful
    This is still a working code for anyone that wants to make a small hack.

    This is bannable though, so be cautious if anyone releases.

    /bumped
    PM Me | VM Me | Rules

    MARGHERITA

  7. #6
    You do not feel comfortable sailer or at home
    MPGH Member
    sn1p3ro12's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,104
    Reputation
    10
    Thanks
    198
    yeap it's bannable...so carefull and use it with your own risk!
     


    DONT FORGET TO THANK ME

  8. #7
    ernest95's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    what does it do ?

  9. #8
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    This is an AFK Bot

    AFK bots let you walk away from the computer, and not let your in game character become "AFK".

    While the bot is running, it will automatically start missions and look for backup, or auto join missions if you are called in as backup. This lets you farm Standing and money.

  10. #9
    kyosukedei's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    yes like mentioned above is very easy to get banned for using this. There are actually advance afk scripts none which I know however.

    I suggest if you use this (if you even know how) to use it on a test account.

  11. #10
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    I might try this,But is too detectable

  12. #11
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Explain your definition of detectable.

    PB won't detect you unless your extremely unlucky, or your using an x86 operating system.

    People however will report you and you WILL get banned for using an afk bot.

  13. #12
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Use this source and advance it. Make it type messages something in district, random little things. Maybe like "noobs!" or some shit so you can prove you were not away but just choosing not to play in missions.

    It's a simple addon to prevent such occasions. Even go more advanced and have a list of sayings that it randomizes and picks every X amount of seconds.

  14. #13
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Quote Originally Posted by Kyron View Post
    Use this source and advance it. Make it type messages something in district, random little things. Maybe like "noobs!" or some shit so you can prove you were not away but just choosing not to play in missions.

    It's a simple addon to prevent such occasions. Even go more advanced and have a list of sayings that it randomizes and picks every X amount of seconds.
    Done :P

    https://www.autoitscrip*****m/site/autoit/downloads/
    Use autoit to compile this source code.

    Code:
    #RequireAdmin
    #include <file.au3>
    
    #Region ;Script Settings
    Global $PhrasesFile = "Phrases.txt"
    ;File that holds your phrases.
    
    Global $Sleep1 = 5
    Global $Sleep2 = 15
    ;Controls first sleep timer, with the timer being a random number from Sleep1 to Sleep2, in seconds
    
    Global $Sleep3 = 0
    Global $Sleep4 = 10
    ;Controls second sleep timer, with the timer being a random number from Sleep3 to Sleep4, in seconds
    
    Global $Sleep5 = 5
    Global $Sleep6 = 15
    ;Controls third sleep timer, with the timer being a random number from Sleep5 to Sleep6, in seconds
    
    Global $RandomAddition1 = 1
    Global $RandomAddition2 = 3
    ;Controls the adder that adds to the "ForceRandomPhrase" variable
    
    Global $TriggerNumber = 6
    ;When the adder makes the "ForceRandomPhrase" variable greater than this number, a random phrase is typed in game.
    #EndRegion ;Script Settings
    
    #Region ;Main
    Global $ForceRandomPhrase
    
    Global $Paused
    Global $Phrases[1]
    
    _FileReadToArray($PhrasesFile, $Phrases)
    
    HotkeySet("`", "_TogglePause")
    
    _TogglePause()
    
    While 1
    	Sleep(Number(Random($Sleep1, $Sleep2, 1) * 1000))
    
    	Send("k")
    	Send("b")
    	Sleep(Number(Random($Sleep3, $Sleep4, 1) * 1000))
    	Send("{Enter}/abandonmission{Enter}")
    	Sleep(Number(Random($Sleep5, $Sleep6, 1) * 1000))
    
    	Switch Number(Random(1, 4, 1))
    	Case 1
    		Send("w")
    	Case 2
    		Send("a")
    	Case 3
    		Send("s")
    	Case 4
    		Send("d")
    	EndSwitch
    	_RandomPhrase()
    WEnd
    #EndRegion ;Main
    
    #Region ;Functions
    Func _RandomPhrase()
    	$ForceRandomPhrase += Number(Random($RandomAddition1, $RandomAddition2))
    	If $ForceRandomPhrase > Number($TriggerNumber) Then
    		Send("{Enter}/d " & $Phrases[Random(1, $Phrases[0], 1)] & "{Enter}")
    		$ForceRandomPhrase = 0
    	EndIf
    EndFunc   ;==>_RandomPhrase
    
    Func _TogglePause()
    	$Paused = Not $Paused
    	While $Paused
    		Sleep(100)
    		ToolTip('AFK Bot is paused', 0, 0)
    	WEnd
    	ToolTip("")
    EndFunc   ;==>_TogglePause
    #EndRegion ;Functions

    Input "Random Phrases" in a text file named "Phrases.txt" and place it in the same folder as the script.

    `(tilde key) to pause

    Bot performs the following in order:

    Waits 5 to 15 seconds at random
    presses k (ready button)
    presses b (Backup button)
    waits 0 to 10 seconds at random
    hits enter (open chat), types /abandonmission, hits enter (send command)
    waits 5 to 15 seconds
    moves in a random direction (W,A,S,D keys)

    Spits out a random phrase, dictated as follows:
    "Force Random Phrase" Variable + Random Number from 1-3
    If "Force Random Phrase" variable is greater than 6 (20 to 240 seconds) then type random phrase from file and "Force Random Phrase" variable reset to 0


    The script timers and trigger value can be changed by editing the variables in the "Script Settings" region.

    Note: This will not bypass the "GET PREMIUM NOW" popup. Ill work on that later.
    Last edited by RAWR(:; 09-08-2011 at 06:50 PM.

  15. #14
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Too much skills bro. I need to catch up. Also you should probably make an individual thread for this pwncode.

  16. #15
    ilikey00's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    ^

    listen to him hes smart, i actually did this on my macro and managed not to get banned. the results were amazing when left over night haha. i dethreated a bit but at the same time i ranked up pretty quick.

Page 1 of 6 123 ... LastLast

Similar Threads

  1. Afk Bot Are Stupid
    By tw24fr in forum Combat Arms Hacks & Cheats
    Replies: 26
    Last Post: 07-22-2009, 10:13 PM
  2. EPICPACMAN's {ULTIMATE AFK BOT}
    By EpicPacMan in forum Combat Arms Hacks & Cheats
    Replies: 37
    Last Post: 07-20-2009, 01:53 AM
  3. EpicPacMan's CA AFK BOT {BETA} 2nd RELEASE!
    By EpicPacMan in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 07-04-2009, 01:28 PM
  4. EpicPacMan's CA AFK BOT {BETA}
    By EpicPacMan in forum Combat Arms Hacks & Cheats
    Replies: 51
    Last Post: 07-03-2009, 05:02 AM
  5. [First Post] CA afk bot!
    By EpicPacMan in forum Combat Arms Hacks & Cheats
    Replies: 57
    Last Post: 07-01-2009, 02:59 AM