HOW TO CREATE A HARMLESS COMPUTER VIRUS (PRANK)

preview_player
Показать описание
How to Create an Awesome (Harmless) Computer Virus Prank (Fake Virus)
Create an awesome computer Virus prank, this is harmless and does not affect anything, this is the secure way to create prank virus.
create windows virus.
How To Make A Fake Virus.

Code-

Write this code first-
X=MsgBox("Message Description",0+16,"Title")

1. You can write any number from 1,2,3 or 4 instead of 0 (before the '+' symbol)
Below is the meaning of these numbers:

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

2. You can write 32 or 48 or 64 instead of 16.
Below is the meaning of each number:

16 = Critical Icon,
32 = Help Icon,
48 = Warning Icon,
64 = Information Icon,

If you are unable to create virus

X=MsgBox("Error while opening computer. Do you want to fix it?",4+64,"Computer")
X=MsgBox("Unable to fix this Error. Do you want to scan this Computer?",3+48,"Computer")
X=MsgBox("Alert ! Virus Detected. Delete Virus? ",3+16,"Alert")
X=MsgBox("Unable to delete Virus",1+64,"Critical Error")
X=MsgBox("Virus is activated",2+16,"Alert")
X=MsgBox("Deleting system files.....",2+16,"File Deletion")
X=MsgBox("Virus is copying your Data and password",2+48,"Virus Alert")
X=MsgBox("Please wait, Uploading your data to Server. Do you want to stop it?",4+64,"File Transfer")
X=MsgBox("Could not stop. File Transfer Completed",1+16,"Completed")
X=MsgBox("Your computer is almost hacked",0+64,"Alert")
X=MsgBox("Dont be serious, This was Prank",0+64,"Fooled You")
Рекомендации по теме