Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 1db5a39

Browse files
committed
Update to 16.1
1 parent 538e6ef commit 1db5a39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ddnet.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
lock=_thread.allocate_lock()
2929
points={}
30-
asm_addr=0x004D3D90
30+
asm_addr=0x004D65D0
3131
str_addr=0
32-
blank_addr=0x006E20EB
32+
blank_addr=0x006E492B
3333
str_dis=0x1158
3434
def getpoints():
3535
while 1:
@@ -110,7 +110,7 @@ def getpoints():
110110
data = ctypes.c_long(0)
111111
mydll.ReadProcessMemory(int(phand),blank_addr,ctypes.byref(data),4,None)
112112
if data.value > 0:
113-
str_addr = data.value + 0x30CF14 - 0x10
113+
str_addr = data.value + 0x30D054 - 0x10
114114
time.sleep(1)
115115
for i in range(0,thread_count):
116116
_thread.start_new_thread(getpoints,())

0 commit comments

Comments
 (0)