Background mill/prospect bot menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Hi on helium's Avatar Member
    Reputation
    50
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Background mill/prospect bot

    Hey guys, here's a simple bot i made to help me mill herbs, prospect ore, or otherwise press a button every 4.5sec while surfing the internet or playing another game. you'll need to download Autoit and make a macro along the lines of this:


    ----Milling------
    /cast Milling
    /use Adder's Tongue
    /use Icethorn
    /use Nightmare Vine
    /use lichbloom
    /use Tiger Lily
    /use Deadnettle
    /use Goldclover
    -------------------

    ---Prospect---
    /cast prospect
    /use titanium ore
    /use saronite ore
    /use cobalt ore
    -------------------

    Now put the milling macro(or prospecting macro or a button you just wanna push every 4.5sec) on your action bar in the key "6" spot.


    here is a link to DL autoit:
    HTML Code:
     http://www.autoitscript.com/autoit3/downloads.shtml
    and then you'll need to make an autoit file with this source:

    Code:
     $win_title = "World of Warcraft" 
    WinActivate($win_title, "") 
    WinSetOnTop($win_title, "", 0) 
    Sleep(1000) 
    
    HotKeySet("{PAUSE}", "EndScript") 
    
    
    $i = 0 
    $win_title = "World of Warcraft"
    While $i <= 10 
    ControlSend ( "World of Warcraft", "", "", "6")
    Sleep(4500)
    WEnd
    
    Func EndScript() 
    $exit = MsgBox(4, "Ender", "Exit the Bot?") 
    If $exit = 6 Then 
    Exit 
    EndIf 
    EndFunc
    (i'm new to autoit so i don't know how to encrypt it etc. + i'd like to show people the code so they can some day learn how to make a simple bot)

    then once you save it. Go to "Run Script" in the Autoit folder and select this script. when you want to stop the bot just hit the "Pause" button (on my keyboard it's the Pause Break button between the keyboard and the number pad) and a window will pop up asking if you wanna exit the bot, hit yes and the bot will turn off.

    This bot does work in Background mode so you CAN go on the internet, Play another game, or just go AFK. This is due to the use of
    Code:
     ControlSend ( "World of Warcraft", "", "", "6")
    instead of using
    Code:
      send {(6)}
    . I hope this helped you, either by showing you how to make autoit bot's run background or by giving you a bot to help with a tedious task.
    Thank you and have a nice day,
    Hi on Helium

    DO NOT ASK FOR REP - Apoc
    Last edited by Hi on helium; 02-15-2010 at 10:54 PM.

    Background mill/prospect bot
  2. #2
    Barrt73Rus's Avatar Banned
    Reputation
    171
    Join Date
    May 2009
    Posts
    1,272
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do not ask about rep!!!

  3. #3
    1337php's Avatar Member
    Reputation
    13
    Join Date
    May 2006
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been working on something like this for a week or so now. It's pretty much done, just a few bugs to work out. It has process selecting and background mode pretty much. I plan to implement a feature in the future to read the bag spaces and automatically count what you have so it knows how many times to mill/prospect. Should be do-able.

    There should be a release in another day or so.

  4. #4
    Hi on helium's Avatar Member
    Reputation
    50
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been working on something like this for a week or so now. It's pretty much done, just a few bugs to work out. It has process selecting and background mode pretty much. I plan to implement a feature in the future to read the bag spaces and automatically count what you have so it knows how many times to mill/prospect. Should be do-able.

    There should be a release in another day or so.
    Sounds cool Good luck with your development
    Last edited by Hi on helium; 11-15-2009 at 03:49 PM. Reason: getting flamed by site newbs for what i wrote

  5. #5
    toxicsnipe's Avatar Member
    Reputation
    11
    Join Date
    Mar 2009
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hi on helium View Post
    Ok jack @ss, go shuve a stick up your @ss. I was trying to help some people out with
    1) learn how to make a basic bot with autoit
    and
    2) show people how to make the bot work in background mode

    if you're just a jack @ss who doesn't appreciate this or just a jack @ss who knows this all ready then as i said earlier, go shuve a stick up your @ss.




    Sounds cool Good luck with your development
    That has nothing to do with asking for rep or not.

  6. #6
    notjj2's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome, I just started learning AutoIT... mostly using it for starting up apps at work atm... but this will be useful when I get brave enough to try botting

  7. #7
    quattro4's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To simplify your macros, you should download the addon "Panda". It has a mass prospect and mill option so your macro will just be /cast MassMill.

  8. #8
    Uchiha1911's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, really helped me out

    +rep (/laugh barrteg)

  9. #9
    Jadd's Avatar 🐸
    Reputation
    1515
    Join Date
    May 2008
    Posts
    2,433
    Thanks G/R
    81/336
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    This isn't a bot. This is a keystroker.

    Epic fail.

  10. #10
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    This isn't a bot. This is a keystroker.

    Epic fail.
    * Main Entry: ro·bot
    * Pronunciation: \ˈrō-ˌbät, -bət\
    * Function: noun
    * Etymology: Czech, from robota compulsory labor; akin to Old High German arabeit trouble, Latin orbus orphaned — more at orphan
    * Date: 1923

    1 a : a machine that looks like a human being and performs various complex acts (as walking or talking) of a human being; also : a similar but fictional machine whose lack of capacity for human emotions is often emphasized b : an efficient insensitive person who functions automatically
    2 : a device that automatically performs complicated often repetitive tasks
    3 : a mechanism guided by automatic controls
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  11. #11
    Uchiha1911's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post


    * Main Entry: ro·bot
    * Pronunciation: \ˈrō-ˌbät, -bət\
    * Function: noun
    * Etymology: Czech, from robota compulsory labor; akin to Old High German arabeit trouble, Latin orbus orphaned — more at orphan
    * Date: 1923

    1 a : a machine that looks like a human being and performs various complex acts (as walking or talking) of a human being; also : a similar but fictional machine whose lack of capacity for human emotions is often emphasized b : an efficient insensitive person who functions automatically
    2 : a device that automatically performs complicated often repetitive tasks
    3 : a mechanism guided by automatic controls
    You got him there

  12. #12
    knoct's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks good enough, it'll save me a lot of time.

  13. #13
    MrNemo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use this exclusinvly to do all my milling. I have also used it to AFK AV. Thanks for helping out n00bs like myself

  14. #14
    Hi on helium's Avatar Member
    Reputation
    50
    Join Date
    May 2009
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha, no problem, glad i could help. i use to mill several hundred stacks of herbs at a time so i decided to create this. sadly i haven't learned how to do much more programming than this = / trying to learn C# but i guess i need to know advanced C# which i don't know where to find tut.s for... none the less i'm glad i could help you.

  15. #15
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hi on helium View Post
    Ok jack @ss, go shuve a stick up your @ss. I was trying to help some people out with
    1) learn how to make a basic bot with autoit
    and
    2) show people how to make the bot work in background mode

    if you're just a jack @ss who doesn't appreciate this or just a jack @ss who knows this all ready then as i said earlier, go shuve a stick up your @ss.




    Sounds cool Good luck with your development
    .....your pr0

Page 1 of 2 12 LastLast

Similar Threads

  1. [Tool] Background Mill, Prospect, and Disenchant whilst AFK or Tabbed Out! Official Release!
    By Sklug in forum World of Warcraft Bots and Programs
    Replies: 47
    Last Post: 12-23-2013, 02:22 PM
  2. [Bot] Background Milling and Prospecting whilst AFK or Tabbed out!!!
    By Sklug in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 02-09-2013, 02:10 PM
  3. [SOURCE] Prospecting Bot/Addon For LuaNinja
    By GliderPro in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 11-22-2009, 05:02 AM
  4. Milling / Prospecting Macro
    By mizernik in forum World of Warcraft Guides
    Replies: 6
    Last Post: 09-03-2009, 09:15 AM
  5. Background Anti AFK Bot
    By Ilu in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 04-11-2008, 03:16 AM
All times are GMT -5. The time now is 07: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