Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohamedafraz/virus
- Owner: MohamedAfraz
- Created: 2023-04-15T14:02:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T07:29:03.000Z (3 months ago)
- Last Synced: 2024-11-18T01:09:25.505Z (2 months ago)
- Topics: prankware, vbscript, virus, windows
- Language: VBScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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