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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MageDelfador committed Oct 26, 2022
1 parent 5319e33 commit bb262e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

lock=_thread.allocate_lock()
points={}
asm_addr=0x0DEF20 + module_handle
asm_addr=0x0DFFF0 + module_handle
str_addr=0
blank_addr=0x363100 + module_handle
str_dis=0x12B0
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 + 0x32FD6C - 0X10
str_addr = str_addr + 0x32FDF4 - 0X10
time.sleep(1)
for i in range(0,thread_count):
_thread.start_new_thread(getpoints,())
Expand Down

0 comments on commit bb262e3

Please sign in to comment.