Skip to content

Latest commit

Β 

History

History
75 lines (62 loc) Β· 2.74 KB

File metadata and controls

75 lines (62 loc) Β· 2.74 KB

πŸ’€ FakeHackedPopup - Infinite MsgBox Prank (VBScript)

fun badge language badge platform badge

Fake Hacked Popup Preview


🧠 What is This?

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!

πŸ’‘ How It Works

do
    msgbox "Your System was Hacked!"
loop

This VBScript uses an infinite Do...Loop and repeatedly shows a message box popup.

πŸ› οΈ What File Extension to Use?

Save the script with a .vbs extension (not .txt)
βœ… Example: FakeHackedPopup.vbs

πŸš€ How to Run

  1. Open Notepad
  2. Paste the code into it
  3. Save the file as FakeHackedPopup.vbs
  4. Double-click to run (Windows only)

πŸ›‘ How to Stop the Script

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Find the process: wscript.exe or cscript.exe
  3. Right-click and choose End Task

⚠️ Disclaimer

This project is created for educational and entertainment purposes only.
DO NOT use this to annoy or harm anyone. Always use it responsibly.

πŸ“ Included Files

  • 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

πŸ“œ License

This project is licensed under the MIT License. You are free to use, modify, and share.


πŸ§‘β€πŸ’» Made by Engr. Shuvo Das

🌐 Visit My Portfolio
πŸ”— GitHub Profile