basically I am trying to find a Lineage2 multibox and tested out this with only few Hotkeys (F5-F12). But when I try to Ctrl+Alt+L I get a message: "An internal exception occurred (Address: 0x10ac2dac)
Please, contact supportATOreans.com Thank you!" Heres my simplified version for only making it possible to actively heal with my healer and basically nothing else.



//================================================== ==============
// SAMPLE SCRIPT FOR TWO WOW'S ON ONE PC
//
// 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
//================================================== ==============

//-----------------------------------------------------------
// PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey Ctrl R>
<SendPC local>
<RenameWin "Lineage 2" l1>
<RenameWin "Lineage 2" l2>

//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF Lineage2.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Program Files (x86)\Lineage II\system\l2.exe">
<RenameTargetWin %2%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
//-----------------------------------------------------------
<Hotkey Alt Ctrl L>
<LaunchAndRename Local l1>
<LaunchAndRename Local l2>

//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWinM l1>
<Label w2 Local SendWinM l2>

//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey F5-F12>
<SendLabel w1, w2>
<Key %Trigger%>



Any ideas what im doing wrong or is it that I cant do this with Lineage? If not then if you know any other applications I would be thankfull if you refer to such.