| View previous topic :: View next topic |
| Author |
Message |
Mayk_Lier How do I cheat?
Reputation: 0
Joined: 20 Sep 2023 Posts: 4
|
Posted: Wed Sep 20, 2023 4:59 am Post subject: Oxenfree II speedhack? |
|
|
There is much walking in this game, and I wanted to speed it up a little via CE speedhack, but it just doesn't work. I tried to run the game in windowed mode, turned of VSync in game and NVIDIA Control Panel, but result is the same.
I also tried some kind of different speedhack program (can't remember the name), it failed too.
It also doesn't work for several different games like Against The Storm and They Are Billions, while most of the games speed up perfectly fine.
Any suggestions please? |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25833 Location: The netherlands
|
Posted: Wed Sep 20, 2023 5:10 am Post subject: |
|
|
Check if the game has a frame rate limiter and turn that off as well
(A lot of unity games have that) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Mayk_Lier How do I cheat?
Reputation: 0
Joined: 20 Sep 2023 Posts: 4
|
Posted: Wed Sep 20, 2023 5:35 am Post subject: |
|
|
| Dark Byte wrote: | Check if the game has a frame rate limiter and turn that off as well
(A lot of unity games have that) |
There is no option in game settings, so I turned it off in Nvidia, but it still doesn't work
Also, the game settings are stored in the registry, maybe problem is in there (doesn't tell me much)
"Screenmanager Stereo 3D_h1665754519"=dword:00000001
"Screenmanager Resolution Width Default_h680557497"=dword:00000400
"Screenmanager Resolution Height Default_h1380706816"=dword:00000300
"Screenmanager Resolution Use Native Default_h1405981789"=dword:00000001
"Screenmanager Fullscreen mode Default_h401710285"=dword:00000001
"UnitySelectMonitor_h17969598"=dword:00000000
"Screenmanager Window Position X_h4088080503"=dword:00000114
"Screenmanager Window Position Y_h4088080502"=dword:00000088
"Screenmanager Resolution Width_h182942802"=dword:00000556
"Screenmanager Resolution Height_h2627697771"=dword:00000300
"Screenmanager Resolution Use Native_h1405027254"=dword:00000000
"Screenmanager Fullscreen mode_h3630240806"=dword:00000003
"UnityGraphicsQuality_h1669003810"=dword:00000000
"UnitySelectMonitor_h17969598"=dword:00000000 |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25833 Location: The netherlands
|
Posted: Wed Sep 20, 2023 7:14 am Post subject: |
|
|
try this aa script
| Code: |
[enable]
{$lua}
LaunchMonoDataCollector()
while monopipe and monoSymbolList.FullyLoaded==false do
checkSynchronize()
end
{$asm}
alloc(newmem,2048,UnityEngine.QualitySettings.set_vSyncCount)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov rcx,0
originalcode:
push rbx
sub rsp,20
exit:
jmp returnhere
UnityEngine.QualitySettings.set_vSyncCount:
jmp newmem
nop
returnhere:
[disable]
UnityEngine.QualitySettings.set_vSyncCount:
push rbx
sub rsp,20
|
then go to the graphics settings and apply some minor change
perhaps speedhack will work after that
(You may have to adjust the code slightly if your version uses different code (look at the dissasembler code of UnityEngine.QualitySettings.set_vSyncCount) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Mayk_Lier How do I cheat?
Reputation: 0
Joined: 20 Sep 2023 Posts: 4
|
Posted: Wed Sep 20, 2023 8:00 am Post subject: |
|
|
ooookay, this is seem pretty difficult to me, but I try to make it work
tbh, I am not experienced with creating tables/scripts at all
UPD:
| Dark Byte wrote: | try this aa script
then go to the graphics settings and apply some minor change |
Ok, I tried it, it added some kind of motion blur to game's main menu, but speedhack still doesn't work
And, just in case, i'm playing on a laptop, Windows 10 x64 |
|
| Back to top |
|
 |
Mayk_Lier How do I cheat?
Reputation: 0
Joined: 20 Sep 2023 Posts: 4
|
Posted: Thu Sep 21, 2023 6:43 am Post subject: |
|
|
| any other suggestions? |
|
| Back to top |
|
 |
|