5 lines
272 B
Plaintext
5 lines
272 B
Plaintext
x = MsgBox("Computer is not responding",16,"Error")
|
|
x = MsgBox("How is that OK?",16,"Error")
|
|
x = MsgBox("Dude, your Computer is not responding!",16,"Error")
|
|
x = MsgBox("Close me again and I'll give you a virus!",16,"Error")
|
|
x = MsgBox("You have a Virus",16,"dumb ass") |