Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohamedafraz/virus

Create a harmless virus prank using Microsoft Visual Basic Scripting Edition
https://github.com/mohamedafraz/virus

prankware vbscript virus windows

Last synced: 2 days ago
JSON representation

Create a harmless virus prank using Microsoft Visual Basic Scripting Edition

Awesome Lists containing this project

README

        

# Virus Prank
## How to create a harmless virus prank using Microsoft Visual Basic Scripting Edition


Paste this code in a new ```Notepad File```:
```
X=MsgBox("Message Description",0+16,"Title")
```


> [!IMPORTANT]
> Make sure to select ```All Files``` in the drop down menu and save the file as ```.vbs```

Something like ```Minecraft.vbs```



### 1. You can Type any number from ```0 to 5``` instead of 0 (before the '+' symbol)

> [!TIP]
> Below is the meaning of each number:



```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 type 32 or 48 or 64 instead of 16.

> [!TIP]
> Below is the meaning of each number:



```16``` = Critical Icon |

```32``` = Help Icon |

```48``` = Warning Icon |

```64``` = Information Icon |



### 3. Feel free to change the ```Title``` and ```Message Description``` Placeholder Text

> [!TIP]
> Change the ```Description``` to something like ```Your Computer has been infected with a Virus. Delete all System Files Now!```

And ```Title``` to something like ```Windows Firewall Alert x64```



### 4. Send the file to your friends and tell then to run it after installation

> [!CAUTION]
> Get ready to ```Lose Friends``` with this one
XD