[Bot] Anti-AFK Bot (No Injection & Focus not Needed) menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Bot] Anti-AFK Bot (No Injection & Focus not Needed)

    WoW Version: All WoW versions

    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 
             $unique = Random(1, 4, 1) 
             If $unique = 1 Then 
                ControlSend($handle, "", "", "{UP DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{UP UP}") 
                ControlSend($handle, "", "", "{DOWN DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{DOWN UP}") 
                Sleep(200000 + Random(5000, 15000, 1)) 
             ElseIf $unique = 2 Then 
                ControlSend($handle, "", "", "{RIGHT DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{RIGHT UP}") 
                ControlSend($handle, "", "", "{LEFT DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{LEFT UP}") 
                Sleep(200000 + Random(5000, 15000, 1)) 
             ElseIf $unique = 3 Then 
                ControlSend($handle, "", "", "{DOWN DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{DOWN UP}") 
                ControlSend($handle, "", "", "{UP DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{UP UP}") 
                Sleep(200000 + Random(5000, 15000, 1)) 
             ElseIf $unique = 4 Then 
                ControlSend($handle, "", "", "{LEFT DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{LEFT UP}") 
                ControlSend($handle, "", "", "{RIGHT DOWN}") 
                Sleep(100 + Random(1, 50, 1)) 
                ControlSend($handle, "", "", "{RIGHT UP}") 
                Sleep(200000 + Random(5000, 15000, 1)) 
             EndIf 
             If $Show > 0 Then ExitLoop 
          WEnd 
       EndIf 
    EndFunc   ;==>hide 
    
    Func show() 
       Global $Show = 1 
       WinSetState("World of Warcraft", "", @SW_SHOW) 
       WinSetState("World of Warcraft", "", @SW_MAXIMIZE) 
       WinActivate($handle, "") 
    EndFunc   ;==>show
    Standalone
    This will hide the game as you are afk

    I combined some scipts and scraps that were posted here.
    Last edited by Matt; 06-10-2006 at 04:34 PM.

    [Bot] Anti-AFK Bot (No Injection & Focus not Needed)
  2. #2
    Demonkunga's Avatar Banned
    Reputation
    124
    Join Date
    Jun 2006
    Posts
    2,376
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much Chazwazza!

  3. #3
    Basti51's Avatar Member
    Reputation
    2
    Join Date
    May 2006
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn nice now we just need a script to auto rejoin BG`s^^


    EDIT:Well i think i am a registered user but cant see the AutoIt 3.X Link anyway
    Last edited by Basti51; 06-10-2006 at 08:25 AM.

  4. #4
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2982
    Join Date
    Apr 2006
    Posts
    9,805
    Thanks G/R
    350/296
    Trade Feedback
    9 (100%)
    Mentioned
    3 Post(s)
    Tagged
    1 Thread(s)
    it is just the code m8, u do not need to see it anyways as you can download it in the "standalone".

  5. #5
    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)
    fixed.. my apologies.

  6. #6
    DaUberBird's Avatar Active Member
    Reputation
    15
    Join Date
    Apr 2006
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is from edgeofnowhere I believe o_O. I wonder why in posts people just copy and paste other people's posts =(. Makes me unhappy. This works, seeing this bot is what motivated me to look into autoit awhile ago.

  7. #7
    LightWave's Avatar Contributor
    Reputation
    202
    Join Date
    May 2006
    Posts
    410
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol ya people post other peoples stuff have u ever looked looked at someones els test in skool to get a answer if so makes it alot ezer for u lol but ya man autoit is cool nothing to big thoe just script but ya this bot rocks when im looking at thottbot

  8. #8
    Spoony's Avatar Member
    Reputation
    1
    Join Date
    Jun 2006
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How To Use Scritps

    I installed the audit program... how do i use these scripts you guys have produced now? I go to run script on the audit in my start programs and then its asking me to find the audit script to open where do make them. Can someone just explain the process?

  9. #9
    Chsz's Avatar Active Member
    CoreCoins Purchaser
    Reputation
    48
    Join Date
    Apr 2006
    Posts
    282
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After i click F9 how do i get WoW back up so i can play agian?

  10. #10
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you read my post you might notice you have to press F10 to bring it back up.

  11. #11
    easyrider's Avatar Member
    Reputation
    1
    Join Date
    Jun 2006
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this still work on 1.10 and now 1.11?

    I am ticked about Blizzards upgrades to PvP ranks. After getting my Lt Commander Rank I backed off and now am Knight. I do not want to grind back up so I can upgrade my gear, I think Blizz screwed up on that one.
    I am looking for something that will keep me from going AFK in BG's for the current version. Having auto join would also be awesome. Please post suggestions.

    Thanks

    Will the anti AFK still work when the screen is up? I want to be able to watch a minimized screen to keep an eye on what is going on without having to do keep my character from going afk in BG's

    Can I just hit F9 then maximize it myself?

    Originally Posted by easyrider
    Does this still work on 1.10 and now 1.11?

    I am ticked about Blizzards upgrades to PvP ranks. After getting my Lt Commander Rank I backed off and now am Knight. I do not want to grind back up so I can upgrade my gear, I think Blizz screwed up on that one.
    I am looking for something that will keep me from going AFK in BG's for the current version. Having auto join would also be awesome. Please post suggestions.

    Thanks

    Will the anti AFK still work when the screen is up? I want to be able to watch a minimized screen to keep an eye on what is going on without having to do keep my character from going afk in BG's

    Can I just hit F9 then maximize it myself?

    I think I answered my own question. F9 actually reduces it and take the button off the windows task bar. There is nothing to maximize after that. I like the fact it is not on the task bar (this is good when playing during breaks at work), however it would be nice to have another option where I can keep a visible eye on the progress and still keep the anti afk going.
    Last edited by easyrider; 06-21-2006 at 03:53 PM. Reason: Auto-merged Doublepost

  12. #12
    lopolop's Avatar Member
    Reputation
    49
    Join Date
    May 2006
    Posts
    124
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet script! i was woundering how to make it so u can minimize it.

  13. #13
    benrules9's Avatar Member
    Reputation
    5
    Join Date
    Sep 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Bot] Anti-AFK Bot (No Injection & Focus not Needed)

    nice dude u always have the coolest things

Similar Threads

  1. Easy Mac Anti-AFK bot
    By wowpew in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 08-02-2007, 09:04 PM
  2. auto it anti-afk pvp bot
    By Beastslayer in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 05-04-2007, 02:19 PM
  3. new undetectable anti-afk bot
    By twitch101 in forum World of Warcraft Bots and Programs
    Replies: 25
    Last Post: 11-04-2006, 07:32 AM
  4. Replies: 4
    Last Post: 09-18-2006, 06:38 PM
  5. The Most Comprehensive Anti-AFK Bot... Ever
    By Sym in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 08-24-2006, 07:30 AM
All times are GMT -5. The time now is 03:12 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