Log in

View Full Version : Autohotkey script, for 5!



Mofse
02-18-2008, 02:38 PM
Hi multiboxers!
I've been doing dual-boxing for a while, and I want to start with 5-boxing. I have a dual-boxing-script, that works with 2 windows. But not three or more. I am not good at makeing script, so I don't know how to make a script for 5 windows. There was a post here before that showed a 5-boxing-script, but I have been searching and looking for a long time now, and I can't find it. Please, help me so I can play with 5 chars :/

thinus
02-18-2008, 06:05 PM
Forums -> Software -> AHK Sticky...

Don't make me link it, things might get ugly.

opt
02-19-2008, 04:50 AM
If you ever need references to this there are heaps of info in the stickies. But because im being generous heres what I use, it might not be the cleanest, or most effective but it works for me.

~1::
KeyWait 1
IfWinActive, World of Warcraft
{
ControlSend,, 1, ahk_id %wowid2%
ControlSend,, 1, ahk_id %wowid3%
ControlSend,, 1, ahk_id %wowid4%
ControlSend,, 1, ahk_id %wowid5%
Return
}

easyas