好友
阅读权限10
听众
最后登录1970-1-1
|
请问这个CE的脚本怎么写成易语言啊,完全看不懂,拜托了!
{ Game : TheForest.exe
Version:
Date : 2018-04-30
Author : 130
This script does blah blah blah
}
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscan(INJECT,C6 89 47 14 B8 01 00 00 00) // should be unique
alloc(newmem,$1000,110B21D3)
label(code)
label(return)
newmem:
code:
nop
mov eax,00000001
jmp return
INJECT+01:
jmp newmem
nop
nop
nop
return:
registersymbol(INJECT)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
INJECT+01:
db 89 47 14 B8 01 00 00 00
unregistersymbol(INJECT)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 110B21D3
110B21B6: 34 24 - xor al,24
110B21B8: 48 89 7C 24 08 - mov [rsp+08],rdi
110B21BD: 48 8B F9 - mov rdi,rcx
110B21C0: 48 8B F2 - mov rsi,rdx
110B21C3: 48 63 47 14 - movsxd rax,dword ptr [rdi+14]
110B21C7: 2B C6 - sub eax,esi
110B21C9: 85 C0 - test eax,eax
110B21CB: 7C 10 - jl 110B21DD
110B21CD: 48 63 47 14 - movsxd rax,dword ptr [rdi+14]
110B21D1: 2B C6 - sub eax,esi
// ---------- INJECTING HERE ----------
110B21D3: 89 47 14 - mov [rdi+14],eax
110B21D6: B8 01 00 00 00 - mov eax,00000001
// ---------- DONE INJECTING ----------
110B21DB: EB 02 - jmp 110B21DF
110B21DD: 33 C0 - xor eax,eax
110B21DF: 48 8B 34 24 - mov rsi,[rsp]
110B21E3: 48 8B 7C 24 08 - mov rdi,[rsp+08]
110B21E8: 48 83 C4 18 - add rsp,18
110B21EC: C3 - ret
110B21ED: 00 00 - add [rax],al
110B21EF: 00 00 - add [rax],al
110B21F1: 00 00 - add [rax],al
110B21F3: 00 3D 00 00 00 4C - add [5D0B21F9],bh
} |
|
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
|
|
|
|