0% found this document useful (0 votes)
317 views2 pages

Script War Mane

This script allows a user to run up to 5 instances of World of Warcraft simultaneously on one PC. It provides hotkeys to launch and rename each WoW window, defines labels to send keystrokes between windows, and sets up hotkeys to broadcast common key presses and mouse clicks across all open WoW instances. The script is designed to work with the HotkeyNet software and requires loading the script file into that program.

Uploaded by

vitor210
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
317 views2 pages

Script War Mane

This script allows a user to run up to 5 instances of World of Warcraft simultaneously on one PC. It provides hotkeys to launch and rename each WoW window, defines labels to send keystrokes between windows, and sets up hotkeys to broadcast common key presses and mouse clicks across all open WoW instances. The script is designed to work with the HotkeyNet software and requires loading the script file into that program.

Uploaded by

vitor210
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

//================================================================

// SAMPLE SCRIPT FOR FOUR 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 148 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>
<RenameWin "World of Warcraft" WoW3>
<RenameWin "World of Warcraft" WoW4>
<RenameWin "World of Warcraft" WoW5>

//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "D:\TORRENT\World of Warcraft 3.3.5a (no install)\WoW.exe">
<RenameTargetWin %2%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local WoW1>
<LaunchAndRename Local WoW2>
<LaunchAndRename Local WoW3>
<LaunchAndRename Local WoW4>
<LaunchAndRename Local WoW5>

//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES.
//-----------------------------------------------------------
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
<Label w3 Local SendWinM WoW3>
<Label w4 Local SendWinM WoW4>
<Label w5 Local SendWinM WoW5>

//-----------------------------------------------------------
// 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, Plus, Minus, F1-F12, except W, A, S, D, Q, E, M, N,
P>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

<Hotkey ScrollLockOn Shift A>


<SendLabel w1, w2, w3, w4, w5
<Key %Trigger%>

<Hotkey ScrollLockOn ., ->


<SendLabel w1, w2, w3, w4, w5
<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, w3, w4, w5>
<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 Oem3>

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


<SendLabel w1, w2, w3, w4, w5>
<ClickMouse %TriggerMainKey%>

You might also like