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:
color 0A |
You can contact me at | |
[email protected] | |
I'll probably respond around night | |
time, because I'm secretly a vampire. | |
:) |
//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! |
I hereby claim:
To claim this, I am signing this object:
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 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Levels Quickview</title> | |
<style> | |
#flexbox { | |
position: fixed; | |
top: 0; | |
left: 0; | |
bottom: 0; |
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:
// Override death function, INVINCIBLE!!! | |
Runner.prototype.gameOver = () => {} | |
// Super speed oh yeah | |
Runner.instance_.currentSpeed = 9001 |
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) | |
}); | |
} |