Skip to content

Instantly share code, notes, and snippets.

View PatheticMustan's full-sized avatar
🌠
starry eyed

Nat PatheticMustan

🌠
starry eyed
View GitHub Profile
@PatheticMustan
PatheticMustan / hackers_cmd
Created March 19, 2019 04:52
Hacker's CMD
color 0A
You can contact me at
patheticmustan@gmail.com
I'll probably respond around night
time, because I'm secretly a vampire.
:)
@PatheticMustan
PatheticMustan / internalScreaming.js
Last active April 17, 2019 15:07
INTERNAL SCREAMING ON DISCORD
//80 chars long! Not bad.
const internalScreaing=s=>`***${s.split(' ').join(' ').split('').join(' ')}***`
/*
How to use:
1. Open Discord.
2. Open script, and run this function with the phrase of your choice
3. Paste the result into Discord.
Examples!
@PatheticMustan
PatheticMustan / keybase.md
Created December 7, 2019 01:00
keybase thingy

Keybase proof

I hereby claim:

  • I am patheticmustan on github.
  • I am patheticmustan (https://keybase.io/patheticmustan) on keybase.
  • I have a public key ASAPjZpns_cUMPpUupY7NnmoVop6iLD60UcXvX5gnwScpgo

To claim this, I am signing this object:

@PatheticMustan
PatheticMustan / Mudae waifu note removal helper
Last active May 15, 2020 03:12
Puts noted waifus/husbandos into string that allows me to copy paste and remove notes real fast
x = `Amethyst | SU
Aries (Himawari) | Strange alien girl???
Atsuko Kagari | Popular
Azuki | Nekopara
Backpack | Meme
Ball Guy | Meme
Bianca | PKMN
Bloody Painter | CRPY
Celebi | PKMN
Chloe | DBH
@PatheticMustan
PatheticMustan / LevelsQuickView.html
Created December 31, 2019 05:52
HTML Page for quick viewing of LEVELS Events
<!DOCTYPE html>
<html>
<head>
<title>Levels Quickview</title>
<style>
#flexbox {
position: fixed;
top: 0;
left: 0;
bottom: 0;
@PatheticMustan
PatheticMustan / Discord Tag Rerolling.md
Last active May 26, 2023 04:04
My notes on Discord tag re-rolling.

Discord Tag Rolling

When many users want to use a username that's taken, most software platforms solve this by just forcing them to choose another username. Discord has an interesting solution to this problem: giving people random 4 digit tags as well as their usernames! This allows for many users to have the same username while allowing each person to have a unique username that's easy to remember.

Some notes:

  • Discord's tag system makes it possible to have 9_999 people with the same username, but they limit people from using popular names at a certain point.
  • Discord's Nitro subscription system allows users to change their tag to any untaken tag. Their tags are randomized once their Nitro subscription ends.
  • There is a rate limit of 2 name/tag changes per hour.
@PatheticMustan
PatheticMustan / Dino Game Hacks
Created February 10, 2020 04:45
Hacks for Google Chrome's offline dino game
// Override death function, INVINCIBLE!!!
Runner.prototype.gameOver = () => {}
// Super speed oh yeah
Runner.instance_.currentSpeed = 9001
@PatheticMustan
PatheticMustan / @PatheticMustan - 2 hours ago | ❤ 0 | 🔁 62
Last active October 11, 2021 02:47
Latest Tweets by PatheticMustan
RT @Rev_says_desu: Choose your fighter:
https://t.co/udXtsXx43x
sendMessage = msg => {
socket.emit('webhooksend', {
username: document.getElementsByClassName('infoname')[0].value,
avatar: localStorage.getItem('avatar'),
content: msg,
banned: false,
ID: Math.floor(Math.random() * 1000)
});
}