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

Commit 480bf2c

Browse files
committed
Update to 16.2.1
1 parent 115e9eb commit 480bf2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ddnet.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
lock=_thread.allocate_lock()
3131
points={}
32-
asm_addr=0x0DBA50 + module_handle
32+
asm_addr=0x0DBA70 + module_handle
3333
str_addr=0
3434
blank_addr=0x228F98 + module_handle
3535
str_dis=0x12A8
@@ -87,6 +87,7 @@ def getpoints():
8787
time.sleep(1)
8888
print("程序成功加载,游戏中按tab键查看所有玩家分数")
8989
print("press TAB to view the scores of all players")
90+
print("不要关闭本窗口")
9091
print("作者ID:410164263,如果你在游戏中遇到我,一定要带我恰分哦")
9192
#不更新战队显示
9293
data = ctypes.c_long(2425393296) #nop
@@ -95,7 +96,7 @@ def getpoints():
9596
data = ctypes.c_long(0x001D8948)
9697
mydll.WriteProcessMemory(int(phand),ctypes.c_void_p(asm_addr),ctypes.byref(data),3,None)
9798
asm_addr+=0x03
98-
data = ctypes.c_long(0x0014D53E)
99+
data = ctypes.c_long(blank_addr - asm_addr - 0x0A + 0x06)
99100
mydll.WriteProcessMemory(int(phand),ctypes.c_void_p(asm_addr),ctypes.byref(data),3,None)
100101
asm_addr+=0x03
101102
data = ctypes.c_long(0x001EEB00)

0 commit comments

Comments
 (0)