No Hitstop No Random Battles Rush Efect team(not for enemies) enemies 1 hp vac hack etc. cheat hitstop removes the "stop" effect from skills and hits when you control a player.
Re: Star Ocean The Last Hope
No Hitstop No Random Battles Rush Efect team enemies 1 hp vac hack etc
Moderator: Table Moderator
Re: Star Ocean The Last Hope
corrected hitstop so that it prevented getting bonuses from the table such as criticals of several enemies, only with skill, etc.
Script:
[ENABLE]
aobscanmodule(INJECT,StarOceanTheLastHope.exe,0F 28 F1 0F 2F F7 76 14 48 8B 0D * * * * 48 8B 09 E8 13) // should be unique
alloc(newmem,$1000,INJECT)
label(code)
label(return)
alloc(MyMem, 4)
MyMem:
dd (float)-1
newmem:
movss xmm1,[MyMem]
movaps xmm6,xmm1
jmp return
code:
INJECT:
jmp newmem
nop
return:
registersymbol(INJECT)
[DISABLE]
INJECT:
db 0F 28 F1 0F 2F F7
unregistersymbol(INJECT)
dealloc(newmem)
dealloc(MyMem)
-
rpgcollectors
- Journeyman Hacker

- Posts: 114
- Joined: Mon May 06, 2024 5:51 am
- x 2
Re: Re: Star Ocean The Last Hope
big thanks for code work no random battle
