Skip to content

Commit 5dc5ffc

Browse files
committed
Update localplayer pointer to the new update
1 parent a50066b commit 5dc5ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ZERO_VERTICAL_VELOCITY = 0.305
99

1010
# --- Memory Constants ---
11-
STATIC_POINTER_START_OFFSET = 0x1098418
11+
STATIC_POINTER_START_OFFSET = 0x1097438
1212
NOCLIP_AOB_PATTERN = "DC 67 68"
1313
ORIGINAL_NOCLIP_BYTES = b"\xdc\x67"
1414
PATCHED_NOCLIP_BYTES = b"\xdc\x47"

0 commit comments

Comments
 (0)