Skip to content

Commit 33a4ea1

Browse files
committed
Fix Teleport
1 parent d1f024a commit 33a4ea1

File tree

7 files changed

+239
-111
lines changed

7 files changed

+239
-111
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fabric_api_version=0.140.2+1.21.11
1616

1717
# Mod Properties
1818
mod_version=v7.52-CevAPI-MC1.21.11
19-
fork_release_version=0.44
19+
fork_release_version=0.45
2020
maven_group=net.wurstclient
2121
archives_base_name=Wurst-Client
2222
mod_loader=Fabric

src/main/java/net/wurstclient/hacks/TeleportHack.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,8 @@ private void updateTarget()
255255
landingBlock = landing;
256256
teleportTarget = new Vec3(landing.getX() + 0.5, landing.getY() + 1.1,
257257
landing.getZ() + 0.5);
258-
targetBox = new AABB(landing.getX() - 0.5, landing.getY(),
259-
landing.getZ() - 0.5, landing.getX() + 0.5, landing.getY() + 1.9,
260-
landing.getZ() + 0.5);
258+
targetBox = new AABB(landing.getX(), landing.getY(), landing.getZ(),
259+
landing.getX() + 1.0, landing.getY() + 1.9, landing.getZ() + 1.0);
261260
isValidTarget = true;
262261

263262
double dropDistance = MC.player.getY() - teleportTarget.y;

src/main/resources/wurst/presets/Recommended Default/enabled-hacks.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,34 @@
22
"AntiBlast",
33
"AntiBlind",
44
"AntiCheatDetect",
5-
"AntiDrop",
65
"AntiEntityPush",
76
"AntiKnockback",
87
"AntiWaterPush",
9-
"AutoEat",
108
"AutoRespawn",
11-
"AutoTool",
129
"AutoTotem",
1310
"BeaconExploit",
1411
"BedESP",
1512
"BedrockEscape",
1613
"Breadcrumbs",
1714
"CheatDetector",
18-
"ChestESP",
1915
"CoordLogger",
2016
"Criticals",
2117
"DamageDetect",
2218
"DurabilityHUD",
2319
"EnchantmentHandler",
2420
"FastLadder",
2521
"Fullbright",
26-
"HandNoClip",
22+
"GameStats",
2723
"HealthTags",
28-
"HideModMenu",
24+
"InfiniteReach",
2925
"ItemESP",
3026
"ItemHandler",
3127
"LavaWaterESP",
3228
"LogoutSpots",
3329
"MaceDMG",
3430
"MobESP",
31+
"MobHealth",
32+
"MobSearch",
3533
"NameTags",
3634
"NoBackground",
3735
"NoFall",
@@ -45,6 +43,7 @@
4543
"NoWeb",
4644
"Outreach",
4745
"Overlay",
46+
"PacketRate",
4847
"PearlESP",
4948
"PlayerESP",
5049
"PortalESP",
@@ -53,11 +52,13 @@
5352
"Reach",
5453
"SignESP",
5554
"SignFramePT",
55+
"SilkOnly",
5656
"SnowShoe",
5757
"SpearAssist",
5858
"SusNoMore",
5959
"TridentESP",
6060
"TrueSight",
61+
"UI-Utils",
6162
"WardenESP",
6263
"Waypoints",
6364
"WorkstationESP",

src/main/resources/wurst/presets/Recommended Default/keybinds.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"key.keyboard.keypad.1": "PacketDelay",
1313
"key.keyboard.keypad.4": "AutoMine",
1414
"key.keyboard.keypad.5": ".say /sm:seedmap",
15-
"key.keyboard.keypad.6": "HideRender",
15+
"key.keyboard.keypad.6": "HideWurst",
1616
"key.keyboard.keypad.7": "Blink",
1717
"key.keyboard.keypad.8": "SafeTP",
1818
"key.keyboard.keypad.9": ".setcheckbox noslowdown no_water_slowdown toggle",
@@ -27,6 +27,7 @@
2727
"key.keyboard.right.bracket": ".setcheckbox breadcrumbs paused toggle",
2828
"key.keyboard.right.shift": "navigator",
2929
"key.keyboard.semicolon": "itemhandler gui",
30+
"key.keyboard.space": "windchargekey use",
3031
"key.keyboard.u": "freecam",
3132
"key.keyboard.x": "x-ray",
3233
"key.keyboard.y": "chestesp"

