anyone know how to use the speedhack without it dooming the game to a crash? my game will invariably crash if I use it, not necessarily immediately, but sometimes it's fun to fuck around in slow motion
can anyone help me out with this one?
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
No matter what I do, after I modify skill points while on the skill screen. After I close CE, and consume some of my skill points, it gives me an unable to save game error. Anyone have insights on why?
{ Game : Starfield.exe
Version:
Date : 2023-09-03
Author : int3
This script sets pickpocket chance to 100%
}
[ENABLE]
aobscanmodule(INJECTsteal,Starfield.exe,C5 FA 10 05 D9 B0 99 03) // should be unique
alloc(newmem,$1000,INJECTsteal)
label(code)
label(return)
newmem:
code:
push rcx
mov rcx, 64
cvtsi2ss xmm2, rcx // current chance, comment this out to still have some RNG
cvtsi2ss xmm0, rcx // max chance, default is 90
pop rcx
jmp return
INJECTsteal:
jmp newmem
nop 3
return:
registersymbol(INJECTsteal)
[DISABLE]
INJECTsteal:
db C5 FA 10 05 D9 B0 99 03
unregistersymbol(INJECTsteal)
dealloc(newmem)
}
anyone know how to use the speedhack without it dooming the game to a crash? my game will invariably crash if I use it, not necessarily immediately, but sometimes it's fun to fuck around in slow motion
can anyone help me out with this one?
In my experience game was crashing because of cheat engine or its speed hack too(I couldn't get past tutorial area 5 times due to crashes related to it) but as soon as I stopped using cheat engine crashes stopped happening. After I got past the tutorial area and got into my ship I was able to use cheat engine and its speed hack feature without any crashes. I played using speed hack for around 2 hours without a single crash.
EDIT: It seems like what I wrote above was pure luck. Game still kept crashing whenever I activated speed hack today. However, simply injecting/attaching cheat engine doesn't seem to cause a crash. It seems like game is very sensitive to any speed hacks, fearlessrevolution trainer causes a crash too.
Last edited by furkan_1227 on Tue Sep 05, 2023 1:37 am, edited 1 time in total.