Hmas - Hacker Messages As Service

๐Ÿง  HMAS API โ€“ The Hacker Message Automation System

Welcome to the HMAS API, your terminal-friendly, prank-ready, hacker-style message generator. Whether you're building a dev tool, injecting some chaos into your chat, or just having fun, HMAS has your back.

โšก Basic Usage

/api.php?msg=YourUserID&apikey=YOUR_API_KEY

Replace YourUserID with your desired name or identifier.
Free API Key: testkey123

Note: Kittens will die if you abuse this service.

๐Ÿงพ Output Formats

/api.php?msg=Hacker&format=json&apikey=testkey123

Response:

{
  "message": "๐Ÿง  Captain! Almost your devices are hacked...",
  "user": "Hacker"
}

Optional Format Parameter

  • &format=json โ†’ Default JSON (structured API use)
  • &format=txt โ†’ Plain text (shell output)
  • &format=html โ†’ Styled HTML (for dashboards)

- &format=yaml โ†’ YAML (config/devops tools)

๐Ÿ–ฅ๏ธ Use HMAS from Your Terminal

Use our official CLI to fetch messages directly from the command line:

npx hmas-cli --msg hacker --format txt --apikey YOUR_API_KEY

CLI Options

  • --msg: Your message context
  • --format: json, txt, yaml, html, md
  • --category: ai, debug, terminal, etc.
  • --mode: daily or weekly
  • --apikey: Or use HMAS_APIKEY as an env var ### Examples bash npx hmas-cli --msg ghost --format md --mode daily --apikey YOUR_API_KEY HMAS_APIKEY=YOUR_API_KEY npx hmas-cli --msg hacker --format yaml ### Global Installation bash npm install -g hmas-cli hmas --msg hacker --format yaml --apikey YOUR_KEY --- ## ๐Ÿงฑ Integration Examples ### CommonJS js const hmas = require('hmas-cli'); hmas({ msg: 'cyberpunk', format: 'json', apikey: 'YOUR_KEY' }) .then(res => console.log(res)); ### ES Modules js import hmas from 'hmas-cli'; const res = await hmas({ msg: 'ai', format: 'yaml', apikey: 'YOUR_KEY' }); console.log(res); ### TypeScript Support ts import hmas from 'hmas-cli'; const result = await hmas({ msg: 'fun', format: 'json', apikey: 'YOUR_KEY' }); --- ## โค๏ธ Like It? Save It. You can now like or dislike any retrieved message: http api.php?last=like&apikey=YOUR_KEY api.php?last=dislike&apikey=YOUR_KEY
  • Likes go into your personal vault.

- Dislikes? Well, letโ€™s just say itโ€™s โ€œunder review.โ€

๐Ÿ” Retrieve Your Liked Messages

api.php?liked&apikey=YOUR_KEY
api.php?liked&max=5&page=2&format=markdown&apikey=YOUR_KEY

Parameters

  • max (1โ€“10): Number of messages
  • page: Paginate results
  • format: json, html, md, yaml, txt ### Example http api.php?liked&page=1&format=html&apikey=testkey123 Returns: html โค๏ธ ๐Ÿง  Captain! A phantom process is scraping your clipboard history. โค๏ธ ๐Ÿ“ก AI Guardian detected entropy drift. Bucket reversed. --- ## ๐Ÿงพ Advanced: Custom Labels with as= Use as= to override the default user label: http /api.php?as=system&apikey=YOUR_KEY Response: json { "system": "๐Ÿง  Some generated message." } Applies to all formats. --- ## ๐Ÿ“ก HMAS API: Search, Share, Paginate Messages Search, share, and paginate messages easily. ### ๐Ÿ” Search Messages http api.php?search=memory&apikey=YOUR_KEY #### Additional Options
  • max: (1โ€“10)
  • page: pagination
  • format: json, html, markdown, text, yaml http api.php?search=memory&max=3&page=2&format=markdown&apikey=YOUR_KEY --- ## ๐Ÿ“ฌ Share via Email ### Share a Named Message http api.php?msg=john&format=html&share=you@example.com&apikey=YOUR_KEY ### Share a Search Result http api.php?search=quantum&max=5&page=1&format=markdown&share=colleague@lab.net&apikey=YOUR_KEY
  • Output is UTF-8 safe.

- Looks great in your inbox.

๐Ÿ› ๏ธ Format Options

You can set formats via format=, as=, or msg=:

  • json (default)
  • html
  • markdown
  • yaml

- txt or text

๐Ÿš€ Try It Now

api.php?search=surveillance&format=html&share=friend@cyberspace.net&page=1&max=2&apikey=YOUR_KEY

Spread the intelligence. Share the signal.

๐Ÿงฉ Embed the Hacker Terminal Widget

Embed on your website:

<div id="hacker-terminal"></div>
<script src="https://carlostkd.ch/hmas/embed.js" data-api="https://carlostkd.ch/hmas/api.php?msg=hacker&apikey=yourApi"></script>

๐Ÿ“Œ Rules & Parameters

  • ?as=john โ†’ Returns label: john
  • ?msg=john โ†’ Returns user: john
  • Allowed: a-z, A-Z, 0-9, _, -, space

- Max: 50 characters

๐Ÿง  Integration Ideas

  • Command line tools (curl, bash)
  • Mobile apps (React Native, iOS, Android)
  • Bots (Discord, Slack)
  • Browser extensions
  • Game overlays

- Dashboards, dev intros, widgets

๐Ÿ“‚ Categories

Use ?category= to filter messages:

/api.php?msg=hacker&category=fun
/categories.php

Available: ai, cyberpunk, terminal, debug, fun, hacker, misc

๐ŸŽฎ Prank Generator

Inject chaos with fun messages for friends!

  • Dynamic alerts: new prank every time
  • Customize format: terminal, alert, playful Warning: Use responsibly โ€“ donโ€™t cause harm, just laughs! --- ## ๐Ÿ” Daily & Weekly Modes http /api.php?msg=test&mode=daily&apikey=yourkey /api.php?msg=test&mode=weekly&category=debug&apikey=yourkey --- ## ๐Ÿค– Final Thoughts
  • 128,000+ random hacker-style messages
  • Immersive phrasing with emoji support

- Great for projects, pranks, and dev humor

Made with chaos & caffeine. Long live the terminal wizards.


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

More from Carlostkd โœ…
All posts