Skip to content

Commit 875b338

Browse files
committed
Fix Teleport
1 parent d1f024a commit 875b338

8 files changed

Lines changed: 3332 additions & 3204 deletions

File tree

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;
Lines changed: 66 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,66 @@
1-
[
2-
"AntiBlast",
3-
"AntiBlind",
4-
"AntiCheatDetect",
5-
"AntiDrop",
6-
"AntiEntityPush",
7-
"AntiKnockback",
8-
"AntiWaterPush",
9-
"AutoEat",
10-
"AutoRespawn",
11-
"AutoTool",
12-
"AutoTotem",
13-
"BeaconExploit",
14-
"BedESP",
15-
"BedrockEscape",
16-
"Breadcrumbs",
17-
"CheatDetector",
18-
"ChestESP",
19-
"CoordLogger",
20-
"Criticals",
21-
"DamageDetect",
22-
"DurabilityHUD",
23-
"EnchantmentHandler",
24-
"FastLadder",
25-
"Fullbright",
26-
"HandNoClip",
27-
"HealthTags",
28-
"HideModMenu",
29-
"ItemESP",
30-
"ItemHandler",
31-
"LavaWaterESP",
32-
"LogoutSpots",
33-
"MaceDMG",
34-
"MobESP",
35-
"NameTags",
36-
"NoBackground",
37-
"NoFall",
38-
"NoFog",
39-
"NoLevitation",
40-
"NoOverlay",
41-
"NoPumpkin",
42-
"NoShieldOverlay",
43-
"NoSlowdown",
44-
"NoWeather",
45-
"NoWeb",
46-
"Outreach",
47-
"Overlay",
48-
"PearlESP",
49-
"PlayerESP",
50-
"PortalESP",
51-
"PortalGUI",
52-
"QuickShulker",
53-
"Reach",
54-
"SignESP",
55-
"SignFramePT",
56-
"SnowShoe",
57-
"SpearAssist",
58-
"SusNoMore",
59-
"TridentESP",
60-
"TrueSight",
61-
"WardenESP",
62-
"Waypoints",
63-
"WorkstationESP",
64-
"XCarry"
65-
]
1+
[
2+
"AntiBlast",
3+
"AntiBlind",
4+
"AntiCheatDetect",
5+
"AntiEntityPush",
6+
"AntiKnockback",
7+
"AntiWaterPush",
8+
"AutoRespawn",
9+
"AutoTotem",
10+
"BeaconExploit",
11+
"BedESP",
12+
"BedrockEscape",
13+
"Breadcrumbs",
14+
"CheatDetector",
15+
"CoordLogger",
16+
"Criticals",
17+
"DamageDetect",
18+
"DurabilityHUD",
19+
"EnchantmentHandler",
20+
"FastLadder",
21+
"Fullbright",
22+
"GameStats",
23+
"HealthTags",
24+
"InfiniteReach",
25+
"ItemESP",
26+
"ItemHandler",
27+
"LavaWaterESP",
28+
"LogoutSpots",
29+
"MaceDMG",
30+
"MobESP",
31+
"MobHealth",
32+
"MobSearch",
33+
"NameTags",
34+
"NoBackground",
35+
"NoFall",
36+
"NoFog",
37+
"NoLevitation",
38+
"NoOverlay",
39+
"NoPumpkin",
40+
"NoShieldOverlay",
41+
"NoSlowdown",
42+
"NoWeather",
43+
"NoWeb",
44+
"Outreach",
45+
"Overlay",
46+
"PacketRate",
47+
"PearlESP",
48+
"PlayerESP",
49+
"PortalESP",
50+
"PortalGUI",
51+
"QuickShulker",
52+
"Reach",
53+
"SignESP",
54+
"SignFramePT",
55+
"SilkOnly",
56+
"SnowShoe",
57+
"SpearAssist",
58+
"SusNoMore",
59+
"TridentESP",
60+
"TrueSight",
61+
"UI-Utils",
62+
"WardenESP",
63+
"Waypoints",
64+
"WorkstationESP",
65+
"XCarry"
66+
]
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
[
2-
"AutoTotem",
3-
"BedESP",
4-
"Breadcrumbs",
5-
"ChestESP",
6-
"Flight",
7-
"HandNoClip",
8-
"ItemESP",
9-
"LavaWaterESP",
10-
"MobESP",
11-
"MobSearch",
12-
"NoFall",
13-
"NoShieldOverlay",
14-
"OpenWaterESP",
15-
"PlayerESP",
16-
"PortalESP",
17-
"RedstoneESP",
18-
"Search",
19-
"SignESP",
20-
"Waypoints",
21-
"X-Ray"
22-
]
1+
[
2+
"AutoTotem",
3+
"BedESP",
4+
"Breadcrumbs",
5+
"ChestESP",
6+
"Flight",
7+
"HandNoClip",
8+
"ItemESP",
9+
"LavaWaterESP",
10+
"MobESP",
11+
"MobSearch",
12+
"NoFall",
13+
"NoShieldOverlay",
14+
"OpenWaterESP",
15+
"PlayerESP",
16+
"PortalESP",
17+
"RedstoneESP",
18+
"Search",
19+
"SignESP",
20+
"Waypoints",
21+
"X-Ray"
22+
]
Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
{
2-
"key.keyboard.apostrophe": ".waypoints",
3-
"key.keyboard.b": "fastplace;fastbreak",
4-
"key.keyboard.c": "fullbright",
5-
"key.keyboard.end": ".setslider flight vertical_speed less",
6-
"key.keyboard.g": "flight",
7-
"key.keyboard.h": "say /home",
8-
"key.keyboard.home": ".setslider flight vertical_speed more",
9-
"key.keyboard.j": "jesus",
10-
"key.keyboard.k": "multiaura",
11-
"key.keyboard.keypad.0": "HandNoClip",
12-
"key.keyboard.keypad.1": "PacketDelay",
13-
"key.keyboard.keypad.4": "AutoMine",
14-
"key.keyboard.keypad.5": ".say /sm:seedmap",
15-
"key.keyboard.keypad.6": "HideRender",
16-
"key.keyboard.keypad.7": "Blink",
17-
"key.keyboard.keypad.8": "SafeTP",
18-
"key.keyboard.keypad.9": ".setcheckbox noslowdown no_water_slowdown toggle",
19-
"key.keyboard.keypad.add": "Panic",
20-
"key.keyboard.keypad.decimal": "panic restore",
21-
"key.keyboard.left.bracket": "ChestSearch",
22-
"key.keyboard.menu": "clickgui",
23-
"key.keyboard.n": "nuker",
24-
"key.keyboard.page.down": ".setslider flight horizontal_speed less",
25-
"key.keyboard.page.up": ".setslider flight horizontal_speed more",
26-
"key.keyboard.r": "multiaura",
27-
"key.keyboard.right.bracket": ".setcheckbox breadcrumbs paused toggle",
28-
"key.keyboard.right.shift": "navigator",
29-
"key.keyboard.semicolon": "itemhandler gui",
30-
"key.keyboard.u": "freecam",
31-
"key.keyboard.x": "x-ray",
32-
"key.keyboard.y": "chestesp"
33-
}
1+
{
2+
"key.keyboard.apostrophe": ".waypoints",
3+
"key.keyboard.b": "fastplace;fastbreak",
4+
"key.keyboard.c": "fullbright",
5+
"key.keyboard.end": ".setslider flight vertical_speed less",
6+
"key.keyboard.g": "flight",
7+
"key.keyboard.h": "say /home",
8+
"key.keyboard.home": ".setslider flight vertical_speed more",
9+
"key.keyboard.j": "jesus",
10+
"key.keyboard.k": "multiaura",
11+
"key.keyboard.keypad.0": "HandNoClip",
12+
"key.keyboard.keypad.1": "PacketDelay",
13+
"key.keyboard.keypad.4": "AutoMine",
14+
"key.keyboard.keypad.5": ".say /sm:seedmap",
15+
"key.keyboard.keypad.6": "HideWurst",
16+
"key.keyboard.keypad.7": "Blink",
17+
"key.keyboard.keypad.8": "SafeTP",
18+
"key.keyboard.keypad.9": ".setcheckbox noslowdown no_water_slowdown toggle",
19+
"key.keyboard.keypad.add": "Panic",
20+
"key.keyboard.keypad.decimal": "panic restore",
21+
"key.keyboard.left.bracket": "ChestSearch",
22+
"key.keyboard.menu": "clickgui",
23+
"key.keyboard.n": "nuker",
24+
"key.keyboard.page.down": ".setslider flight horizontal_speed less",
25+
"key.keyboard.page.up": ".setslider flight horizontal_speed more",
26+
"key.keyboard.r": "multiaura",
27+
"key.keyboard.right.bracket": ".setcheckbox breadcrumbs paused toggle",
28+
"key.keyboard.right.shift": "navigator",
29+
"key.keyboard.semicolon": "itemhandler gui",
30+
"key.keyboard.space": "windchargekey use",
31+
"key.keyboard.u": "freecam",
32+
"key.keyboard.x": "x-ray",
33+
"key.keyboard.y": "chestesp"
34+
}

0 commit comments

Comments
 (0)