AFK Bot

Posts 115 of 20 · Page 1 of 2
AFK Bot
Anyone know any specific AFK Bots made for APB? Or some programs that will click that button for you every...I don't know...10 minutes?
What u need it for?
i think for don't disconnect , i think i can help you^^

i met a afk bot for wow:

Code:
; ----------------------------------------------------------------------------
;
; AutoIt Version:         3.2.0
; Author:                 The-Chad <chadscrib@gmail.com>
; Website:                not mentioned for avoid bann :D
; Script Function:        Anti Afk
;
; ----------------------------------------------------------------------------


HotKeySet("{F9}", "hide")
HotKeySet("{F10}", "show")
AutoItSetOption("WinTitleMatchMode", 4)
While 1
   Sleep(1000)
WEnd

Func hide()
   Global $Show = 0
   Global $handle = WinGetHandle("classname=GxWindowClassD3d")
   WinSetState($handle, "", @SW_MINIMIZE)
   WinSetState($handle, "", @SW_HIDE)
   If @error Then
      MsgBox(0, "error", "couldnt find WoW")
   Else
      While 1
         $unique = Random(1, 4, 1)
         If $unique = 1 Then
            ControlSend($handle, "", "", "{UP DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{UP UP}")
            ControlSend($handle, "", "", "{DOWN DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{DOWN UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         ElseIf $unique = 2 Then
            ControlSend($handle, "", "", "{RIGHT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{RIGHT UP}")
            ControlSend($handle, "", "", "{LEFT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{LEFT UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         ElseIf $unique = 3 Then
            ControlSend($handle, "", "", "{DOWN DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{DOWN UP}")
            ControlSend($handle, "", "", "{UP DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{UP UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         ElseIf $unique = 4 Then
            ControlSend($handle, "", "", "{LEFT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{LEFT UP}")
            ControlSend($handle, "", "", "{RIGHT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{RIGHT UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         EndIf
         If $Show > 0 Then ExitLoop
      WEnd
   EndIf
EndFunc   ;==>hide

Func show()
   Global $Show = 1
   WinSetState("World of Warcraft", "", @SW_SHOW)
   WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
   WinActivate($handle, "")
EndFunc   ;==>show
this will minimize (and make the window dissappear off your taskbar) WoW when you press {F9} while its minimized it will send the {UP} then {DOWN} arrow every 3 mins (while its dissappeared off your taskbar). When you press {F10} it will make WoW appear on your taskbar then maximize it
Press F9 to go afk, and press F10 to play.

This will hide the game as you are afk

AUTHOR IS CLEAR!!!

you can use it with auto it for apb too I THINK

or try ACtool, Workspace Macro or ZoneAlarm ^^

i hope not get banned for sharing this >.< no stealing
Quote Originally Posted by genma69 View Post
i think for don't disconnect , i think i can help you^^

i met a afk bot for wow:

Code:
; ----------------------------------------------------------------------------
;
; AutoIt Version:         3.2.0
; Author:                 The-Chad <chadscrib@gmail.com>
; Website:                not mentioned for avoid bann :D
; Script Function:        Anti Afk
;
; ----------------------------------------------------------------------------


HotKeySet("{F9}", "hide")
HotKeySet("{F10}", "show")
AutoItSetOption("WinTitleMatchMode", 4)
While 1
   Sleep(1000)
WEnd

Func hide()
   Global $Show = 0
   Global $handle = WinGetHandle("classname=GxWindowClassD3d")
   WinSetState($handle, "", @SW_MINIMIZE)
   WinSetState($handle, "", @SW_HIDE)
   If @error Then
      MsgBox(0, "error", "couldnt find WoW")
   Else
      While 1
         $unique = Random(1, 4, 1)
         If $unique = 1 Then
            ControlSend($handle, "", "", "{UP DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{UP UP}")
            ControlSend($handle, "", "", "{DOWN DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{DOWN UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         ElseIf $unique = 2 Then
            ControlSend($handle, "", "", "{RIGHT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{RIGHT UP}")
            ControlSend($handle, "", "", "{LEFT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{LEFT UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         ElseIf $unique = 3 Then
            ControlSend($handle, "", "", "{DOWN DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{DOWN UP}")
            ControlSend($handle, "", "", "{UP DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{UP UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         ElseIf $unique = 4 Then
            ControlSend($handle, "", "", "{LEFT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{LEFT UP}")
            ControlSend($handle, "", "", "{RIGHT DOWN}")
            Sleep(100 + Random(1, 50, 1))
            ControlSend($handle, "", "", "{RIGHT UP}")
            Sleep(200000 + Random(5000, 15000, 1))
         EndIf
         If $Show > 0 Then ExitLoop
      WEnd
   EndIf
EndFunc   ;==>hide

Func show()
   Global $Show = 1
   WinSetState("World of Warcraft", "", @SW_SHOW)
   WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
   WinActivate($handle, "")
EndFunc   ;==>show
this will minimize (and make the window dissappear off your taskbar) WoW when you press {F9} while its minimized it will send the {UP} then {DOWN} arrow every 3 mins (while its dissappeared off your taskbar). When you press {F10} it will make WoW appear on your taskbar then maximize it
Press F9 to go afk, and press F10 to play.

This will hide the game as you are afk

AUTHOR IS CLEAR!!!

you can use it with auto it for apb too I THINK

or try ACtool, Workspace Macro or ZoneAlarm ^^

i hope not get banned for sharing this >.< no stealing
if u made it urself no u will not get banned, if u copy pasted it from somewhere else u have to give cred or maybe ban.
you're right , that is why i put the open source code mentioning the real authtor U_U, i prefer using the other software anyway (putting the code is a clear way to do something U_U)
Actually, I'm in luck, I don't need any programs since I have a Logitech G series keyboard. Which has 18 buttons that I can put macros on.
so the question is useless -_-
омг а тут ваще русские сидят?
Quote Originally Posted by kristalol View Post
омг а тут ваще русские сидят?
OMG and now finally can sit Russian? pls english cuz google translate sux >.<
Quote Originally Posted by genma69 View Post
OMG and now finally can sit Russian? pls english cuz google translate sux >.<
xDDDDDDD Yeah it does translate in English damn funny
He did say: Omg is there a Russians around here :P

And yah ... I'm Russian.
ahahahah , i imagined that shitty google mistaked XD
he needs it so he can hack and not get disconnected
Quote Originally Posted by timbits49 View Post
he needs it so he can hack and not get disconnected
я русский
Quote Originally Posted by BJIADO4KA View Post
я русский
where da bombz.

Also, i think the best way to do this, is just use a program like tasker, and record it to move your mouse
I already figured it out. Its not really worth it unless you plan on leaving your char for 8 hours
Posts 115 of 20 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?