I think that when people join, discord adds a sort of "priority" to all joining or leaving packages so that anyone wanting to come can even if the server is rate limited
you'd think discord would just.. delete the server, but they can't even update their desktop client to use a modern version of electron, so preforming a simple task such as fixing a critical problem on their network is well outside the capabilities of the company.
i think the electron thing is for compatibility reasons (and if you're complaining because it's slow electron in general is a massive ram hog, sure updating it could make it a little better but what it's built on, chromium, will always hog ram). but yeah this is stupid, all you have to do, im not good at explaining but basically disassociate the API calls if that makes any sense. make it so one rate limit from one user doesn't affect another user
@@silitome3086 If only it was that simple. With permission changes, I'm guessing discord has to sync every client incase the permission change impacts a users ability to view the channel or whatever. Considering Better Discord plugins exist for viewing permissions and hidden channels, and documentation from discord bot libraries, I'm guessing the channel permissions and stuff are stored locally. Sure you could ratelimit users individually but the server still has to sync all the clients for every permission change.
@@ericwildfong correct! I forgot about syncing role permissions. it seems the only way to fix this is the way that is most harmful and ineffective: instead of stopping this, detect it, then ban the server that does it or something like that. considering how bad Discord is on cracking down on things, that would be very suboptimal. as an aside: channel permissions aren't stored locally per se; it's just that Discord's client-server and server-client communication reveals these permissions. the first way I thought of fixing this was prioritizing joining/leaving calls over other calls like syncing permissions. but if implemented this would leave much more vulnerabilities, like temporarily disconnecting your internet, leaving a server and also doing x thing that messes with permissions, allowing you to bypass them somehow. although one thing I noticed, if you are getting rate limited, why should the people in your server be affected? I mean if you're being rate limited it shouldn't go ahead with the call anyway. what I think is truly happening, as mentioned by the person who did this is like the Minecraft book ban, which is sending an insane amount of data to the client on join. the client now has to get all that data to initialize the server, kinda , thus the client is the one who gets rate limited trying to receive this information, so while it's still trying to receive all the info from permissions it blocks leaving in the meantime. that's probably what you meant and i just didn't get it. therefore the only user bypass would be hooking a proxy into discord and intercepting and blocking the calls to load the channels, and instead just using the Discord api locally to leave. sorry for the paragraph kthxbye
@@silitome3086 Yeah, I'm not sure of the specific workings but it's likely the "syncing" that's causing the issue. Discord bot libraries (and possibly the client) might cache the permissions locally so they don't have to keep re-fetching them from the API every time, but I'm not 100% sure. I know discord.js docs make mention of caches for guilds (servers) and the channels within and stuff. They could possibly just prevent users from making override changes too quickly but it probably wouldn't stop the issue cause there's potentially more than one thing leading to the "syncing" issue
@@ceoofgaming7914 I remember I had a server with an account, my account got disabled and one person was still in the server so they sent me the invite link on my new account snd the server didn't get deleted despite my account being gone
@@notronniee this comment sections has a crap ton of brainrot HE HAS A DAMN AUTOMATIC BOT RUNNING, SPAMMING DISCORD'S AND IT DEPENDS ON HIS ACCOUNT TO WORKS
TO ANYONE ABOUT TO TYPE IN THE INVITE LINK: DON'T. The invite link that's displayed in this video links to a different server, with a fake ntts. It'll ask you to verify but'll link you to a fake discord login. Logging in on this website will (obviously) swipe your account.
I think that if you can leave the jail you're basically doing a mastermind Prison Break so everyone who could leave it by themselves should be proud of it ☺
To elaborate on and correct the text encoding part: Discord considers only the _length_ of text instead of its underlying byte size, so a UTF-8 character can be larger in memory than an ASCII character. For example, the UTF-8 character п takes up 2 bytes (11010000 10111111) whereas the ASCII character A only takes up 1 (01000001) even though they're both just one letter.
so scary, imagine the type of people who would spam certain images if they knew they can't be banned, or even the creeps being able to call out whoever on the server not being able to leave them alone, or even doxxers
I actually use a gulag chat for moderation - cuz i think just straight up banning is too easy and painless, instead i made a jail role, that's restricted to only one chat. That way when some dumb spammer or wannabe troll appears, i just put that role on them and they spam all they want in that hidden chat noone except the highest roles can see. This way they either change their attitude, or leave voluntarily.
to me, a fix would be, that "Leave Server" invokes a elevated permission within the API that it can override the rate limit and still allow someone to leave the server, regardless of that servers status.
This works in a quite similar way to a Chunk regeneration glitch in MC Java 1.14 where having a bunch of Shulker Boxes with Written Books with Unicode Characters in a Double Chest would overload something related to world gen causing the chunk to get reset (Mentioned as Fixed MC-140507 in the 19w36a notes and the Wiki but the issue itself was "Private" due to how bad it can break the game for people still on those versions)
You know those curses where it's like "You must condemn three poor souls to this fate in order to be freed yourself" I think this server might be the modern day version of that, considering if you invite enough people you can leave temporarily.
Haven’t you tried creating a simple discord bot with a usage of guilds leave API? The bot should be able to force it. Other way is to make a support ticket and they will manage it for you. I’ve had some weird issues before when I couldn’t join a server and it became kind of a ghost (server icon was showing in a the server list but I couldn’t interact with it lol). They fixed it.
message rate limit is not rate limited with a fixed rate. the chill dialog appears if you have too many unsent messages. so if you have fast internet you can spam faster. EDIT: @Dylan Harding pointed out there is still a maximum rate, but the actual rate limit can be lower due to internet speeds
The chill dialogue does appear if you have too many unsent messages - one of the causes can be internet speed, but another _is_ rate limiting. the official clients obey rate limits and will wait before attempting to send another message.
I am pretty sure that this also has something to do with the amount of data sent to the client, since the client receives information from all roles and channels, even if he does not have access
As someone who's had their OG Discord from early 2016 deleted, those servers stay even if the owners account is gone. I've still got a few and even have roles because I gave them to my alt.
@@cyanskullhcr2 You don't know how that word works? Their is when it's owned by someone, in this case myself. Therefore yes that's correct, doesn't mean multiple people not sure where you learned that but your school is terrible if that's where.
@@cyanskullhcr2 That's so wrong it's funny, please say both of these aloud. Yours sounds like a 12 year old being informal. I'm right plain and simple. It's mainly used with nouns but verbs are allowed, in this situation it's in fact correct.
tbh with the amount of servers in my discord list. I wouldn't even remember if I joined a server like this as I would mute the server and drag it to the bottom of the list
my guess is that when a bunch of people join the server the rate limit of that server gets increased which would make sense otherwise people would surpass it by just writing due to their numers and then the script probably isn't fast enought to keep spamming the api since the rate limit is now quite high so people sometimes are able to leave the server (not sure it's actually how it works but as said this is my guess on the topic)
My guess as to why if a load of people join you could leave: if enough people join the bogged down server it creates a sort of "cpu interrupt" like event where the server suddenly shifts from slow large operations to small fast events and due to the server already being bogged down it likely won't assign more power out because it's been under load for so long so it sticks to processing the joins and during this time there would be a brief catchup and the system would eventually realize that it could handle more operations allowing the permissions changing to start again and thus stating the cycle over again. Or not, it's just a guess.
your account is still in the server even if you deleted it. however, your name is changed to "Deleted user (insert random letters and numbers)" and your profile pic is changed to the default one.
fun fact: back in the old days in 2020, the hub's discord server would mostly be on outage because there are way too many people joining and leaving ( ͡° ͜ʖ ͡°)
If only Discord would move to hiding everything server side instead of handling it clientside and handle rate limits better. Leaving should not be rate limited
If you're not Sure this Jail break works, You can get Kicked from it. Only one way to Escape The Discord Jail is to: Get Banned (or if with a Time Limit: Tempbanned) from it.
BD being against TOS is something that's always baffled me. You get a few extra settings and the ability to make the program look pretty... the fuck is so bad about that?
All client modifications are against the TOS - in theory, even simple CSS mods. You most likely won't get banned for simple CSS mods or stuff like OpenAsar, but you're risking your account with features such as seeing hidden channels.
it's modifing source code. Witch is very not good for discord. But something being against TOS doesn't mean it has to be removed instantly. Discord bats an eye on BD
Years ago discord made it possible to create a server with no text channels, so we made a server with 500 voice channels and it is now broken and impossible to join. You can still leave it though.
Just a complete assumption, I don't know litterally anything about this technical stuff, but I'm assuming adding colors and links plus that emoji, adds even more data to transfer. I'm assuming with that emoji because it's external and not a discord default, colors because it has to store which color a role uses, same with links etc. As stupid as it sounds, kind of reminds me of some exploits people do in Roblox Admin House where they name a player a really long string to the point that looking at that player can either disable your entire interface or disconnect you.
I think you're actually right on the money! Denying permissions and stuff causes discord to recalculate their bitflags, which they use for permissions and roles and so on. It alone does not cause an issue, but discord is big, and that means every client has to read more and more data that isn't null (doesn't exist) from the server. Discord has caching for this, but it doesn't make much a difference when you still have to write and calculate all this data. More defaults you use less discord has to save in their database, which makes it quicker, so if you change everything from default, it will soon be overwhelmed. I'm interested to explore into the really technical side of this, I love this sort of stuff, always much to learn. I'll post a new comment if I find out anything more.
I remember last year where a friend sent me a spongebob mp4 link, but it was massive and at the character limit but all in Chinese and froze discord. Guess this is the equivalent of a mad scientist going "but what if I made this using this."
7:29 -then why show it? You didn't even mention it in your voice-over so it seems like you just want us to look it up. And for a channel that is basically a Discord awareness channel, theres a good chance that kids could be watching your videos to know what NOT to do on discord, so telling the audience to NOT look up a show will make them want to do it, especially since you made it seem very curious. Kids should not be finding out or watching clips from Prison School.
@@duodosmustang2609what a g, Bro scavenge through the video for the link like a raccoon and found it, and on top of that, didn't get a thank you or anything
I genuinely can't tell if the "Discord has to watch my videos" bit is a joke or not because on one hand why would they, but on the other hand he talks about a LOT of shit
How do you even think of something like this? That's just crazy! Do you have the server ID? I guess it would be quite logical to report the server for exploiting Discord client rate limits.
Someone is using the invite links in the video to host a scam. Please do not join the servers!
it's gonna become a hellhole soon enough
Rip
hasnt the invite expired?
WAAAAA
he just needs a backup acc like no cap
I think that when people join, discord adds a sort of "priority" to all joining or leaving packages so that anyone wanting to come can even if the server is rate limited
true
But how can't you leave it if prioritising the leaving packages?
@@Liggliluff they are only prioritized when someone is joining, not leaving, but they are both prioritized at the same time
Or in stead of managing package order, they just make it look to you as if you left while you're really still in it, loading
Discord doesn't prioritize packets lol.
I love the fact that NoTTS was so careful not to show the link but then he just gives up
When and where
Invites are automatically set to 1 max use and 7 day expirery
@Flame_C0desyou can set the uses…., so he probly made a 1 time use code
@SourMellonhas to be set manually
you'd think discord would just.. delete the server, but they can't even update their desktop client to use a modern version of electron, so preforming a simple task such as fixing a critical problem on their network is well outside the capabilities of the company.
only like roblox
i think the electron thing is for compatibility reasons (and if you're complaining because it's slow electron in general is a massive ram hog, sure updating it could make it a little better but what it's built on, chromium, will always hog ram).
but yeah this is stupid, all you have to do, im not good at explaining but basically disassociate the API calls if that makes any sense. make it so one rate limit from one user doesn't affect another user
@@silitome3086 If only it was that simple. With permission changes, I'm guessing discord has to sync every client incase the permission change impacts a users ability to view the channel or whatever. Considering Better Discord plugins exist for viewing permissions and hidden channels, and documentation from discord bot libraries, I'm guessing the channel permissions and stuff are stored locally. Sure you could ratelimit users individually but the server still has to sync all the clients for every permission change.
@@ericwildfong correct! I forgot about syncing role permissions.
it seems the only way to fix this is the way that is most harmful and ineffective: instead of stopping this, detect it, then ban the server that does it or something like that.
considering how bad Discord is on cracking down on things, that would be very suboptimal.
as an aside: channel permissions aren't stored locally per se; it's just that Discord's client-server and server-client communication reveals these permissions.
the first way I thought of fixing this was prioritizing joining/leaving calls over other calls like syncing permissions. but if implemented this would leave much more vulnerabilities, like temporarily disconnecting your internet, leaving a server and also doing x thing that messes with permissions, allowing you to bypass them somehow.
although one thing I noticed, if you are getting rate limited, why should the people in your server be affected? I mean if you're being rate limited it shouldn't go ahead with the call anyway. what I think is truly happening, as mentioned by the person who did this is like the Minecraft book ban, which is sending an insane amount of data to the client on join. the client now has to get all that data to initialize the server, kinda , thus the client is the one who gets rate limited trying to receive this information, so while it's still trying to receive all the info from permissions it blocks leaving in the meantime. that's probably what you meant and i just didn't get it.
therefore the only user bypass would be hooking a proxy into discord and intercepting and blocking the calls to load the channels, and instead just using the Discord api locally to leave.
sorry for the paragraph kthxbye
@@silitome3086 Yeah, I'm not sure of the specific workings but it's likely the "syncing" that's causing the issue. Discord bot libraries (and possibly the client) might cache the permissions locally so they don't have to keep re-fetching them from the API every time, but I'm not 100% sure. I know discord.js docs make mention of caches for guilds (servers) and the channels within and stuff. They could possibly just prevent users from making override changes too quickly but it probably wouldn't stop the issue cause there's potentially more than one thing leading to the "syncing" issue
So discord decides to delete the owner's account but not the discord server 💀
watch the video till the end
Hello Collab level guy
@@ceoofgaming7914 I remember I had a server with an account, my account got disabled and one person was still in the server so they sent me the invite link on my new account snd the server didn't get deleted despite my account being gone
@@notronniee this comment sections has a crap ton of brainrot
HE HAS A DAMN AUTOMATIC BOT RUNNING, SPAMMING DISCORD'S AND IT DEPENDS ON HIS ACCOUNT TO WORKS
@@techscv3 Hello gd player we are 2 (3 counting the "collab level guy) players
TO ANYONE ABOUT TO TYPE IN THE INVITE LINK: DON'T. The invite link that's displayed in this video links to a different server, with a fake ntts. It'll ask you to verify but'll link you to a fake discord login. Logging in on this website will (obviously) swipe your account.
@@zxzx543dsdf no one said he fell for it
I fell for it, honestly fuck the youtuber for adding it. Is it possible to get an account back?
i fell for it 🥀
What link
@mr.megabass2994 The invite link shown in the video at 4:59
I think that if you can leave the jail you're basically doing a mastermind Prison Break so everyone who could leave it by themselves should be proud of it ☺
@James Cook it is not working
@James Cook 0:28
Gta online prison break heist
or just alt f4
Me after deleting my account and creating a new one:
atleast the "inmates" have a channel to talk to each other in good to know the creator isnt cold hearted
sadly you can't create an invite without a channel
@@SelfDrivingBagel he could've made the channel read-only
@@bettercalldelta true
This is like the terraria glitch where you put a ton of beach balls and projectiles can’t spawn anymore
i smell a very strong wand of sparking essence here
or the geometry dash glitch where you test play a level while in the editor menu and move blocks without increasing the level time
or the roblox glitch where you put too much physics in your game at saturday and roblox servers crash
or the world of tanks glitch where if there is too many people everything just stops and doesnt work for a sec and you lose 1-2 hours of premium time.
@@ksfq you play gd lets gooo
Btw the “Chinese character” is actually part of Big-5,which is 16-bit and not 8-bit. Therefore,they actually take up twice as much data.
intresting
16bit ≠ 2x 8bit
In fact, it contains 128x the data 🤓🤓🤓
@@Tomatillo12thats not how that works
@Tomatillo12 you converted 16 bytes to bits or multiplied 16 bits by 8 bits
And the video is made 1 yr ago why am I commenting on this
To elaborate on and correct the text encoding part: Discord considers only the _length_ of text instead of its underlying byte size, so a UTF-8 character can be larger in memory than an ASCII character.
For example, the UTF-8 character п takes up 2 bytes (11010000 10111111) whereas the ASCII character A only takes up 1 (01000001) even though they're both just one letter.
@@char-ptr ASCII is strictly one byte per character. UTF-8 can vary but has a minimum size of one byte and a maximum size of four bytes.
@@char-ptr 01000001 is 1 byte not 2
че реально
HARAM flag
SUOMI MOMENT LETSGOOOO VELI
so scary, imagine the type of people who would spam certain images if they knew they can't be banned, or even the creeps being able to call out whoever on the server not being able to leave them alone, or even doxxers
thanks for the idea
@@oliwerzajaczkowski6698 I hope you get arrested irl
@Christopher Klein they'd still be in the server
@@afoxytoaster I mean, it's literally called "jail"
you can still stop them from sending messages though.
NTTS laughing at a bunch of chinese characters just made the video wholesome somehow
Imagine adding a mass ping system to it too. That would be hell
Just put the red dot on your profile cuz something like that cant bypass It lol
@@Davidrt35 you will always have that annoying ping icon the whole time you have discord open
you just gave me an idea
@@So1 NONO NOOOOO
@@categamering why did you give him that idea
imagine getting jailed in discord lmao
lmfaoo
the one true gay baby jail
Imagine CP Jail
@@axain7784laughability?
I actually use a gulag chat for moderation - cuz i think just straight up banning is too easy and painless, instead i made a jail role, that's restricted to only one chat. That way when some dumb spammer or wannabe troll appears, i just put that role on them and they spam all they want in that hidden chat noone except the highest roles can see. This way they either change their attitude, or leave voluntarily.
0:13 you can actually see the invite leak during the transition
DDWBJ8Ny
to me, a fix would be, that "Leave Server" invokes a elevated permission within the API that it can override the rate limit and still allow someone to leave the server, regardless of that servers status.
This works in a quite similar way to a Chunk regeneration glitch in MC Java 1.14 where having a bunch of Shulker Boxes with Written Books with Unicode Characters in a Double Chest would overload something related to world gen causing the chunk to get reset (Mentioned as Fixed MC-140507 in the 19w36a notes and the Wiki but the issue itself was "Private" due to how bad it can break the game for people still on those versions)
is this the one where your minecraft world has large file size because of the glitch?
So, like the chunk ban?
I love how he just has a message from Beluga throughout the video
That's the beluga discord server
You know those curses where it's like "You must condemn three poor souls to this fate in order to be freed yourself"
I think this server might be the modern day version of that, considering if you invite enough people you can leave temporarily.
So basically the server overflows the data to the point no new data (including the data of leaving) can added. Makes sense
who woulda thought defo didnt say in the vid
Imagine making the profile picture of the jail look like something sus so that people who saw your menu laughed
Larry approval has been granted to you for keeping us up to date
thanks larry
Thanks larry (v3)
Thanks Larry (v4)
Thanks Larry(v5)
thanks larry (v6)
this is a certified discord moment
Great! Time to get in.
Edit: It's rate limited so now I've got an constant "!" character on my screen
What’s the join link?
give me join link
@@auIette it’s the link when he’s explaining that the join screen doesn’t disappear when you press join, just put in that same join code
@@Cheeseeeeee881 it doesnt work ;C
@@Staleycow let me get the code 1 min
Haven’t you tried creating a simple discord bot with a usage of guilds leave API? The bot should be able to force it. Other way is to make a support ticket and they will manage it for you. I’ve had some weird issues before when I couldn’t join a server and it became kind of a ghost (server icon was showing in a the server list but I couldn’t interact with it lol). They fixed it.
I once left a server, but I still got the @everyone pings on my phone months after lmao
What happened when you clicked on the notification?
@@robuxyyyyyyyyyy4708 "Can't navigate to that channel!"
message rate limit is not rate limited with a fixed rate. the chill dialog appears if you have too many unsent messages. so if you have fast internet you can spam faster.
EDIT: @Dylan Harding pointed out there is still a maximum rate, but the actual rate limit can be lower due to internet speeds
The chill dialogue does appear if you have too many unsent messages - one of the causes can be internet speed, but another _is_ rate limiting. the official clients obey rate limits and will wait before attempting to send another message.
@@dylanharding5720 oh really? Thanks for informing me
I am pretty sure that this also has something to do with the amount of data sent to the client, since the client receives information from all roles and channels, even if he does not have access
discords form of jail
Discord's*
@@AntiGamerPlayzz antigamerplays*
@@TRCumbox Anti-gamer plays*
@@HyperKryst Hyper Christ*
@@TRCumbox AntiGamerPlayzz*
The way he said "I gotta check if I'm human again??" Sounds like he is not human in the tone
Love how you can use better discord and they don't ban you. They really need your content
As someone who's had their OG Discord from early 2016 deleted, those servers stay even if the owners account is gone. I've still got a few and even have roles because I gave them to my alt.
their? u multiple people or what
@@cyanskullhcr2 You don't know how that word works? Their is when it's owned by someone, in this case myself. Therefore yes that's correct, doesn't mean multiple people not sure where you learned that but your school is terrible if that's where.
@Lugtastic "as someone who's had *their",* the said "their" is you right? if yes then it's incorrect, that would be his or her
@@cyanskullhcr2 That's so wrong it's funny, please say both of these aloud. Yours sounds like a 12 year old being informal. I'm right plain and simple. It's mainly used with nouns but verbs are allowed, in this situation it's in fact correct.
@@Lugtastic are you an arcade or a wizard
tbh with the amount of servers in my discord list. I wouldn't even remember if I joined a server like this as I would mute the server and drag it to the bottom of the list
I'm just curious, why are you on servers if you never interact with them?
@@Liggliluff lmao
@@Liggliluff friend's servers. Sometimes I would lurk in them to take a peak every now and then but thats about it
When I'm in a spaghetti code competition and my opponent is discord 💀
my guess is that when a bunch of people join the server the rate limit of that server gets increased which would make sense otherwise people would surpass it by just writing due to their numers and then the script probably isn't fast enought to keep spamming the api since the rate limit is now quite high so people sometimes are able to leave the server (not sure it's actually how it works but as said this is my guess on the topic)
At least he stood for his promise in the end
"the first question you may ask is how do i set this up" actually my first question was "how do i prevent myself from being trapped"
My guess as to why if a load of people join you could leave: if enough people join the bogged down server it creates a sort of "cpu interrupt" like event where the server suddenly shifts from slow large operations to small fast events and due to the server already being bogged down it likely won't assign more power out because it's been under load for so long so it sticks to processing the joins and during this time there would be a brief catchup and the system would eventually realize that it could handle more operations allowing the permissions changing to start again and thus stating the cycle over again.
Or not, it's just a guess.
*deletes my discord account*
“A person who thinks, has nothing to think about except thoughts”
your account is still in the server even if you deleted it. however, your name is changed to "Deleted user (insert random letters and numbers)"
and your profile pic is changed to the default one.
@@1_43 so you're not really in the server after you delete yourself
@@kapzduke well you would still technically in the server if people can kick, ban, mute, use bot commands with you.
Lmao
you can escape those hidden channels just lagging the server so much that thinks u cant leave but u can u need to wait because its lagging
fun fact: back in the old days in 2020, the hub's discord server would mostly be on outage because there are way too many people joining and leaving ( ͡° ͜ʖ ͡°)
this could be worse than "normal" raids, imagine if someone create a bot that does that and raids your server with it, it would be terrible
If only Discord would move to hiding everything server side instead of handling it clientside and handle rate limits better. Leaving should not be rate limited
it should be, but it should be prioritized
Hell yeah! Time to raid this server, and keep doing it
Alternative Option: Try to annoy any admins and any user as possible inorder to ban you
intentionally spam and flood the chat
They can't ban you. Ban and kick buttons just dont work
@@FriHo245 welp u can do anything on that server
"intentionally mention spam jail server"
@@Mizuryryn you can't even send a message because it's rate limited
just send malware/adult links or spam the chat
@@rednexie good idea
"You can check out any time you like, but you can never leave".
this example seems like a harmless prank but this could obviously be used for a lot of bad
really appreciate the smooch at the end of every vid bro ily mwah
Pobably my favorite thing from ntts are the smooches at the end lmao
So it’s basically just soft locking discord by overloading it’s request capacity
Fun example that actually teaches you singing about computers.
Great content.
Reminds me of when people used to "ban" players by overloading a chunk with data
you should specify that you're talking about minecraft
its not a request, just a speculation
No those are very different
how can you get banned from a sandbox game
7:24 We can plan a prison break i guess
It’s actually cool that he made it, it’s actually pretty funny too
honestly this server sounds like it's just filled with a bunch of chill people
This guy is secretly working with Beluga.
I think if nobody is being tricked into joining and the server owners make it clear you can't leave that this could be pretty funny ngl
It's really weird that discord doesn't seem to notice a problem with the USERS rather than just rate limiting the entire server.
Nice video. Keep up the good work! :)
This is like the glitched book that bans you whenever you pick it up in Minecraft
5:12 uhh editor finna be fired fr (or this was a different server)
Is a invite link dumb
Already expired
it was a different server
If you're not Sure this Jail break works, You can get Kicked from it.
Only one way to Escape The Discord Jail is to: Get Banned (or if with a Time Limit: Tempbanned) from it.
NTTS said that banning users from the server doesn't work
bro got banned when gta 8 will be realest in the thumbnail 💀
1:34 Whats this server speaking enchantment table💀
"Well actually, it's Mandarin Chinese" 🤓
I love this guys outro so fuggin much
Imagine if this server gets raided 💀
If youre on google you could probably "remove" one of the channels and just leave but you gotta know what youre doing
why doesnt discord staff just terminate the server?
they're blind and deaf as fuk
for real
Yeah since it's breaking tos I think it should get terminated
@@randombasic338 nah
@@SnoppleWopple What you saying nah for?
@@dumpspot2 Nah, there's nothing wrong with it
These scams are really getting dangerous these days!
2:05 minecraft in a nutshell flashbacks
lmao
the prison school reference was CRAZYY
BD being against TOS is something that's always baffled me. You get a few extra settings and the ability to make the program look pretty... the fuck is so bad about that?
All client modifications are against the TOS - in theory, even simple CSS mods. You most likely won't get banned for simple CSS mods or stuff like OpenAsar, but you're risking your account with features such as seeing hidden channels.
it's modifing source code. Witch is very not good for discord. But something being against TOS doesn't mean it has to be removed instantly. Discord bats an eye on BD
@@Spineblorg modifying source code by itself doesn't matter, if it isn't breaking any other TOS rules, I would assume
using a third party software to modify source code of discord probably
i love how at 1:23 (nice) he breaks character
NTTS just singlehandedly trapped all 44K viewers of this video in a server
Lol I tried joining with an alt and the invite was invalid
can u give me the invite link if u can?
@@q._.p. dont join its an account grabber
@@Norst0n i meant the jail one
@@q._.p. if you watched the whole video you'd know it was deleted
that "mwah" at the end 💀
2:18 TURN ON LIGHT MODE (again)
Years ago discord made it possible to create a server with no text channels, so we made a server with 500 voice channels and it is now broken and impossible to join. You can still leave it though.
Legend says someone is still using their auto clicker on the "leave server" button trying to get out
I've also been in a server that makes you rejoin when you leave, no idea how it works
Bot verification
Just a complete assumption, I don't know litterally anything about this technical stuff, but I'm assuming adding colors and links plus that emoji, adds even more data to transfer. I'm assuming with that emoji because it's external and not a discord default, colors because it has to store which color a role uses, same with links etc.
As stupid as it sounds, kind of reminds me of some exploits people do in Roblox Admin House where they name a player a really long string to the point that looking at that player can either disable your entire interface or disconnect you.
I think you're actually right on the money! Denying permissions and stuff causes discord to recalculate their bitflags, which they use for permissions and roles and so on. It alone does not cause an issue, but discord is big, and that means every client has to read more and more data that isn't null (doesn't exist) from the server. Discord has caching for this, but it doesn't make much a difference when you still have to write and calculate all this data. More defaults you use less discord has to save in their database, which makes it quicker, so if you change everything from default, it will soon be overwhelmed.
I'm interested to explore into the really technical side of this, I love this sort of stuff, always much to learn. I'll post a new comment if I find out anything more.
But that kiss at the end, I couldn't ask for anything better.
actually the better discord, the client isnt against ToS. The plugins you install may be against ToS.
it is too, any client mod is
There has to be one person that joined to see how many people there is then leave because they forgot they cant leave
How to escape:
Don't join
prevention is better than cure 👌👌
@@Ryanisalive yes, of course
I remember last year where a friend sent me a spongebob mp4 link, but it was massive and at the character limit but all in Chinese and froze discord. Guess this is the equivalent of a mad scientist going "but what if I made this using this."
0:36 Gumball
bro really laughed on the encryptions......
Ferb I know what are we gonna do today
7:29
-then why show it? You didn't even mention it in your voice-over so it seems like you just want us to look it up.
And for a channel that is basically a Discord awareness channel, theres a good chance that kids could be watching your videos to know what NOT to do on discord, so telling the audience to NOT look up a show will make them want to do it, especially since you made it seem very curious. Kids should not be finding out or watching clips from Prison School.
discord is 13 plus, kids should be on it
Kids these days, they know the birds and the bees, usually they learned it 8+ and they almost every sus thing there is to know.
What is it
Can i have the link
Run those pockets for the link
Pretty sure the server got terminated
second 0:13
@@duodosmustang2609what a g, Bro scavenge through the video for the link like a raccoon and found it, and on top of that, didn't get a thank you or anything
It got terminated
I think discord gives the servers more space depending on the members so if a bunch of people join the storage needs a bit time to fill up
I genuinely can't tell if the "Discord has to watch my videos" bit is a joke or not because on one hand why would they, but on the other hand he talks about a LOT of shit
the discord user that did all this missed a prime opportunity to call it Hotel California
You can check out any time you like, but you can never leave.
5:50 ntts i beg you to not use those kind of images in the vids. i almost got grounded. (the "gays" got me grounded from the previous video)
LMAO
If you’re getting grounded for that you’re probably too young to be on this website
@@marlilizard6682 14?
LMFAOOO
LMAOOO
havent watched yet but this vid will probably be quite good as usual
imagine joining 100 jail servers on your friend's account to troll him
and he has to create a new account because of that
what could they do to deserve this
5:22 oh sht u leak the link
So, What happened to the members of the server now? This is a year ago.
How do you even think of something like this? That's just crazy! Do you have the server ID? I guess it would be quite logical to report the server for exploiting Discord client rate limits.
Can u get out of the jail if you break as many rules as possible and send inappropriate messages?