Close
Showing results 1 to 10 of 15

Thread: Managing procs

Hybrid View

  1. #1

    Default

    That should be fine, as long as the mouse is mirrored and not jumping to a specific location no matter where your master's mouse is.

    Examples -

    You put a button/icon/notification of some fashion at 25 25 on all your screens.

    1 - Your mouse is somewhere else. You hit the modifier and your mouse moves itself to 25 25 and starts clicking.

    Not acceptable.

    Code:
    <Hotkey X>
    <MoveMouse screen 25 25>
               <SendWinM wow1>
                 <ClickMouse>
                 <SendWinM wow2>
                 <ClickMouse>
                <SendWinM wow3>
                 <ClickMouse>


    2 -You manually move your mouse to 25 25, then hit the button. The mouse clicks at 25 25 on your main screen, but is redirected using altered clickmouse commands

    Not Acceptable.

    Code:
    <Hotkey X>
               <SendWinM w1>
                 <ClickMouse Window 25 25>
                 <SendWinM w2>
                 <ClickMouse Window 150 275>
                <SendWinM w3>
                 <ClickMouse Window 250 25>


    3 - You manually move your mouse to 25 25, then hit the button. The mouse clicks in the same relative position on all screens.

    Acceptable.

    Code:
    <UseKeyAsModifier X>
    <Hotkey X LButton>  
    	<SendLabel w1, w2, w3, w4, w5>
    		<Clickmouse %TriggerMainKey%>
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  2. #2

    Default

    Quote Originally Posted by Khatovar View Post
    That should be fine, as long as the mouse is mirrored and not jumping to a specific location no matter where your master's mouse is.

    Examples -

    You put a button/icon/notification of some fashion at 25 25 on all your screens.

    1 - Your mouse is somewhere else. You hit the modifier and your mouse moves itself to 25 25 and starts clicking.

    Not acceptable.

    Code:
    <Hotkey X>
    <MoveMouse screen 25 25>
               <SendWinM wow1>
                 <ClickMouse>
                 <SendWinM wow2>
                 <ClickMouse>
                <SendWinM wow3>
                 <ClickMouse>


    2 -You manually move your mouse to 25 25, then hit the button. The mouse clicks at 25 25 on your main screen, but is redirected using altered clickmouse commands

    Not Acceptable.

    Code:
    <Hotkey X>
               <SendWinM w1>
                 <ClickMouse Window 25 25>
                 <SendWinM w2>
                 <ClickMouse Window 150 275>
                <SendWinM w3>
                 <ClickMouse Window 250 25>


    3 - You manually move your mouse to 25 25, then hit the button. The mouse clicks in the same relative position on all screens.

    Acceptable.

    Code:
    <UseKeyAsModifier X>
    <Hotkey X LButton>  
        <SendLabel w1, w2, w3, w4, w5>
            <Clickmouse %TriggerMainKey%>

    Well, is it legal to manage fulmination with the last method there + Atramedes Shield Clicker?

Posting Rules

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