<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hacking Articles &#187; hardware hacks</title>
	<atom:link href="http://hackingarticles.com/tag/hardware-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingarticles.com</link>
	<description>&#34;Know Hacking! But No Hacking!&#34;</description>
	<lastBuildDate>Thu, 19 Aug 2010 21:47:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Make Your Keyboard Lights Do DISCO</title>
		<link>http://hackingarticles.com/make-your-keyboard-lights-do-disco/</link>
		<comments>http://hackingarticles.com/make-your-keyboard-lights-do-disco/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:57:30 +0000</pubDate>
		<dc:creator>Bhanu Chawla</dc:creator>
				<category><![CDATA[Featured Posts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Tricks]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[hardware hacking]]></category>
		<category><![CDATA[hardware hacks]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[keyboard disco]]></category>
		<category><![CDATA[keyboard lights]]></category>

		<guid isPermaLink="false">http://hackingarticles.com/?p=385</guid>
		<description><![CDATA[Howdy Friends! This trick just makes your keyboard lights go crazy and do disco. LoL. The script I&#8217;m sharing with you, when executed makes your Caps, Num and Scroll Lock&#8217;s light flash in a cool rhythmic way! 1.This piece of code makes ur keyboard a live disco.. Set wshShell =wscript.CreateObject(&#8220;WScript.Shell&#8221;) do wscript.sleep 100 wshshell.sendkeys &#8220;{CAPSLOCK}&#8221; [...]<p><a href="http://hackingarticles.com/make-your-keyboard-lights-do-disco/">Make Your Keyboard Lights Do DISCO</a> is a post from: <a href="http://hackingarticles.com">Learn How To Hack</a>
If you enjoyed this post, make sure you <a href="http://feeds2.feedburner.com/HackingArticles">Subscribe to my RSS feed!</a></p>



<b>Related posts:<ol></b><li><a href='http://hackingarticles.com/vista7admin/' rel='bookmark' title='Permanent Link: Enable the (Hidden) Administrator Account on Windows 7 or Vista'>Enable the (Hidden) Administrator Account on Windows 7 or Vista</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: center;"><a href="http://hackingarticles.com/wp-content/uploads/4200114043_ecc41605bc_o.jpg"><img class="aligncenter size-full wp-image-795" title="Kyeboard Lights" src="http://hackingarticles.com/wp-content/uploads/4200114043_ecc41605bc_o.jpg" alt="Kyeboard Lights" width="440" height="323" /></a></p>
<p style="text-align: center;">Howdy Friends!</p>
<p>This trick just makes your keyboard lights go crazy and do disco. LoL.</p>
<p>The script I&#8217;m sharing with you, when executed makes your Caps, Num and Scroll Lock&#8217;s light flash in a cool rhythmic way!</p>
<p>1.This piece of code makes ur keyboard a live disco..<span id="more-385"></span></p>
<p class="note">Set wshShell =wscript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
do<br />
wscript.sleep 100<br />
wshshell.sendkeys &#8220;{CAPSLOCK}&#8221;<br />
wshshell.sendkeys &#8220;{NUMLOCK}&#8221;<br />
wshshell.sendkeys &#8220;{SCROLLLOCK}&#8221;<br />
loop</p>
<p>2.This one makes it looks like a chain of light&#8230;.</p>
<p class="note">Set wshShell =wscript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
do<br />
wscript.sleep 200<br />
wshshell.sendkeys &#8220;{CAPSLOCK}&#8221;<br />
wscript.sleep 100<br />
wshshell.sendkeys &#8220;{NUMLOCK}&#8221;<br />
wscript.sleep 50<br />
wshshell.sendkeys &#8220;{SCROLLLOCK}&#8221;<br />
loop</p>
<p><strong>Instructions:</strong><br />
*paste any of the two above codes in notepad<br />
*Save as<strong> &#8220;AnyFileName&#8221;.vbs</strong><br />
*Run the file<br />
*To stop, launch task manager and then under &#8220;<strong>Processes</strong>&#8221; end &#8220;<strong>wscript.exe</strong>&#8221;</p>
<p>I hope u would like it..</p>
<p><span style="color: #0000ff;"><strong>Feel Free To Share This Post!</strong></span></p>
<p><a href="http://hackingarticles.com/make-your-keyboard-lights-do-disco/">Make Your Keyboard Lights Do DISCO</a> is a post from: <a href="http://hackingarticles.com">Learn How To Hack</a>
If you enjoyed this post, make sure you <a target="_blank" href="http://feeds2.feedburner.com/HackingArticles">Subscribe to my RSS feed!</a></p>


<p><b>Related posts:<ol></b><li><a href='http://hackingarticles.com/vista7admin/' rel='bookmark' title='Permanent Link: Enable the (Hidden) Administrator Account on Windows 7 or Vista'>Enable the (Hidden) Administrator Account on Windows 7 or Vista</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hackingarticles.com/make-your-keyboard-lights-do-disco/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
