RANDAR: Minecraft's Most DANGEROUS Exploit

FitMC
17 Apr 202420:28

Summary

TLDRThe video script reveals the 'randar' exploit in Minecraft, a powerful coordinate exploit that has been active for over a decade. Originating from a coding error by the game's creator, Notch, in 2011, the exploit allows players to determine the location of any player on a server in real time by breaking a block and analyzing the item drop coordinates. Despite being patched in Minecraft version 1.13, servers that ran version 1.12 or below remained vulnerable. The exploit was weaponized by a group from the Anarchy Minecraft Community, who used it to exert control over multiple servers. The video also discusses the exploit's discovery, its impact on the game, and strategies to protect against it. The randar exploit's existence underscores the depth of Minecraft's code and raises questions about what other secrets may remain undiscovered.

Takeaways

  • ๐Ÿš€ **Exploit Discovery**: A powerful exploit in Minecraft was discovered that allows players to find anyone's location on any server in real time by breaking a block and watching where the item drops.
  • ๐Ÿ› ๏ธ **Historical Code**: The exploit is possible due to a single line of code written by Minecraft's creator Notch in 2011, which was overlooked for years and affects all versions up to 1.12.
  • ๐Ÿ” **RNG Manipulation**: The exploit utilizes the shared RNG (Random Number Generator) across different in-game events, which was a mistake in the game's coding that went unnoticed for a long time.
  • ๐Ÿ”— **Community Involvement**: Players from the Anarchy Minecraft Community weaponized the exploit, using it secretly for over a year to control multiple servers, including the well-known tb2t.
  • ๐Ÿ“ˆ **Exploit Evolution**: The exploit was first noticed in 2018 when a YouTuber demonstrated the predictability of lightning strikes by manipulating RNG, leading to further discoveries and optimizations.
  • ๐Ÿ”’ **Security Concerns**: The exploit raises significant security issues for Minecraft servers, as it can compromise player coordinates, even in modern versions if they previously ran version 1.12 or below.
  • ๐Ÿ”ฌ **Scientific Approach**: The exploit was further developed by a technical Minecraft player, KN Fox, who recognized the potential for a coordinate exploit through shared RNG and conducted experiments to prove it.
  • ๐ŸŽฎ **Gaming Impact**: The exploit has been used to locate and target specific groups and bases within the game, leading to significant changes in the dynamics of the Anarchy servers.
  • ๐Ÿ’ฐ **Economic Effects**: The exploit was used to disrupt in-game economies, particularly item shops that sell game items for real-world money, by stealing from their stashes.
  • ๐Ÿ•ต๏ธโ€โ™‚๏ธ **Tracking Capabilities**: The exploit enabled the tracking of players in real time and the creation of heatmaps, providing a detailed overview of player activity and base locations.
  • ๐Ÿ“ฆ **Logistical Heists**: The Mason group, known for their use of exploits, used the randar exploit to conduct large-scale heists, stealing massive amounts of items from other players' bases and stashes.

Q & A

  • What is the 'randar' exploit in Minecraft?

    -The 'randar' exploit is a powerful coordinate exploit that allows players to find the location of any player on any server in real time. It was discovered by exploiting a mistake in the game's code where all in-game events, including structure spawning and item drops, shared the same RNG (Random Number Generator). By breaking a block and analyzing the coordinates of the dropped item, a player can calculate the location of the most recently loaded chunk on a server, revealing the server's coordinates.

  • Who discovered the 'randar' exploit?

    -The 'randar' exploit was discovered by a technical Minecraft player named KN Fox, who made the shocking discovery after stumbling upon a video about RNG manipulation in Minecraft.

  • When was the 'randar' exploit first discovered?

    -The 'randar' exploit was first discovered in 2022 by KN Fox, although the mistake in the code that allowed for the exploit dates back to 2011.

  • How did the mistake leading to the 'randar' exploit occur?

    -The mistake occurred when Minecraft's creator, Notch, was coding the spawn of Villages in a beta version of the game. He accidentally made all in-game events, including structure placement and item drops, share the same RNG, which should have been separated for security and unpredictability.

  • What is the significance of the 1.8 beta version in the history of the 'randar' exploit?

    -The 1.8 beta version is significant because it is the version where the initial mistake that led to the 'randar' exploit was introduced. This mistake made all in-game events share the same RNG, which was the basis for the exploit's functionality.

  • How did the Anarchy Minecraft Community use the 'randar' exploit?

    -The Anarchy Minecraft Community, particularly a group known as the Masons, weaponized the 'randar' exploit to exert control over servers. They used it to locate and steal from item shops, effectively putting many out of business, and amassing a large stockpile of items in their own system.

  • What was the impact of the 'randar' exploit on the 2b2t server?

    -The 'randar' exploit had a significant impact on the 2b2t server. It allowed the Masons to track players in real time and execute large-scale heists, amassing over a billion items in their Gringo system. It also led to the Masons becoming a dominant force on the server, as they could locate and target any player or base at any time.

  • How did the Masons keep the 'randar' exploit a secret?

    -The Masons kept the 'randar' exploit a secret by creating a persona named 'munmap', which they used to scout locations without revealing their association with the Masons. They also only shared the exploit's functionality with high-ranking members, ensuring that the true workings of the exploit remained known only to a select few.

  • What event led to the 'randar' exploit becoming less effective on the 2b2t server?

    -The 'randar' exploit became less effective when the 2b2t server updated to the modern versions of Minecraft in August 2023. This update soft-patched the exploit, preventing real-time tracking of players. However, the Masons still had access to a list of every active base and stash from when the server was on version 1.12.

  • What was the ultimate outcome of the 'randar' exploit on the 2b2t server?

    -The ultimate outcome was that the Masons managed to accumulate a massive stockpile of items, surpassing 1 billion in their Gringo system, which equated to tens of thousands of dollars in potential revenue. They also managed to put many item sellers out of business, and eventually started giving away items en masse.

  • What precautions can players and server owners take to protect against the 'randar' exploit?

    -Players and server owners can take precautions such as updating to the latest version of Minecraft, which has soft-patched the exploit, and being vigilant about any unusual activity on the server. Additionally, server owners should consider implementing stricter rules and monitoring systems to prevent exploitation and griefing.

  • How does the discovery of the 'randar' exploit affect the perception of Minecraft's code?

    -The discovery of the 'randar' exploit highlights that even after years of development and updates, there can still be hidden secrets and vulnerabilities within Minecraft's code. It serves as a reminder that continuous testing and vigilance are necessary to ensure the security and fairness of the game.

Outlines

00:00

๐Ÿ˜€ The Discovery of the Randar Exploit in Minecraft

The video begins by revealing a powerful exploit in Minecraft that allows players to find anyone's location on any server in real time. This vulnerability, known as the Randar exploit, has been present for 13 years due to a line of code written by the game's creator, Notch, in 2011. The exploit was weaponized by a group of players from the Anarchy Minecraft Community, who used it to control multiple servers. The video also discusses ways to protect against this exploit and thanks Hunky Star Rail for sponsoring the video. The history of the exploit is traced back to a mistake made during the development of the adventure update in Minecraft, which led to a shared RNG for in-game events. This mistake was later exploited to predict and manipulate in-game events, including the location of item drops.

05:01

๐Ÿ” The Evolution and Weaponization of the Randar Exploit

The second paragraph delves into the evolution of the exploit after its initial discovery. It discusses how the exploit was initially seen as a novelty and how major advancements were not made for some time. However, in 2022, a technical Minecraft player named KN Fox discovered that the exploit could be used to create a powerful coordinate exploit by abusing the shared RNG. Fox's experiments led to the shocking discovery that the process could be reversed, allowing the calculation of the most recently loaded chunk on a server by analyzing the coordinates of a dropped item. This revelation meant that continuous block breaking could reveal which chunks were being loaded by other players, effectively allowing tracking of their locations. The exploit was found to be functional in every version of Minecraft from Beta 1.8 to 1.12. Despite the update aquatic supposedly fixing the RNG glitch, modern servers that had previously run version 1.12 and below remained vulnerable to the exploit through old packet logs.

10:03

๐ŸŽฎ KN Fox's Exploits in the Anarchy Minecraft Community

The third paragraph narrates KN Fox's decision to test the exploit's effectiveness in the Anarchy Minecraft Community, starting with smaller servers like 9b9 and eventually moving to larger ones like 2b2t, the oldest Anarchy server. Fox's use of the exploit led to a significant moment where he managed to locate one of the most secretive stashes on the server, surprising the influential group known as the Masons. The Masons, known for their own history with exploits, entered into a negotiation with Fox. They agreed to collaborate, improving and weaponizing the exploit while keeping it secret. The Masons, with the help of Fox, streamlined the exploit, creating a system that allowed real-time tracking of players and the creation of heatmaps covering vast areas of the server. This exploit gave them the ability to observe player behaviors and gather an extensive database of coordinates, notes, and screenshots, which they used for strategic gameplay.

15:04

๐Ÿคซ The Covert Operations and Heists by the Masons

The fourth paragraph details the Masons' use of the Randar exploit for covert operations and heists on the 2b2t server. They created a persona named munmap, which they used to locate and steal from item shops while maintaining a clean image. The Masons operated munmap in such a way that it gained a reputation, leading to the community coining the term 'mmap exploit'. This served as a cover for the actual Randar exploit. The Masons used a secondary account for the actual theft, ensuring munmap remained untarnished. Their activities led to a significant disruption of item shops on the server. Despite a scare when a YouTuber demonstrated a method to crack RNG, the Masons continued their operations, amassing a huge stockpile of items. Eventually, they managed to put many item sellers out of business and even gave away items to the community. The Masons revealed the exploit after several months of successful operations.

20:06

๐ŸŒŸ The Legacy and Potential of the Randar Exploit

The final paragraph ponders the implications of the Randar exploit's discovery and the potential for other undiscovered secrets within Minecraft's code. It highlights the exploit's impact on the game and the servers it affected, emphasizing the exploit's power and longevity. The video ends on a note that encourages viewers to consider the depth and complexity of Minecraft's programming, suggesting that there may be more hidden exploits waiting to be found.

Mindmap

Keywords

๐Ÿ’กMinecraft

Minecraft is a sandbox video game developed by Mojang Studios, where players can build and destroy different types of blocks in a 3D environment. It serves as the backdrop for the entire video, as the exploit discussed is found within this game.

๐Ÿ’กExploit

An exploit in the context of video games is a flaw or vulnerability that can be used to gain an advantage or perform actions that are not normally allowed by the game's rules. In the video, the 'randar' exploit is a powerful tool that allows players to locate other players' coordinates in real-time.

๐Ÿ’กRNG (Random Number Generator)

RNG is a mechanism used in games to determine outcomes that appear random. In the video, a mistake in Minecraft's RNG code allowed for the creation of the 'randar' exploit, which manipulated the shared RNG to predict and determine the location of in-game events and player coordinates.

๐Ÿ’กNotch

Notch, whose real name is Markus Persson, is the creator of Minecraft. The video discusses a single line of code written by Notch in 2011 that inadvertently made the 'randar' exploit possible.

๐Ÿ’กAnarchy Minecraft Community

This is a group of players within the Minecraft community known for playing on servers without rules or moderators. The video mentions that a group from this community weaponized the 'randar' exploit to exert control over multiple servers.

๐Ÿ’กCoordinate Exploits

Coordinate exploits are methods used to determine the precise location of players or objects within a game world. The 'randar' exploit is an example of a powerful coordinate exploit that allows tracking of players on Minecraft servers.

๐Ÿ’กChunk

In Minecraft, a chunk is a 16x16 block area that is loaded and unloaded to save system resources. The 'randar' exploit uses the most recently loaded chunk to determine the location of players, making chunks a key element in the exploit's mechanism.

๐Ÿ’กPacket Logs

Packet logs are records of the data packets sent and received by a server. The video explains that if a server had previously run version 1.12 or below, an attacker could use old packet logs to apply the 'randar' exploit and find the locations of players from that time.

๐Ÿ’กReplay Mod

Replay Mod is a modification for Minecraft that allows players to record and replay their gameplay. The video suggests that this mod could be used to log packets, which could then be analyzed with the 'randar' exploit to find player coordinates.

๐Ÿ’ก2b2t

2b2t is the oldest anarchy server in Minecraft, known for its history of exploits and a lack of rules. The video discusses how the 'randar' exploit was used on this server to track and steal from players, particularly those involved in item shops.

๐Ÿ’กItem Shops

Item shops in Minecraft are locations where players can buy or sell in-game items, sometimes for real-world money. The video explains that the 'randar' exploit was used to target and steal from these shops, disrupting their operations.

Highlights

A powerful exploit in Minecraft has been discovered that can reveal any player's location on any server in real time.

The exploit has been active for 13 years due to a single line of code written by Minecraft's creator Notch in 2011.

Even modern versions of the game are vulnerable if the server has previously run version 1.12 or below.

The exploit was weaponized by a group of players from the Anarchy Minecraft Community, exerting control over multiple servers.

The exploit is known as 'randar', a combination of 'world.rand' and 'radar', and works by analyzing the coordinates of dropped items.

KN Fox, a technical Minecraft player, discovered the exploit by accident while browsing YouTube videos on RNG manipulation.

The exploit allows players to continuously see which chunks are being loaded by others simply by breaking blocks.

The Anarchy Community used the exploit to steal from item shops and put them out of business, amassing over 1 billion items.

The Masons, a group within the Anarchy Community, created a persona named 'munmap' to carry out their heists without arousing suspicion.

The exploit's existence was kept secret, with only the Masons' higher-ups knowing the true workings of the exploit.

The exploit was used to track and steal from specific targets, such as item shops that sold in-game items for real-world money.

The Masons used the exploit to stage massive heists, stealing thousands of double chests of shulkers from one of the largest item selling operations on the server.

The exploit's use led to the creation of real-time heat maps, observing player behaviors and base locations across the server.

The exploit's discovery and use by the Masons resulted in a significant impact on the Minecraft community and economy.

The exploit remains active on all servers running version 1.12 and below, posing a continuous threat to player privacy and server integrity.

The Masons eventually decided to reveal the exploit to the public to warn server owners and allow them to take protective measures.

The story of the randar exploit raises questions about what other undiscovered secrets may still be hidden within Minecraft's code.

Transcripts

00:00

by breaking a block in Minecraft and

00:02

watching where the item drops it's

00:04

possible to find anyone's location on

00:07

any server in real time the most

00:10

powerful exploit in the game's history

00:13

has been hiding in plain sight for 13

00:16

years and it's finally being revealed to

00:19

the public this is only possible because

00:21

in 2011 the game's creator Notch wrote a

00:25

single line of code that makes this

00:28

exploit possible today that's right even

00:31

if your server is on the modern versions

00:34

your coordinates can still be

00:35

compromised a group of players from the

00:38

Anarchy Minecraft Community weaponized

00:40

the exploit and have been using it in

00:42

secret for over a year to exert control

00:45

over multiple servers especially tb2t

00:49

today we're covering the complete

00:51

history of what is known as the randar

00:54

exploit because it is still active we

00:58

also cover the best ways to stay safe

01:00

and keep your base secure from this

01:03

exploit once you understand how it works

01:05

you'll easily see why it's the most

01:07

powerful coordinate exploit of all time

01:10

now a huge thank you to hunky star rail

01:12

for sponsoring today's video as a

01:15

Trailblazer explore different worlds

01:17

Across the Universe and immerse yourself

01:19

in adventure filled with impeccable

01:21

animation and music in this original

01:24

free-to-play Galactic fantasy RPG with

01:27

the latest anniversary update there's

01:29

tons of new content to play areas to

01:32

explore and stories to be told recently

01:35

the game has introduced new playable

01:37

characters the first is acaron a

01:40

Wanderer shrouded in mystery the long

01:43

sword is her weapon of choice and in

01:44

battle she does lightning based attacks

01:47

capable of high burst damage the second

01:49

is aventurin a social frivolous and

01:52

flamboyant executive in battle he

01:55

specializes in stacking group Shields

01:57

multiple times offering ample protection

02:01

both characters offer a fun exciting and

02:03

in-depth play style the new update has

02:06

tons of features and is ready for you to

02:09

enjoy on PC Mobile and PS5 download the

02:13

game by clicking the link in the

02:14

description and use this redemption code

02:17

to obtain 50 Stellar Jade thanks again

02:20

to honky star rail for sponsoring

02:22

today's video so breaking a block is all

02:25

it takes to find anyone on any server

02:29

why did it take over a decade to

02:31

discover this well to give you the full

02:33

picture we have to go back to the start

02:37

it all began with a simple

02:42

mistake on September 14th 2011 Minecraft

02:47

updated a beta version 1.8 also known as

02:50

the adventure update which is the first

02:53

time Villages were added to the game now

02:56

in order to spawn into a world these

02:58

structures utilized r RNG or a random

03:01

number generator think of it like

03:02

rolling dice RNG is used to determine

03:05

many things in Minecraft such as where

03:08

mobs spawn or where an item spawns when

03:10

dropped from a block those dice rolls

03:13

should be unpredictable that's how it's

03:15

supposed to work however when the game's

03:18

creator Notch was creating the code for

03:20

spawning Villages he accidentally did

03:23

something you really not supposed to do

03:25

let me show you structure placement and

03:27

in-game events like item drops should be

03:30

determined by different rngs as a

03:33

programmer you would want to keep these

03:35

things separated however Notch wrote the

03:37

code so that all events shared the same

03:41

RNG it may seem trivial but this single

03:44

mistake would eventually have major

03:47

consequences however at the time it went

03:50

completely unnoticed as more updates

03:52

released new structures were added to

03:55

the game and like Villages they all

03:57

shared the same RNG to spawn into the

04:00

world for 7 years this code remained

04:04

unchanged it wasn't until 2018 that

04:07

someone finally realized this Quirk on

04:10

April 15th 2018 a YouTuber named Amiga

04:14

uploaded a video where by loading

04:16

specific chunks then exiting and

04:19

reopening a Minecraft world they

04:21

successfully predicted where a line of

04:24

lightning strikes would occur since

04:26

lightning is supposed to be random this

04:28

is the first number known video evidence

04:30

of RNG manipulation in Minecraft it

04:34

didn't take long for others to start

04:36

building on this knowledge a few months

04:38

later the YouTuber Earth computer

04:40

released a video further discussing how

04:43

loading specific chunks could be used to

04:46

manipulate RNG working together both the

04:49

prototech and sitecraft Community made

04:52

more discoveries such as abusing RNG to

04:55

make insanely fast mob Farms but sadly

04:58

there was a catch to all of this these

05:01

experiments had occurred in version 1.12

05:04

but a few months prior mojen had

05:06

released a snapshot of version 1.13 the

05:10

update aquatic which ended up fixing the

05:13

issue of in-game events sharing RNG all

05:16

these major discoveries had happened

05:18

after the snapshot so it seems Mojang

05:21

had patched RNG sharing by complete

05:23

accident at this point RNG manipulation

05:26

was seen as a novelty in an outdated

05:29

version and most people moved on there

05:32

were no major advancements for some time

05:35

but that's the funny thing about

05:36

Minecraft a bug being patched means

05:39

nothing in the grand scheme of things

05:42

sometimes the right person in the right

05:45

place can make all the

05:49

difference a few years later in 2022 a

05:53

technical Minecraft player by the name

05:55

of KN Fox had been browsing videos on

05:58

YouTube and stumbled upon on one of the

06:00

RNG manipulation videos from 2018 after

06:04

watching it he realized that a

06:06

coordinate exploit could potentially be

06:09

possible by abusing the shared RNG being

06:12

a programmer himself he started doing

06:15

some experiments to prove it all of them

06:17

involving the shared RNG world. Rand in

06:21

the most recently loaded chunk of a

06:23

server a woodland Mansion structure will

06:25

try and spawn into the world it uses

06:28

world. Rand and do set seed to try and

06:31

pick a location before it even checks

06:33

the spawning criteria the game is

06:36

running this Woodland Mansion check

06:38

constantly every time a chunk is loaded

06:41

at the exact same time by mining a block

06:44

where the dropped item appears is

06:46

determined by asking world. Rand for X Y

06:50

and Z coordinates this world. Rand is

06:54

shared globally between all players

06:56

meaning that those random XYZ

06:59

coordinates

07:00

were actually determined by the location

07:02

of the most recent Woodland Mansion

07:04

check so the steps always happen in this

07:07

order and on a server this information

07:10

is actually sent to every player's game

07:12

client whenever they break a block well

07:15

KN Fox would go on to make a shocking

07:18

Discovery this entire process was

07:22

reversible by breaking a block and then

07:25

using a lot of math on the coordinates

07:27

of the dropped item you can walk back

07:29

backwards through the seed generation

07:31

algorithm and calculate the location of

07:34

the most recently loaded Chunk on a

07:36

server all because this information is

07:39

given to every player's client whenever

07:42

they break a block even if they weren't

07:45

the ones who loaded that chunk so if you

07:48

keep breaking blocks you can

07:50

continuously see which chunks are being

07:53

loaded by other players this was huge

07:57

not Fox tried the exploit in earlier

07:59

versions of Minecraft as well and found

08:02

it still worked you just had to change

08:04

which structure you were looking for

08:05

based on which one was the most recent

08:08

on the internal list this exploit worked

08:11

in every version going all the way back

08:14

to Beta 1.8 the same one where Notch

08:18

made that simple mistake with the RNG so

08:21

from beta all the way to 1.12 the

08:24

exploit was fully functional now you

08:27

would assume that since the update

08:28

aquatic fixed the RNG glitch that modern

08:32

servers would be safe but that is not

08:34

the case if they ever ran version 1.12

08:38

and Below they are vulnerable because if

08:41

someone on a server was logging packets

08:43

for example by using replay mod they

08:46

could use this exploit to analyze those

08:49

logs and see where other players were at

08:52

the time so if a base from back then is

08:55

still active on a server today it can be

08:58

found using old packet logs and all of

09:01

this was possible just by breaking a

09:04

block KN Fox had discovered one of the

09:07

most powerful coordinate exploits in

09:09

Minecraft history one that had been

09:12

hiding in plain sight for over a decade

09:15

and affected almost all Minecraft

09:17

servers in some capacity in order to

09:20

test its Effectiveness he turned his

09:22

attention to the Anarchy Community the

09:24

perfect place to use it without fear of

09:27

being banned plus many anarch servers at

09:30

this time were still on 1.12 where the

09:33

exploit was most effective he started

09:36

out on smaller servers such as 9b9 where

09:39

he would show up at bases randomly and

09:41

fine-tune the exploit behind the scenes

09:44

since visiting a base would usually end

09:46

in its destruction this was a rare case

09:49

of someone becoming a griefer for

09:52

scientific purposes he would go on to

09:55

name the exploit randar a combination of

09:58

world. r land and radar which is

10:01

effectively how it worked with the

10:03

randar exploit proving to be a success

10:05

on smaller servers it was time to try a

10:08

larger one in March of 2023 KN Fox

10:12

turned his attention to 2b2 T the oldest

10:16

Anarchy server in Minecraft a place that

10:18

was no stranger to coordinate exploits

10:21

over the years just minutes after

10:23

logging in KN Fox had already compiled a

10:26

list of coordinates what happened next

10:29

next is perhaps one of the largest

10:31

flexes I've ever seen on 2b2 T knowing

10:35

how powerful his exploit was Fox wanted

10:38

to use it on one of the server's most

10:41

infamous groups the spawn Masons on 2b2

10:45

T the Masons have their own history of

10:47

using exploits to become more powerful

10:50

in fact one of their members leer is

10:53

considered the Mastermind behind the

10:55

Noom exploit which actively tracked

10:58

players across the server in real time

11:00

and could view distant bases remotely at

11:03

one point the group had the largest

11:05

active base on the server and even to

11:08

this day maintain a decentralized

11:11

network of item stashes called grots Fox

11:14

managed to figure out where one of these

11:16

stashes was located and decided to show

11:19

up unannounced one of the Mason accounts

11:21

that was AFK at the stash picked up

11:24

Fox's username they were taken by

11:27

complete surprise how did this literal

11:29

random managed to find one of the most

11:32

secretive stashes on the server they

11:34

began to panic and the Mason higher-ups

11:37

quickly got into contact with him to try

11:39

and negotiate he introduced himself and

11:42

revealed that he had used an RNG exploit

11:45

to Target them specifically as he was

11:48

not an active 2b2 T player he decided to

11:51

share what he knew with the select few

11:53

of them by working together they could

11:56

improve the exploit and make it more

11:58

efficient they could weaponize it while

12:01

also keeping it a secret the Mason's

12:03

Leisure Bubba J and negative entropy

12:06

were able to streamline it behind the

12:09

scenes after some quick coding they were

12:12

looking at a site all too familiar

12:16

[Music]

12:36

players were once again being tracked in

12:39

real time allowing for the creation of

12:41

heat maps for instance this one that

12:44

covers a million blocks in each

12:46

Direction the Masons had an active

12:49

database of coordinates that grew to

12:50

over 90 million entries which included

12:54

notes screenshots and username

12:56

associations over the realtime heat map

12:59

the randar exploit allowed them to

13:01

observe many interesting player

13:03

behaviors for example take a look at

13:06

these rectangles that seem to be forming

13:08

all over the heat map these are not

13:10

glitches the Masons were observing AFK

13:13

accounts using elytra hacks to scan the

13:16

terrain in a massive pattern moving back

13:19

and forth every player could be observed

13:22

just like with Noom and to think all

13:25

this data could be acquired simply by

13:27

breaking blocks but on 2b2 t with this

13:30

much power naturally the question became

13:34

how to use it well the Masons had some

13:37

very specific Targets in mind the

13:39

group's leadership was not a fan of 2b2

13:42

T shops or players that would sell

13:45

in-game items for real world money in

13:48

their eyes the best way to put these

13:50

shops out of business was to steal from

13:53

their stashes this would also allow them

13:55

to add to their own massive stockpile of

13:57

items in the grot system but if one of

14:00

the Masons were caught stealing the

14:03

community would instantly know there was

14:05

an act of exploit and their cover would

14:07

be blown so instead they created a new

14:10

account with no ties to the group a

14:14

Persona that would quickly become known

14:16

server

14:20

wide the Masons created an account named

14:23

munmap which had no associations with

14:26

them any mason using munmap pretended to

14:29

be a simple base Hunter they never

14:32

griefed or stole items with this account

14:34

just to ensure that players wouldn't

14:36

abandon or self- grief their own bases

14:39

if a set of coordinates seemed to be

14:41

active munmap would be sent to

14:43

investigate all the Mason members

14:45

combined ended up traveling millions and

14:48

millions of blocks in just a few weeks

14:51

if the location was a base or stash and

14:53

they wanted to steal from it they had a

14:55

second account named 1248 test user that

14:59

they would use for the dirty work

15:00

instead because munmap would never do

15:04

something so evil like stealing

15:06

Minecraft items but word quickly began

15:09

to spread about munmap showing up at

15:11

different bases it got to the point that

15:14

the community came up with the phrase

15:16

mmap exploit the Masons actually played

15:19

into this meme as it was a good cover

15:21

for the actual randar exploit it was

15:24

also important to keep the true exploit

15:26

a secret so while coordinates would be

15:28

given to different Masons only the

15:30

higher ups knew how it actually worked

15:33

but as the group began plotting some

15:36

very ambitious heists they received

15:39

quite the scare on May 1st 2023 YouTuber

15:43

Matthew Bolan uploaded a video of a

15:45

redstone contraption that could

15:47

effectively crack RNG inside of vanilla

15:50

Minecraft it involved measuring which

15:53

direction TNT was randomly fired in this

15:57

proof of concept made the Masons worried

15:59

as they feared others could keep working

16:01

on this idea and they might discover the

16:04

randar exploit on their own but luckily

16:07

this did not happen and they were still

16:09

the only ones with knowledge of the

16:11

exploit but it still put pressure on

16:13

them to act they had put together a list

16:16

of all the item shops they wanted to hit

16:19

and one by one they paid each one a

16:21

visit with munmap followed by test user

16:25

shop owners began warning each other

16:27

that munmap was not just a simple base

16:30

Hunter and was somehow finding all of

16:32

their stash locations since the 2b2

16:35

community as a whole dislikes item shops

16:38

munmap started to be considered a hero

16:41

for months the Masons were successful in

16:44

using randar to secure more items but in

16:48

July of 2023 one of their own stashes

16:52

was stolen from a player named a magnum

16:55

found one of their gring got stashes and

16:57

began stealing as much much as they

16:59

could thanks to the exploit the Masons

17:02

were able to detect this was happening

17:04

after a skirmish they got into contact

17:07

with Magnum and struck a deal Magnum

17:09

could take half of the stash unopposed

17:12

as long as they didn't leak the

17:14

coordinates Magnum agreed but of course

17:17

it was a trick the Masons used randar to

17:20

track magnum's location to see where all

17:23

the items ended up a few weeks later a

17:26

group of Masons got together and staged

17:28

a massive Heist taking back everything

17:32

that was stolen plus interest in

17:34

situations like this randar was the

17:37

Ultimate Weapon there was nowhere on the

17:39

server to run or hide and it would

17:42

continue to be this way as long as tb2t

17:46

stayed in version

17:48

1.12 well in August of 2023 the server

17:52

did the unthinkable and actually updated

17:55

to the modern versions of Minecraft

17:57

which soft patched the exploit they

17:59

could no longer track players in real

18:02

time but they still had a list of every

18:05

single active base and stash the Masons

18:08

realized it wouldn't be long before item

18:11

shop owners started moving their stashes

18:13

to new chunks so they began working

18:15

quickly they would spend the next few

18:18

months hitting as many stashes as they

18:20

could at some point the gloves came off

18:23

and they would sometimes raid on their

18:24

personal accounts rather than mmap or

18:27

test user they would pull off a massive

18:30

Heist on Knox shop one of the largest

18:32

item selling operations on the server

18:35

the shop owners did their best to defend

18:37

but at the end of the day out of 6,000

18:40

double chests of shulkers

18:43

4,500 of them were stolen successfully

18:47

around this time a whistleblower

18:49

revealed that the Masons had been using

18:51

a coordinate exploit for months but they

18:53

couldn't explain how it worked the

18:56

community was growing wise to their

18:58

Antics but it was too late the Masons

19:00

still had everyone's coordinates and the

19:03

total item count in the Gringo system

19:05

had surpassed 1 billion based on what

19:09

item sellers were charging this meant

19:11

tens of thousands of dollars in

19:13

potential Revenue were sitting in their

19:15

system but of course they would never

19:18

sell they had managed to put many of the

19:20

item sellers out of business though a

19:23

few managed to survive with reduced

19:25

inventory the Masons now had so many

19:28

items that that they just started giving

19:29

them away around Christmas time using a

19:32

delivery system to gift people shulkers

19:35

after the holidays the Masons knew it

19:37

was finally time to reveal the truth to

19:39

the public about what this exploit

19:41

actually was leer had first told me

19:44

about randar back in August or around 8

19:47

months ago but I was asked to hold off

19:50

on making this video Until the Masons

19:52

could finish their heists prepare the

19:55

technical documentation and server

19:57

owners could be warned behind the scenes

19:59

of this video's release because remember

20:02

the randar exploit is still active on

20:06

all servers 1.12 and below and even if

20:10

you play on more modern versions someone

20:13

can use old packet data to find you

20:16

today if not Fox managed to discover an

20:19

exploit hiding in plain sight this

20:21

entire time imagine what other secrets

20:25

are still sitting in Minecraft's code

Rate This
โ˜…
โ˜…
โ˜…
โ˜…
โ˜…

5.0 / 5 (0 votes)

Related Tags
Minecraft ExploitRNG ManipulationPlayer TrackingAnarchy ServersCoordinate SecurityGame HackingCommunity ImpactTechnical DiscoveryGaming HistoryNotch's MistakeServer Vulnerability