So a couple weeks ago I RAF'd myself and decided to try out dual boxing. I asked what programs were free and allowed to use in WoW, and one of the programs recommended was hotkeynet. So I downloaded it, read a quick start guide that gave me a script to download. I really don't know anything about scripting so after a couple tweeks I moonfired 2 druids to lvl 13 and gave up until I had more time to mess with it. Yesterday morning I played for about an hour, then played dying light for the rest of the day, went back to do my dailies on WoW last night and found out I had a 48 hr suspension for "Unapproved Third Party Software".

Someone said that it might be something in the script, so thought I might post it here and maybe someone else can shine some light whether this could be the problem or not.

Code:


//================================================================
// 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 ScrollLockOn Ctrl R>
    <SendPC local>
        <RenameWin "World of Warcraft" WoW1> 
        <RenameWin "World of Warcraft" WoW2> 


//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
   <SendPC %1%> 
      <Run "c:\Program Files\World of Warcraft\WoW.exe">
        <RenameTargetWin %2%>


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


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


//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, space, Numpad1, Numpad2, Numpad3, Numpad4, Numpad5, Numpad6, Numpad7, Numpad8, Numpad9, Numpad0, Plus, Minus, F1-F12 except W, S, Q, E>
<SendLabel w1, w2>
<Key %Trigger%> 


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


//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
// THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU 
// WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier insert>


<Hotkey ScrollLockOn insert LButton, MButton, RButton, Button4, Button5>
//<Hotkey ScrollLockOn LButton, MButton, RButton, Button4, Button5>
   <SendLabel w1, w2> 
      <ClickMouse %TriggerMainKey%>
I am not too hurt by the 48 hr suspension, but I really don't want something more severe to come of this and especially when I don't even know why I have recieved it. I did appeal it but I am expecting a copy paste response.