|
|
|
|
Bender
Joined: 01 Feb 2006
Posts: 81

Back to top
|
Posted: Thu Sep 14, 2006 11:07 am Post subject: AutoIt Script: Auto join / que for battlegrounds ( No rating [Rate] )
First download and install this addon
http://www.curse-gaming.com/en/wow/addons-4518-1-bgassist-continued.html
Load WoW in windowed mode 800x600
Type /bga and configure it with the following options on:
- Auto Join
- Auto Release
- Auto Rejoin
- Auto Leave
Queue up for something
Start the bot pasted below in Autoit
Works best with battlemasters in unpopulated towns. Have fun
code:
;+--------------------------------+----------------------------------+
;| Monke's Auto BG AFK + Requeue |
;+-------------------------+------+-------+--------------------------+
; |Version 1.11.2|
; +---------------------+--------------+----------------------+
; +--+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. The creator takes no responsibility for|
; |whatever may happen to any person who uses this macro. Thank you,|
; |Luvmachine for this very wonderful header and direct code for the|
; +-----+window location part of his amazing fishbot script.+----+
; +-+------------------------------------------------------+-+
; | Written for my friends at http://rpg-exploiters.shoq.net |
; +----------------------------------------------------------+
$bord_vert = 23
$bord_hori = 4
$wind_size = WinGetClientSize("World of Warcraft")
$wind_posi = WinGetPos("World of Warcraft")
$wind_x = $wind_posi[0] + $bord_hori
$wind_y = $wind_posi[1] + $bord_vert
WinActivate("World of Warcraft")
WinSetOnTop("World of Warcraft", "", 0)
For $z = 1 to 4 Step 1
Send("{home}")
Next
Send("{end}")
While 1
For $i = 50 to 550 Step Random(95,105)
For $g = 50 to 750 Step Random(45,55)
Sleep(50)
MouseMove($g + $wind_x,$i + $wind_y)
MouseClick("right")
Sleep(50)
Next
Next
Sleep(Random(60000,80000))
WEnd
The addon will prevent the need for excess clicking.
The bot will zoom to you a view where your battlemaster will be in veiw after exiting the battlegrounds then every 60 secodns it will scan your screen from left to right while *right clicking* this way, even if you do not succesfully queue, it will keep trying, this clicking action will also keep you from going AFK.
|
|
Google
Sponsor

Back to top
|
Posted: Thu Sep 14, 2006 11:07 am Post subject: Advertisement ( )
|
|
|
|
|
|
Bender
Joined: 01 Feb 2006
Posts: 81

Back to top
|
Posted: Mon Nov 13, 2006 10:04 pm Post subject: ( No rating [Rate] )
You need to have wow started and on top and should be set to 800*600
|
|
whirlpool
Joined: 09 Nov 2006
Posts: 7
Location: Not specifed ;)

Back to top
|
Posted: Tue Nov 14, 2006 6:16 am Post subject: ( No rating [Rate] )
mhh, sometimes the script work's somtimes not.
my wow is on 800x600 window mode, i start it first then the script .. i stand infront of the battlemaster in tb, but the script allways switches me into windows .. on the left upper corner. Any Ideas ?
|
|
|
|
Bender
Joined: 01 Feb 2006
Posts: 81

Back to top
|
Posted: Mon Nov 20, 2006 9:25 pm Post subject: ( No rating [Rate] )
Worked for me when I used it.
But seems a lot of people got temp bans using it, so Im not using it anymore /
|
|
|
|
Shameful
Joined: 05 Sep 2006
Posts: 6

Back to top
|
Posted: Fri Jan 05, 2007 8:17 am Post subject: ( No rating [Rate] )
Truely one of the best scripts ive used, used it to get a few characters to exalted with AV while i slept. Unfortunatly since the release of one of the most recent patches (2.00?) The battleground addon used in conjunction with the script appears not to function anymore or atleast my copy or any i download.
So to be able to keep this going i need some form of addon that does the same job as the last, to auto join and leave battlegrounds and Auto join when talking to battlemasters. I havent been able to locate one as yet and if you had any ideas or links maybe on where to get another or just a more updated version of the original BG addon that would be awesome thanks
|
|
rgvhen
Joined: 09 Jan 2007
Posts: 1

Back to top
|
Posted: Sat Jan 13, 2007 5:59 am Post subject: ( No rating [Rate] )
You can get SSPVP (addon) and it does much of the same thing, save for right clicking the screen in search of a battlemaster. What you can do is get a mouse clicker program, and have it click a certain spot on the screen (it acts as a coordinate), it runs from your desktop.
Next just keep a tab on where you zone out of a battleground, at that point you can have mouse clicker click where the battlemaster is. After that, sspvp takes over and auto ques, auto zones, and auto zones you out once the bg is over. The mouse clicker will click every 1:30 min/sec or so, so that also keeps you from afk'ing.
I've done this for about a week but recieved a 3 hour ban from having been reported for standing in the AV cave. Do this at your own risk.
I'm not as blatant in wsg or ab's your alot more likely to be reported but what you can do is babysit the toon, like go die somewhere and then walk away for a while, the mouse clicker will keep you from afk'ing so it does let you be a little lazy.
AV is more leniant because theres alot of ppl, you can get away with just going to sleep for the night lol.
|
|
|
Forum Rules:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
Site and Contents Copyright 2005-2006 SharpPlay All Rights Reserved.
SharpPlay is not affiliated with any gaming company.
SharpPlay does not take credit for any images that are related to any games posted.
SharpPlay posts information only for intellectual information.
If you enter this site and are apart of any gaming releated company please leave.
contact@shapplay.com
|
|