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

Commit

Permalink
Update to 16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MageDelfador committed Aug 21, 2022
1 parent 2a2d2b6 commit c65ddae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ddnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

lock=_thread.allocate_lock()
points={}
asm_addr=0x0DBA80 + module_handle
asm_addr=0x0DD590 + module_handle
str_addr=0
blank_addr=0x228F98 + module_handle
blank_addr=0x228A98 + module_handle
str_dis=0x12A8
def getpoints():
while 1:
Expand Down Expand Up @@ -111,7 +111,7 @@ def getpoints():
str_addr = (data.value << 24) + str_addr

if str_addr > 0:
str_addr = str_addr + 0x32FA8C - 0x10
str_addr = str_addr + 0x32FC6C - 0x10
time.sleep(1)
for i in range(0,thread_count):
_thread.start_new_thread(getpoints,())
Expand Down

0 comments on commit c65ddae

Please sign in to comment.