8000 GitHub - AIwolfie/ransom_bae: A prank-style fullscreen GUI "ransomware"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AIwolfie/ransom_bae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💀 Ransom Bae

A prank-style fullscreen GUI "ransomware" simulation made using Python and Tkinter. Ideal for trolling your friends or classmates by pretending their GPA is at stake — unless, of course, they bring you a cold coffee ☕.

⚠️ Disclaimer: This project is for educational and prank purposes only. It does not encrypt any files or cause real harm.


🚀 Features

  • 🖥️ Fullscreen app with system key blocking.
  • 😈 Fake ransom note demanding cold coffee.
  • ⏱️ Countdown timer simulating urgency (default 5 mins).
  • 🔐 Blocks Escape, Alt+F4, Ctrl+W, F11, and even Windows key.
  • 🔓 Hidden exit combo: CTRL + Q.

🛠️ Setup

🔹 Requirements (for script version)

  • Python 3.x
  • keyboard module:
  pip install keyboard

🔹 Running as .py

python ransom_bae.py

🔹 Creating the .exe

Run the following command to generate a standalone Windows executable:

python -m PyInstaller --noconsole --onefile --icon=path\to\icon.ico --name=final_project ransom_bae.py

Note: If CTRL+Q exit doesn't work in the .exe, try adjusting permissions or run as administrator. Some keyboard hooks require elevated access OR you can press power button to shutdown.


🔑 Secret Exit

To escape the app, press:

CTRL + Q

⚙️ Buttons Explained

  • 💸 Pay Ransom — Simulates paying for file decryption.
  • 💻 Try to Hack Back — Shows failure message (you ain't Neo).
  • 😵 Give Up — Accepts defeat, GPA = RIP 💀.

🧃 Motivational Message

"Bring cold coffee, save your GPA."


📂 File Structure

ransom_bae/
├── ransom_bae.py         # Main prank ransomware script
├── final_project.exe     # Compiled executable (Windows)
├── README.md             # You're reading this
└── ransom_bae/Github-Octicons-Copilot-error-16.ico            # Optional custom icon

Buy Me A Coffee

📜 License

MIT License. Prank responsibly.

About

A prank-style fullscreen GUI "ransomware"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0