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

Commit 5319e33

Browse files
committed
Update to 16.4
1 parent 90176e9 commit 5319e33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ddnet.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
lock=_thread.allocate_lock()
3131
points={}
32-
asm_addr=0x0DD590 + module_handle
32+
asm_addr=0x0DEF20 + module_handle
3333
str_addr=0
34-
blank_addr=0x229AC0 + module_handle
35-
str_dis=0x12A8
34+
blank_addr=0x363100 + module_handle
35+
str_dis=0x12B0
3636
def getpoints():
3737
while 1:
3838
lock.acquire()
@@ -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 + 0x32FC6C - 0x10
114+
str_addr = str_addr + 0x32FD6C - 0X10
115115
time.sleep(1)
116116
for i in range(0,thread_count):
117117
_thread.start_new_thread(getpoints,())

0 commit comments

Comments
 (0)