Skip to content

Commit 7ea2a4d

Browse files
committed
update offsets
1 parent 7df94df commit 7ea2a4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sot_hack.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
GNAME_PATTERN = "48 8B 1D ? ? ? ? 48 85 DB 75 ? B9 08 04 00 00"
1919

2020
if STEAM_VERSION:
21-
UWORLDBASE = 0x6E685B
22-
GOBJECTBASE = 0x15D11DB
23-
GNAMEBASE = 0x153DF2A
21+
UWORLDBASE = 0x704A9B
22+
GOBJECTBASE = 0x1695274
23+
GNAMEBASE = 0x159E92A
2424

2525
else:
26-
UWORLDBASE = 0x6E5F5B
27-
GOBJECTBASE = 0x15E9D14
28-
GNAMEBASE = 0x14FFCF8
26+
UWORLDBASE = 0x70416B
27+
GOBJECTBASE = 0x164B514
28+
GNAMEBASE = 0x1560078
2929

3030

3131
class SoTMemoryReader:

0 commit comments

Comments
 (0)