<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Multiboxing Guide</title>
	<atom:link href="http://www.drainingsouls.net/2009/05/21/multiboxing-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/</link>
	<description>A World of Warcraft (and MMO) blog</description>
	<pubDate>Sat, 31 Jul 2010 15:06:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guideman</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2178</link>
		<dc:creator>Guideman</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2178</guid>
		<description>ClonesPush(strKeys)
{
	global WowWinId1
	global WowWinId2
	IfWinNotActive, ahk_id %WowWinId1%
		ControlSend, , %strKeys%, ahk_id %WowWinId1%
	IfWinNotActive, ahk_id %WowWinId2%
		ControlSend, , %strKeys%, ahk_id %WowWinId2%
}

;Grab unique window ID's
WinGet, WowWinId, List, World of Warcraft

; *******************************
; *** Only if WoW is in focus ***
; *******************************
#IfWinActive, World of Warcraft

;*** Special Functions ***

; *** Makes clones follow main ***
-::ClonesPush("{- down}{- up}")

; *** Makes clones assist main ***
=::ClonesPush("{= down}{= up}")

; *** Move clones ***
Up::ClonesPush("{Up down}")
Up Up::ClonesPush("{Up up}")
Down::ClonesPush("{Down down}")
Down Up::ClonesPush("{Down up}")
Left::ClonesPush("{Left down}")
Left Up::ClonesPush("{Left up}")
Right::ClonesPush("{Right down}")
Right Up::ClonesPush("{Right up}")

; ******************
; *** Extra Stuff ***
; ******************

; *** Makes clone Loot ***
~;::ClonesPush("{; down}{; up}")

; *** Makes clones jump with main ***
~Space::ClonesPush("{Space down}{Space up}")

; *** Suspends HotKeys while typing on main ***
~Enter::Suspend, Toggle
~/::Suspend, On
~Escape::Suspend, Off
~PgDn::Suspend, Toggle

; *******************
; *** Hotbars 1-0 ***
; *******************
~1::ClonesPush("{= down}{= up}{1 down}{1 up}")
~2::ClonesPush("{= down}{= up}{2 down}{2 up}")
~3::ClonesPush("{= down}{= up}{3 down}{3 up}")
~4::ClonesPush("{= down}{= up}{4 down}{4 up}")
~5::ClonesPush("{= down}{= up}{5 down}{5 up}")
~6::ClonesPush("{= down}{= up}{6 down}{6 up}")
~7::ClonesPush("{= down}{= up}{7 down}{7 up}")
~8::ClonesPush("{= down}{= up}{8 down}{8 up}")
~9::ClonesPush("{= down}{= up}{9 down}{9 up}")
~0::ClonesPush("{= down}{= up}{0 down}{0 up}")

; ***************************
; *** Hotbars SHIFT(+) 1-0 ***
; ***************************
~+1::ClonesPush("{LShift down}{1 down}{1 up}{LShift up}")
~+2::ClonesPush("{LShift down}{2 down}{2 up}{LShift up}")
~+3::ClonesPush("{LShift down}{3 down}{3 up}{LShift up}")
~+4::ClonesPush("{LShift down}{4 down}{4 up}{LShift up}")
~+5::ClonesPush("{LShift down}{5 down}{5 up}{LShift up}")
~+6::ClonesPush("{LShift down}{6 down}{6 up}{LShift up}")
~+7::ClonesPush("{LShift down}{7 down}{7 up}{LShift up}")
~+8::ClonesPush("{LShift down}{8 down}{8 up}{LShift up}")
~+9::ClonesPush("{LShift down}{9 down}{9 up}{LShift up}")
~+0::ClonesPush("{LShift down}{0 down}{0 up}{LShift up}")

