Close
Showing results 1 to 10 of 12

Hybrid View

  1. #1

    Default

    Thanks you for your kind response.

    I've searched around and found it wasn't very complicated to do in HotKeyNet.
    So here it is if it can help someone else

    Code:
    //-----------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY 
    //---------------
    <Hotkey ScrollLockOn Ctrl U>
        <SendPC local>
            <RenameWin "Diablo 3" Diablo1> 
            <RenameWin "Diablo 3" Diablo2> 
    
    
    //----------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------
    <Label w2 Local SendWinM Diablo2>
    
    
    //----------------
    // Hotkey for moving around holding mouse Lbutton
    //-----------------
    <Hotkey ScrollLockOn LButton>
       <PassThrough>
          <SendLabel w2>
             <ClickMouse Down LButton NoRestore>
    <HotkeyUp ScrollLockOn LButton>
       <PassThrough>
          <SendLabel w2>
             <ClickMouse up LButton NoRestore>
    Last edited by Khatovar : 10-30-2012 at 11:45 PM

  2. #2

    Default

    Quote Originally Posted by BobLaFrite View Post
    Thanks you for your kind response.

    I've searched around and found it wasn't very complicated to do in HotKeyNet.
    So here it is if it can help someone else

    Code:
    //-----------
    
    //----------------
    // Hotkey for moving around holding mouse Lbutton
    //-----------------
    <Hotkey ScrollLockOn LButton>
       <PassThrough>
          <SendLabel w2>
             <ClickMouse Down LButton NoRestore>
    <HotkeyUp ScrollLockOn LButton>
       <PassThrough>
          <SendLabel w2>
             <ClickMouse up LButton NoRestore>


    This is EXACTLY what I was looking for! Thank you so much for making this post! It was very helpful :-)

  3. #3

    Default

    Sorry for bumping an old thread but I'm a little new to Hotkeynet. Everytime I'm trying to run the script, I keep on getting this error

    Code:
    Finished loading hotkey file.
        No errors were found
        3 definitions were loaded
        0 keys will be used as modifiers
    
    
    Command line: AutoExec
        Unable to find command AutoExec
    
    
    Installing mouse hook
        Hook installation succeeded
    
    
    From this pc: <CursorInfo 249 313 732 464 843 622 1920 1080 843 622><Passthrough><SendWinM Diablo2><ClickMouse Down LButton NoRestore>
    <CursorInfo 249 313 732 464 843 622 1920 1080 843 622> completed
    <Passthrough> completed
    <SendWinM Diablo2> failed: Could not find window "Diablo2"
    <ClickMouse Down LButton NoRestore> failed: No window is targeted. Use SendFocusWin and either Screen or NoMove to click without targeting a window.
    
    
    From this pc: <CursorInfo 249 313 732 464 843 622 1920 1080 843 622><Passthrough><SendWinM Diablo2><ClickMouse up LButton NoRestore>
    <CursorInfo 249 313 732 464 843 622 1920 1080 843 622> completed
    <Passthrough> completed
    <SendWinM Diablo2> failed: Could not find window "Diablo2"
    <ClickMouse up LButton NoRestore> failed: No window is targeted. Use SendFocusWin and either Screen or NoMove to click without targeting a window.
    
    
    From this pc: <CursorInfo 265 388 732 464 859 697 1920 1080 859 697><Passthrough><SendWinM Diablo2><ClickMouse Down LButton NoRestore>
    <CursorInfo 265 388 732 464 859 697 1920 1080 859 697> completed
    <Passthrough> completed
    <SendWinM Diablo2> failed: Could not find window "Diablo2"
    <ClickMouse Down LButton NoRestore> failed: No window is targeted. Use SendFocusWin and either Screen or NoMove to click without targeting a window.
    
    
    From this pc: <CursorInfo 218 385 732 464 812 694 1920 1080 859 697><Passthrough><SendWinM Diablo2><ClickMouse up LButton NoRestore>
    <CursorInfo 218 385 732 464 812 694 1920 1080 859 697> completed
    <Passthrough> completed
    <SendWinM Diablo2> failed: Could not find window "Diablo2"
    <ClickMouse up LButton NoRestore> failed: No window is targeted. Use SendFocusWin and either Screen or NoMove to click without targeting a window.
    I'm trying to run two copies of diablo on one PC and at least try to do mouse broadcasting to both accounts.
    I tried changing the pathway to this line to
    <RenameWin "C:\Program Files (x86)\Diablo III\Diablo III Launcher.exe" Diablo1>
    <RenameWin "D:\Diablo III_Backup\Diablo III.exe" Diablo2>
    but it seems it didn't work.

    Can someone help me figure out the problem?
    Last edited by Khatovar : 04-16-2013 at 02:17 AM

Posting Rules

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