| | Bots and Programs Botting and Hacking programs for World of Warcraft. [NO QUESTIONS HERE] |  | | 
09-27-2009
|  | Site Donator | | | Join Date: May 2009
Posts: 106
Reputation: 35 Level up: 51%, 249 Points needed |  | | | Thanks for updating <3 | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
09-27-2009
|  | Knight | | | Join Date: Jul 2008 Location: Sweeeden
Posts: 195
Reputation: 35 Level up: 58%, 211 Points needed | | | | Eh, im eu and ot ques, then when the join thingy pops, its a bit over the button, so it doesnt click join, any idea if its different between us and eu? And i cant use bg navigation on either, just ****s up then, and im using the new code | 
09-27-2009
|  | Site Donator | | | Join Date: Sep 2009
Posts: 50
Reputation: 12 Level up: 43%, 286 Points needed | | | Quote:
Originally Posted by Imbecill Eh, im eu and ot ques, then when the join thingy pops, its a bit over the button, so it doesnt click join, any idea if its different between us and eu? And i cant use bg navigation on either, just ****s up then, and im using the new code | I test the script on a EU Server, because I'm german and I have just an eu Account. Try to get an dark background, because of the Pixelsearch function.
The Standart Navigation is disabled, because its ****ed up.
__________________ ...from Germany. I'm sorry for bad english, but I'll try my best! | 
09-27-2009
|  | Site Donator | | | Join Date: Jun 2006 Location: In Your Mind
Posts: 303
Reputation: 53 Level up: 9%, 637 Points needed |     | | | You can change the colour off the buttons by adding some files in the interface folder ie make neon pink buttons. I mean how many neon pink things are in a bg? | 
09-27-2009
| | New User | | | Join Date: Mar 2008
Posts: 3
Reputation: 1 Level up: 78%, 88 Points needed | | | | How do i "copy code into AutoIT" ? create new script clear it and input the code? then save and run script? | 
09-27-2009
| | New User | | | Join Date: Jan 2009
Posts: 10
Reputation: 1 Level up: 39%, 246 Points needed | | | | u got it - its so ****ing simple ,D | 
09-28-2009
| | Private | | | Join Date: Dec 2007
Posts: 7
Reputation: 7 Level up: 11%, 445 Points needed | | | it errors out again during waypoint creation on line 328.
the line says Quote: |
TooLTip("Thanks for Configure...Wait until new Battleground" 0, 0)
| and should say Quote: |
TooLTip("Thanks for Configure...Wait until new Battleground", 0, 0)
| notice the comma after battleground" | 
09-28-2009
| | Private | | | Join Date: Dec 2007
Posts: 7
Reputation: 7 Level up: 11%, 445 Points needed | | | Actually that typo is repeated about 20 times, and there is a typo with your $button variables. here is a fixed version. Code: ; __ __ .__ .___ _____
;/ \ / \___________| | __| _/ _____/ ____\
;\ \/\/ / _ \_ __ \ | / __ | / _ \ __\
; \ ( <_> ) | \/ |__/ /_/ | ( <_> ) |
; \__/\ / \____/|__| |____/\____ | \____/|__|
; \/ \/
; __ __ _____ __
;/ \ / \_____ _______ ________________ _/ ____\/ |_
;\ \/\/ /\__ \\_ __ \_/ ___\_ __ \__ \\ __\\ __\
; \ / / __ \| | \/\ \___| | \// __ \| | | |
; \__/\ / (____ /__| \___ >__| (____ /__| |__|
; \/ \/ \/ \/
;/#############################################################\
; Battleground Honor/XP Farming Bot Created by:Dep.ARTed #
; Special Thanks to: =Z= for the Pixelsearch Coords and the #
; "World of Warcraft" Header. #
; #
; Features #
; - Automatic Queing up in BG and Join #
; - Navigation for Horde in Alterac Valley [Disabled] #
; - AntiAFK System #
; - Automatic Revive System #
; - Own Navigation Profiles #
; #
; More to come: #
; - Support for all Battlegrounds #
; - More standart Navigations #
; - Multilanguage (The Instructions) #
; - Botting in multiple BGs (For Mark Farming) #
; - More Stable #
; #
; #
;**************************************************************#
;Do not edit the Globals! Otherwise the Marcro breaks
Global $button[2]
Global $factionnumber = 0
Global $Navigation
Global $Resolution
Global $CreateOwnNav
Global $HowMuch
Global $createdOwnNav
;Globals for the own Navigation Conf
Global $waypoint1[2]
Global $waypoint2[2]
Global $waypoint3[2]
Global $waypoint4[2]
Global $waypoint5[2]
Global $waypoint6[2]
Global $waypoint7[2]
Global $waypoint8[2]
Global $waypoint9[2]
Global $waypoint10[2]
Global $waypoint11[2]
Global $waypoint12[2]
Global $waypoint13[2]
Global $waypoint14[2]
Global $waypoint15[2]
;Do not EDIT any Globals! Otherwise the Marcro breaks...
WinActive("World of Warcraft")
ToolTip("Preparing the game...", 0, 0)
WinWaitActive("World of Warcraft")
While 1
WinWaitActive("World of Warcraft")
ToolTip("Executing Script.Please be patient.", 0, 0)
Sleep(2000)
prepare()
WEnd
Func prepare()
ToolTip("Setting up Macro...Prepare for further Instructions...", 0, 0)
Sleep(2000)
Send("{H}")
Sleep(1000)
ToolTip("Please select the Battleground Tab...Then select the BG (AV for Navigation) Then mouse over the Join Battle Button. Waittime: 10 Seconds", 0, 0)
Sleep(10000)
$Mousecoords = MouseGetPos()
$button = $Mousecoords
ToolTip("Button Location set...", 0, 0)
Sleep(2000)
$Resolution = InputBox("Please select your Resolution", " Y - 800x600 , X - 1024x680 , Z - 1280x1024 , C - 1650x1024", "", "")
$Navigation = InputBox("Choose Navigation Options", "5 - Enable BG Navigation, 6 - Disable BG Navigation", "", "")
If $Navigation = "5" Then
ToolTip("BG Navigation enabled", 0, 0)
Sleep(2000)
$CreateOwnNav = InputBox("Create own Navigation?", "8 - own Navigation, 9 - Standart Navigation[Disabled for Pre-Alpha Version]", "", "")
If $CreateOwnNav = "8" Then
ToolTip("Configure Navigation Profil at first joining...", 0, 0)
Sleep(2000)
ElseIf $CreateOwnNav = "9" Then
ToolTip("[Disabled for Pre-Alpha Version]", 0, 0)
Sleep(2000)
$factionnumber = InputBox("Select your faction", "1 - Horde , 2 - Alliance", "", "")
ElseIf $factionnumber = "1" Then
ToolTip("Horde selected", 0, 0)
Sleep(2000)
ElseIf $factionnumber = "2" Then
ToolTip("Alliance selected", 0, 0)
Sleep(2000)
ToolTip("No standart Navigation for Alliance,yet. Disableing Navigation", 0, 0)
$Navigation = 6
EndIf
ElseIf $Navigation = "6" Then
ToolTip("BG Navigation disabled", 0, 0)
Sleep(2000)
EndIf
Send("{h}")
ToolTip("Thanks for your patient. Starting Script...", 0, 0)
Sleep(2000)
Start()
EndFunc ;==>prepare
Func Start()
Send("{h}")
Sleep(1000)
MouseMove($button[0], $button[1])
Sleep(1000)
MouseClick("left")
Sleep(1000)
Send("{h}")
Sleep(1000)
ToolTip("Queued up for Alterac Valley!", 0, 0)
Join()
EndFunc ;==>Start
Func Join() ;Thx to MMOWNED User =Z= for the PixeLSearch Coords!
ToolTip("Waiting...", 0, 0)
$coord = PixelSearch(450, 150, 800, 230, 0xE01308, 100)
If Not @error Then
MouseMove($coord[0], $coord[1])
ToolTip("Joining...", 0, 0)
Sleep(2000)
MouseClick("left")
ToolTip("Waiting...", 0, 0)
Sleep(10000)
If $CreateOwnNav = "8" Then
ToolTip("Starting Nav Configure Mode", 0, 0)
Sleep(2000)
Conf()
ElseIf $CreateOwnNav = "9" Then
ToolTip("Starting standart Navigation", 0, 0)
Sleep(2000)
BG()
ElseIf $createdOwnNav = "1" Then
ToolTip("Starting own Navigation...", 0, 0)
Sleep(2000)
OwnBG()
EndIf
EndIf
ToolTip("No Battleground started - Waiting for start...", 0, 0)
Sleep(5000)
Join()
EndFunc ;==>Join
Func BG()
ToolTip("Just a Placeholder..", 0, 0)
Sleep(2000)
ToolTip("Its going to be updated soon. Stay tuned", 0, 0)
Sleep(5000)
AntiAFKCONF()
EndFunc ;==>BG
Func conf()
ToolTip("Welcome to the Nav Conf..Please be patient...", 0, 0)
Sleep(5000)
ToolTip("Don't make more then 10 Waypoints!", 0, 0)
Sleep(2000)
ToolTip("Just move your mouse over that point you want to move your char to", 0, 0)
Sleep(4000)
ToolTip("Please don't move your char in the Conf, otherwise your NAV breaks.", 0, 0)
Sleep(4000)
ToolTip("Just wait till all people are gone and the gates are opened. Time to wait: 1:45", 0, 0)
Sleep(95000)
$HowMuch = InputBox("How much Waypoints?", "Type in your Waypoints(Not more then 10 and atleast 3)", "", "")
If $HowMuch = "3" Then
ToolTip("3 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch = "4" Then
ToolTip("4 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch = "5" Then
ToolTip("5 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch = "6" Then
ToolTip("6 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch = "7" Then
ToolTip("7 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch = "8" Then
ToolTip("8 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch = "9" Then
ToolTip("9 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch = "10" Then
ToolTip("10 Waypoints selected", 0, 0)
Sleep(2000)
ElseIf $HowMuch < "3" Then
ToolTip("Read the ****ing description")
Sleep(1000)
ToolTip("Abort Configure Mod...")
Sleep(1000)
BG()
ElseIf $HowMuch > "10" Then
ToolTip("Read the ****ing description")
Sleep(1000)
ToolTip("Abort Configure Mod...")
Sleep(1000)
BG()
EndIf
ToolTip("Beginning Waypoint Configure...", 0, 0)
Sleep(2000)
ToolTip("Please move over your first Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
ToolTip("Disabling Interface for better Navigation...", 0, 0)
Sleep(2000)
Send("{alt} {Z}")
Sleep(5000)
$mousecoords1 = MouseGetPos()
$waypoint1 = $mousecoords1
Sleep(3000)
ToolTip("First Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint1[0], $waypoint1[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
ToolTip("Please move over your second Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords2 = MouseGetPos()
$waypoint2 = $mousecoords2
Sleep(3000)
ToolTip("Second Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint2[0], $waypoint2[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
ToolTip("Please move over your third Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords3 = MouseGetPos()
$waypoint3 = $mousecoords3
Sleep(3000)
ToolTip("Third Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint3[0], $waypoint3[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
If $HowMuch = 3 Then
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
Else
ToolTip("Please move over your fourth Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords4 = MouseGetPos()
$waypoint4 = $mousecoords4
Sleep(3000)
ToolTip("fourth Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint4[0], $waypoint4[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = 4 Then
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
Else
ToolTip("Please move over your fifth Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords5 = MouseGetPos()
$waypoint5 = $mousecoords5
Sleep(3000)
ToolTip("Fifth Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint5[0], $waypoint5[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = 5 Then
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
Else
ToolTip("Please move over your sixth Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords6 = MouseGetPos()
$waypoint6 = $mousecoords6
Sleep(3000)
ToolTip("Sixth Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint6[0], $waypoint6[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = 6 Then
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
Else
ToolTip("Please move over your seventh Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords7 = MouseGetPos()
$waypoint7 = $mousecoords7
Sleep(3000)
ToolTip("seventh Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint7[0], $waypoint7[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = 7 Then
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
Else
ToolTip("Please move over your eighth Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords8 = MouseGetPos()
$waypoint8 = $mousecoords8
Sleep(3000)
ToolTip("eighth Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint8[0], $waypoint8[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = 8 Then
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
Else
Sleep(5000)
ToolTip("Please move over your ninth Waypoint and stay there for 10 Seconds", 0, 0)
$mousecoords9 = MouseGetPos()
$waypoint9 = $mousecoords9
Sleep(3000)
ToolTip("Ninth Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint9[0], $waypoint9[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = 9 Then
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
Else
ToolTip("Please move over your tenth Waypoint and stay there for 10 Seconds", 0, 0)
Sleep(5000)
$mousecoords10 = MouseGetPos()
$waypoint10 = $mousecoords10
Sleep(3000)
ToolTip("tenth Waypoint selected - Testing...", 0, 0)
Sleep(2000)
MouseMove($waypoint10[0], $waypoint10[1])
Sleep(1000)
MouseClick("right")
ToolTip("...Testing...(Please Wait atleast 10 Seconds)", 0, 0)
Sleep(10000)
ToolTip("Thanks for Configure...Wait until new Battleground", 0, 0)
Sleep(2000)
ToolTip("Activating Interface...", 0, 0)
Sleep(1000)
Send("{alt} {Z}")
AntiAFKCONF()
$createdOwnNav = 1
EndIf
EndFunc ;==>conf
Func OwnBG()
If $Navigation = "5" Then
ToolTip("Executing own BG-Navigation Process", 0, 0)
Sleep(2000)
ToolTip("Waiting till gates are opened and people are gone (less Bugs)...Waiting time 1:45")
Sleep(105000)
ToolTip("Starting Navigation Process", 0, 0)
Sleep(2000)
ToolTip("Disableing Interface for better Navigation", 0, 0)
Sleep(2000)
Send("{alt} {Z}")
Sleep(3000)
ToolTip("Moving...", 0, 0)
Sleep(500)
MouseMove($waypoint1[0], $waypoint1[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
MouseMove($waypoint2[0], $waypoint2[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
MouseMove($waypoint3[0], $waypoint3[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
If $HowMuch = "3" Then
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
Else
MouseMove($waypoint4[0], $waypoint4[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = "4" Then
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
Else
MouseMove($waypoint5[0], $waypoint5[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = "5" Then
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
Else
MouseMove($waypoint6[0], $waypoint6[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = "6" Then
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
Else
MouseMove($waypoint7[0], $waypoint7[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = "7" Then
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
Else
MouseMove($waypoint8[0], $waypoint8[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = "8" Then
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
Else
MouseMove($waypoint9[0], $waypoint9[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
EndIf
If $HowMuch = "9" Then
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
Else
MouseMove($waypoint10[0], $waypoint10[1])
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
Sleep(1000)
MouseClick("right")
ToolTip("Moving...", 0, 0)
Sleep(10000)
ToolTip("Navigation ends", 0, 0)
Sleep(2000)
ToolTip("Activating Interface", 0, 0)
Send("{alt} {Z}")
Sleep(2000)
ToolTip("Starting ANTI-AFK Mode", 0, 0)
Sleep(500)
AntiAFKCONF()
EndIf
EndIf
EndFunc ;==>OwnBG
Func AntiAFKCONF()
While 1 = 1
$button = PixelSearch(400, 150, 1000, 300, 0xE01308, 100)
If Not @error Then
MouseMove($button[0], $button[1])
ToolTip("Died - Respawning", 0, 0)
Sleep(2000)
MouseClick("left")
ToolTip("Waiting...", 0, 0)
Sleep(10000)
EndIf
If $Resolution = "Z" Then
$button = PixelSearch(600, 1000, 690, 0x670000, 10)
If Not @error Then
MouseMove($button[0], $button[1])
ToolTip("Battleground has ended - Restarting Process", 0, 0)
Sleep(2000)
MouseClick("left")
Sleep(8000)
Start()
EndIf
EndIf
If $Resolution = "Y" Then
$button = PixelSearch(860, 730, 860, 0x670000, 10)
If Not @error Then
MouseMove($button[0], $button[1])
ToolTip("Battleground has ended - Restarting Process", 0, 0)
Sleep(2000)
MouseClick("left")
Sleep(8000)
Start()
EndIf
EndIf
If $Resolution = "X" Then
$button = PixelSearch(860, 730, 860, 0x670000, 10)
If Not @error Then
MouseMove($button[0], $button[1])
ToolTip("Battleground has ended - Restarting Process", 0, 0)
Sleep(2000)
MouseClick("left")
Sleep(8000)
Start()
EndIf
EndIf
If $Resolution = "C" Then
$button = PixelSearch(860, 730, 860, 0x670000, 10)
If Not @error Then
MouseMove($button[0], $button[1])
ToolTip("Battleground has ended - Restarting Process", 0, 0)
Sleep(2000)
MouseClick("left")
Sleep(8000)
Start()
EndIf
EndIf
ToolTip("BG not over. Starting Anti-AFK Script", 0, 0)
Sleep(2000)
Send("{SPACE}")
Sleep(1000)
For $i = 29 To 1 Step -1
ToolTip("Waiting to repeat.", 0, 0)
Sleep(500)
ToolTip("Waiting to repeat..", 0, 0)
Sleep(500)
ToolTip("Waiting to repeat...", 0, 0)
Sleep(500)
ToolTip("Waiting to repeat....", 0, 0)
Sleep(500)
Next
WEnd
EndFunc ;==>AntiAFKCONF
Also, the default for turning off the ui is Alt+z. I changed that too. Can you explain a little what the waypoint mode is supposed to do? I can't get it to work at all.
EDIT: after looking at all the right clicks in the waypoint setup, I realized you have to have click to move turned on. This can be done through escape, interface, mouse, click the check box for 'click to move'.
Last edited by groiny; 09-28-2009 at 04:04 AM.
| 
09-28-2009
| | New User | | | Join Date: Jul 2009
Posts: 5
Reputation: 1 Level up: 15%, 340 Points needed | | | 1920x1080 Please. | 
09-28-2009
|  | Site Donator | | | Join Date: Sep 2009
Posts: 50
Reputation: 12 Level up: 43%, 286 Points needed | | | | In Germany its Alt+y for disableing UI
__________________ ...from Germany. I'm sorry for bad english, but I'll try my best! | 
10-13-2009
| | New User | | | Join Date: Oct 2009
Posts: 1
Reputation: 1 Level up: 2%, 395 Points needed | | | | Bots Hey dep.art, im pretty new at this whole bot thing and would like to try one out, is there anyway some1 can help me set up the bot or leme know where i can download it? ty | 
10-13-2009
|  | Site Donator | | | Join Date: May 2009
Posts: 106
Reputation: 35 Level up: 51%, 249 Points needed |  | | | This bot, is currently not stable. Seeing as it barely works. Try Blink's. | 
10-13-2009
|  | Site Donator | | | Join Date: Sep 2009
Posts: 50
Reputation: 12 Level up: 43%, 286 Points needed | | | | Yeah, the bot is currently not stable and it wasn't stable anytime before, because of no Injection/Memory Reading.
I just stopped the development some weeks ago, because I think there're enough better BG-Botting Bots on Mmowned...
__________________ ...from Germany. I'm sorry for bad english, but I'll try my best! | 
10-13-2009
|  | Master Sergeant | | | Join Date: Mar 2009 Location: SwedeN
Posts: 85
Reputation: 31 Level up: 54%, 231 Points needed |   | | Will if this works well, hope it can get me my 4th 80? :O
__________________ MilkTheNet Beta Contributor | 
10-13-2009
|  | Master Sergeant | | | Join Date: Mar 2009 Location: SwedeN
Posts: 85
Reputation: 31 Level up: 54%, 231 Points needed |   | | First it go in Queue, then it keeps trying to join, then it joins, then the bot thinks its not in BG when it is, please help if i get it working
__________________ MilkTheNet Beta Contributor
Last edited by DisturbingEffect; 10-13-2009 at 04:48 PM.
|  | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 10:28 AM. |