[Autoit]Hide WoW completely menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Autoit]Hide WoW completely

    Hi, this is a program that hides WoW when you press F9, it's for those of you who aren't supposed to be playing WoW, like at work when your boss walks in, or if your parents don't let you play WoW. You press F9 and WoW disappears completely, not even on your taskbar if you look. Then when you press F10 it reappears, and IS on your taskbar. It's pretty useful. It doesn't contain any viruses because it's an auto-it code.

    Also, while you're away, it will keep you from going AFK, I guess that's pretty handy if you're in a group or raid. Don't wanna get the boot

    I am working on hiding Wow.exe from the task manager, but in the meantime, you can rename wow.exe to something else. For instance, explorer.exe or svchost.exe, firefox.exe, etc.

    Also, I might try to change the script into a GUI.
    Here's the code
    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
    You can also download it here:
    hide wow1.exe

    Here is the virustotal results: all auto-it programs will show up as threats
    Virustotal. MD5: 84b747e438f7b6604bb2124d3eef6f6e Suspicious.Insight Trojan.Win32.Midgare!IK Trojan/Win32.Refroso.gen

    If I get enough requests, I could make it for another program too
    Last edited by Beastslayer; 03-30-2010 at 12:15 PM.

    [Autoit]Hide WoW completely
  2. #2
    Confucius's Avatar Panda of Worlds The Idiot

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1389
    Join Date
    Oct 2007
    Posts
    2,591
    Thanks G/R
    265/283
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Couldn't this get you banned for anti afk bot?

  3. #3
    Subset's Avatar Vanaka
    Reputation
    355
    Join Date
    Nov 2009
    Posts
    603
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This seems pretty nice as I am no longer allowed to play WoW @ home! Will test.

  4. #4
    The Toxic Deer's Avatar Active Member
    Reputation
    18
    Join Date
    Nov 2007
    Posts
    413
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i dont know anything about blizz's policy or w/e but i could see why they would ban this for an anti afk bot.
    ^^^^^Pretend what i typed up there is in this color font.^^^^^

  5. #5
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well, it's not anti-afk for BGs and stuff, and really if you're going to hide WoW probably the max it is going to minimized is for atleast a couple hours at worst.

    i don't think they are going to ban you.

  6. #6
    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)
    This program violates the ToS and they CAN ban you for it.

    Whether they WILL is of course a different issue entirely, but the OP is retarded for even suggesting that it's "100% unbannable".

  7. #7
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    This program violates the ToS and they CAN ban you for it.

    Whether they WILL is of course a different issue entirely, but the OP is retarded for even suggesting that it's "100% unbannable".
    Well, it isn't 100% unbannable, but there is very little chance that you will.


    And thanks for calling me a retard. I hope when you have children they all have some kind of mental disability. Wouldn't that be ironic

  8. #8
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1415
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/571
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Beastslayer View Post
    Well, it isn't 100% unbannable, but there is very little chance that you will.


    And thanks for calling me a retard. I hope when you have children they all have some kind of mental disability. Wouldn't that be ironic
    Hes Cypher. Get used to it.

    And NOTHING is 100% unbanable =P Even playing yourself... or simply standing still. IIRC, blizzard has reserved the right to ban you for any, or no reason at all.

  9. #9
    Subset's Avatar Vanaka
    Reputation
    355
    Join Date
    Nov 2009
    Posts
    603
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    :P I lul'd at the posts above.

    btw @ Cypher,
    He didn't stated it was 100% undetectable as quoted below:
    Originally Posted by Beastslayer View Post
    i don't think they are going to ban you.
    Reading is hard!



    No flame intended.

    Originally Posted by Beastslayer View Post
    Well, it isn't 100% unbannable, but there is very little chance that you will.


    And thanks for calling me a retard. I hope when you have children they all have some kind of mental disability. Wouldn't that be ironic
    I don't think you are is the retard! Contribution is always welcome, especially something useful.

    But there is a risk of being banned.
    Last edited by Subset; 03-29-2010 at 11:40 PM.

  10. #10
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The title should be "Hide wow´s window" becuse if u do CTRL+SHIFT+ESC you will still see wow?
    You must hook the function that Chyper hooked at his program *WinNinja?* to be completely.

  11. #11
    Beastslayer's Avatar Active Member
    Reputation
    46
    Join Date
    Dec 2006
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WannaBeProgrammer View Post
    The title should be "Hide wow´s window" becuse if u do CTRL+SHIFT+ESC you will still see wow?
    You must hook the function that Chyper hooked at his program *WinNinja?* to be completely.
    Ok, I will attempt to make hidden in task manager.
    Thanks for the advice, it's always appreciated.

    EDIT: Working on it, but for now you can just change WoW.exe to something else like explorer.exe for instance, or svchost.exe. Editing into main post.
    Last edited by Beastslayer; 03-30-2010 at 12:12 PM.

  12. #12
    PhillyPhong's Avatar Member
    Reputation
    4
    Join Date
    Oct 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reposting your own post? and you didn't even give credit to the coder..
    http://www.mmowned.com/forums/bots-p...-hide-wow.html <- your own post

    Original author and coder is The-chad from OGG WoW Hider + Anti AFK! - Online Game Hacker (OGH) - Warcraft III, Diablo II, WoW, Hacks, Exploits

  13. #13
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Repost of you own thread lol.

    /closed and warned
    If you need me you have my skype, if you don't have my skype then you don't need me.

Similar Threads

  1. Replies: 29
    Last Post: 06-13-2008, 02:04 AM
  2. Hide WoW Completely
    By Sym in forum World of Warcraft Guides
    Replies: 15
    Last Post: 11-06-2006, 12:38 AM
  3. Hide wow completly
    By thehacker in forum World of Warcraft General
    Replies: 4
    Last Post: 10-22-2006, 07:04 PM
  4. Hide WoW Completely
    By Sym in forum World of Warcraft Guides
    Replies: 0
    Last Post: 10-22-2006, 07:01 PM
  5. Remember the Autoit for WoW Glider?
    By Kashfox in forum World of Warcraft General
    Replies: 11
    Last Post: 07-20-2006, 06:15 PM
All times are GMT -5. The time now is 03:53 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