shadowsin Posted September 10, 2006 Posted September 10, 2006 This is a script for WoW i have been working on expandcollapse popup;+--------------------------------+----------------------------------+ ;| Sin's Auto BG Bot | ;+--------------------------+-----+-------+--------------------------+ ; | Version .01 BETA | ; +----------------------+-------------+----------------------+ ; +--+By using this in conjunction with World of Warcraft you are+--+ ; |violating your EULA and TOS. Using this bot can result in a temp| ; |or even a permanent ban (Even though it will never happen). | ; +-----+Open Source Meaning Tweak it up however you want because i am stuck.+----+ ; +-+------------------------------------------------------+--+ ; | Written for my friends at http://rpg-exploiters.shoq.net/ | ; +-----------------------------------------------------------+ ; ; ******************* Bot Start Start_BG() ; ***** Start_BG Func ; ***** Activates WoW and asks to start Func Start_BG() If Not WinExists("World of Warcraft") Then MsgBox(0, Random(0, 100), "WoW must be opened.") Exit EndIf WinActivate("World of Warcraft") WinSetOnTop("World of Warcraft", "", 0) Sleep(500) EndFunc ; ***** Que Start Bg_Que() ; ***** Start Auto Que For SW AB Func Bg_Que() $coord = PixelSearch( 0, 0, 1152, 864, 0x8E5F59, 2 ) If @error Then MsgBox(16, "Error", "First color not found.") Else MouseMove($coord[0], $coord[1]) EndIf Sleep(2000); 2sec delay MouseClick("Right") MouseMove(162,288) MouseCLick("Left") Mousemove(218,555) MouseClick("Left") EndFunc Sleep(Random(60000, 24000)) Anti_AFK() ; ***** Anti-AFK Function Func Anti_AFK() While 1 Send("(=)") Sleep(240000) WEnd EndFunc However im stuck . when i leave the battleground i dont know how to make the bot Rejoin it. in other words i leave from this place and teleport somewhere else in order to go back to that battleground i have to talk to a person.
AceLoc Posted September 10, 2006 Posted September 10, 2006 could you bring screenshots.. i dont get a damn sh1t about what you just said and try to post it with [autoit ] code [/autoit ] then you get something like this: expandcollapse popup;+--------------------------------+----------------------------------+ ;| Sin's Auto BG Bot | ;+--------------------------+-----+-------+--------------------------+ ; | Version .01 BETA | ; +----------------------+-------------+----------------------+ ; +--+By using this in conjunction with World of Warcraft you are+--+ ; |violating your EULA and TOS. Using this bot can result in a temp| ; |or even a permanent ban (Even though it will never happen). | ; +-----+Open Source Meaning Tweak it up however you want because i am stuck.+----+ ; +-+------------------------------------------------------+--+ ; | Written for my friends at http://rpg-exploiters.shoq.net/ | ; +-----------------------------------------------------------+ ; ; ******************* Bot Start Start_BG() ; ***** Start_BG Func ; ***** Activates WoW and asks to start Func Start_BG() If Not WinExists("World of Warcraft") Then MsgBox(0, Random(0, 100), "WoW must be opened.") Exit EndIf WinActivate("World of Warcraft") WinSetOnTop("World of Warcraft", "", 0) Sleep(500) EndFunc ; ***** Que Start Bg_Que() ; ***** Start Auto Que For SW AB Func Bg_Que() $coord = PixelSearch( 0, 0, 1152, 864, 0x8E5F59, 2 ) If @error Then MsgBox(16, "Error", "First color not found.") Else MouseMove($coord[0], $coord[1]) EndIf Sleep(2000); 2sec delay MouseClick("Right") MouseMove(162,288) MouseCLick("Left") Mousemove(218,555) MouseClick("Left") EndFunc Sleep(Random(60000, 24000)) Anti_AFK() ; ***** Anti-AFK Function Func Anti_AFK() While 1 Send("(=)") Sleep(240000) WEnd EndFunc which is much easier to read. Thanks. [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Moderators SmOke_N Posted September 10, 2006 Moderators Posted September 10, 2006 (edited) could you bring screenshots.. i dont get a damn sh1t about what you just saidNow you know how we feel and try to post it with [autoit ] code [/autoit ] which is much easier to read. Thanks.Just be thankful he/she used code tags at all Edited September 10, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
AceLoc Posted September 10, 2006 Posted September 10, 2006 Now you know how we feel Just be thankful he/she used code tags at all yy smokey you are ^_#$@^)@_#^____^! [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Moderators SmOke_N Posted September 10, 2006 Moderators Posted September 10, 2006 yy smokey you are ^_#$@^)@_#^____^!And good ebonics morning to you too ! Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
AceLoc Posted September 10, 2006 Posted September 10, 2006 And good ebonics morning to you too !thanks you 2 ! [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
shadowsin Posted September 11, 2006 Author Posted September 11, 2006 lol sorry about that didnt really know how to explain well here is a pic of the person you have to talk to. when i leave out of the battleground i reappear here and i have to talk to her again so i can go back in how do i let the bot know that i am out of the battleground?'http://img224.imageshack.us/img224/2446/wowrequeuo4.jpg
AceLoc Posted September 11, 2006 Posted September 11, 2006 (edited) pixelchecksum RGB: Hex: 0x90FF24 Dec: 9502500 at those colors. Edited September 11, 2006 by aceloc [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
shadowsin Posted September 11, 2006 Author Posted September 11, 2006 i see do i put a sleep(random) because a battleground can take up to 30 min
AceLoc Posted September 11, 2006 Posted September 11, 2006 i see do i put a sleep(random) because a battleground can take up to 30 mini cant know that, because i dont play WoW at all [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
shadowsin Posted September 11, 2006 Author Posted September 11, 2006 lol i see well ima try youre example see if it works thx for fast replies
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now