Hi,
I was doing some HKN script editing trying to make my WoW multiboxing little nicer. I just want to be safe and ask someone more experienced if this script is safe and doesn't violate Blizzard rules in any way since im little paranoid.
My main goal is to be able to swap and resize game windows whenever I need without doing it manually with my mouse.
Currently running 8-box with 1 big window and 7 small on one display (my "off-screen" that I'm using for games).
Code:
<Hotkey ScrollLockOn Alt F1>
<Targetwin WoW1>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW2>
<SetwinRect -1920 900 320 180>
<Targetwin WoW3>
<SetwinRect -1600 900 320 180>
<Targetwin WoW4>
<SetwinRect -1280 900 320 180>
<Targetwin WoW5>
<SetwinRect -960 900 320 180>
<Targetwin WoW6>
<SetwinRect -640 900 320 180>
<Targetwin WoW7>
<SetwinRect -320 900 320 180>
<Targetwin WoW8>
<SetwinRect -320 720 320 180>
<Hotkey ScrollLockOn Alt F2>
<Targetwin WoW2>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW1>
<SetwinRect -1920 900 320 180>
<Targetwin WoW3>
<SetwinRect -1600 900 320 180>
<Targetwin WoW4>
<SetwinRect -1280 900 320 180>
<Targetwin WoW5>
<SetwinRect -960 900 320 180>
<Targetwin WoW6>
<SetwinRect -640 900 320 180>
<Targetwin WoW7>
<SetwinRect -320 900 320 180>
<Targetwin WoW8>
<SetwinRect -320 720 320 180>
<Hotkey ScrollLockOn Alt F3>
<Targetwin WoW3>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW2>
<SetwinRect -1920 900 320 180>
<Targetwin WoW1>
<SetwinRect -1600 900 320 180>
<Targetwin WoW4>
<SetwinRect -1280 900 320 180>
<Targetwin WoW5>
<SetwinRect -960 900 320 180>
<Targetwin WoW6>
<SetwinRect -640 900 320 180>
<Targetwin WoW7>
<SetwinRect -320 900 320 180>
<Targetwin WoW8>
<SetwinRect -320 720 320 180>
<Hotkey ScrollLockOn Alt F4>
<Targetwin WoW4>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW2>
<SetwinRect -1920 900 320 180>
<Targetwin WoW3>
<SetwinRect -1600 900 320 180>
<Targetwin WoW1>
<SetwinRect -1280 900 320 180>
<Targetwin WoW5>
<SetwinRect -960 900 320 180>
<Targetwin WoW6>
<SetwinRect -640 900 320 180>
<Targetwin WoW7>
<SetwinRect -320 900 320 180>
<Targetwin WoW8>
<SetwinRect -320 720 320 180>
<Hotkey ScrollLockOn Alt F5>
<Targetwin WoW5>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW2>
<SetwinRect -1920 900 320 180>
<Targetwin WoW3>
<SetwinRect -1600 900 320 180>
<Targetwin WoW4>
<SetwinRect -1280 900 320 180>
<Targetwin WoW1>
<SetwinRect -960 900 320 180>
<Targetwin WoW6>
<SetwinRect -640 900 320 180>
<Targetwin WoW7>
<SetwinRect -320 900 320 180>
<Targetwin WoW8>
<SetwinRect -320 720 320 180>
<Hotkey ScrollLockOn Alt F6>
<Targetwin WoW6>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW2>
<SetwinRect -1920 900 320 180>
<Targetwin WoW3>
<SetwinRect -1600 900 320 180>
<Targetwin WoW4>
<SetwinRect -1280 900 320 180>
<Targetwin WoW5>
<SetwinRect -960 900 320 180>
<Targetwin WoW1>
<SetwinRect -640 900 320 180>
<Targetwin WoW7>
<SetwinRect -320 900 320 180>
<Targetwin WoW8>
<SetwinRect -320 720 320 180>
<Hotkey ScrollLockOn Alt F7>
<Targetwin WoW7>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW2>
<SetwinRect -1920 900 320 180>
<Targetwin WoW3>
<SetwinRect -1600 900 320 180>
<Targetwin WoW4>
<SetwinRect -1280 900 320 180>
<Targetwin WoW5>
<SetwinRect -960 900 320 180>
<Targetwin WoW6>
<SetwinRect -640 900 320 180>
<Targetwin WoW1>
<SetwinRect -320 900 320 180>
<Targetwin WoW8>
<SetwinRect -320 720 320 180>
<Hotkey ScrollLockOn Alt F8>
<Targetwin WoW8>
<SetwinRect -1920 0 1600 900>
<Targetwin WoW2>
<SetwinRect -1920 900 320 180>
<Targetwin WoW3>
<SetwinRect -1600 900 320 180>
<Targetwin WoW4>
<SetwinRect -1280 900 320 180>
<Targetwin WoW5>
<SetwinRect -960 900 320 180>
<Targetwin WoW6>
<SetwinRect -640 900 320 180>
<Targetwin WoW7>
<SetwinRect -320 900 320 180>
<Targetwin WoW1>
<SetwinRect -320 720 320 180>
Here is script for removing frames.
<Hotkey ScrollLockOn Alt Ctrl 0>
<Targetwin WoW1>
<RemoveWinFrame>
<Targetwin WoW2>
<RemoveWinFrame>
<Targetwin WoW3>
<RemoveWinFrame>
<Targetwin WoW4>
<RemoveWinFrame>
<Targetwin WoW5>
<RemoveWinFrame>
<Targetwin WoW6>
<RemoveWinFrame>
<Targetwin WoW7>
<RemoveWinFrame>
<Targetwin WoW8>
<RemoveWinFrame>
Not expert level, probably unnecessary long, but I made it somehow...
Connect With Us