Remove these ads by
Signing Up
Remove these ads by
Signing Up
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
Like first line "Critical error......
Second line is something like "What part of ERROR did you not understand?
And so on and on and on
Every time the OK button is clicked ( or even the "X" close button) a different sentence comes up
1. right click on any icon at the desktop.
2. press properties.
3. in the target box write in "SHUTDOWN.exe -s -t 01"
4. press ok and now your done
when your friend press the icon next time the computer will shutdown in 1 minute instead of opening Internet Explorer. :D
your
such
a
good
man!
(I'm using XP right now and can't be bothered to remember, sorry...)
save it then right click and change its icon to internet explorer. name it internet explorer. then when the victim tries to run it they get an error + a shutdown.
to stop it goto run and type shutdown -a.
x=msgbox("Body Text"),CHAR,("Title")
lol=msgbox("Body Text"),CHAR,("Title") (IF COMPATTABLE)(EX... if lol=6 then)
msgbox"Body Text",CHAR,"Title"
EXAMPLE OF LOOP:
Do While 3<4
lol=msgbox("Body Text"),CHAR,("Title")
loop
(TO END LOOP, CTRL+ALT+DEL>PROCESSES>Wscript>end process>yes)
BUTTONS:
0 OK button
1 OK and cancel buttons
2 Abort, Retry, Ignore buttons
3 Yes, No and Cancel buttons
4 Yes and No button
5 Retry and Cancel buttons
ICONS:
16 Critical Message icon
32 Warning query icon
48 Warning message icon
64 Information message box
URGENCY CLASSIFICATION:
0 Normal message box
4096 Always stays on top of the desktop
IF VALUES:
if lol=1 OK
if lol=2 CANCEL
if lol=3 ABORT
if lol=4 RETRY
if lol=5 IGNORE
if lol=6 YES
if lol=7 NO
CONSTANT: VALUE: BUTTON:
VBOK 1 OK
VBCancel 2 Cancel
VBAbort 3 Abort
VBRetry 4 Retry
VBIgnore 5 Ignore
VBYes 6 Yes
VBNo 7 No
CONSTANT VALUE DESCRIPTION:
VBOKOnly 0 Show OK button
VBOKCancel 1 Show OK and cancel buttons
VBAbortRetryIgnore 2 Show abort, retry, ignore buttons
VBYesNoCancel 3 Show yes, no cancel buttons
VBYesNo 4 Show yes, no buttons
VBRetryCancel 5 Show retry, cancel buttons
VBCritical 16 Show critical message icon
VBQuestion 32 Show warning query button
VBExclamation 48 Show warning message icon
VBInformation 64 Show information message icon
VBDefaultButton1 0 First button is default
VBDefaultButton2 256 Second button is default
VBDefaultButton3 512 Third button is default
VBDefaultButton4 768 Fourth button is default
VBApplicationModal 0 Demands that the user respond to the dialog before allowing continuation of work in current application
VBSystemModal 4096 Causes suspension of all applications until the user responds to the dialog
and to change it on vista, it is the same process as XP.
does anyone know the code to make it when someone hits a button(lets say ok which has a value of 1) that it runs a program? i want it to run a shutdown sequence i made.
type this instead
do
lol = msgbox ("Critical error!" ,16, "ERROR")
loop