; **************************
; *** Hotbars CTRL(^) 1-0 ***
; **************************
~^1::ClonesPush("{Ctrl down}{1 down}{1 up}{Ctrl up}")
~^2::ClonesPush("{Ctrl down}{2 down}{2 up}{Ctrl up}")
~^3::ClonesPush("{Ctrl down}{3 down}{3 up}{Ctrl up}")
~^4::ClonesPush("{Ctrl down}{4 down}{4 up}{Ctrl up}")
~^5::ClonesPush("{Ctrl down}{5 down}{5 up}{Ctrl up}")
~^6::ClonesPush("{Ctrl down}{6 down}{6 up}{Ctrl up}")
~^7::ClonesPush("{Ctrl down}{7 down}{7 up}{Ctrl up}")
~^8::ClonesPush("{Ctrl down}{8 down}{8 up}{Ctrl up}")
~^9::ClonesPush("{Ctrl down}{9 down}{9 up}{Ctrl up}")
~^0::ClonesPush("{Ctrl down}{0 down}{0 up}{Ctrl up}")

; *********************
; *** Hotbars F1-F12 ***
; *********************
~F1::ClonesPush("{= down}{= up}{F1 down}{F1 up}")
~F2::ClonesPush("{= down}{= up}{F2 down}{F2 up}")
~F3::ClonesPush("{= down}{= up}{F3 down}{F3 up}")
~F4::ClonesPush("{= down}{= up}{F4 down}{F4 up}")
~F5::ClonesPush("{= down}{= up}{F5 down}{F5 up}")
~F6::ClonesPush("{= down}{= up}{F6 down}{F6 up}")
~F7::ClonesPush("{= down}{= up}{F7 down}{F7 up}")
~F8::ClonesPush("{= down}{= up}{F8 down}{F8 up}")
~F9::ClonesPush("{= down}{= up}{F9 down}{F9 up}")
~F10::ClonesPush("{= down}{= up}{F10 down}{F10 up}")
~F11::ClonesPush("{= down}{= up}{F11 down}{F11 up}")
~F12::ClonesPush("{= down}{= up}{F12 down}{F12 up}")

; ***************************
; *** Hotbars SHIFT F1-F12 ***
; ***************************
~+F1::ClonesPush("{LShift down}{F1 down}{F1 up}{LShift up}")
~+F2::ClonesPush("{LShift down}{F2 down}{F2 up}{LShift up}")
~+F3::ClonesPush("{LShift down}{F3 down}{F3 up}{LShift up}")
~+F4::ClonesPush("{LShift down}{F4 down}{F4 up}{LShift up}")
~+F5::ClonesPush("{LShift down}{F5 down}{F5 up}{LShift up}")
~+F6::ClonesPush("{LShift down}{F6 down}{F6 up}{LShift up}")
~+F7::ClonesPush("{LShift down}{F7 down}{F7 up}{LShift up}")
~+F8::ClonesPush("{LShift down}{F8 down}{F8 up}{LShift up}")
~+F9::ClonesPush("{LShift down}{F9 down}{F9 up}{LShift up}")
~+F10::ClonesPush("{LShift down}{F10 down}{F10 up}{LShift up}")
~+F11::ClonesPush("{LShift down}{F11 down}{F11 up}{LShift up}")
~+F12::ClonesPush("{LShift down}{F12 down}{F12 up}{LShift up}")


