Skip to content

Instantly share code, notes, and snippets.

View hackermondev's full-sized avatar
🛠️
building

daniel hackermondev

🛠️
building
View GitHub Profile
@hackermondev
hackermondev / replit subdomains.txt
Last active January 21, 2025 17:08
List of all public Replit subdomains
List of all Replit subdomains
Someone wanted me to post this so I did
Most of them are used for internal stuff and you can't access them
------------------------------------------------------------------------------------------------
replit.com|104.18.12.38,104.18.13.38
art.replit.com|34.120.57.62
ask.replit.com|64.62.250.111
blog.replit.com|104.18.12.38,104.18.13.38
boops.magic.teams.replit.com|34.120.57.62

Keybase proof

I hereby claim:

  • I am hackermondev on github.
  • I am hackermondev (https://keybase.io/hackermondev) on keybase.
  • I have a public key whose fingerprint is 19C2 ADC7 DFD1 00F3 446F 6AFB 7DDD FA24 2CB0 F53E

To claim this, I am signing this object:

@hackermondev
hackermondev / bot.ts
Last active January 21, 2025 17:08
Sound's World Code
import { Client, Message, User } from "discord.js"
import chalk from "chalk"
const client: Client = new Client()
client.on('ready', () => {
console.log(chalk.green(`started bot on ${client.user.tag}`))
})
client.on('message', async function(message: Message) {