I used vbs instead of batch because i don't like to use batch. Batch is too simple.
Just to let you know, this is my first instructible. I hope you like it!
Comment if you want!
Remove these ads by
Signing UpStep 1Step 1... Writing the script
Dim x
Dim y
set oShell = createobject("wscript.shell")
x = InputBox("Enter User or IP","Net Send Messenger.. script by Cavingboy92")
y = InputBox("Enter Messege","Net Send Messenger.. script by Cavingboy92")
oshell.run "net send "& (x) &" "& (y) &""
| « Previous Step | Download PDFView All Steps | Next Step » |




































so write u own funny mesg inbetween " "
so it could be
onclick=msgbox ("your hard drive has failed please format",2,"ph home to late shutting down")
now u can change to numer from 1 to 20 to get dif boxes
copy past into notpad save as any thing u whant but must end in .vbs
onclick=msgbox ("your hard drive has failed please format",2,"com%dot disk format fat32")
onclick=msgbox ("your hard drive is running to fast",13,"com%dot disk format fat32 restart")
onclick=msgbox ("failed please format",14,"com%dot disk format fat32 restart")
onclick=msgbox ("save and exit now",15,"com%dot disk format fat32 restart")
onclick=msgbox ("sending passwords",16,"com%dot disk format fat32 shut down")
onclick=msgbox ("sending bannking details",17,"com%dot disk format fat32 restart")
onclick=msgbox ("sending b.s.b details",18,"com%dot disk format fat32 formating hard drive")
onclick=msgbox ("thank you for your time and $",19,"you have just been hacked")
Set shell = WScript.CreateObject("WScript.Shell")
shell.Run "%windir%\system32\shutdown.exe -s"
thanks
or you can send to to a person on your work group by: workgroup name here/ Username here