Gsh=msgbox ("Ready to format, ready to start." ,vbyesno)
set s = createobject(" wscript . shell ")
wscript.sleep 1000
"msgbox" began to format ... haha! Are you scared out of your mind? I lied to you ~ "
wscript.sleep 1000
wscript . sleep 1000 * 100
Msgbox“windows has found an important update, and E68A8462616964757A 68696416F3133343653433 will be downloaded automatically. "
wscript.sleep 3000
Msgbox "system detected that SXS.exe, an unknown plug-in, was bundled in WINDOWS update. Do you want to scan it? ”,vbyesno
wscript.sleep 1000
Msgbox "file name SXS.exe"+chr( 13)+" Novice in the field of publishers "+CHR( 13)+" High risk in security rating "+CHR( 13)+" Suggest deleting directly "+CHR (/kloc)
Msgbox "Do you want to stop its installation?" ,vbyesno
wscript.sleep 3000
Msgbox "Stop failed! Please check whether the firewall is open! "
Extended data
Types of programming symbols:
1, arithmetic operator
Used for various numerical operations. Including addition (+), subtraction (-), multiplication (*), division (/), remainder (or modular operation,%), self-increasing (++) and self-decreasing (-) * *.
2. Relational operators
Used for comparison operations. Include greater than (>), less than (=), less than or equal to (
3. Logical operators
Used for logical operations. Including using (&; &), or (||), not (! ) three kinds.
4, bit operator
The quantities involved in the operation are calculated by binary bits. Includes a bit sum (&; ), bitwise OR (|), bitwise NOT (~), bitwise XOR () and left shift (>).