SAITAMA wrote: ↑Sun Oct 23, 2022 4:19 am
ORIGINAL NOT OBFISCATED SCRIPT
{ Game : GothamKnights-Win64-Shipping.exe
Version:
Date : 2022-10-21
Author : Saitama
This script does blah blah blah
}
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(RESOURCES,GothamKnights-Win64-Shipping.exe,01 42 08 EB C0) // should be unique
alloc(newmem,$1000,RESOURCES)
label(code)
label(return)
newmem:
code:
add [rdx+08],#100000
jmp GothamKnights-Win64-Shipping.exe+4735B81
jmp return
RESOURCES:
jmp newmem
return:
registersymbol(RESOURCES)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
RESOURCES:
db 01 42 08 EB C0
unregistersymbol(RESOURCES)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: GothamKnights-Win64-Shipping.exe+4735BBC
GothamKnights-Win64-Shipping.exe+4735B9C: 89 44 24 28 - mov [rsp+28],eax
GothamKnights-Win64-Shipping.exe+4735BA0: E8 8B DA 71 FC - call GothamKnights-Win64-Shipping.exe+E53630
GothamKnights-Win64-Shipping.exe+4735BA5: 48 8B 5C 24 50 - mov rbx,[rsp+50]
GothamKnights-Win64-Shipping.exe+4735BAA: 48 8B 6C 24 58 - mov rbp,[rsp+58]
GothamKnights-Win64-Shipping.exe+4735BAF: 48 83 C4 30 - add rsp,30
GothamKnights-Win64-Shipping.exe+4735BB3: 41 5E - pop r14
GothamKnights-Win64-Shipping.exe+4735BB5: 5F - pop rdi
GothamKnights-Win64-Shipping.exe+4735BB6: 5E - pop rsi
GothamKnights-Win64-Shipping.exe+4735BB7: C3 - ret
GothamKnights-Win64-Shipping.exe+4735BB8: 8B 44 24 28 - mov eax,[rsp+28]
// ---------- INJECTING HERE ----------
GothamKnights-Win64-Shipping.exe+4735BBC: 01 42 08 - add [rdx+08],eax
// ---------- DONE INJECTING ----------
GothamKnights-Win64-Shipping.exe+4735BBF: EB C0 - jmp GothamKnights-Win64-Shipping.exe+4735B81
GothamKnights-Win64-Shipping.exe+4735BC1: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC2: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC3: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC4: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC5: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC6: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC7: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC8: CC - int 3
GothamKnights-Win64-Shipping.exe+4735BC9: CC - int 3
}