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

Commit cadf8c8

Browse files
committed
Update to 16.6
1 parent bb262e3 commit cadf8c8

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
@@ -29,9 +29,9 @@
2929

3030
lock=_thread.allocate_lock()
3131
points={}
32-
asm_addr=0x0DFFF0 + module_handle
32+
asm_addr=0x0E03B0 + module_handle
3333
str_addr=0
34-
blank_addr=0x363100 + module_handle
34+
blank_addr=0x2E5AB0 + module_handle
3535
str_dis=0x12B0
3636
def getpoints():
3737
while 1:
@@ -111,7 +111,7 @@ def getpoints():
111111
str_addr = (data.value << 24) + str_addr
112112

113113
if str_addr > 0:
114-
str_addr = str_addr + 0x32FDF4 - 0X10
114+
str_addr = str_addr + 0x3302DC - 0X10
115115
time.sleep(1)
116116
for i in range(0,thread_count):
117117
_thread.start_new_thread(getpoints,())

0 commit comments

Comments
 (0)