Hey, thanks for the reply. I already saw all that on another post. I've been trying to get the following script to work with no prevail. I was trying to test the program out with just two text documents on each computer with no prevail. My current I.P. address for the second computer is 172.16.1.35 and on my main its 172.16.1.35. My Warhammer game launches from C:\Users\Justin\Desktop\The Desktop Folder\Misc\Warhammer Folder\WarhammerOnline_Beta_ddmf, on my main computer and my second computer it launches from C:\Users\Justin\Desktop\The Desktop Folder\Warhammer Folder\WarhammerOnline_Beta_ddmf. Is there anyway i can modify this script to get it to work or atleast test it out remember I cant play till christmas so thats why ive been just trying to test it out to make sure its going to work in text documents. I was not looking for any movement keys because it will mess up my auto follow, and the rest of the buttons should be ok. I deffiently want number keys etc to go through all the games, as well as mouse clicks. I have a compact keyboard so there is no OEM key or anything like that to turn it on and off. Although the scroll button on my mouse is how its turns on and off correct? That would work out fine. Thanks in advance -Justin
//================================================== ==============
// SAMPLE SCRIPT FOR TWO WARHAMMERS ON TWO PCs
//
// 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 148 or higher.
//
// For more info, go to www.hotkeynet.com
//================================================== ==============
//-----------------------------------------------------------
// DEFINE A MAIL LABEL FOR EACH COPY OF THE GAME
//-----------------------------------------------------------
<Label w1 Local SendWin Warhammer>
<Label w2 2ND_IP_ADDRESS SendWin Warhammer>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH COPIES. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, F1-F12 except w, a, s, d, e, q>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL FOUR WOW'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>
//-----------------------------------------------------------
// Hold down Oem3 key (on U.S. keyboards, that's the
// squiggle key in upper left corner) to send mouse
// clicks to both WoWs. Assumes WoW1 is always in
// foreground.
//---------------------------------------------------------
<UseKeyAsModifier Oem3>
<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<PassThrough>
<SendLabel w2>
<ClickMouse %Trigger%>
Connect With Us