《絕影戰士》CE修改器10項修改CT表,是一款針對游戲《絕影戰士》設計的修改工具。它包含10項關鍵功能,如無限生命、彈藥、金錢等,助玩家輕松應對游戲挑戰。使用此修改器,玩家可盡情體驗游戲的樂趣,無需擔心游戲難度。
ce修改器10項修改CT表使用
1、下載CE修改器中文版V7.5,
2、下載解壓縮文件。
3、選擇游戲exe文件,點擊導入CT表。
4、點擊需要的功能,開始游戲。
ce修改器10項修改CT表說明
這是由玩家“seresuthin2996”制作的CT表,感謝原作者的分享。
新增一項獲取忍具功能(不用打箱子就可以直接獲取想要的忍具):復制下面的代碼粘貼到CE空白區域即可生成腳本。
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>33</ID>
<Description>"忍具CALL"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,256,"GameAssembly.dll"+3EE455)
label(returnhere)
label(ptrz,num,id)
registersymbol(ptrz,num,id)
label(originalcode)
label(exit)
newmem:
mov rax,[rdx+rax*8+20]
originalcode:
mov [ptrz],rax
exit:
jmp returnhere
ptrz:
dq 0
num:
dd #-1
id:
dd #35
"GameAssembly.dll"+3EE455:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
unregistersymbol(ptrz,num,id)
"GameAssembly.dll"+3EE455:
db 48 8B 44 C2 20
//mov rax,[rdx+rax*8+20]
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>31</ID>
<Description>"獲?。ò碏2)"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
alloc(MS,100)
createThread(MS)
MS:
push r8
push rdx
push rcx
push r11
push r12
mov r11,num
mov r8d,[r11]
mov r12,id
mov edx,[r12]
mov rcx,ptrz
mov rcx,[rcx]
call GameAssembly.dll+31C800
pop r12
pop r11
pop rcx
pop rdx
pop r8
ret
[DISABLE]
//dealloc(MS)
alloc(MS,100)
createThread(MS)
MS:
push r8
push rdx
push rcx
push r11
push r12
mov r11,num
mov r8d,[r11]
mov r12,id
mov edx,[r12]
mov rcx,ptrz
mov rcx,[rcx]
call GameAssembly.dll+31C800
pop r12
pop r11
pop rcx
pop rdx
pop r8
ret
</AssemblerScript>
<Hotkeys>
<Hotkey>
<Action>Toggle Activation</Action>
<Keys>
<Key>113</Key>
</Keys>
<ID>0</ID>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>34</ID>
<Description>"獲取量"</Description>
<DropDownList DescriptionOnly="1" DisplayValueAsItem="1">-1:無限
</DropDownList>
<ShowAsSigned>1</ShowAsSigned>
<VariableType>4 Bytes</VariableType>
<Address>num</Address>
</CheatEntry>
<CheatEntry>
<ID>35</ID>
<Description>"指定ID"</Description>
<DropDownList DescriptionOnly="1" DisplayValueAsItem="1">10:大砍刀
11:棒球棍
12:鋸齒刀
13:狼牙棒
14:大太刀
15:大刀
16:大棒槌
17:光劍?
20:近戰苦無
21:單拐
22:爪子
23:拳套?
24:斧頭
25:拳刃?
26:鐵環?
27:??
30:霰彈槍
31:加特林
32:大炮
33:擴散炮
34:噴火器
35:火箭筒
36:?槍
37:激光槍
40:?食物
41:蘋果
42:面包
43:飯團
44:紅魚
45:漢堡雞腿?
46:肉
47:蘑菇?
50:w飲料
51:茶?
52:M飲料
53:藥葫蘆
54:能量飲料
55:無敵藥
56:血量上限藥
57:能量?酒
60:手里劍
61:遠程苦無
62:風車手里劍
63:鐵刺
64:手雷
65:炸彈
66:???
67:手里劍炸彈
68:扇子
70:吹箭
71:??袋
72:召喚??
73:無人機??
74:招財貓
</DropDownList>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>4 Bytes</VariableType>
<Address>ID</Address>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>
再新增一項免疫傷害且不會受到僵直,這回無敵閃爍可以刪了。
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>36</ID>
<Description>"免疫傷害且不會陷入僵直"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>
[ENABLE]
aobscanmodule(MUD,GameAssembly.dll,84 C0 0F 85 44 02 00 00 48 89)
registersymbol(MUD)
MUD:
db 84 D2
[DISABLE]
MUD:
db 84 C0 0F 85 44 02 00 00
unregistersymbol(MUD)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>