There you go the best script you can find allow you have alot of buttons to use and not only 1-9 as the script many posted on other forums;D</description>
		<content:encoded><![CDATA[<p>ClonesPush(strKeys)<br />
{<br />
	global WowWinId1<br />
	global WowWinId2<br />
	IfWinNotActive, ahk_id %WowWinId1%<br />
		ControlSend, , %strKeys%, ahk_id %WowWinId1%<br />
	IfWinNotActive, ahk_id %WowWinId2%<br />
		ControlSend, , %strKeys%, ahk_id %WowWinId2%<br />
}</p>
<p>;Grab unique window ID&#8217;s<br />
WinGet, WowWinId, List, World of Warcraft</p>
<p>; *******************************<br />
; *** Only if WoW is in focus ***<br />
; *******************************<br />
#IfWinActive, World of Warcraft</p>
<p>;*** Special Functions ***</p>
<p>; *** Makes clones follow main ***<br />
-::ClonesPush(&#8221;{- down}{- up}&#8221;)</p>
<p>; *** Makes clones assist main ***<br />
=::ClonesPush(&#8221;{= down}{= up}&#8221;)</p>
<p>; *** Move clones ***<br />
Up::ClonesPush(&#8221;{Up down}&#8221;)<br />
Up Up::ClonesPush(&#8221;{Up up}&#8221;)<br />
Down::ClonesPush(&#8221;{Down down}&#8221;)<br />
Down Up::ClonesPush(&#8221;{Down up}&#8221;)<br />
Left::ClonesPush(&#8221;{Left down}&#8221;)<br />
Left Up::ClonesPush(&#8221;{Left up}&#8221;)<br />
Right::ClonesPush(&#8221;{Right down}&#8221;)<br />
Right Up::ClonesPush(&#8221;{Right up}&#8221;)</p>
<p>; ******************<br />
; *** Extra Stuff ***<br />
; ******************</p>
<p>; *** Makes clone Loot ***<br />
~;::ClonesPush(&#8221;{; down}{; up}&#8221;)</p>
<p>; *** Makes clones jump with main ***<br />
~Space::ClonesPush(&#8221;{Space down}{Space up}&#8221;)</p>
<p>; *** Suspends HotKeys while typing on main ***<br />
~Enter::Suspend, Toggle<br />
~/::Suspend, On<br />
~Escape::Suspend, Off<br />
~PgDn::Suspend, Toggle</p>
<p>; *******************<br />
; *** Hotbars 1-0 ***<br />
; *******************<br />
~1::ClonesPush(&#8221;{= down}{= up}{1 down}{1 up}&#8221;)<br />
~2::ClonesPush(&#8221;{= down}{= up}{2 down}{2 up}&#8221;)<br />
~3::ClonesPush(&#8221;{= down}{= up}{3 down}{3 up}&#8221;)<br />
~4::ClonesPush(&#8221;{= down}{= up}{4 down}{4 up}&#8221;)<br />
~5::ClonesPush(&#8221;{= down}{= up}{5 down}{5 up}&#8221;)<br />
~6::ClonesPush(&#8221;{= down}{= up}{6 down}{6 up}&#8221;)<br />
~7::ClonesPush(&#8221;{= down}{= up}{7 down}{7 up}&#8221;)<br />
~8::ClonesPush(&#8221;{= down}{= up}{8 down}{8 up}&#8221;)<br />
~9::ClonesPush(&#8221;{= down}{= up}{9 down}{9 up}&#8221;)<br />
~0::ClonesPush(&#8221;{= down}{= up}{0 down}{0 up}&#8221;)</p>
<p>; ***************************<br />
; *** Hotbars SHIFT(+) 1-0 ***<br />
; ***************************<br />
~+1::ClonesPush(&#8221;{LShift down}{1 down}{1 up}{LShift up}&#8221;)<br />
~+2::ClonesPush(&#8221;{LShift down}{2 down}{2 up}{LShift up}&#8221;)<br />
~+3::ClonesPush(&#8221;{LShift down}{3 down}{3 up}{LShift up}&#8221;)<br />
~+4::ClonesPush(&#8221;{LShift down}{4 down}{4 up}{LShift up}&#8221;)<br />
~+5::ClonesPush(&#8221;{LShift down}{5 down}{5 up}{LShift up}&#8221;)<br />
~+6::ClonesPush(&#8221;{LShift down}{6 down}{6 up}{LShift up}&#8221;)<br />
~+7::ClonesPush(&#8221;{LShift down}{7 down}{7 up}{LShift up}&#8221;)<br />
~+8::ClonesPush(&#8221;{LShift down}{8 down}{8 up}{LShift up}&#8221;)<br />
~+9::ClonesPush(&#8221;{LShift down}{9 down}{9 up}{LShift up}&#8221;)<br />
~+0::ClonesPush(&#8221;{LShift down}{0 down}{0 up}{LShift up}&#8221;)</p>
<p>; **************************<br />
; *** Hotbars CTRL(^) 1-0 ***<br />
; **************************<br />
~^1::ClonesPush(&#8221;{Ctrl down}{1 down}{1 up}{Ctrl up}&#8221;)<br />
~^2::ClonesPush(&#8221;{Ctrl down}{2 down}{2 up}{Ctrl up}&#8221;)<br />
~^3::ClonesPush(&#8221;{Ctrl down}{3 down}{3 up}{Ctrl up}&#8221;)<br />
~^4::ClonesPush(&#8221;{Ctrl down}{4 down}{4 up}{Ctrl up}&#8221;)<br />
~^5::ClonesPush(&#8221;{Ctrl down}{5 down}{5 up}{Ctrl up}&#8221;)<br />
~^6::ClonesPush(&#8221;{Ctrl down}{6 down}{6 up}{Ctrl up}&#8221;)<br />
~^7::ClonesPush(&#8221;{Ctrl down}{7 down}{7 up}{Ctrl up}&#8221;)<br />
~^8::ClonesPush(&#8221;{Ctrl down}{8 down}{8 up}{Ctrl up}&#8221;)<br />
~^9::ClonesPush(&#8221;{Ctrl down}{9 down}{9 up}{Ctrl up}&#8221;)<br />
~^0::ClonesPush(&#8221;{Ctrl down}{0 down}{0 up}{Ctrl up}&#8221;)</p>
<p>; *********************<br />
; *** Hotbars F1-F12 ***<br />
; *********************<br />
~F1::ClonesPush(&#8221;{= down}{= up}{F1 down}{F1 up}&#8221;)<br />
~F2::ClonesPush(&#8221;{= down}{= up}{F2 down}{F2 up}&#8221;)<br />
~F3::ClonesPush(&#8221;{= down}{= up}{F3 down}{F3 up}&#8221;)<br />
~F4::ClonesPush(&#8221;{= down}{= up}{F4 down}{F4 up}&#8221;)<br />
~F5::ClonesPush(&#8221;{= down}{= up}{F5 down}{F5 up}&#8221;)<br />
~F6::ClonesPush(&#8221;{= down}{= up}{F6 down}{F6 up}&#8221;)<br />
~F7::ClonesPush(&#8221;{= down}{= up}{F7 down}{F7 up}&#8221;)<br />
~F8::ClonesPush(&#8221;{= down}{= up}{F8 down}{F8 up}&#8221;)<br />
~F9::ClonesPush(&#8221;{= down}{= up}{F9 down}{F9 up}&#8221;)<br />
~F10::ClonesPush(&#8221;{= down}{= up}{F10 down}{F10 up}&#8221;)<br />
~F11::ClonesPush(&#8221;{= down}{= up}{F11 down}{F11 up}&#8221;)<br />
~F12::ClonesPush(&#8221;{= down}{= up}{F12 down}{F12 up}&#8221;)</p>
<p>; ***************************<br />
; *** Hotbars SHIFT F1-F12 ***<br />
; ***************************<br />
~+F1::ClonesPush(&#8221;{LShift down}{F1 down}{F1 up}{LShift up}&#8221;)<br />
~+F2::ClonesPush(&#8221;{LShift down}{F2 down}{F2 up}{LShift up}&#8221;)<br />
~+F3::ClonesPush(&#8221;{LShift down}{F3 down}{F3 up}{LShift up}&#8221;)<br />
~+F4::ClonesPush(&#8221;{LShift down}{F4 down}{F4 up}{LShift up}&#8221;)<br />
~+F5::ClonesPush(&#8221;{LShift down}{F5 down}{F5 up}{LShift up}&#8221;)<br />
~+F6::ClonesPush(&#8221;{LShift down}{F6 down}{F6 up}{LShift up}&#8221;)<br />
~+F7::ClonesPush(&#8221;{LShift down}{F7 down}{F7 up}{LShift up}&#8221;)<br />
~+F8::ClonesPush(&#8221;{LShift down}{F8 down}{F8 up}{LShift up}&#8221;)<br />
~+F9::ClonesPush(&#8221;{LShift down}{F9 down}{F9 up}{LShift up}&#8221;)<br />
~+F10::ClonesPush(&#8221;{LShift down}{F10 down}{F10 up}{LShift up}&#8221;)<br />
~+F11::ClonesPush(&#8221;{LShift down}{F11 down}{F11 up}{LShift up}&#8221;)<br />
~+F12::ClonesPush(&#8221;{LShift down}{F12 down}{F12 up}{LShift up}&#8221;)</p>
<p>There you go the best script you can find allow you have alot of buttons to use and not only 1-9 as the script many posted on other forums;D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wowpro</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2161</link>
		<dc:creator>wowpro</dc:creator>
		<pubDate>Tue, 29 Dec 2009 17:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2161</guid>
		<description>hey i think i got it, but i wanted to know how you do keys like spacebar and enter... do you just type in space/enter?</description>
		<content:encoded><![CDATA[<p>hey i think i got it, but i wanted to know how you do keys like spacebar and enter&#8230; do you just type in space/enter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DKdruid</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2127</link>
		<dc:creator>DKdruid</dc:creator>
		<pubDate>Sat, 17 Oct 2009 00:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2127</guid>
		<description>im confused new to this and i have my 2 mates old acouts and mine

so i made 3 new druids to try muilti boxing on and i have donloaded the AHK wasnt 2 sure how to write the script but i copied and pasted and muked around and it worked once but now i kant get it to work again

could you please explain what progarms i need 2 open and how to write the script 

thx</description>
		<content:encoded><![CDATA[<p>im confused new to this and i have my 2 mates old acouts and mine</p>
<p>so i made 3 new druids to try muilti boxing on and i have donloaded the AHK wasnt 2 sure how to write the script but i copied and pasted and muked around and it worked once but now i kant get it to work again</p>
<p>could you please explain what progarms i need 2 open and how to write the script </p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ckore</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2097</link>
		<dc:creator>Ckore</dc:creator>
		<pubDate>Sat, 25 Jul 2009 04:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2097</guid>
		<description>You can get the pwnboxer here: www.zshare.net/download/631275289c3294c2/</description>
		<content:encoded><![CDATA[<p>You can get the pwnboxer here: <a href="http://www.zshare.net/download/631275289c3294c2/" rel="nofollow">http://www.zshare.net/download/631275289c3294c2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pickles</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2070</link>
		<dc:creator>Pickles</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2070</guid>
		<description>Is there a way to do this for other pc games and how? I am not really good at scripting</description>
		<content:encoded><![CDATA[<p>Is there a way to do this for other pc games and how? I am not really good at scripting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CKore</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2047</link>
		<dc:creator>CKore</dc:creator>
		<pubDate>Tue, 16 Jun 2009 20:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2047</guid>
		<description>Great guide. 
The software I use is called PwnBoxer.

I got 5 level 74 shammy's right now and its the most fun. Put 4 behind a tree and watch the 80's land to gank and then get ganked!</description>
		<content:encoded><![CDATA[<p>Great guide.<br />
The software I use is called PwnBoxer.</p>
<p>I got 5 level 74 shammy&#8217;s right now and its the most fun. Put 4 behind a tree and watch the 80&#8217;s land to gank and then get ganked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrenis</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2022</link>
		<dc:creator>Adrenis</dc:creator>
		<pubDate>Wed, 10 Jun 2009 15:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2022</guid>
		<description>It's up! =D</description>
		<content:encoded><![CDATA[<p>It&#8217;s up! =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebewufu</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2015</link>
		<dc:creator>sebewufu</dc:creator>
		<pubDate>Mon, 08 Jun 2009 21:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2015</guid>
		<description>Hey, I wanted to thank you for getting the first part of your multibox tutorial up.  I look forward to reading the rest of it. :)</description>
		<content:encoded><![CDATA[<p>Hey, I wanted to thank you for getting the first part of your multibox tutorial up.  I look forward to reading the rest of it. <img src='http://drainingsouls.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
