why tho? aren't target selectors almost the same (eg. istead of r= there is distance= and instead of hasItem there is nbt{SelectedItem} or smthing like that but i'm pretty sure you could use it too?)
3:08 A "zed" is a zombie, bro. You gotta say "zee" for "zebra". All jokes aside, given that I've been gradually exploring NBT recently, I'm really glad I actually understood this, haha. Nice video!
Porbably the coords at the top left or the hotbar having a gap from the bottom of the screen (2 easiest way to tell it bedrock imo) , there might be other stuff tho
It isnt the most powerful exploit I have seen/heard about. In the intro I said "this is the most powerful exploit I have used." The most powerful exploit I have heard about was one that under a certain condition would allow members of a world to execute any command.
This is the exploit we used in a prison we built called "Phoenix A" to detect any unwanted player in the nether, but this video really highlights how powerful it can be if used correctly. Epic video and very good explanation :P
I remember using this exploit 1 year ago when i got trapped in a prison with visitor permissions. I used it to get rescued by one of my friends but no long after we got banned.
I accidentally discovered this exploit by myself, i have been using it for years already and i personally didnt know that so many other things are possible with it
Awesome video dude! How'd you do those selection animations btw? They're phenomenal! Also the video is very quiet, I bumped my volume up from 30 to 50 to hear you - may be worth a reupload if you can make it louder but everything else is spot on 3:09 XD I couldn't agree more! I had no idea you could check for items in ender chests, that is so cool! Does that mean Minecraft Bedrock records our kill statistics like in java but doesn't tell us? wtf lol
I made a bunch of simple pixel art and used a ton of keyframing in davinci resolve. youtube should adjust the volume for you... yeah some people are weird. The kill statistics were only for the hardcore world.
I'm already rather good at commands myself, in fact I already know pretty much everything in the video (This is because I make Minecraft maps for people do download). However, there was one thing I didn't know, which is the majority of the member commands(specifically the chat ones). /say, /tell, /msg and /w (I think there's another but I can't remember). I usually use /tellraw for all my maps because it displays a clean message rather than having '(command) whispers to you' or '[@]' in the message. I still do use /say for testing purposes (like '/execute if entity @e[type=chicken] run say Target found, prepare the nuke.'). But /w, /tellraw and /msg is pretty much obsolete to me. Though I do use /msg when I don't have operator. Anyways, when you point all of this stuff you can do regarding /w, it feels so obvious now that I know about it. Plus, since I know pretty much all of the selector arguments, I could probably even find even more uses out of this exploit. I wonder is /msg or /tell also has this exploit?
The bigger question here is if a hacked client can use it. Since it is on a whole other level, it can probably just do the above really fast or just go through all the possible positions really fast. And since OP's don't normally see any hacked client to server communication, it can also probably do it undetected. The command could be something like ".scan "
yes, hacked clients can and have used this exploit before to track players. this exploit is nothing new and has been abused for ages video of the exploit being automated in a hacked client: i.e-z.host/quwzzevf.mp4
yes, hacked clients have been automating abusing this for months, maybe even years. i have video proof of this being automated from a couple months ago. this exploit is nothing new tbh
This could be a issue on public minecraft realms, im thinking of turning of cheats on my minecraft realm would that stop players from using /w and /say?
@@palmossi Doesn't mean it is not going to get removed. For example small servers listing player names while in the list lead to 2b2t tracking down private servers/player stocking making mojang at a setting to remove that feature
@@redstoneslime11 Having issues with the actual binary search because my brain is struggling to wrap my head around it. I might just publish my code to GitHub and let someone else make the binary search tbh.
I'm more of command-y person, once you said target selector I got it There's a lot of args you can use, I'm assuming you showed hasitem={} I'm only at 7:17 so far You can basically do everything you can with /testfor
dx, dy, and dz are secondary coordinates so you can also scan the opposite direct right? So if i do /w @s @e[x=5,dx=-5,y=0,dy=0,z=0,dz=0] it’ll scan all entites within 5 blocks to my right and 5 blocks to my left, correct? Does it function with you as the reference point? If i wanted to search everything within 500 blocks infront of me /w @s @e[x=500,dx=-500,y=500,dy=500,z=500,dz=0] Since i only want to look for things infront of me the secondary value of z is 0
dz, dy, dz work relative to x, y, z. in your first example it will scan anything from the x value of 5 to the x value of 0 as long as the y and z are both 0 because it will go from an x of 5(x) to an x of 5(x) + -5(dx) which is 0. To do what you described in the first example, do /w @s @e[x=~5,dx=~-10,y=~0,dy=~0,z=~0,dz=~0] the squiggles make the location relative to the player and not (0, 0, 0)
@@redstoneslime11shouldn’t we use ^ instead of ~ i’ve felt ^ was always easier to use than ~ I like make sort of powers with commands in my world and ^ always was easier to use
Quick question-I’m super curious. If I use this exploit on a cross-play server (where both Java and Bedrock players can join, like Donut SMP), what would happen? Specifically, if I try this exploit on a Bedrock-and-Java cross-play server, will it work if I /w message a player who’s on Java or Bedrock?
Nooooo me and 2 guys did loads of testing to find these methods because it’s such a gatekept method and as soon as we found this video we all panicked😭
WHY WOULD YOU LEAK THIS BRO I'VE BEEN KEEPING THIS A SECRET FOR NEARLY A YEAR 😭🙏 we've been calling this the banana exploit Edit: we tried hiding this because it WILL get abused (and already has)
I showed 2 ways at the end of the video to stop the exploit as an admin. There are a lot of people who know about it, just nobody has made a video on it.
@@redstoneslime11 I've tried explaining this to smp owners in the past and for some paid servers you can't disable cheats for some reason and realm owners for some reason think disabling cheats will break their addons.
there's a msg command in java, could it be posible to use? Like, imagine if someone creates a program that constantly checks coords to find players in 2b2t
@@LeviElevnyeah most of the community will know now it used to he powerful when not much people knew about it this is why u dont give exploits to dumb people that do it for clout
because me, my brother and my cousin all used to have derp faces on different coloured skins and because I do redstone I chose red. They no longer use those skins.
This exploit doesn't work on java.
😢
I found a loophole😂
why tho? aren't target selectors almost the same (eg. istead of r= there is distance= and instead of hasItem there is nbt{SelectedItem} or smthing like that but i'm pretty sure you could use it too?)
@JestemLag becuse i think java has this disabled for people without operator
it does, you just need operator status like how in bedrock you need cheats enabled
this is actually so cool i've never seen anyone talk about using target selectors like this
0:22 "Target Selector Abuse"
I instantly know what the exploit is. That's a really big oversight.
Its somehow been in the game for over 2 years and many players knew about it before this video came out. I dont know how its still in the game.
why mojang?? /w message parses target selector. why???
@@사슬팔could be useful
@@666thmoab it can be already done with tellraw and json message selector option
@ true
3:08 A "zed" is a zombie, bro. You gotta say "zee" for "zebra".
All jokes aside, given that I've been gradually exploring NBT recently, I'm really glad I actually understood this, haha. Nice video!
When I saw */w* in the thumbnail, I already knew what this would be about
Same
Damn this is so powerful, yet so genius in its simplicity, like, now that you've told this it seems so obvious, just a basic math
Very cool video
Can’t wait to use this when my friends start up a realm and I’m barely even through the video! You earned a sub :)
The moment the video started i was like "this shit's bedrock for sure" I don't know what it is but there's a difference of how java and bedrock feel
Porbably the coords at the top left or the hotbar having a gap from the bottom of the screen (2 easiest way to tell it bedrock imo) , there might be other stuff tho
As an addon creator, I've known about this and just gatekeeped it xd. Been waiting for the public to catch on to it for a while now
I have seen u before...
@@s4300ok same lmao this was too good to spread around
@@projectnightmoonI’ve seen u before. I’m in ur server 😮
@@NRGJobro yessir
As an addon creator, yeah sure bro
This is actually a crazy catch! Wants me want to boot up minecraft rn and try making a bot to automate this 😮. Also definitely subbing lol
You can't use a bot in a multiplayer server. Or can you?
@@SmortMenyou could just have a bot that is just a Minecraft account like mcc Minecraft console client or smth
@@SmortMen you can if you have a alt account
Damn, that makes a lot of sense!
Amazing how people didn't find this before
Nice edit too
there have been a lot of others who have found it just none of them made a video on it.
Bro editing and the "drama music is goated" also this I's cool wouldn't say most powerful exploit you seen spokeishere?
It isnt the most powerful exploit I have seen/heard about. In the intro I said "this is the most powerful exploit I have used." The most powerful exploit I have heard about was one that under a certain condition would allow members of a world to execute any command.
@@redstoneslime11Yeah I remember that one where you would remove the /
Spoke plays Java
This is bedrock
@@pogsterplays it was a joke lol
@@redstoneslime11make a video on it 😁😁😁
boutta become the king of the war realms with this. thanks, mate.
This is the exploit we used in a prison we built called "Phoenix A" to detect any unwanted player in the nether, but this video really highlights how powerful it can be if used correctly. Epic video and very good explanation :P
I didnt realize that the prison community also knew this...
Someone else finally figured it out :)
I realized this exploit a couple of years ago.
Some time before village and pillage was announced, I think. I'm not sure. I would have to check some stuff I don't know if I would be able to find.
OMG! I remember going like "hm if /w @p didn't count for me, I could find whoevers closest to me" AND THEN I GET RECOMMENDED THIS
I remember using this exploit 1 year ago when i got trapped in a prison with visitor permissions. I used it to get rescued by one of my friends but no long after we got banned.
Dude! Tysm this was awsome now i can play like never before Thank You for posting this Nice Job :)
As a Canadian, the zee vs zed aside with the flag in the background cracked me up
I accidentally discovered this exploit by myself, i have been using it for years already and i personally didnt know that so many other things are possible with it
This is actually crazy! I'm subbing 😁
Spokeishere bedrock version 💀
Fr
Yep
Huh, How?
Talkedisthere 💀
Hope you know that was spoke’s moderation team that found the exploits. Spoke has done nothing
Awesome video dude! How'd you do those selection animations btw? They're phenomenal!
Also the video is very quiet, I bumped my volume up from 30 to 50 to hear you - may be worth a reupload if you can make it louder but everything else is spot on
3:09 XD I couldn't agree more!
I had no idea you could check for items in ender chests, that is so cool!
Does that mean Minecraft Bedrock records our kill statistics like in java but doesn't tell us? wtf lol
I made a bunch of simple pixel art and used a ton of keyframing in davinci resolve.
youtube should adjust the volume for you...
yeah some people are weird.
The kill statistics were only for the hardcore world.
you're really smart dude @@redstoneslime11
Bro's out here spillin all our secrets :) and yes if you whisper, OP will see it. All of it 😂
yep
Op won't see the target selector it will only appear to him as,user whispered to user : (the message they want to say not target selectors)
Funniest thing that it's already was fixed on java version a long ago but still haven't fixed in bedrock😂
The java developers probably just forgot to tell the bedrock developers about this bug
Very underrated, good editing also
LEZZZ GOO A MINECAFT BEDROCK BUG EXPLOIT VIDEO
FInally drakesins tracking is released to the world
Yes the drakesins tracking
Drakesins was the original 👌
well, that sucks.
Pronouncing Z as "Z" instead of "Z" is such a power move
I'm already rather good at commands myself, in fact I already know pretty much everything in the video (This is because I make Minecraft maps for people do download).
However, there was one thing I didn't know, which is the majority of the member commands(specifically the chat ones).
/say, /tell, /msg and /w (I think there's another but I can't remember).
I usually use /tellraw for all my maps because it displays a clean message rather than having '(command) whispers to you' or '[@]' in the message.
I still do use /say for testing purposes (like '/execute if entity @e[type=chicken] run say Target found, prepare the nuke.').
But /w, /tellraw and /msg is pretty much obsolete to me.
Though I do use /msg when I don't have operator.
Anyways, when you point all of this stuff you can do regarding /w, it feels so obvious now that I know about it.
Plus, since I know pretty much all of the selector arguments, I could probably even find even more uses out of this exploit.
I wonder is /msg or /tell also has this exploit?
/msg and /tell I believe work
that another one maybe /me
extremely underrated, new sub 🤑
The bigger question here is if a hacked client can use it. Since it is on a whole other level, it can probably just do the above really fast or just go through all the possible positions really fast. And since OP's don't normally see any hacked client to server communication, it can also probably do it undetected.
The command could be something like ".scan "
I dont know, I'm not talented enough to make a hacked client to make use of this. I wouldn't be suprised if someone finds a way to make it work.
note hack clients can use this to basically locate invisible players
yes, hacked clients can and have used this exploit before to track players. this exploit is nothing new and has been abused for ages
video of the exploit being automated in a hacked client: i.e-z.host/quwzzevf.mp4
yes, hacked clients have been automating abusing this for months, maybe even years. i have video proof of this being automated from a couple months ago. this exploit is nothing new tbh
@@loud2pro i want to see how that hacked client work with this /w, can i have a link to the demo?
im glad to see im not the only person who knows about this
There used to be a similar exploit in java edition but that was patched I think
I dont know, java and bedrock have had many exploits.
YOOOOOOOOOO, thats smart. Great that i know commands
im surprised im not the only one with the skinStandardCust glitch, it happened for about 2 weeks and it messed up a lot of command blocks
Nice, I don't know why the target selector reminds me of REGEX
because they practically do the same thing except regex is for strings
NAH, bro is revealing the dark secrets
i've tried this on java edition, you're not allowed to use target selectors w/ multiple entities in commands like /say and /w without op perms
This really is a powerful exploit. Even if it is on bedrock.
I knew about this before I even saw this video
Wait, so the wisper command on Bedrock lets you use any selector _without admin_ on the server? That is incredibly broken!
tell me I can use it to find our lost dragon egg on my server..
(I'm owner and op but I don't want to give it)
I remember doing this before It is really useful.
Patched? I get "insufficient permissions for selector expansion"
I think you can also do this in Java with /tell. I haven't tested it for this purpose, but it works like the whisper command in Bedrock.
They call it bug rock for a reason stuff like this doesn’t usually slip through to Java
Thats cool, but the locating part is sorta useless since we have locator maps, but i guess its a cool alternative
Locator maps can't locate players that wear a pumpkin or a skull.
@@redstoneslime11huh i guess thats a use.
This could be a issue on public minecraft realms, im thinking of turning of cheats on my minecraft realm would that stop players from using /w and /say?
here before it is patched
Lil bro its not a bug 💀
@@palmossi Doesn't mean it is not going to get removed. For example small servers listing player names while in the list lead to 2b2t tracking down private servers/player stocking making mojang at a setting to remove that feature
I nearly finished a bot for this. I think I'll make a video on it.
wow, I thought of doing that until I realized I didnt know how to. I might check it out once you are done.
was gonna make a AHK for this but hey a bot is way better, cant wait to see it
@@redstoneslime11 Having issues with the actual binary search because my brain is struggling to wrap my head around it. I might just publish my code to GitHub and let someone else make the binary search tbh.
K,gimme the code after, i’m horrible at this so i need automation
Did you end up finishing it?
Is there no data command in bedrock lol
PLEASE SOME ODD CODER MAKE SOME AUTOMATED 3RD PARTY AOFTWARE FOR THIS TO AUTOSCAN THE WHOLE WORLD
Real
I'm more of command-y person, once you said target selector I got it
There's a lot of args you can use, I'm assuming you showed hasitem={}
I'm only at 7:17 so far
You can basically do everything you can with /testfor
I found this a while ago I have known this for a long time
its a very OP exploit
Lol finally someone did a video on it someone ik in the prison community also found this
Bro how do i never think about that, this is so broken
Tbh actually genius
will this work on geyser servers as a bedrock player?
dx, dy, and dz are secondary coordinates so you can also scan the opposite direct right?
So if i do
/w @s @e[x=5,dx=-5,y=0,dy=0,z=0,dz=0] it’ll scan all entites within 5 blocks to my right and 5 blocks to my left, correct?
Does it function with you as the reference point?
If i wanted to search everything within 500 blocks infront of me
/w @s @e[x=500,dx=-500,y=500,dy=500,z=500,dz=0]
Since i only want to look for things infront of me the secondary value of z is 0
dz, dy, dz work relative to x, y, z. in your first example it will scan anything from the x value of 5 to the x value of 0 as long as the y and z are both 0 because it will go from an x of 5(x) to an x of 5(x) + -5(dx) which is 0. To do what you described in the first example, do /w @s @e[x=~5,dx=~-10,y=~0,dy=~0,z=~0,dz=~0]
the squiggles make the location relative to the player and not (0, 0, 0)
@@redstoneslime11shouldn’t we use ^ instead of ~ i’ve felt ^ was always easier to use than ~
I like make sort of powers with commands in my world and ^ always was easier to use
its not been removed because its not an exploit. its an intentional feature
I knew it was weird why people kept whispering me in chat but didn’t say anything to me it just said they whispered blank
>Bedrock exploit
I'm not suprised at all, you know?
THIS MAN IS A GENIUS
@@EsoogDrut can confirm
selectors in /w require OP.
For the Java edition, yes. For bedrock... well one more reason to call it "Bugrock edition"
@@Th3VoidOfDarkn3ss Let's do /w @s @a[nbt={a:[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ together!
I wonder if we can make an tool or something to automate that and do an one click radar
Im sure there would be a way to make a client do it automatically.
Just the admins online would be confused from the whisper spam that they would see.
no way this video has only 500 views
Just make this process automated by an minecraft mod, exploits baby
Quick question-I’m super curious. If I use this exploit on a cross-play server (where both Java and Bedrock players can join, like Donut SMP), what would happen? Specifically, if I try this exploit on a Bedrock-and-Java cross-play server, will it work if I /w message a player who’s on Java or Bedrock?
If the server is running java (like Donut SMP) then the glitch shouldn't work.
I havent tested that, so its worth a shot.
@@redstoneslime11tried, it doesn’t
Nooooo me and 2 guys did loads of testing to find these methods because it’s such a gatekept method and as soon as we found this video we all panicked😭
Does this work on 1.21? Latest update I mean
Wow they found drakesins tracking.. That's unfortunate.
It was only a matter of time
underrated youtuber
I though they didnt let you use target selectors with /w
If cheats are enabled on a world target selectors work with /w
WHY WOULD YOU LEAK THIS BRO I'VE BEEN KEEPING THIS A SECRET FOR NEARLY A YEAR 😭🙏
we've been calling this the banana exploit
Edit: we tried hiding this because it WILL get abused (and already has)
gulp
I showed 2 ways at the end of the video to stop the exploit as an admin.
There are a lot of people who know about it, just nobody has made a video on it.
@@redstoneslime11 I've tried explaining this to smp owners in the past and for some paid servers you can't disable cheats for some reason and realm owners for some reason think disabling cheats will break their addons.
Timecord what are you doing here
Sure you have been bro
this is interesting idea
how did you animate?
I made a bunch of simple pixel art and used keyframes in Davinci Resolve to make them move. It was a painful process.
@@redstoneslime11 thanks
but wont they get told via whisper every time you try locate them?
No, it whispers the entity names to yourself
@@callyral ohh alright thanks
Java too?
i might make a bot to automate finding xyz with this super fast
Bruh only if there was a program that enters it and expiriments, then give player coords...
A program that finds someones coordinates automatically?
but cheats must be enabled on the world
the local players perm do not matter
just as long as the world itself has cheats enabled it should work
there's a msg command in java, could it be posible to use? Like, imagine if someone creates a program that constantly checks coords to find players in 2b2t
It isn't possible in java
@redstoneslime11 oh
What dose C main
i theorized using target selectors this way a while back but i only tried java edition :(
you aren't the only one
yooo im your 1k subscriber!!
🎉
This is so automatable...
Why would u leak this the exploit is so cooked now..!😭
Bro I used this on my friends server now it’s gonna be ruined 😭
@@LeviElevnyeah most of the community will know now it used to he powerful when not much people knew about it this is why u dont give exploits to dumb people that do it for clout
thought of the same concept of this bug but in java edition before this video, didn't work there
crazy that this works in bedrock edition though
it feels like such a simple fix yet its been in the game for years
That means if someone stole enderdragon in a smp then i can find and prove who stole it😳
Why do Hou have the anti Skippy skin
because me, my brother and my cousin all used to have derp faces on different coloured skins and because I do redstone I chose red. They no longer use those skins.
this wouldn't work if several players were at exactly the same location though, like on hypixel
hypixel is on java and the glitch is on bedrock. It does work if multiple players are in the same location, the whisper would output both player.
@@redstoneslime11 i was wrong nvm
I tought i was the only one that knew this and i tought it was patched 😅
I think it was patched on non-cheats worlds.
14k views? Muehehehe, The Hive is COOKED
Is there any way to do something similar with cheats disabled?
I dont think so.
Cool, can it play doom?
Unfortunately, this exploit cannot play doom...
i already knew about this LOL
yeah, there are quite few that knew about this before this video
Will this work in geyser servers?
Most likely as you are still playing on a bedrock instance
bedrock edition trippin
Does disabling cheats disable /w?
yes
@@redstoneslime11 does it disable /say aswell?
Is there something that makes this not work in Java?
on java, I think you arent allowed to use @p, @r, @e, @a...