WoW AFK bot menu

User Tag List

Thread: WoW AFK bot

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    azzi88's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WoW AFK bot

    Hey guys, ive got this AFK bot and I thought I could share it on mmowned!

    This is how it works.

    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.

    Its really useful imo coz it removes wow off your taskbar...


    Link to download: RapidShare: 1-Click Webhosting

    :wave:

    WoW AFK bot
  2. #2
    minifss's Avatar Contributor
    Reputation
    126
    Join Date
    Jan 2007
    Posts
    416
    Thanks G/R
    0/6
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thought someone on this board made it... Quite sure!

  3. #3
    brith's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very good job

  4. #4
    sumkid's Avatar Member
    Reputation
    2
    Join Date
    Feb 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ahh nice it works minimized

  5. #5
    sciibione's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only leechers have reply, can some1 tell if its a virus or something? :P

    I KNOW IM A LEECHER TO :P hah but anyway...

  6. #6
    minifss's Avatar Contributor
    Reputation
    126
    Join Date
    Jan 2007
    Posts
    416
    Thanks G/R
    0/6
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sciibione View Post
    only leechers have reply, can some1 tell if its a virus or something? :P

    I KNOW IM A LEECHER TO :P hah but anyway...
    I would not consider myself as a leeching noob.

  7. #7
    stevo250592's Avatar Member
    Reputation
    13
    Join Date
    Dec 2007
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kl Thx I Like It!
    Frets on Fire is my main priority (apart from WoW )

  8. #8
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Contain Back wall Trojan (DON'T DOWNLOAD)

  9. #9
    kjarlot's Avatar Active Member
    Reputation
    69
    Join Date
    Aug 2007
    Posts
    120
    Thanks G/R
    2/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was gonna ask if someone could confirm it was virus-free and working. it has a trojan so just close the thread.

  10. #10
    issacobra's Avatar Active Member
    Reputation
    48
    Join Date
    Nov 2006
    Posts
    262
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    www. leetbrowser .com
    The in-game web browser! No more alt-tabbing out of full screen games!

  11. #11
    sciibione's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  12. #12
    KingYoshi9's Avatar Site Donator
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No offense, but this is really old.. I even helped make the earliest version of this. And NO, it is NOT from these forums.

  13. #13
    KingYoshi9's Avatar Site Donator
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the original code for it.

    Code:
    HotKeySet("{F9}", "hide")
    HotKeySet("{F10}", "show")
    AutoItSetOption("WinTitleMatchMode", 4)
    While 1
       Sleep(1000)
    WEnd
    
    Func hide()
       Global  = 0
       Global  = WinGetHandle("classname=GxWindowClassD3d")
       WinSetState(, "", @SW_MINIMIZE)
       WinSetState(, "", @SW_HIDE)
       If @error Then
          MsgBox(0, "error", "couldnt find WoW")
       Else
          While 1
              = Random(1, 4, 1)
             If  = 1 Then
                ControlSend(, "", "", "{UP DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{UP UP}")
                ControlSend(, "", "", "{DOWN DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{DOWN UP}")
                Sleep(200000 + Random(5000, 15000, 1))
             ElseIf  = 2 Then
                ControlSend(, "", "", "{RIGHT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{RIGHT UP}")
                ControlSend(, "", "", "{LEFT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{LEFT UP}")
                Sleep(200000 + Random(5000, 15000, 1))
             ElseIf  = 3 Then
                ControlSend(, "", "", "{DOWN DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{DOWN UP}")
                ControlSend(, "", "", "{UP DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{UP UP}")
                Sleep(200000 + Random(5000, 15000, 1))
             ElseIf  = 4 Then
                ControlSend(, "", "", "{LEFT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{LEFT UP}")
                ControlSend(, "", "", "{RIGHT DOWN}")
                Sleep(100 + Random(1, 50, 1))
                ControlSend(, "", "", "{RIGHT UP}")
                Sleep(200000 + Random(5000, 15000, 1))
             EndIf
             If  > 0 Then ExitLoop
          WEnd
       EndIf
    EndFunc   ;==>hide
    
    Func show()
       Global  = 1
       WinSetState("World of Warcraft", "", @SW_SHOW)
       WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
       WinActivate(, "")
    EndFunc   ;==>show

  14. #14
    KingYoshi9's Avatar Site Donator
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since we are eon the subject, here is another anti-afk autoit script. This one does not minimize WoW for you.


    Code:
    HotKeySet("{pause}","activate")
    HotKeySet("!{pause}","inactive")
    
    While 1
     = 0
    inactive()
     = 0
    start()
    WEnd
    
    
    func inactive()
    Do
    Until  = 1
    EndFunc
    
    func activate()
     = 1
    EndFunc
    
    func start()
    Do
    Send("{SPACE}")
    Sleep(Random(5000,12000))
    Send("{w down}")
    Sleep(Random(1000,3000))
    Send("{w up}")
    Sleep(Random(5000,12000))
    Send("{s down}")
    Sleep(Random(1000,3000))
    Send("{s up}")
    Sleep(Random(5000,12000))
    Send("{a down}")
    Sleep(Random(1000,3000))
    Send("{a up}")
    Sleep(Random(5000,12000))
    Send("{d down}")
    Sleep(Random(1000,3000))
    Send("{d up}")
    Sleep(Random(5000,12000))
    Until  = 1
    EndFunc
    
    func quit()
    Exit
    EndFunc

  15. #15
    fatmanpaddy's Avatar Member
    Reputation
    13
    Join Date
    Feb 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    give cred to original makers imo.

Page 1 of 2 12 LastLast

Similar Threads

  1. WoW Anti-AFK bot like no other
    By Tempo01 in forum World of Warcraft General
    Replies: 4
    Last Post: 05-05-2008, 07:47 PM
  2. [Program] WoW AV AFK Bot
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 05-22-2006, 05:04 AM
  3. Help WoW Fish-Bot
    By Eliteplague in forum World of Warcraft General
    Replies: 1
    Last Post: 05-07-2006, 08:36 PM
  4. AutoIt Macro for WoW AFK Bot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 04-06-2006, 06:01 AM
All times are GMT -5. The time now is 04:10 AM. 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