Hmm i changed it but at loading script i get a lot red lines
many empty keys (think thats not a problem)
61 errors were found
2 definitions loaded
1 key wil be used as a modifier

hotkeynet 0.1.45 build 210
pc is server and notebook client, they are connected
i am in game but nothing happen ( i tried scroll lock key on and off )

changed like this:
//================================================== ==============
// SAMPLE SCRIPT FOR TWO WOW'S ON TWO PC'S
// (one account on each machine)
//
// Instructions: Copy this entire script (all the blue writing
// on gray background including comments). Save it in a file.
// Load it into HotkeyNet.
//
// Toggle the scroll lock key to turn hotkeys off and on. (You
// can change this if you want, just like you can change
// everything else with HotkeyNet.)
//
// Requires HotkeyNet build 147 or higher.
//
// For more info, go to www.hotkeynet.com
//================================================== ==============

//-----------------------------------------------------------

// SUBROUTINE TO LAUNCH A COPY OF HGL.
//-----------------------------------------------------------
<Command Launch>
<SendPC %1%>
<Run "E:\Hellgate Resurrection\hgllauncher.exe">

//-----------------------------------------------------------

// HOTKEY TO LAUNCH BOTH HGL´s.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<Launch Local>
<Launch IP_ADDRESS_2>

//-----------------------------------------------------------

// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWin "Hellgate Tokyo">
<Label w2 2ND_IP_ADDRESS SendWin "Hellgate Tokyo">

//-----------------------------------------------------------

// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH HGLs. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>

//-----------------------------------------------------------

// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH HGL'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>

//-----------------------------------------------------------

// BROADCAST MOUSE CLICKS. REQUIRES ADJUSTMENT OF
// CLICKMOUSE DELAYS ON SETTINGS PANEL. HOLD DOWN OEM3
// (ON U.S. KEYBOARDS, THAT'S THE SQUIGGLE KEY IN UPPPER
// LEFT CORNER) WHEN YOU WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier Oem3>

<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>

<PassThrough>
<SendLabel w2>
<ClickMouse %TriggerMainKey%>


where is the problem ?