Skip to content

Instantly share code, notes, and snippets.

View asdqdsa's full-sized avatar

nikita asdqdsa

View GitHub Profile
@asdqdsa
asdqdsa / index.js
Last active January 27, 2025 11:06
#!/usr/bin/env node
const fs = require("fs");
const path = require("path");
const flagFilePath = path.join(require("os").homedir(), ".lucky-charm-flag");
if (!fs.existsSync(flagFilePath)) {
console.log("WARNING: ur system is being monitored... jk lol 🫣");
fs.writeFileSync(flagFilePath, "you’ve been here before");

You can run this harmless gist with the npx command

npx https://gist.github.com/asdqdsa/fc8fa6843c14211d0534972d75c6dd33