How to Make an Awesome Harmless Computer Virus Prank 😁😂 Fake Virus using Notepad

Опубликовано: 15 Апрель 2026
на канале: Coding DJ
14,769
256

Make an awesome computer Virus prank, this is harmless and does not affect anything, this is the secure way to create prank virus.

Syntax-

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 this prank Virus OR want the same Prank as in the video then you can copy the code from here -

***************************************************************************
************************* Start *****************************

x=MsgBox("Error while opening Computer. Do you want to Fix this Eror?", 4+64, "Critical error")
x=MsgBox("Unable to Fix this Error. Do you want to scan this computer", 3+48, "Error")
x=MsgBox("Alert ! Virus Detected. Remove Virus?", 3+16, "Alter!")
x=MsgBox("Alert ! Your computer is hacked.", 2+16, "Hacked!")
x=MsgBox("Unable to remove the virus", 1+64, "Critical Error! ")
x=MsgBox("Virus is Activated", 2+16, "Alert")
x=MsgBox("Deleting the system files...", 2+16, "File Deletion")
x=MsgBox("Virus is copying your passwords...", 2+48, "Virus Alert")
x=MsgBox("Please wait, Uploading data to server. Do you want to stop it", 4+64, "File Transfer")
x=MsgBox("Error. Can notstop. File trasfer completed", 1+16, "Completed")
x=MsgBox("Your computer is under my control", 0+64, "Alert")
x=MsgBox("The system will now crash!", 0+64, "LOL")

set objShell = wscript.CreateObject("wscript.shell")
objShell.Run "shutdown.exe /R /T 60 /C ""Rebooting your computer"" "

************************* End ******************************
***************************************************************************

Animation in Notepad:    • How To Create a Simple Animation Movie In ...  
bulb on off using javascript:    • Bulb ON OFF Animation In HTML & JavaScript...  

After you are done with the prank let them know it was a harmless prank.

If you like that tutorial then like this video and share it with your friends, Thanks..

#hackingprank #hackingusingnotepad #windowshacking #codingdj