I can't seem to get things right, I've copied and replicated other's guides and for some reason nothing is working.

This is my code:
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
//================================================================

//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
   <SendPC %1%>
  <Run %2%>
  <RenameTargetWin %3%>
  <RemoveWinFrame>
  <SetAffinity %4%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS while 5 boxing
// Please configure the Path and processor afinitys correctly
//-----------------------------------------------------------
<Hotkey Alt Ctrl L>
<LaunchAndRename Local "D:\Games\World of Warcraft\Wow.exe" WoW1 1>
<LaunchAndRename Local "D:\Games\World of Warcraft\Wow.exe" WoW2 2>
<Command ResizeAndPosition WoW1 WoW2>

<Hotkey Ctrl R>
   <SendPC Local>
      <Command Rename local "World of Warcraft" "WoW1">
      <Command Rename local "World of Warcraft" "WoW2">



//-----------------------------------------------------------
// SUBROUTINE TO Position Windows for 5 boxing.
//-----------------------------------------------------------
<Command ResizeAndPosition>
   <SendPC Local>
      <SendWinM %1%>
               <SetWinRect 0 0 1920 1080>              
      <SendWinM %2%>
             <SetWinRect 1920 0 1920 1080>  

//----------------------------------------------------------------
//Window Switching
//----------------------------------------------------------------
<Hotkey F1>
   <Command ResizeAndPosition WoW1 WoW2>
<Hotkey F2>
   <Command ResizeAndPosition WoW2 WoW1>

//-----------------------------------------------------------
// 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 ALL WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<KeyList MyList A-Z, 0-9, Enter, Tab, Oem4, Space, Comma, Oem6 except W, A, S, D, Q, E, L>

<Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
       <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>
<SendLabel w1, w2>
<Key %Trigger%>

<Hotkey c Shift LButton, MButton, RButton>  
<SendLabel w1, w2>
<KeyDown shift c>
<ClickMouse  %TriggerMainKey%>
<KeyUp shift>

<hotkey pause>
    <sendpc local>
    <ToggleHotkeys>
And here are my errors at the moment

Code:
Disregarding empty hotkey: <Hotkey Shift 6>
    Disregarding empty hotkey: <Hotkey Ctrl 6>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey 7>
    Disregarding empty hotkey: <Hotkey Shift 7>
    Disregarding empty hotkey: <Hotkey Alt 7>
    Disregarding empty hotkey: <Hotkey Ctrl 7>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey 8>
    Disregarding empty hotkey: <Hotkey Shift 8>
    Disregarding empty hotkey: <Hotkey Alt 8>
    Disregarding empty hotkey: <Hotkey Ctrl 8>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey 9>
    Disregarding empty hotkey: <Hotkey Shift 9>
    Disregarding empty hotkey: <Hotkey Alt 9>
    Disregarding empty hotkey: <Hotkey Ctrl 9>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey B>
    Disregarding empty hotkey: <Hotkey Shift B>
    Disregarding empty hotkey: <Hotkey Alt B>
    Disregarding empty hotkey: <Hotkey Ctrl B>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey C>
    Disregarding empty hotkey: <Hotkey Shift C>
    Disregarding empty hotkey: <Hotkey Alt C>
    Disregarding empty hotkey: <Hotkey Ctrl C>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F>
    Disregarding empty hotkey: <Hotkey Shift F>
    Disregarding empty hotkey: <Hotkey Alt F>
    Disregarding empty hotkey: <Hotkey Ctrl F>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey G>
    Disregarding empty hotkey: <Hotkey Shift G>
    Disregarding empty hotkey: <Hotkey Alt G>
    Disregarding empty hotkey: <Hotkey Ctrl G>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey H>
    Disregarding empty hotkey: <Hotkey Shift H>
    Disregarding empty hotkey: <Hotkey Alt H>
    Disregarding empty hotkey: <Hotkey Ctrl H>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey I>
    Disregarding empty hotkey: <Hotkey Shift I>
    Disregarding empty hotkey: <Hotkey Alt I>
    Disregarding empty hotkey: <Hotkey Ctrl I>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey J>
    Disregarding empty hotkey: <Hotkey Shift J>
    Disregarding empty hotkey: <Hotkey Alt J>
    Disregarding empty hotkey: <Hotkey Ctrl J>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey K>
    Disregarding empty hotkey: <Hotkey Shift K>
    Disregarding empty hotkey: <Hotkey Alt K>
    Disregarding empty hotkey: <Hotkey Ctrl K>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey M>
    Disregarding empty hotkey: <Hotkey Shift M>
    Disregarding empty hotkey: <Hotkey Alt M>
    Disregarding empty hotkey: <Hotkey Ctrl M>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey N>
    Disregarding empty hotkey: <Hotkey Shift N>
    Disregarding empty hotkey: <Hotkey Alt N>
    Disregarding empty hotkey: <Hotkey Ctrl N>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey O>
    Disregarding empty hotkey: <Hotkey Shift O>
    Disregarding empty hotkey: <Hotkey Alt O>
    Disregarding empty hotkey: <Hotkey Ctrl O>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey P>
    Disregarding empty hotkey: <Hotkey Shift P>
    Disregarding empty hotkey: <Hotkey Alt P>
    Disregarding empty hotkey: <Hotkey Ctrl P>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Ctrl R>
    Disregarding empty hotkey: <Hotkey R>
    Disregarding empty hotkey: <Hotkey Shift R>
    Disregarding empty hotkey: <Hotkey Alt R>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey T>
    Disregarding empty hotkey: <Hotkey Shift T>
    Disregarding empty hotkey: <Hotkey Alt T>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey U>
    Disregarding empty hotkey: <Hotkey Shift U>
    Disregarding empty hotkey: <Hotkey Alt U>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey V>
    Disregarding empty hotkey: <Hotkey Shift V>
    Disregarding empty hotkey: <Hotkey Alt V>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey X>
    Disregarding empty hotkey: <Hotkey Shift X>
    Disregarding empty hotkey: <Hotkey Alt X>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Y>
    Disregarding empty hotkey: <Hotkey Shift Y>
    Disregarding empty hotkey: <Hotkey Alt Y>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Z>
    Disregarding empty hotkey: <Hotkey Shift Z>
    Disregarding empty hotkey: <Hotkey Alt Z>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F1>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F2>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Comma>
    Disregarding empty hotkey: <Hotkey Shift Comma>
    Disregarding empty hotkey: <Hotkey Alt Comma>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Oem4>
    Disregarding empty hotkey: <Hotkey Shift Oem4>
    Disregarding empty hotkey: <Hotkey Alt Oem4>

Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Oem6>
    Disregarding empty hotkey: <Hotkey Shift Oem6>
    Disregarding empty hotkey: <Hotkey Alt Oem6>

Finished loading hotkey file.
    135 errors were found
    12 definitions were loaded
    0 keys will be used as modifiers

Command line: AutoExec
    Unable to find command AutoExec
I really want to Multibox and I don't want to waste money on it, yet I don't seem to be getting much guidance and help other than people keep linking me the same tutorials.