CODING/1VBS/Computerprank.vbs
2026-01-19 17:54:17 -05:00

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")