FakeHackedPopup is a fun little VBScript prank that creates an infinite loop
of message boxes saying:
"Your System was Hacked!"
😈
It looks scary, but it's totally harmless. Just made for fun or to spook your friends!
do msgbox "Your System was Hacked!" loop
This VBScript uses an infinite Do...Loop
and repeatedly shows a message box popup.
Save the script with a .vbs
extension (not .txt)
✅ Example: FakeHackedPopup.vbs
- Open Notepad
- Paste the code into it
- Save the file as
FakeHackedPopup.vbs
- Double-click to run (Windows only)
- Press Ctrl + Shift + Esc to open Task Manager
- Find the process:
wscript.exe
orcscript.exe
- Right-click and choose End Task
This project is created for educational and entertainment purposes only.
DO NOT use this to annoy or harm anyone. Always use it responsibly.
- FakeHackedPopup.vbs — The main prank script
- FakeHackedPopup.txt — Optional plain text version
- FakeHackedPopup-preview.png — Preview image used in this README
- README.md — This file (GitHub description)
- LICENSE — MIT open-source license
This project is licensed under the MIT License. You are free to use, modify, and share.