Hey, I started scripting on HotKeyNet to multibox but I can't manage to find a good script any help would be appreciated! Got a script from the Hotkeynet forum here
Also i use GWLauncher to startup both account
Also i use GWLauncher to startup both account
Code:
//-------------------------------------------------------------------------------------------
// Define mail labels for sending key strokes
//-------------------------------------------------------------------------------------------
<Label w1 Local SendWin "Char1">
<Label w2 Local SendWin "Char2">
//-------------------------------------------------------------------------------------------
// Broadcasted hotkeys that are sent to all systems at the same time
//-------------------------------------------------------------------------------------------
<Hotkey ScrollLockOn 1-8>
<SendLabel w1, w2>
<Key %Trigger%>
//-------------------------------------------------------------------------------------------
// Press Shift and a movement key to move your followers only
//-------------------------------------------------------------------------------------------
<MovementHotkey ScrollLockOn RShift W, A, S, D, Q, E>
<SendLabel w2>
<Key %TriggerMainKey%>
//-------------------------------------------------------------------------------------------
// Broadcast mouse clicks. hold down left-side "Alt" to broadcast
//
// {may only work on same-sized/resolution screens}
//-------------------------------------------------------------------------------------------
<Hotkey ScrollLockOn LAlt LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2>
<ClickMouse %TriggerMainKey%>