AutoIt Macro for WoW AFK Bot menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Matt's Avatar Legendary Authenticator enabled
    Reputation
    633
    Join Date
    Feb 2006
    Posts
    2,996
    Thanks G/R
    2/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    AutoIt Macro for WoW AFK Bot

    Details: This will minimize (and make the window dissappear off your taskbar) WoW when you press {F9} while its minimized it will send the {UP} then {DOWN} arrow every 3 mins (while its dissappeared off your taskbar). When you press {F10} it will make WoW appear on your taskbar then maximize it. (So this will make your comp faster if you need to do a report or just wana look sumthin up )

    AutoIt 3.X

    Code:
    hotkeyset ("{F9}", "hide")
    hotkeyset ("{F10}", "show")
    AutoItSetOption("WinTitleMatchMode", 4)
    while 1
    sleep(1000)
    WEnd
    
    func hide()
    Global $Show = 0
    Global $handle = WinGetHandle("classname=GxWindowClassD3d")
    WinSetState ($handle, "", @SW_MINIMIZE )
    WinSetState ($handle, "", @SW_HIDE )
    If @error Then
    MsgBox(0, "error", "couldnt find WoW")
    Else
    While 1
    ControlSend($handle, "", "", "{UP DOWN}")
    Sleep(100)
    ControlSend($handle, "", "", "{UP UP}")
    ControlSend($handle, "", "", "{DOWN DOWN}")
    Sleep(100)
    ControlSend($handle, "", "", "{DOWN UP}")
    Sleep(200000)
    If $Show > 0 Then ExitLoop
    Wend
    EndIf
    endfunc
    
    func show()
    Global $Show = 1
    WinSetstate ("World of Warcraft", "", @SW_SHOW )
    WinSetState ("World of Warcraft", "", @SW_MAXIMIZE )
    WinActivate ($handle, "")
    endfunc
    If you want the pause button to end your script.. add this-
    Code:
    HotKeySet("{PAUSE}", "EndScript")
    
    While 1
    ControlSend ("WORLD OF WARCRAFT", "", "", "{SPACE}")
    Sleep(Int(Random(110000,130000)))
    WEnd
    
    ; Function to exit script
    Func EndScript()
    Exit
    EndFunc

    AutoIt Macro for WoW AFK Bot
  2. #2
    hannible's Avatar Member
    Reputation
    14
    Join Date
    Mar 2006
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Macro for WoW AFK Bot

    im almost lvl 60 and i still dont know what a macro is.

  3. #3
    Matt's Avatar Legendary Authenticator enabled
    Reputation
    633
    Join Date
    Feb 2006
    Posts
    2,996
    Thanks G/R
    2/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: AutoIt Macro for WoW AFK Bot

    Originally Posted by Hannible
    im almost lvl 60 and i still dont know what a macro is.
    don't feel bad, this is a 3rd party macro..
    but when you do instances it pays to use macros

  4. #4
    ineedthis's Avatar Member
    Reputation
    1
    Join Date
    Apr 2006
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a quick question with this Macro do you type the hole code in ?

  5. #5
    Utensil's Avatar Member
    Reputation
    11
    Join Date
    Apr 2006
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah im not even sure where u would type this either .P

  6. #6
    Matt's Avatar Legendary Authenticator enabled
    Reputation
    633
    Join Date
    Feb 2006
    Posts
    2,996
    Thanks G/R
    2/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes but you need to download the program AutoIt, (use google) then in the .au3 file, edit the file (similar to notepad) and copy and paste the entire code into it.

  7. #7
    Mukan's Avatar Member
    Reputation
    4
    Join Date
    Apr 2006
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's a good idea to not actually leave the computer for more than 5 minutes at a time.
    I used a 3rd party macro to keep me in AV while I slept (4 hour queue times, I don't have that kind of time) so I could get atleast revered. (This was before 1.10) and I woke up the next morning out in the Gates of Ironforge area where everyone duels, with a warning on my account.
    Basically, what happens is (or so I'm told) a GM will send you a tell, and as long as you reply, he'll leave you be, otherwise he screws you over by teleporting you somewhere.

  8. #8
    Dakinetime's Avatar Member
    Reputation
    1
    Join Date
    Apr 2006
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL that sucks so basicly this thing will keep you from being afk?

  9. #9
    Matt's Avatar Legendary Authenticator enabled
    Reputation
    633
    Join Date
    Feb 2006
    Posts
    2,996
    Thanks G/R
    2/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dakinetime
    keep you from being afk?
    yepp

Similar Threads

  1. [How-To] Which language for wow hacks/bots and how to do em?
    By B0unty in forum Programming
    Replies: 6
    Last Post: 01-19-2011, 04:36 PM
  2. Second mouse cursor for WoW == better botting
    By Teryon in forum World of Warcraft Bots and Programs
    Replies: 15
    Last Post: 09-06-2009, 02:46 AM
  3. Looking for wow level bot for 3.1.1
    By momak in forum World of Warcraft General
    Replies: 4
    Last Post: 05-09-2009, 04:23 PM
  4. WoW AFK bot
    By azzi88 in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 04-18-2008, 04:13 AM
  5. 5 Tips for Pirox AFK Botting
    By Rectal Exambot in forum World of Warcraft Bots and Programs
    Replies: 44
    Last Post: 01-27-2008, 07:50 AM
All times are GMT -5. The time now is 03:46 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search