29 June 2010

Install any OS From FlashDrive or Make Bootable FlashDrive (PenDrive)

yes.. it is true...

now you can install win xp or any other OSes from your Flash Drive..

Required:
1. Win Xp / Bootable Disc
2. 1 Flash Drive
3. Download this sw....

        Download XP_from_USB.exe

plz post your comments about this sw..
thanx...

14 June 2010

Virus To GoBack some step in Windows Explorer

open notepad and type following code...
=====================
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
======================

13 June 2010

Virus to self Opel & Close CD-DVD ROM door

type following code in Notepad and save it as open_close.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
=============
run your virus....
it will open & close your CD-DVD ROM door automatically...
to stop this goto Task Manager -> end Processes "wscript.exe"

Make Virus in VBScript

type following code in Notepad.
=================
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

=================
save it as "Enter.vbs"

cheer$..... your virus is ready for run...

[to stop working of this virus goto Task manager-> Processes-> Endprocess called "wscript.exe"]

Lock Any folder without using folder Lock software

-Lock Ravi folder (Transfer access to Control Panel)

run->notepad
type following command

ren Ravi Ravi.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Save > Lock.bat
then
ren Ravi.{21EC2020-3AEA-1069-A2DD-08002B30309D} Ravi
save as > key.bat 

now to Lock folder "Ravi" double click on "Lock.bat" file.
to UnLock folder "Ravi" double click on "Key.bat" file.

Popular Posts