<?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>Hacker&#039;s Lane &#187; Scripts</title>
	<atom:link href="http://www.hackerslane.com/category/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackerslane.com</link>
	<description>Your resource for hacks and tricks for all platforms-HacK_MiNDeD</description>
	<lastBuildDate>Sun, 18 Jul 2010 13:02:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Some Simple VBS Scripts</title>
		<link>http://www.hackerslane.com/2009/simple-vbs-projects/</link>
		<comments>http://www.hackerslane.com/2009/simple-vbs-projects/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 07:58:00 +0000</pubDate>
		<dc:creator>HacK_MiNDeD</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://hackersstop.wordpress.com/2009/01/17/simple-vbs-projects/</guid>
		<description><![CDATA[Nowadays working on VBS&#8230;Some Simple OneS! Save them all as &#8220;.vbs&#8221; and don&#8217;t forget to save as &#8220;All Files&#8221; to make it work! Script 1: Alerter This pops-up a message on the computer, with the message you type along with the Title. lol=msgbox(&#8220;Your message over Here!&#8221;,20,&#8221;Title comes here!&#8221;) Replace the message and the Title; save [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays working on VBS&#8230;Some Simple OneS!<br />
Save them all as &#8220;.vbs&#8221; and don&#8217;t forget to save as &#8220;All Files&#8221; to make it work!<br />
<strong>Script 1</strong>: <strong><span style="color:red;">Alerter</span></strong><br />
<span style="color:black;">This pops-up a message on the computer, with the message you type along with the Title.</span><br />
<span style="color:black;"><span style="background-color:black;color:lime;">lol=msgbox(&#8220;Your message over Here!&#8221;,20,&#8221;Title comes here!&#8221;)</span></span><br />
<span style="color:black;"><span style="background-color:black;color:black;"><span style="background-color:white;">Replace the message and the Title; save it as &#8220;something.vbs&#8221;&#8230;Send to others and enjoy!</span></span></span></p>
<p><span style="color:black;"><span style="background-color:black;color:black;"><span style="background-color:white;">This could really become freaking if you type some good messages over there&#8230;I had written in the message that &#8220;Your computer is hacked by HacK_MiNDeD&#8230;Crash Computer?&#8221; and the title &#8220;Critical Error&#8221;&#8230;.</span></span></span></p>
<p><span style="color:black;"><span style="background-color:black;color:black;"><span style="background-color:white;">I tried it by sending to someone on yahoo as &#8220;hackingtools.vbs&#8221;&#8230;that guy really thought that I had hacked him&#8230;he started shouting and even told me that he would report it to his ISP&#8230;</span></span></span><br />
<span style="color:black;"><span style="background-color:black;color:black;"><span style="background-color:white;">LoL</span></span></span></p>
<p><span style="color:black;"><span style="background-color:black;color:black;"><span style="background-color:white;"><strong>Script 2</strong>: <strong><span style="background-color:white;color:red;">Dancing CD-ROM</span></strong></span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;">Freak Title?&#8230;Can you imagine CD-ROM dancing in its own Style&#8230;.I mean Coming out and going in!! [:)]</span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;">The Code:(Save it as &#8220;something.vbs&#8221;)<br />
</span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:black;color:lime;">Set oWMP = CreateObject(&#8220;WMPlayer.OCX.7&#8243; )</span><br />
<span style="background-color:black;color:lime;">Set colCDROMs = oWMP.cdromCollection</span><br />
<span style="background-color:black;color:lime;">if colCDROMs.Count &gt;= 1 then</span><br />
<span style="background-color:black;color:lime;">do</span><br />
<span style="background-color:black;color:lime;">For i = 0 to colCDROMs.Count &#8211; 1</span><br />
<span style="background-color:black;color:lime;">colCDROMs.Item(i).Eject</span><br />
<span style="background-color:black;color:lime;">Next &#8216; cdrom</span><br />
<span style="background-color:black;color:lime;">For i = 0 to colCDROMs.Count &#8211; 1</span><br />
<span style="background-color:black;color:lime;">colCDROMs.Item(i).Eject</span><br />
<span style="background-color:black;color:lime;">Next &#8216; cdrom</span><br />
<span style="background-color:black;color:lime;">loop</span><br />
<span style="background-color:black;color:lime;">End If</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">The only way to stop the CD-ROM from doing all it is&#8230;</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">Goto Task Manger (Ctrl + Alt + Del) and in the &#8216;processes&#8217; tab, find &#8220;wscript.exe&#8221; and end/kill/close it!</span></span></span></p>
<p><span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;"><strong>Script 3</strong>: <strong><span style="color:red;">Type, Type &amp; Type!</span></strong> </span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">This script keeps on typing the message you write over there&#8230;.as if you&#8217;ll be controlling his Keyboard&#8230;</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">Really messy script&#8230;</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;"><span style="background-color:black;color:lime;">Set wshShell = wscript.CreateObject(&#8220;WScript.Shell&#8221;)</span><br />
<span style="background-color:black;color:lime;">do</span><br />
<span style="background-color:black;color:lime;">wscript.sleep 100</span><br />
<span style="background-color:black;color:lime;">wshshell.sendkeys &#8220;Your Mess-age here!&#8221;</span><br />
<span style="background-color:black;color:lime;">loop</span> </span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">Did you notice that the last two projects contain the command &#8220;loop&#8221; in the last line?</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">I&#8217;ll explain now what &#8216;loop&#8217; is&#8230;</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">Oh well..The command loop tells the computer to repeat the same command untilll..(you specify it to)</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">And as you can notice, we didn&#8217;t specify anything/case so it goes on repeating!</span></span></span><br />
<span style="color:black;"><span style="background-color:white;color:black;"><span style="background-color:white;color:black;">Have Fun&#8230;!<br />
</span></span></span></p>
<div class="blogger-post-footer"><!-- End BidVertiser code --></div>
]]></content:encoded>
			<wfw:commentRss>http://www.hackerslane.com/2009/simple-vbs-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
