Be quiet AV Leechers.  Autoit AV leecher 3.2.2 menu

User Tag List

Results 1 to 9 of 9
  1. #1
    undea's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Be quiet AV Leechers. Autoit AV leecher 3.2.2

    Firstly, sorry for my english. This is a simply and fast programmed "boT" that makes that your PJ's queue and join automatically on AV (or any other BG), and also is anti-afk.

    ** Correction by mmhelm **

    global $queue_pos[2]
    global $join_pos[2]
    ToolTip("Read the instructions that appear here",0,0)
    Sleep(3000)
    ToolTip("Quickly make your warcraft windowed.",0,0)
    Sleep(5000)
    Send("{h}")
    ToolTip("Place your cursor over the Join Battle Button. You have 5 seconds.",0,0)
    Sleep(5000)
    $a= MouseGetPos()
    ToolTip("Ok",0,0)
    Send("{h}")
    Sleep(1000)
    ToolTip("Place your cursor over the Enter battle button. You have 5 seconds",0,0); !!!!!!!!!! This place is where you click to join in the bg, when you're called to enter.
    Sleep(5000)
    $b = MouseGetPos()
    Sleep(1000)
    ToolTip("Leave the current queue and profit! you have 5 seconds.",0,0)
    Sleep(5000)
    ToolTip("")
    AVMaster()

    Func AVMaster()
    while 1=1
    Sleep(4000)
    Send("{h}")
    Sleep(1000)
    $queue_pos = $a
    $join_pos = $b
    mouseMove($queue_pos[0], $queue_pos[1]); posicion de entrar a la bg
    Sleep(1000)
    MouseClick ("left");click para meter en cola
    Sleep(1000)
    Send("{h}")
    Sleep(1000)
    MouseMove($join_pos[0], $join_pos[1]);
    Sleep(1000)
    MouseClick ("left");click para meter en bg
    Send("{w}"); me muevo
    sleep(30000)

    MouseMove($join_pos[0], $join_pos[1]);
    Sleep(1000)
    MouseClick ("left");click para meter en bg
    Send("{w}"); me muevo
    sleep(30000)

    MouseMove($join_pos[0], $join_pos[1]);
    Sleep(1000)
    MouseClick ("left");click para meter en bg
    Send("{w}"); me muevo
    sleep(30000)


    WEnd
    AVMaster();
    EndFunc
    Installation steps:
    1. Copy the code on Autoit Script Editor, save as au3, and click "Tools","Go", or press "F5".
    2. Open your wow, click esc, viodeo, and use windowed mode.
    3. Queue manually to someone BG.
    4. Wait until u get the msg to join in the battle, and launch de bot.
    5. Follow the steps
    6. Give me money.
    x. To stop the code, go "Tools", "Stop executing"

    This is a nooby code that i make in 5 mins without any idea of Autoit, but it works and is very easy to use.

    NOTES: I make it for myself, cause the bot that i were using doesnt works with 3.2.2, and i only share it .
    Last edited by undea; 09-24-2009 at 08:16 AM.

    Be quiet AV Leechers.  Autoit AV leecher 3.2.2
  2. #2
    mmhelm's Avatar Member
    Reputation
    25
    Join Date
    Aug 2007
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Spelling errors, this has them. Either way nice idea, why not send click instead of moving? less obvious

  3. #3
    undea's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mmhelm View Post
    Spelling errors, this has them. Either way nice idea, why not send click instead of moving? less obvious
    Yes.. I will try get some free time for make a better code, anyway i make this for use while the other bots are not working.

    By the way, my english is horrible, i dont speak english.. sorry.

  4. #4
    ferodod's Avatar Member
    Reputation
    5
    Join Date
    Jun 2009
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your english is quite good to say you don't speak it, you shouldn't worry about that at all =).

  5. #5
    mmhelm's Avatar Member
    Reputation
    25
    Join Date
    Aug 2007
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  6. #6
    =Z='s Avatar Contributor
    Reputation
    90
    Join Date
    Aug 2009
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So you basically copied my bot and added 1 extra step lol... I guess you could call this your own, but it's nearly verbatim copied from mine

    I actually already added something similar to my revision of the bot so that people could just make it easier on themselves. Guess I should post it soon.

  7. #7
    undea's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by =Z= View Post
    So you basically copied my bot and added 1 extra step lol... I guess you could call this your own, but it's nearly verbatim copied from mine

    I actually already added something similar to my revision of the bot so that people could just make it easier on themselves. Guess I should post it soon.
    Your bot never worked for me.
    You are not the owner of mousegetpos(), this script is just a bucle using the mousegetpos first to make easier the configuration for everybody.

    And if you said it cause i use Tooltips at 0,0... well...

    Goodbye

    PD: Thanks ferodod, im trying to improve it each day, chatting and contribuying in that page could help me.
    Last edited by undea; 09-24-2009 at 08:18 AM.

  8. #8
    undea's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Triyin to improve.

    Today i had some free time, and i started looking for a more eficiency and usefull BG Honorfarm bot.. and i have a mode to manage events of WoW, for example when a BG call you for join.. So i decided to create a serous bot. At the moment, 1st beta is functional and more eficiency queueing and entering in BG, now my beta bot can detect when you are called from BG and join in with any source code changes, just with a two simple steps for the user.

    My objetives are:
    1- "Intelligent" honorfarming bot, this bot is capable of detect events like as when you get the msg for enter in BG (Done), and when you have to leave (Done), to make shorter the time between BG's.
    2. Nav. System for every BG. (For horde atm), to place your PJ in a "Safe zone", like ass drek'thar room in AV. (Coming)
    3. Releases when you die,and Buff self when revives. (Coming)
    4. Buffs nearby players at the start of the bg. (Coming)
    5. Heal / Dmg nearby players. (Coming)
    6. 2 Simultaneous queues, and dont leave from the first BG that u join. (Coming)

    I will go editing this post to notice of my advances.

    If you have some sugerence, i would like to read it, cause i can implement on the bot.

    GN
    Last edited by undea; 09-27-2009 at 05:43 PM.

  9. #9
    wig44's Avatar Banned
    Reputation
    46
    Join Date
    Dec 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since I've never been caught for botting before I'm guessing getting caught with this just lands me a 3 day ban at first?

Similar Threads

  1. Stop the leechers!
    By SuperNinjaBob in forum Suggestions
    Replies: 2
    Last Post: 09-10-2007, 11:13 AM
  2. I hate those leechers...
    By The New Guy in forum Suggestions
    Replies: 18
    Last Post: 01-22-2007, 09:26 PM
  3. Hate AV leechers? Check it!
    By Joj3k in forum World of Warcraft Guides
    Replies: 21
    Last Post: 01-08-2007, 04:20 PM
All times are GMT -5. The time now is 11:10 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search