Hmas Suggestion

๐Ÿ–ฅ๏ธ HMAS API โ€“ Bash Prank Script Example

Unleash your inner cyber trickster with this harmless terminal prank that pulls a dramatic hacker-style message using the HMAS API.

โš ๏ธ Disclaimer

This is meant for fun and educational purposes only.

Do not use this to disrupt real systems, mislead users, or impersonate a legitimate threat.

Use responsibly. Make people laugh, not panic.

๐Ÿ”ง Bash Script Prank Example

Create a file named prank.sh:

#!/bin/bash
# HMAS Prank Script
API_KEY="testkey123"
FORMAT="txt"
MSG="hacker"
# Fetch the message from HMAS
MESSAGE=$(curl -s "https://carlostkd.ch/hmas/api.php?msg=$MSG&format=$FORMAT&apikey=$API_KEY")
# Print dramatic effect
echo ""
echo "Initializing security scan..."
sleep 1
echo "Bypassing firewall..."
sleep 1
echo "Accessing system core..."
sleep 2
echo ""
echo "$MESSAGE"
echo ""
sleep 1
echo "Trace complete. Identity compromised. ๐Ÿง "

๐Ÿงช How to Run

chmod +x prank.sh
./prank.sh

๐Ÿง  Output Example

Initializing security scan...
Bypassing firewall...
Accessing system core...
๐Ÿง  admin:
  Message: ๐Ÿ’ฌ ๐ŸงŠ ColdBoot Alert: A background service is logging your browsing activity, User session terminated.
Trace complete. Identity compromised. ๐Ÿง 

๐Ÿงพ Customize It!

  • Change the MSG to other fun themes: ghost, ai, cyberpunk
  • Use format=html to prank in a browser

- Try mode=daily for persistent messages

๐Ÿ’ก Pro Tip

Alias it for quick fun:

alias prankhmas="bash ~/path/to/prank.sh"

Then just run:

prankhmas

Happy hacking (the legal kind)!


You'll only receive email when they publish something new.

More from Carlostkd โœ…
All posts