pharaon Advanced Cheater
Reputation: 1
Joined: 29 Jun 2012 Posts: 81
|
Posted: Mon Sep 22, 2025 9:10 pm Post subject: The Precinct 1.4.18177 crash |
|
|
hello everyone
hope if someone do have an explanation
the game The Precinct 1.4.18177 crash when i only activate script.
i'm not sure why
for example
Code: | { Game : The Precinct
Version:
Date : 2025-06-12
Author : DeskTop
This script does blah blah blah
}
[ENABLE]
aobscanmodule(running,GameAssembly.dll,F3 0F 11 51 34 0F 86) // should be unique
alloc(newmem,$1000,running)
label(code)
label(return)
label(float200)
newmem:
movss xmm2,[float200] // Load 200.0 into xmm2
code:
movss [rcx+34],xmm2
jmp return
float200:
dd (float)200.0 // 32-bit float representation of 200
running:
jmp newmem
return:
registersymbol(running)
[DISABLE]
running:
db F3 0F 11 51 34
unregistersymbol(running)
dealloc(newmem) |
|
|