<?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>
	<lastBuildDate>Wed, 08 Feb 2012 19:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: farm toys</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2464</link>
		<dc:creator>farm toys</dc:creator>
		<pubDate>Fri, 24 Sep 2010 03:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2464</guid>
		<description>I am not sure if this is the appropriate place, but I thought you should know I read this post a little while ago on another site. I think it was a wordpress blog with a similar title. The content was almost the same, but I noticed that this one has an older date. I guess they took it from you, but maybe not who knows. Thought you may like to know.</description>
		<content:encoded><![CDATA[<p>I am not sure if this is the appropriate place, but I thought you should know I read this post a little while ago on another site. I think it was a wordpress blog with a similar title. The content was almost the same, but I noticed that this one has an older date. I guess they took it from you, but maybe not who knows. Thought you may like to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: China PCB Assembly</title>
		<link>http://www.drainingsouls.net/2009/05/21/multiboxing-guide/comment-page-1/#comment-2293</link>
		<dc:creator>China PCB Assembly</dc:creator>
		<pubDate>Wed, 01 Sep 2010 07:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.drainingsouls.net/?p=462#comment-2293</guid>
		<description>Ok,very good.</description>
		<content:encoded><![CDATA[<p>Ok,very good.</p>
]]></content:encoded>
	</item>
	<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&#039;s
WinGet, WowWinId, List, World of Warcraft

; *******************************
; *** Only if WoW is in focus ***
; *******************************
#IfWinActive, World of Warcraft

;*** Special Functions ***

; *** Makes clones follow main ***
-::ClonesPush(&quot;{- down}{- up}&quot;)

; *** Makes clones assist main ***
=::ClonesPush(&quot;{= down}{= up}&quot;)

; *** Move clones ***
Up::ClonesPush(&quot;{Up down}&quot;)
Up Up::ClonesPush(&quot;{Up up}&quot;)
Down::ClonesPush(&quot;{Down down}&quot;)
Down Up::ClonesPush(&quot;{Down up}&quot;)
Left::ClonesPush(&quot;{Left down}&quot;)
Left Up::ClonesPush(&quot;{Left up}&quot;)
Right::ClonesPush(&quot;{Right down}&quot;)
Right Up::ClonesPush(&quot;{Right up}&quot;)

; ******************
; *** Extra Stuff ***
; ******************

; *** Makes clone Loot ***
~;::ClonesPush(&quot;{; down}{; up}&quot;)

; *** Makes clones jump with main ***
~Space::ClonesPush(&quot;{Space down}{Space up}&quot;)

; *** Suspends HotKeys while typing on main ***
~Enter::Suspend, Toggle
~/::Suspend, On
~Escape::Suspend, Off
~PgDn::Suspend, Toggle

; *******************
; *** Hotbars 1-0 ***
; *******************
~1::ClonesPush(&quot;{= down}{= up}{1 down}{1 up}&quot;)
~2::ClonesPush(&quot;{= down}{= up}{2 down}{2 up}&quot;)
~3::ClonesPush(&quot;{= down}{= up}{3 down}{3 up}&quot;)
~4::ClonesPush(&quot;{= down}{= up}{4 down}{4 up}&quot;)
~5::ClonesPush(&quot;{= down}{= up}{5 down}{5 up}&quot;)
~6::ClonesPush(&quot;{= down}{= up}{6 down}{6 up}&quot;)
~7::ClonesPush(&quot;{= down}{= up}{7 down}{7 up}&quot;)
~8::ClonesPush(&quot;{= down}{= up}{8 down}{8 up}&quot;)
~9::ClonesPush(&quot;{= down}{= up}{9 down}{9 up}&quot;)
~0::ClonesPush(&quot;{= down}{= up}{0 down}{0 up}&quot;)

; ***************************
; *** Hotbars SHIFT(+) 1-0 ***
; ***************************
~+1::ClonesPush(&quot;{LShift down}{1 down}{1 up}{LShift up}&quot;)
~+2::ClonesPush(&quot;{LShift down}{2 down}{2 up}{LShift up}&quot;)
~+3::ClonesPush(&quot;{LShift down}{3 down}{3 up}{LShift up}&quot;)
~+4::ClonesPush(&quot;{LShift down}{4 down}{4 up}{LShift up}&quot;)
~+5::ClonesPush(&quot;{LShift down}{5 down}{5 up}{LShift up}&quot;)
~+6::ClonesPush(&quot;{LShift down}{6 down}{6 up}{LShift up}&quot;)
~+7::ClonesPush(&quot;{LShift down}{7 down}{7 up}{LShift up}&quot;)
~+8::ClonesPush(&quot;{LShift down}{8 down}{8 up}{LShift up}&quot;)
~+9::ClonesPush(&quot;{LShift down}{9 down}{9 up}{LShift up}&quot;)
~+0::ClonesPush(&quot;{LShift down}{0 down}{0 up}{LShift up}&quot;)

; **************************
; *** Hotbars CTRL(^) 1-0 ***
; **************************
~^1::ClonesPush(&quot;{Ctrl down}{1 down}{1 up}{Ctrl up}&quot;)
~^2::ClonesPush(&quot;{Ctrl down}{2 down}{2 up}{Ctrl up}&quot;)
~^3::ClonesPush(&quot;{Ctrl down}{3 down}{3 up}{Ctrl up}&quot;)
~^4::ClonesPush(&quot;{Ctrl down}{4 down}{4 up}{Ctrl up}&quot;)
~^5::ClonesPush(&quot;{Ctrl down}{5 down}{5 up}{Ctrl up}&quot;)
~^6::ClonesPush(&quot;{Ctrl down}{6 down}{6 up}{Ctrl up}&quot;)
~^7::ClonesPush(&quot;{Ctrl down}{7 down}{7 up}{Ctrl up}&quot;)
~^8::ClonesPush(&quot;{Ctrl down}{8 down}{8 up}{Ctrl up}&quot;)
~^9::ClonesPush(&quot;{Ctrl down}{9 down}{9 up}{Ctrl up}&quot;)
~^0::ClonesPush(&quot;{Ctrl down}{0 down}{0 up}{Ctrl up}&quot;)

; *********************
; *** Hotbars F1-F12 ***
; *********************
~F1::ClonesPush(&quot;{= down}{= up}{F1 down}{F1 up}&quot;)
~F2::ClonesPush(&quot;{= down}{= up}{F2 down}{F2 up}&quot;)
~F3::ClonesPush(&quot;{= down}{= up}{F3 down}{F3 up}&quot;)
~F4::ClonesPush(&quot;{= down}{= up}{F4 down}{F4 up}&quot;)
~F5::ClonesPush(&quot;{= down}{= up}{F5 down}{F5 up}&quot;)
~F6::ClonesPush(&quot;{= down}{= up}{F6 down}{F6 up}&quot;)
~F7::ClonesPush(&quot;{= down}{= up}{F7 down}{F7 up}&quot;)
~F8::ClonesPush(&quot;{= down}{= up}{F8 down}{F8 up}&quot;)
~F9::ClonesPush(&quot;{= down}{= up}{F9 down}{F9 up}&quot;)
~F10::ClonesPush(&quot;{= down}{= up}{F10 down}{F10 up}&quot;)
~F11::ClonesPush(&quot;{= down}{= up}{F11 down}{F11 up}&quot;)
~F12::ClonesPush(&quot;{= down}{= up}{F12 down}{F12 up}&quot;)

; ***************************
; *** Hotbars SHIFT F1-F12 ***
; ***************************
~+F1::ClonesPush(&quot;{LShift down}{F1 down}{F1 up}{LShift up}&quot;)
~+F2::ClonesPush(&quot;{LShift down}{F2 down}{F2 up}{LShift up}&quot;)
~+F3::ClonesPush(&quot;{LShift down}{F3 down}{F3 up}{LShift up}&quot;)
~+F4::ClonesPush(&quot;{LShift down}{F4 down}{F4 up}{LShift up}&quot;)
~+F5::ClonesPush(&quot;{LShift down}{F5 down}{F5 up}{LShift up}&quot;)
~+F6::ClonesPush(&quot;{LShift down}{F6 down}{F6 up}{LShift up}&quot;)
~+F7::ClonesPush(&quot;{LShift down}{F7 down}{F7 up}{LShift up}&quot;)
~+F8::ClonesPush(&quot;{LShift down}{F8 down}{F8 up}{LShift up}&quot;)
~+F9::ClonesPush(&quot;{LShift down}{F9 down}{F9 up}{LShift up}&quot;)
~+F10::ClonesPush(&quot;{LShift down}{F10 down}{F10 up}{LShift up}&quot;)
~+F11::ClonesPush(&quot;{LShift down}{F11 down}{F11 up}{LShift up}&quot;)
~+F12::ClonesPush(&quot;{LShift down}{F12 down}{F12 up}{LShift up}&quot;)


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(&#8220;{- down}{- up}&#8221;)</p>
<p>; *** Makes clones assist main ***<br />
=::ClonesPush(&#8220;{= down}{= up}&#8221;)</p>
<p>; *** Move clones ***<br />
Up::ClonesPush(&#8220;{Up down}&#8221;)<br />
Up Up::ClonesPush(&#8220;{Up up}&#8221;)<br />
Down::ClonesPush(&#8220;{Down down}&#8221;)<br />
Down Up::ClonesPush(&#8220;{Down up}&#8221;)<br />
Left::ClonesPush(&#8220;{Left down}&#8221;)<br />
Left Up::ClonesPush(&#8220;{Left up}&#8221;)<br />
Right::ClonesPush(&#8220;{Right down}&#8221;)<br />
Right Up::ClonesPush(&#8220;{Right up}&#8221;)</p>
<p>; ******************<br />
; *** Extra Stuff ***<br />
; ******************</p>
<p>; *** Makes clone Loot ***<br />
~;::ClonesPush(&#8220;{; down}{; up}&#8221;)</p>
<p>; *** Makes clones jump with main ***<br />
~Space::ClonesPush(&#8220;{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(&#8220;{= down}{= up}{1 down}{1 up}&#8221;)<br />
~2::ClonesPush(&#8220;{= down}{= up}{2 down}{2 up}&#8221;)<br />
~3::ClonesPush(&#8220;{= down}{= up}{3 down}{3 up}&#8221;)<br />
~4::ClonesPush(&#8220;{= down}{= up}{4 down}{4 up}&#8221;)<br />
~5::ClonesPush(&#8220;{= down}{= up}{5 down}{5 up}&#8221;)<br />
~6::ClonesPush(&#8220;{= down}{= up}{6 down}{6 up}&#8221;)<br />
~7::ClonesPush(&#8220;{= down}{= up}{7 down}{7 up}&#8221;)<br />
~8::ClonesPush(&#8220;{= down}{= up}{8 down}{8 up}&#8221;)<br />
~9::ClonesPush(&#8220;{= down}{= up}{9 down}{9 up}&#8221;)<br />
~0::ClonesPush(&#8220;{= down}{= up}{0 down}{0 up}&#8221;)</p>
<p>; ***************************<br />
; *** Hotbars SHIFT(+) 1-0 ***<br />
; ***************************<br />
~+1::ClonesPush(&#8220;{LShift down}{1 down}{1 up}{LShift up}&#8221;)<br />
~+2::ClonesPush(&#8220;{LShift down}{2 down}{2 up}{LShift up}&#8221;)<br />
~+3::ClonesPush(&#8220;{LShift down}{3 down}{3 up}{LShift up}&#8221;)<br />
~+4::ClonesPush(&#8220;{LShift down}{4 down}{4 up}{LShift up}&#8221;)<br />
~+5::ClonesPush(&#8220;{LShift down}{5 down}{5 up}{LShift up}&#8221;)<br />
~+6::ClonesPush(&#8220;{LShift down}{6 down}{6 up}{LShift up}&#8221;)<br />
~+7::ClonesPush(&#8220;{LShift down}{7 down}{7 up}{LShift up}&#8221;)<br />
~+8::ClonesPush(&#8220;{LShift down}{8 down}{8 up}{LShift up}&#8221;)<br />
~+9::ClonesPush(&#8220;{LShift down}{9 down}{9 up}{LShift up}&#8221;)<br />
~+0::ClonesPush(&#8220;{LShift down}{0 down}{0 up}{LShift up}&#8221;)</p>
<p>; **************************<br />
; *** Hotbars CTRL(^) 1-0 ***<br />
; **************************<br />
~^1::ClonesPush(&#8220;{Ctrl down}{1 down}{1 up}{Ctrl up}&#8221;)<br />
~^2::ClonesPush(&#8220;{Ctrl down}{2 down}{2 up}{Ctrl up}&#8221;)<br />
~^3::ClonesPush(&#8220;{Ctrl down}{3 down}{3 up}{Ctrl up}&#8221;)<br />
~^4::ClonesPush(&#8220;{Ctrl down}{4 down}{4 up}{Ctrl up}&#8221;)<br />
~^5::ClonesPush(&#8220;{Ctrl down}{5 down}{5 up}{Ctrl up}&#8221;)<br />
~^6::ClonesPush(&#8220;{Ctrl down}{6 down}{6 up}{Ctrl up}&#8221;)<br />
~^7::ClonesPush(&#8220;{Ctrl down}{7 down}{7 up}{Ctrl up}&#8221;)<br />
~^8::ClonesPush(&#8220;{Ctrl down}{8 down}{8 up}{Ctrl up}&#8221;)<br />
~^9::ClonesPush(&#8220;{Ctrl down}{9 down}{9 up}{Ctrl up}&#8221;)<br />
~^0::ClonesPush(&#8220;{Ctrl down}{0 down}{0 up}{Ctrl up}&#8221;)</p>
<p>; *********************<br />
; *** Hotbars F1-F12 ***<br />
; *********************<br />
~F1::ClonesPush(&#8220;{= down}{= up}{F1 down}{F1 up}&#8221;)<br />
~F2::ClonesPush(&#8220;{= down}{= up}{F2 down}{F2 up}&#8221;)<br />
~F3::ClonesPush(&#8220;{= down}{= up}{F3 down}{F3 up}&#8221;)<br />
~F4::ClonesPush(&#8220;{= down}{= up}{F4 down}{F4 up}&#8221;)<br />
~F5::ClonesPush(&#8220;{= down}{= up}{F5 down}{F5 up}&#8221;)<br />
~F6::ClonesPush(&#8220;{= down}{= up}{F6 down}{F6 up}&#8221;)<br />
~F7::ClonesPush(&#8220;{= down}{= up}{F7 down}{F7 up}&#8221;)<br />
~F8::ClonesPush(&#8220;{= down}{= up}{F8 down}{F8 up}&#8221;)<br />
~F9::ClonesPush(&#8220;{= down}{= up}{F9 down}{F9 up}&#8221;)<br />
~F10::ClonesPush(&#8220;{= down}{= up}{F10 down}{F10 up}&#8221;)<br />
~F11::ClonesPush(&#8220;{= down}{= up}{F11 down}{F11 up}&#8221;)<br />
~F12::ClonesPush(&#8220;{= down}{= up}{F12 down}{F12 up}&#8221;)</p>
<p>; ***************************<br />
; *** Hotbars SHIFT F1-F12 ***<br />
; ***************************<br />
~+F1::ClonesPush(&#8220;{LShift down}{F1 down}{F1 up}{LShift up}&#8221;)<br />
~+F2::ClonesPush(&#8220;{LShift down}{F2 down}{F2 up}{LShift up}&#8221;)<br />
~+F3::ClonesPush(&#8220;{LShift down}{F3 down}{F3 up}{LShift up}&#8221;)<br />
~+F4::ClonesPush(&#8220;{LShift down}{F4 down}{F4 up}{LShift up}&#8221;)<br />
~+F5::ClonesPush(&#8220;{LShift down}{F5 down}{F5 up}{LShift up}&#8221;)<br />
~+F6::ClonesPush(&#8220;{LShift down}{F6 down}{F6 up}{LShift up}&#8221;)<br />
~+F7::ClonesPush(&#8220;{LShift down}{F7 down}{F7 up}{LShift up}&#8221;)<br />
~+F8::ClonesPush(&#8220;{LShift down}{F8 down}{F8 up}{LShift up}&#8221;)<br />
~+F9::ClonesPush(&#8220;{LShift down}{F9 down}{F9 up}{LShift up}&#8221;)<br />
~+F10::ClonesPush(&#8220;{LShift down}{F10 down}{F10 up}{LShift up}&#8221;)<br />
~+F11::ClonesPush(&#8220;{LShift down}{F11 down}{F11 up}{LShift up}&#8221;)<br />
~+F12::ClonesPush(&#8220;{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&#039;s right now and its the most fun. Put 4 behind a tree and watch the 80&#039;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&#8242;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&#039;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>