src/main/resources/wurst/presets/Recommended Default/preferences.json

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"AutoBuild": 20,
2+
"AutoBuild": 26,
33
"TunnelDetector": 11,
44
"UI-Utils": 7,
55
"AirWalk": 2,
66
"Tillaura": 4,
7+
"SilkOnly": 2,
78
"Flight": 43,
89
"ItemGenerator": 3,
910
"PortalGUI": 2,
@@ -12,12 +13,13 @@
1213
"NoPumpkin": 1,
1314
"AutoSteal": 9,
1415
"FancyChat": 2,
15-
"MobSearch": 27,
16+
"MobSearch": 28,
1617
"Criticals": 6,
1718
"SurfaceXray": 6,
1819
"Follow": 4,
1920
"ItemESP": 17,
2021
"AntiCheatDetect": 5,
22+
"GlobalToggle": 1,
2123
"SpearAssist": 2,
2224
"TriggerBot": 3,
2325
"Outreach": 7,
@@ -36,7 +38,7 @@
3638
"BaseFinder": 7,
3739
"AirPlace": 11,
3840
"Fullbright": 1,
39-
"TrialSpawnerESP": 4,
41+
"TrialSpawnerESP": 10,
4042
"AutoLeave": 3,
4143
"PearlESP": 5,
4244
"BuildRandom": 2,
@@ -47,7 +49,7 @@
4749
"CoordLogger": 1,
4850
"Radar": 2,
4951
"PotionSaver": 2,
50-
"HealthTags": 1,
52+
"HealthTags": 9,
5153
"RedstoneESP": 20,
5254
"AutoMine": 6,
5355
"DamageDetect": 1,
@@ -58,36 +60,41 @@
5860
"ChestSearch": 3,
5961
"NoLevitation": 3,
6062
"CrystalAura": 2,
61-
"Antisocial": 2,
63+
"Antisocial": 3,
6264
"MultiAura": 3,
63-
"AntiDrop": 3,
65+
"AntiDrop": 4,
6466
"AntiWaterPush": 2,
6567
"TridentESP": 3,
6668
"KickForensics": 2,
6769
"Jetpack": 4,
6870
"MaceDMG": 1,
69-
"NoSlowdown": 7,
71+
"NoSlowdown": 9,
7072
"NoWeather": 1,
7173
"ItemHandler": 8,
7274
"TrueSight": 5,
7375
"Throughstrike": 5,
7476
"TargetPlace": 61,
7577
"AntiBlind": 2,
7678
"NoOverlay": 2,
79+
"Teleport": 10,
80+
"InfiniteReach": 3,
7781
"ElytraFlight": 2,
7882
"Nuker": 4,
79-
"AutoFly": 5,
80-
"Search": 60,
83+
"AutoFly": 6,
84+
"Search": 64,
85+
"HideWurst": 3,
86+
"WindChargeKey": 12,
8187
"AutoComplete": 1,
82-
"AutoTool": 7,
88+
"AutoTool": 8,
8389
"TP-Aura": 4,
8490
"WorkstationESP": 11,
8591
"BowAimbot": 1,
8692
"AutoWither": 1,
87-
"Waypoints": 40,
93+
"Waypoints": 42,
8894
"KillauraLegit": 1,
8995
"BoatFly": 4,
9096
"AntiKnockback": 4,
97+
"MobHealth": 10,
9198
"NoFall": 112,
9299
"XCarry": 2,
93100
"HideRender": 4,
@@ -96,9 +103,10 @@
96103
"AutoTrader": 2,
97104
"QuickShulker": 2,
98105
"AutoRespawn": 2,
106+
"AutoSign": 9,
99107
"AntiAFK": 2,
100108
"ChestESP": 26,
101-
"AutoEat": 2,
109+
"AutoEat": 3,
102110
"PacketRate": 1,
103111
"HandNoClip": 5,
104112
"NewChunks": 12,
@@ -114,9 +122,11 @@
114122
"TemplateTool": 2,
115123
"OpenWaterESP": 2,
116124
"MobSpawnESP": 12,
117-
"SignESP": 12,
125+
"Towny": 4,
126+
"SignESP": 13,
118127
"AimAssist": 15,
119128
"SpeedNuker": 3,
129+
"GameStats": 1,
120130
"AutoPotion": 1,
121131
"FastBreak": 18,
122132
"Reach": 5,
@@ -126,7 +136,7 @@
126136
"Blink": 2,
127137
"FastPlace": 7,
128138
"Trajectories": 2,
129-
"NameTags": 2,
139+
"NameTags": 4,
130140
"AntiEntityPush": 3,
131141
"ChunkTrail": 1,
132142
"Timer": 4,

0 commit comments

Comments
 (0)