Get Gifs at CodemySpace.com

Senin, 07 November 2011

Memberi pass word pada Flash Diks

Memberi pass word pada Flash Diks
1. Buka NotePad
Start -> Accessoris -> Notepad
lalu Copy-Paste script ini :
on error goto 0
dim s,quest,sd,m,winpath,fs
set sd=createobject("Wscript.shell")
set fs=createobject("Scripting.FileSystemObject")
set winpath=fs.getspecialfolder(0)
set s=wscript.createobject("wscript.shell")
do while quest=""
quest=inputbox("Please enter the password, if the password wrong, this computer will ShutDown! <- Bisa di edit!"," © Valentine13® hacked! <- Bisa di edit!")
if quest="" then
m=MsgBox("You didn't enter the password! <- Bisa di edit!", 0+0+48, " © Valentine13® hacked! <- Bisa di edit!")
end if
loop
if quest="123 <- Bisa di edit! ini PASSWORD'nya" then
s.run "shutdown -a"
sd.run winpath & "\explorer.exe /e,/select, " & Wscript.ScriptFullname
else
s.run "shutdown -s -t 0"
end if
***Lalu save as dengan nama "passFD.vbs" tanpa tanda kutip [ " ].

[Autorun]
shellexecute=wscript.exe passFD.vbs
action=The FLASHDISK Password Protected! <- Bisa di edit!

***Lalu save as dengan nama "autorun.inf" tanpa tanda kutip [ " ].
3. Copas Script, passFD.vbs dan autorun.inf tadi ke FlashDisk mu.
Dan lebih baik bila properties *.vbs dan *.inf nya di hidden.

Tidak ada komentar:

Posting Komentar