Multiboxing Guide : how to start multiboxing in 5min
What is multiboxing :
multiboxing is the art of playing multiple characters at the same time. we can do this thanks to software like HKN, wich broadcast our keystrokes to all our wow clients. we use also the Jamba addon to make things easier like flight path travel.
what you will need to start multiboxing :
-wow client (3.3.5)
-jamba addon (release 0.7b)
-mbxing software (HotKeyNet)
-at least two different wow accounts.
how to download HKN and setup :
https://github.com/nanpuhaha/HotkeyN...keynet_210.zip (from github, nanpuhaha)
open hotkeynet.zip and extract into a new folder.
copy paste HKN script (raw) into a new text file. save it as "script1"
https://gist.github.com/jonathanarge..._5_players-txt (from github, hkn script)
now launch HKN and then click "load script". search for the "script1" you just created.
HKN will now say or not if there is any errors within the script. if there is any errors, you will need to correct them otherwise it will not work. this script will need aslo a couple more things to rewrite. (more on that later)
open your wow folder, copy paste the wow folder adress into the script. for me, it looks like this :
<Run "D:GamesWoW 3.3.5 USWow.exe">
now save the script, reload it and try launching the game to see if it works (with alt ctrl L).
at this point you should have 5 wow clients popping up. to rename them, use ctrl r. now the 5 wow client are correctly named "wow1" "wow2" etc.
login with your two accounts or more and try doing something simple like using mount. if the mount is set on the same key on all of your character and the HKN is running and on, all should mount at the same time. if not, check if HKN hotkeys are on or not. a red cross is shown when its off.
You are now multiboxing two or more client at the same time congratz.
To setup Jamba addon :
first download from curseforge the file for 3.3.5 (release 0.7b)
https://www.curseforge.com/wow/addons/jamba/files/all
then unzip/put in the addon folder in your wow directory. (interface/addons)
In game, type : /jamba and change the following :
loot --> free for all
team display -> you have to put the same character name on all your slaves jamba accounts. on each of your seperate windows, make sure the same name is set as master : click add name, then set as "master" click push settings.
Quest Watcher : enable or disable // hide blizzard objectives uncheck it. (my preference)
jamba proc : you can disable it.
jamba item use : show on master only. this is usefull for stuff like heartstone
HKN documentation :
https://hotkeynet.readthedocs.io/lat...bel/index.html
script1 copy pasted :
//================================================== ==============
// SAMPLE SCRIPT FOR FIVE 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>
<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 "E:GamesWrath of the Lich King 3.3.5a (wod models)Wow.exe">
<RenameTargetWin %2%>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
//-----------------------------------------------------------
<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, Numpad1, Numpad2, Numpad3, Numpad4, Numpad5, Numpad6, Numpad7, Numpad8, Numpad9, Numpad0, NumpadPlus, NumpadMinus, F1-F12 except W, A, S, D, Q, E>
<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%>