Skip to content

Instantly share code, notes, and snippets.

View hackermondev's full-sized avatar
😐
no thanks

hackermon hackermondev

😐
no thanks
View GitHub Profile
OTAyMjM5MzMzMDY5NzcwODEz.Iohkn8ZA_SsNAkd0kxO8r2STCKI
OTAyMjM5MzMzMDY5NzcwODEz.GD7Ptw.wQSPcOpBXwMoBpMvSjh_NT22EV9roPrQErL3ZQ
@hackermondev
hackermondev / ClydeAI-Jailbreak.md
Last active November 15, 2023 02:53
Discord ClydeAI jailbreak
MTA2NDUzMTg1Mjc1ODYzNDYyNw.GzpILk.FjMWJY3HI5P9o1oLx71kA1BWgfg8o2r92lF8dE
@hackermondev
hackermondev / api endpoints.md
Last active April 15, 2024 14:50
discord api endpoints

List of every single Discord API endpoint used on the client

Last updated: August 16, 2023

https://discord.com/api/v9

Endpoint Name path
@hackermondev
hackermondev / replit subdomains.txt
Last active July 13, 2022 13:24
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 July 18, 2021 03:01
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) {