The Edge of Nowhere Forum Index
The Edge of Nowhere
Return of the Jedi
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Home | Forums | IRC | BHFiles

[Bot] Perfect Afk Bot
Goto page 1, 2, 3 ... 12, 13, 14  Next
 
Post new topic   This topic is locked: you cannot edit posts or make replies.    The Edge of Nowhere Forum Index -> WoW Bots, Programs and Exploits
Author Message
the-chad
User
User


Joined: 19 Sep 2004
My Posts
Location: www.the-chad.com
PostPosted: Tue Feb 14, 2006 7:45 pm    Post subject: [Bot] Perfect Afk Bot Reply with quote

WoW Version: All WoW versions

Download
[Official Perfect AFK Bot Thread]

Details: 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. (So this will make your comp faster if you need to do a report or just wana look sumthin up )

AutoIt 3.X
Code:

; ----------------------------------------------------------------------------
;
; AutoIt Version:         3.2.0
; Author:                 The-Chad <chadscrib@gmail.com>
; Website:                OnlineGameHacker <www.OnlineGameHacker.com>
; 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



Press F9 to go afk, and press F10 to play.

This will hide the game as you are afk

I combined some scipts and scraps that were posted here.


Last edited by the-chad on Tue Jan 29, 2008 2:14 pm; edited 12 times in total
Back to top
high
User
User


Joined: 12 Dec 2004
My Posts
Location: NIGGERVILLE
PostPosted: Tue Feb 14, 2006 8:00 pm    Post subject: Reply with quote

Mine is better as it's undetectable and injected.
Back to top
the-chad
User
User


Joined: 19 Sep 2004
My Posts
Location: www.the-chad.com
PostPosted: Tue Feb 14, 2006 8:04 pm    Post subject: Reply with quote

doesnt Injection make it make detectable?
Back to top
0_00_0
Banned
Banned


Joined: 02 Feb 2006
My Posts

PostPosted: Tue Feb 14, 2006 8:14 pm    Post subject: Reply with quote

dude, why use injection when it isnt necessary? i see you got lots of it from my post
Back to top
the-chad
User
User


Joined: 19 Sep 2004
My Posts
Location: www.the-chad.com
PostPosted: Tue Feb 14, 2006 8:46 pm    Post subject: Reply with quote

0_00_0 wrote:
dude, why use injection when it isnt necessary? i see you got lots of it from my post


Yea i was trying to do it with just the "World of Warcraft" title but it wasnt working... so i gave up and used yours
Back to top
Aciid Tr0jAn
User
User


Joined: 29 Jan 2006
My Posts

PostPosted: Wed Feb 22, 2006 4:35 pm    Post subject: Reply with quote

Sweet, trying this right now. GG AV
Back to top
0_00_0
Banned
Banned


Joined: 02 Feb 2006
My Posts

PostPosted: Wed Feb 22, 2006 4:40 pm    Post subject: Reply with quote

i think our next step here is to make it qeue up for BGs when its doing this. xD
Back to top
endscore
Retired Mod
Retired Mod


Joined: 30 May 2003
My Posts

PostPosted: Wed Feb 22, 2006 7:02 pm    Post subject: Reply with quote

I think injection makes it more detectable. If you wanna be paranoid you can always use a process guard/hider.
Back to top
Aciid Tr0jAn
User
User


Joined: 29 Jan 2006
My Posts

PostPosted: Wed Feb 22, 2006 7:24 pm    Post subject: Reply with quote

This bot fucking rocks!! GREAT JOB! chad, good job seriously lol.. I left for about 2 hours after i was in AV, and used this and i come back, AV was over and i was still in game, and we won so i got around 2k+ rep, and we won so i got marks
Back to top
alienbob113
User
User


Joined: 04 Dec 2003
My Posts

PostPosted: Wed Feb 22, 2006 8:33 pm    Post subject: Reply with quote

along with a addin for titanbar, this is the shit. Theres a addin for titan that makes you autojoin a bg once its up, so all i have to do in the mornings is queue up and turn on this bot, i dont have to wait for the queue to end great job
Back to top
the-chad
User
User


Joined: 19 Sep 2004
My Posts
Location: www.the-chad.com
PostPosted: Wed Feb 22, 2006 9:07 pm    Post subject: Reply with quote

alienbob113 wrote:
along with a addin for titanbar, this is the shit. Theres a addin for titan that makes you autojoin a bg once its up, so all i have to do in the mornings is queue up and turn on this bot, i dont have to wait for the queue to end great job


lol omg.. that would of made my job soo much more easy.

I made an autoit bot that joins BG's accepts party invites and actually runs out and battles lol. its bootleg, but it rules out the thought that im botting and makes them think i just suck.
Back to top
alienbob113
User
User


Joined: 04 Dec 2003
My Posts

PostPosted: Thu Feb 23, 2006 6:20 pm    Post subject: Reply with quote

http://www.curse-gaming.com/mod.php?addid=2530

i believe the newest version there is the one that works w/ 1.9.4, but i could be wrong. if you dont have titanbar get it cause that saves so much time
Back to top
savagehunter
User
User


Joined: 28 Feb 2006
My Posts

PostPosted: Thu Mar 02, 2006 10:42 pm    Post subject: Reply with quote

how do I use the code he posted as an afk bot?
Back to top
Tom-the-Great-2
Retired Mod
Retired Mod


Joined: 16 Feb 2003
My Posts
Location: B.C., Canada
PostPosted: Thu Mar 02, 2006 10:54 pm    Post subject: Reply with quote

savagehunter wrote:
how do I use the code he posted as an afk bot?


you need to download auto-it and save that script as a file with a .au3 extension and then you can compile it to run as a program.

check out the site for more info:
http://www.autoitscript.com/autoit3/
Back to top
savagehunter
User
User


Joined: 28 Feb 2006
My Posts

PostPosted: Thu Mar 02, 2006 11:02 pm    Post subject: auto-it Reply with quote

ok I downloaded auto-it, now what, do I open word paste that info in it then save it as an au3 or what?
Back to top
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    The Edge of Nowhere Forum Index -> WoW Bots, Programs and Exploits All times are GMT - 5 Hours
Goto page 1, 2, 3 ... 12, 13, 14  Next
Page 1 of 14

 


Donations this month: $120
Server cost this month: $120
Surplus Donations: $243 (2 months)

Donators this month: BenOwns, m3flow, crazyguy2005, TriiT, mbundy, pcgamer4life, parajumper, HEMULI, Alister, fallore, ZepherX, iLikeDixLOL, dsa, fobic, wootie, fbu, KaRdOoShI, youngstar2, ByTeMe, jj!, zonic, cruciform, Ninjai, Dr.Duck



Spelling by SpellingCow.

blueGray theme by Nuttzy     One of the largest message boards on the web !


membersemails