CEО 發表於 2022-9-9 21:58:25

CMS 192.1 SkillInjection(技能注入)

//CMS 192.1 SkillInjection(技能注入)

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

SkillID:
dd #162001000

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 14372BEE0
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 14367203F

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

exit:
jmp returnhere

143672026:
jmp newmem
nop
nop
returnhere:

14367208F:
jmp 1436721D8
nop

143672276:
jmp 1436722C7
nop


143672026:
cmp ,r12d

14367208F:
db 3B 83 90 0A 02 00 0F 84

143672276:
db 0F 87 C8 01 00 00

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

1091281431 發表於 2022-9-12 15:58:37

技能注入是什么意思

개구리 發表於 2022-9-23 22:58:05

如何求得第26排和第30排?
頁: [1]
查看完整版本: CMS 192.1 SkillInjection(技能注入)