Hey guys, so i was just banned for using a "Bot or third party program". The only thing i use is HotKeyNet that could be considered a 3rd party program. I use a script i found online, which i don't believe has anything against TOS in it. Has anyone had this happen to them? I'll post the script i used below. Thanks in advance.
Code:
// Scrolllock is the toggle for hotkeys
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
// <RenameWin "World of Warcraft" PreDummyBox>
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Program Files (x86)\World of Warcraft\_classic_\WowClassic.exe">
<wait 3500>
<RenameWin "World of Warcraft" PreDummyBox>
<RenameWin "World of Warcraft" %2%>
//-----------------------------------------------------------
// COMMAND TO SET THE POSITION AND SIZE OF A WINDOW.
//-----------------------------------------------------------
<Command PositionAndSize>
<TargetWin %1%>
<SetWinPos %2% %3%>
<SetWinSize %4% %5%>
//-----------------------------------------------------------
// Shift-alt-L launches all 5 instances and logs in
//-----------------------------------------------------------
<Hotkey Alt Ctrl O>
<LaunchAndRename Local WoW1>
<sendpc local>
<SendWin "WoW1">
<LaunchAndRename Local WoW2>
<sendpc local>
<SendWin "WoW2">
<Hotkey ScrollLockOn Alt Ctrl R>
<SendPC local>
<RenameWin "World of Warcraft" WoW1>
<RenameWin "World of Warcraft" WoW2>
<RenameWin "World of Warcraft" WoW3>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES.
//-----------------------------------------------------------
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
<Label w3 Local SendWinM WoW3>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO ALL WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Space, tab, 1, 2, 3, 4, 8, 5, 6, 9, 0, 7, Oem3, Numpad5, F1-F12, except W, A, D>
<SendLabel w1, w2, w3>
<Key %Trigger%>
//
//Res - 1920 x 1080
//
// <PositionAndSize WoW1 0 0 1000 850>
// <PositionAndSize WoW2 0 0 1500 850>
//
<Hotkey ScrollLockOn Alt Ctrl F1>
<PositionAndSize WoW1 200 0 1500 850>
<PositionAndSize WoW2 0 290 1000 750>
<PositionAndSize WoW3 920 290 1000 750>
<Hotkey ScrollLockOn Alt Ctrl F2>
<PositionAndSize WoW2 200 0 1500 850>
<PositionAndSize WoW3 0 290 1000 750>
<PositionAndSize WoW1 920 290 1000 750>
<Hotkey ScrollLockOn Alt Ctrl F3>
<PositionAndSize WoW3 200 0 1500 850>
<PositionAndSize WoW1 0 290 1000 750>
<PositionAndSize WoW2 920 290 1000 750>
Connect With Us