Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Fragen über Range und Safewalk

Benötigt

New member
Joined
Aug 19, 2020
Messages
6
Reaction score
1
Points
0
Hey, ich wollte nur mal Fragen wo die Reach/Range (was auch immer) Values vom Spieler in Minecraft sind. Außerdem wollte ich fragen, wie genau ein Safewalk funktioniert / wie ich einen mache.
 
For a basic safewalk you can go to about line 618. the Line you're looking for is boolean flag = this.onGround && this.isSneaking () && this instanceof.
You can add a basic safewalk by checking if the module "safewalk" is toggled. Just add two pipes || Client.instance.moduleManager.getModuleByName ("SafeWalk"). IsToggled (); Totally to forgot, but the class to add this to is Entity
 
Last edited:
You basically want to simulate the player sneaking, so toggeling the flag for it is enough
 
You basically want to simulate the player sneaking, so toggeling the flag for it is enough
It actually is enough to just toggle the flag because if the flag is toggled the mechanism that is used for holding you onto the block while you are sneaking is than used
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top