matthew80 wrote: ↑Fri May 30, 2025 8:54 am
cheats:
- health
- ohk
- ammo
- body voucher
- data nugs
- dongles
- star pins
Nice work. I fixed the instakill bugging out the data nuggets and star pins. Feel free to use any part of this code.
{ Game : Section13-Win64-Shipping.exe
Version:
Date : 2025-05-31
Author : Owner
This script does blah blah blah
}
define(address,"Section13-Win64-Shipping.exe"+42C0069)
define(bytes,F3 0F 10 71 08)
[ENABLE]
assert(address,bytes)
alloc(newmem,$2000,"Section13-Win64-Shipping.exe"+42C0069)
label(code2)
label(code)
label(return)
newmem:
cmp [rcx+fc],(float)50
jne code
cmp [rcx+1cc],(float)2
jne code
movss xmm6,[rcx+18]
movss [rcx+08],xmm6
jmp return
code:
cmp [rcx+58],(float)1
je code2
movss xmm6,[rcx+08]
jmp return
code2:
movss xmm1,[rcx+08]
mov [rcx+08],(float)1
jmp return
address:
jmp newmem
return:
[DISABLE]
address:
db bytes
// movss xmm6,[rcx+08]
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "Section13-Win64-Shipping.exe"+42C0069
"Section13-Win64-Shipping.exe"+42C004B: 74 10 - je "Section13-Win64-Shipping.exe"+42C005D
"Section13-Win64-Shipping.exe"+42C004D: 48 8B 48 08 - mov rcx,[rax+08]
"Section13-Win64-Shipping.exe"+42C0051: 8B 51 10 - mov edx,[rcx+10]
"Section13-Win64-Shipping.exe"+42C0054: 48 C1 EA 14 - shr rdx,14
"Section13-Win64-Shipping.exe"+42C0058: F6 C2 01 - test dl,01
"Section13-Win64-Shipping.exe"+42C005B: 75 03 - jne "Section13-Win64-Shipping.exe"+42C0060
"Section13-Win64-Shipping.exe"+42C005D: 49 8B C6 - mov rax,r14
"Section13-Win64-Shipping.exe"+42C0060: 48 63 48 44 - movsxd rcx,dword ptr [rax+44]
"Section13-Win64-Shipping.exe"+42C0064: 48 03 CD - add rcx,rbp
"Section13-Win64-Shipping.exe"+42C0067: 74 28 - je "Section13-Win64-Shipping.exe"+42C0091
// ---------- INJECTING HERE ----------
"Section13-Win64-Shipping.exe"+42C0069: F3 0F 10 71 08 - movss xmm6,[rcx+08]
// ---------- DONE INJECTING ----------
"Section13-Win64-Shipping.exe"+42C006E: EB 21 - jmp "Section13-Win64-Shipping.exe"+42C0091
"Section13-Win64-Shipping.exe"+42C0070: 48 85 FF - test rdi,rdi
"Section13-Win64-Shipping.exe"+42C0073: 74 0A - je "Section13-Win64-Shipping.exe"+42C007F
"Section13-Win64-Shipping.exe"+42C0075: 48 8B 0F - mov rcx,[rdi]
"Section13-Win64-Shipping.exe"+42C0078: E8 03 23 03 00 - call "Section13-Win64-Shipping.exe"+42F2380
"Section13-Win64-Shipping.exe"+42C007D: EB 0F - jmp "Section13-Win64-Shipping.exe"+42C008E
"Section13-Win64-Shipping.exe"+42C007F: 48 8B 8E 10 01 00 00 - mov rcx,[rsi+00000110]
"Section13-Win64-Shipping.exe"+42C0086: 48 8B D3 - mov rdx,rbx
"Section13-Win64-Shipping.exe"+42C0089: E8 12 CA F9 FF - call "Section13-Win64-Shipping.exe"+425CAA0
"Section13-Win64-Shipping.exe"+42C008E: 0F 28 F0 - movaps xmm6,xmm0
}