How to Create a Harmless Computer Virus Prank

by Circuitalist in Circuits > Computers

325 Views, 0 Favorites, 0 Comments

How to Create a Harmless Computer Virus Prank

DQ47M9Qrdf9u.png

How to create an awesome computer Virus prank, this is harmless and does not affect anything, this is the secure way to create a prank virus with simple coding in the notepad.

Getting Started

Open a new text document to write these lines

you can modify the message, the title and the appearance as you like.

Coding

bandicam 2019-05-17 13-03-14-734.jpg

x=MsgBox("Error while opening My Computer. Do you want to fix it?",4+64,"My Computer")

x=MsgBox("Unable to fix this error. do you want to san your Computer?",3+48,"Computer scan")

x=MsgBox("Alert! Virus has been detected. Do you want to delete this virus?",3+16,"Alert")

x=MsgBox("Unable to delete this virus",1+64,"Critical Error")

x=MsgBox("Virus is Activated",2+16,"Virus Alert")

x=MsgBox("Deleting System Files..",2+16,"WARNING")

x=MsgBox("copying users password..",2+48,"WARNING")

x=MsgBox("Please wait. uploading files to hack server. Do you want to stop it?",4+64,"File Transfer")

x=MsgBox("Cannot stop. File Transfer completed",1+16,"My Completed")

x=MsgBox("your computer is Hacked",1+64,"ANONYMOUS ALERT")

x=MsgBox("you cannot access your computer anymore..",1+16,"Computer Hacked")

x=MsgBox("this was a PRANK, there is no virus idiot",1+64,"no virus")

After writing the code save it with .vbs extension

(example.vbs)

then open it as usual

Watch My Youtube Video for More Details

Want to Get Deeper Into Programming? {}

Modify As You Like

bandicam 2019-05-17 13-03-37-065.jpg

0 = OK Button,

1 = OK / Cancel Button,

2 = Abort / Retry / Ignore Button,

3 = Yes / No / Cancel Button,

4 = Yes / No Button,

5 = Retry / Cancel Button

16 = Critical Icon,
32 = Help Icon,

48 = Warning Icon,

64 = Information Icon.

Thank You ..

---------------------------------------------------------

thank you for reading this instructable

please give us a like and give my youtube channel a visit,

subscribe if you like my content.

---------------------------------------------------------