Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 26
  1. #11
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by 'Xzin',index.php?page=Thread&postID=74396#post7439 6
    Heh, hardware boxing lets you do this already.
    Not quite. With software, you never have to worry about "zeroing" your mouse every so often, it's always in sync with your main PC.
    Now playing: WoW (Garona)

  2. #12

    Default

    So I found at least 20ms per window, before and after the click.
    You mean even with the way you're doing it, you have to delay too? I was hoping you found a way without a delay.

    The way I'm doing it, the amount you need to delay seems to vary from one pc to the other and maybe also depending on what other programs are running. On my fastest PC it works sometimes with 6 ms before and 0 ms after, but 15 15 is pretty typical and I guess 20 20 wouldn't be surprising. I used 15 15 for the defaults.

    Wow is using GetCursorPos
    Let me make sure I understand. You do a mouse down with SendInput. Then wait for WoW to call GetCursorPos. You hook that call and return your desired cursor position?

    Do you know what triggers WoW's call to GetCursorPos?

    I'd like to find a completely legal way to do this.

    handling mouse looking is more difficult since WoW will try and use SetCursorPos on each background window and expect it to go to the centre of the desktop, so you have to be intelligent about that .
    I hadn't thought about mouse look. I guess doing that without DLL type stuff might be impossible.

    with SendMessage you'd be certain of WoW processing the up click straight away so you could eliminate any post-click-delay.
    I think I tried with both SendMessage and PostMessage and the result was the same, but maybe I didn't.

    Well part 2 I'm just saying its possible to get it to accept a click straight from the background, direct from the mouse, which isn't neccessary since there is TweakUI and same deal in Vista but those are annoying to have running for general use.
    What exactly did you do with TweakUI? Whatever it was, we can probably build the same thing into our app's.
    �Author of HotkeyNet and Mojo

  3. #13

    Default

    guess I shouldnt post after drinking, I was talking before and after, in various spots... prior to to my DLL, and about tweaking my non DLL system to fit what I now know! I would used SendInput alone, with no WM messages, which required delays pre-click post click.. but I can see how no post-click delay is neccessary with SendMessage here since WoW will probably complete it's GetCursorPos before the calling threads next SetCursorPos, so long its not multi-threaded there.

    now theres no delays with a DLL, WoW will read GetCursorPos for WM_MOUSEMOVE and probably the button messages as well, i guess.

    And yes, you could toggle the windows focus-follow-mouse as in TweakUI but subclassing is not a biggy, since a DLL is basically essential already.
    Author of Octopus (no longer being developed).

  4. #14

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=74432#post7 4432
    When the windows are different sizes? When they are covered by other windows? When the windows are in the background?
    Irrelevant.
    Irrelevant.
    Irrelevant.

    Same resolution.
    1 monitor per PC.
    The Zins - 10 Boxing
    Xzin, Azin, Bzin, Czin, Dzin
    Xyzin, Ayzin, Byzin, Cyzin, Dyzin
    Magtheridon - US

  5. #15

    Default

    I think the problem here is we have big-endians and little-endians. I'm just wondering who the pope is supposed to be. I guess, if we stretch, we could consider the Xzin write-up on hardware mutliboxing scripture, but that is just getting silly.

  6. #16

    Default

    Bah! for a second there i thought I had found a solution to having to use broadcasting delays. turns out it's the same as that multimouse thing I posted on the other thread :S
    1--------10---------20---------30---------40---------50---------60---------70---------80
    Kaiya, Ðeceased, Deceased, Decaesed, Deceasead, Deceasaed

  7. #17

  8. #18
    Senior Member
    Join Date
    Jul 2007
    Location
    Spokane, WA
    Posts
    656

    Default

    Mentioning ways to get around Warden and abuse the TOS and EULA are against community policies. The above post should be deleted and removed. We don't speak of such attrocities in this community.
    Gurb Fan Club:
    #1 Fan - Zenthor

  9. #19

    Default

    Quote Originally Posted by 'Executus',index.php?page=Thread&postID=76371#post 76371
    What you do is, enable Guest account on your computer, then on the administrator account run wow under guest account, that way Warden cant read what signels are being sent to wow.exe, yes this dos work for those who dont think it will, thats how Zolofighter "wowbot" cannot be detected.

    P.S Blizzard is a large company so compared to Microsoft there nothing, its a safe and easy way to do it.
    Yeah, guess what, this doesn't work. Warden is a PART of the WoW process. Stop posting shit that you *dont* have a *fucking* clue about. Additionally, even if it *WERE* as you had stated, which it isn't. Dont you think Blizzard would *NOTICE* your account not sending any Warden transmissions? Dont you think they'd be like "lawl hes not doing nothing suspicious."

    GTFO and Never post this shit here again.
    Wilbur

  10. #20

    Default

    Nobody know how Warden really works, of course Blizzard....
    ThePriestparty is coming soon.... July2008

    Tholo´s english language hit you critical..

    http://tholosblog.blogspot.com/

Similar Threads

  1. Replies: 1
    Last Post: 07-15-2008, 08:02 AM
  2. Further Proof
    By Falkor in forum General WoW Discussion
    Replies: 5
    Last Post: 05-12-2008, 08:38 AM
  3. 61 and nearly gank-proof
    By butta in forum Screenshots and Digital Art
    Replies: 3
    Last Post: 03-21-2008, 10:47 AM
  4. Different Concept!
    By Majestic_Clown in forum General WoW Discussion
    Replies: 3
    Last Post: 12-25-2007, 04:10 AM
  5. 1 Mouse - 2 Cursors? Possible?
    By Xzin in forum General WoW Discussion
    Replies: 16
    Last Post: 05-31-2007, 06:38 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
  •