prt 發表於 2023-5-14 01:18:26

TwMs v252.3 SkillInjection(技能注入)

//TwMs v252.3 SkillInjection(技能注入)

//code from here to '' will be used to enable the cheat
alloc(newmem,2048,143FA97A0)
label(returnhere)
label(originalcode)
label(exit)
alloc(SkillID,4)
alloc(Timer,4)
alloc(Delay,4)
registersymbol(SkillID)
registersymbol(Delay)
registersymbol(Timer)

SkillID:
dd #1221011

Delay:
dd #50

Timer:
dd 00

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov r8,
cmp qword ptr ,2
jg originalcode

mov r8,
mov r8,
cmp dword ptr ,0
je originalcode

call 14407BD90 //
mov r8d,eax
sub r8d,dword ptr
cmp r8d,dword ptr
jl originalcode
mov dword ptr ,eax

mov r8d,
mov dword ptr ,r8d    //
mov eax,0x00000001
xor r8,r8
jmp 143FA97B9     //

originalcode:
mov eax,0x00000001
xor r8,r8
cmp ,r12d             //

exit:
jmp returnhere

143FA97A0:
jmp newmem
nop
nop
returnhere:

143FA97F9:
jmp 143FA999E //
nop

143FA9A3C:
jmp 143FA9A90 //
nop


143FA97A0:
cmp ,r12d

143FA97F9:
db 3B 83 B8 0B 02 00 0F 84

143FA9A3C:
db 0F 87 D0 01 00 00

dealloc(newmem)
dealloc(SkillID)
dealloc(Timer)
dealloc(Delay)

ljf403890321 發表於 2023-5-23 21:14:22

大大,第四十三行无法编译是怎么回事
頁: [1]
查看完整版本: TwMs v252.3 SkillInjection(技能注入)