Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 13 of 13
  1. #11

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=76166#post7 6166
    The WoW client itself can detect this. There's no need for Warden here. A program knows when it's minimized unless some other program has done something blatantly illicit like intercepting its messages and DLL calls.
    I have been playing my slaves in minimized windows for a couple of months now, and so far Blizzard has not banned me.

    I should probably ask a GM about this, but I assume that the WoW client has detected this and that Blizzard would have banned me a long time ago if it violated the EULA. (Or does Blizzard wait for several months before they ban people?)

  2. #12

    Default

    Quote Originally Posted by 'MrHepp',index.php?page=Thread&postID=76170#post76 170
    I think it's impossible to send mouse clicks to minimized windows, at least in Windows (I don't know anything about the OS X APIs)..
    If you wanted to do this, it's certainly possible:

    Code:
    PostMessage ( hwnd, WM_LBUTTONDOWN, 0, 0 );
    It would be trivial for the receiving program to decide not to react to the message, since it can find out with a single line of code that it's minimized.
    �Author of HotkeyNet and Mojo

  3. #13
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Windows being minimized or not has no bearing on this. The only two things at issue are the standard "automation" angle (which sounds like you're good on) and how you "inject" your keys/clicks. The latter meaning that certain ways of manipulating the client may fall afoul of standard usage and trip you up but on the surface it doesn't sound like it'd be a problem.
    Now playing: WoW (Garona)

Similar Threads

  1. New Spell Power Question?
    By schlange in forum General WoW Discussion
    Replies: 13
    Last Post: 10-21-2008, 11:03 PM
  2. New Multi-Boxer here with a quick question
    By MOHz21 in forum General WoW Discussion
    Replies: 4
    Last Post: 08-20-2008, 05:44 PM
  3. Big old brawl multi-multi-boxer style
    By Sarduci in forum PvP Discussion
    Replies: 0
    Last Post: 07-19-2008, 09:33 PM
  4. Multi Boxer meets Multi Boxes in Tanaris =)
    By Extreme in forum Screenshots and Digital Art
    Replies: 8
    Last Post: 06-23-2008, 01:46 PM
  5. shaman spell crit question
    By Catamer in forum General WoW Discussion
    Replies: 4
    Last Post: 06-12-2008, 06:49 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •