Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


buildrandom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
buildrandom [2020/10/02 00:48] alexander01998buildrandom [2023/08/02 22:04] (current) alexander01998
Line 3: Line 3:
 <WRAP 516px> <WRAP 516px>
 ^  BuildRandom  ^^ ^  BuildRandom  ^^
-|{{ :buildrandom.jpg?500 |}}||+|{{ hack:b:buildrandom.webp?500x248 |Griefing a plot with BuildRandom, AutoBuild and AutoSign.}}||
 ^Type|[[:Hack]]| ^Type|[[:Hack]]|
-^Category|[[Blocks]]| +^Category|[[:Blocks]]| 
-^In-game description|"Randomly places blocks around you." <sup>[//[[:Wurst 7]] only//]</sup>+^In-game description|"Randomly places blocks around you."|
-|:::|"Randomly places blocks around you.\\ Tip: Using this mod in combination with FastPlace will make it faster." <sup>[//[[:Wurst 6]] only//]</sup>|+
 ^[[:keybinds#default_keybinds|Default keybind]]|none| ^[[:keybinds#default_keybinds|Default keybind]]|none|
 +^Source code|[[w7src>net/wurstclient/hacks/BuildRandomHack.java]]|
 </WRAP> </WRAP>
  
-BuildRandom is a [[hack]] that automatically and randomly places [[mc>blocks]] around the [[mc>player]]. BuildRandom can be used to quickly make a giant mess.+BuildRandom is a Minecraft hack that automatically and randomly places [[mc>blocks]] around the [[mc>player]]. BuildRandom can be used to quickly make a giant mess.
  
-NoCheat+ can slow down the rate of building, but it can't block BuildRandom altogether. Despite the different in-game descriptionsusing BuildRandom together with [[FastPlace]] makes it faster in both [[Wurst 6]] and [[Wurst 7]].+Anti-cheat plugins like NoCheat+ may slow down the rate of building or limit your range, but they can't block BuildRandom altogether. With the right settingsthey cannot detect it either.
  
 ===== Settings ===== ===== Settings =====
  
-==== Mode ==== +==== Range ==== 
-^  Mode  ^^ +^  Range  ^^ 
-^Type|Enum+^Type|Slider
-^In-game description|"**Fast** mode can place blocks behind other blocks.\\ **Legit** mode can bypass NoCheat+."+^In-game description|(none)
-^Default value|Fast+^Default value|5m
-^Possible values|Fast, Legit|+^Minimum|1m| 
 +^Maximum|6m| 
 +^Increment|0.05m (5cm)|
  
-In Fast mode, BuildRandom can place blocks up to 6 blocks awaywhile in Legit mode this range is reduced to 4.25 blocks. Legit mode also performs a [[wp>Sightline|line-of-sight check]] before placing each block to make sure that it doesn't attempt to place blocks in ways that would normally be impossible. In Legit mode, the player will face each block on the server-side before placing itbut in Legit mode the player doesn't face the block at all to speed up building.+The "Range" slider determines the maximum distance from the player that blocks can be randomly placed. This setting can be useful for controlling the size of the area in which blocks are placedwhich can help to prevent anti-cheat plugins from detecting BuildRandom as a reach hack. 
 + 
 +It is important to note that the "Range" setting can also affect the rate at which blocks are placedsince a higher range creates a larger usable area around the player, which increases the chance of BuildRandom finding a valid position to place a block at each tick. 
 + 
 +==== Max attempts ==== 
 +^  Max attempts  ^^ 
 +^Type|Slider| 
 +^In-game description|"Maximum number of random positions that BuildRandom will try to place a block at in one tick.\\ \\ Higher values speed up the building process at the cost of increased lag."| 
 +^Default value|128 attempts| 
 +^Minimum|1 attempt| 
 +^Maximum|1024 attempts| 
 +^Increment|1 attempt|
  
 ==== Check held item ==== ==== Check held item ====
 ^  Check held item  ^^ ^  Check held item  ^^
 ^Type|Checkbox| ^Type|Checkbox|
-^In-game description|"Only builds when you are actually holding a block.\\ urn this off to build with fire, water, lava,\\ spawn eggs, or if you just want to right click\\ with an empty hand in random places."|+^In-game description|"Only builds when you are actually holding a block.\\ Turn this off to build with fire, water, lava, spawn eggs, or if you just want to right click with an empty hand in random places."|
 ^Default value|checked| ^Default value|checked|
  
-Turning this of allows allows BuildRandom to use a [[mc>flint and steel]] to randomly place [[mc>fire]], to use [[mc>lava buckets]] to randomly place [[mc>lava]], and to use other items that wouldn't normally be considered building blocks.+Turning this off allows allows BuildRandom to use a [[mc>flint and steel]] to randomly place [[mc>fire]], to use [[mc>lava buckets]] to randomly place [[mc>lava]], and to use other items that wouldn't normally be considered building blocks. 
 + 
 +==== Check line of sight ==== 
 +^  Check line of sight  ^^ 
 +^Type|Checkbox| 
 +^In-game description|"Ensure that BuildRandom won't try to place blocks behind walls."
 +^Default value|not checked| 
 + 
 +When "Check line of sight" is enabled, BuildRandom will perform a [[wp>Sightline|line-of-sight check]] before placing each block, to make sure that it doesn't attempt to place blocks in ways that would normally be impossible. 
 + 
 +==== Facing ==== 
 +^  Facing  ^^ 
 +^Type|Enum| 
 +^In-game description|"How BuildRandom should face the randomly placed blocks.\\ \\ **Off** - Don't face the blocks at all. Will be detected by anti-cheat plugins.\\ \\ **Server-side** - Face the blocks on the server-side, while still letting you move the camera freely on the client-side.\\ \\ **Client-side** - Face the blocks by moving your camera on the client-side. This is the most legit option, but can be VERY disorienting to look at."
 +^Default value|Server-side| 
 +^Possible values|Off, Server-side, Client-side| 
 + 
 +==== Swing hand ==== 
 +^  Swing hand  ^^ 
 +^Type|Enum| 
 +^In-game description|"How BuildRandom should swing your hand when placing blocks.\\ \\ **Off** - Don't swing your hand at all. Will be detected by anti-cheat plugins.\\ \\ **Server-side** - Swing your hand on the server-side, without playing the animation on the client-side.\\ \\ **Client-side** - Swing your hand on the client-side. This is the most legit option."
 +^Default value|Server-side| 
 +^Possible values|Off, Server-side, Client-side|
  
 ==== Always FastPlace ==== ==== Always FastPlace ====
 ^  Always FastPlace  ^^ ^  Always FastPlace  ^^
 ^Type|Checkbox| ^Type|Checkbox|
-^In-game description|"Builds as if FastPlace was enabled,\\ even if it's not."|+^In-game description|"Builds as if FastPlace was enabled, even if it's not."|
 ^Default value|not checked| ^Default value|not checked|
  
 Same as in [[autobuild#always_fastplace|AutoBuild]], but unchecked by default. Same as in [[autobuild#always_fastplace|AutoBuild]], but unchecked by default.
 +
 +==== Place while breaking ====
 +^  Place while breaking  ^^
 +^Type|Checkbox|
 +^In-game description|"Builds even while you are breaking a block.\\ Possible with hacks, but wouldn't work in vanilla. May look suspicious."|
 +^Default value|not checked|
 +
 +==== Place while riding ====
 +^  Place while riding  ^^
 +^Type|Checkbox|
 +^In-game description|"Builds even while you are riding a vehicle.\\ Possible with hacks, but wouldn't work in vanilla. May look suspicious."|
 +^Default value|not checked|
 +
 +==== Indicator ====
 +^  Indicator  ^^
 +^Type|Checkbox|
 +^In-game description|"Shows where BuildRandom is placing blocks."|
 +^Default value|checked|
 +
 +The "Indicator" checkbox toggles the little colored boxes that briefly appear at the positions where BuildRandom places blocks. Turning this off could be useful for screensharing or if you just don't like the effect.
  
 ===== Tips ===== ===== Tips =====
Line 53: Line 108:
 |[[update:Wurst 5.3]]|[[AutoBuild]], BuildRandom and [[InstantBunker]] will now properly bypass NoCheat+ again.| |[[update:Wurst 5.3]]|[[AutoBuild]], BuildRandom and [[InstantBunker]] will now properly bypass NoCheat+ again.|
 |:::|Improved performance of [[AutoBuild]], BuildRandom and [[InstantBunker]].| |:::|Improved performance of [[AutoBuild]], BuildRandom and [[InstantBunker]].|
-|[[update:Wurst 6.5]]|Improved BuildRandom. FIXME What does this mean?|+|[[update:Wurst 6.5]]|"ImprovedBuildRandom. (It's unclear what exactly was improved here.)|
 |[[update:Wurst 7.0pre1]]|Temporarily removed BuildRandom.| |[[update:Wurst 7.0pre1]]|Temporarily removed BuildRandom.|
 |[[update:Wurst 7.0pre17]]|Re-added BuildRandom.| |[[update:Wurst 7.0pre17]]|Re-added BuildRandom.|
-|[[update:Wurst 7.0pre21]]|Added a "Check held item" setting to BuildRandom.| +|[[update:Wurst 6.29]] (Minecraft 1.8 & 1.12),\\ [[update:Wurst 7.0pre21]] (Minecraft 1.14+)|Added a "[[#Check held item]]" setting to BuildRandom.| 
-|:::|Added an "Always FastPlace" setting to BuildRandom.| +|:::|Added an "[[#Always FastPlace]]" setting to BuildRandom.| 
-|:::|Improved BuildRandoms search tags.| +|:::|Improved BuildRandom's search tags.| 
-|[[update:Wurst 6.29]]|Added a "Check held itemsetting to BuildRandom.| +|[[update:Wurst 7.15.1]]|Fixed [[BuildRandom]] not rendering properly when extremely far from spawn.| 
-|:::|Added an "Always FastPlacesetting to BuildRandom.| +|[[update:Wurst 7.36]]|Replaced the "Mode" dropdown in BuildRandom with a "Range" slider, a "Check line of sightcheckbox, a "Facing" dropdown, a "Swing" dropdown, a "Place while breaking" checkbox and a "Place while riding" checkbox.| 
-|:::|Improved BuildRandom’s search tags.|+|:::|Rewrote BuildRandom's block placing logic, making it more legit in general.| 
 +|:::|By default, BuildRandom will no longer build while you are breaking a block or riding a vehicle.| 
 +|:::|Added "Max attemptsslider to BuildRandom.| 
 +|:::|Added an "Indicator" checkbox to BuildRandom.|
  
 +{{tag>griefing building useful_for_creative_mode}}
buildrandom.1601592535.txt.gz · Last modified: 2020/10/02 00:48 by alexander01998