Ask about cheats/tables for single player games here
-
Crysalx
- Novice Cheater
- Posts: 15
- Joined: Wed Apr 11, 2018 9:37 pm
- Reputation: 4
Post
by Crysalx »
Game Name: Octopath Traveler 2 DEMO
Game Engine: Unreal Engine
Game Version: N/A
Steam Website:
Not sure if it's possible to do something with the 3 hour lock. If it is, nice. The usual suspects would be great to have, if anyone is interested:
- Inf SP, Multiplier/Easy Lv up and Job points, etc...
Thanks in advance!
-
Anacra
- Expert Cheater
- Posts: 133
- Joined: Tue Mar 21, 2017 1:44 pm
- Reputation: 12
Post
by Anacra »
Would love a money pointer. I found it, but then it changed later so not sure if something more is needed.
Would also love if someone can make a 100% guaranteed steel outside of battles (via Throne's daytime path action).
-
stromata
- Novice Cheater
- Posts: 24
- Joined: Wed Apr 07, 2021 8:23 pm
- Reputation: 4
Post
by stromata »
Also wondering if there is some possible way to pause or reset that three-hour time limit that the demo has.
-
khuong
- Expert Cheater
- Posts: 76
- Joined: Sat Jan 08, 2022 5:18 pm
- Reputation: 43
Post
by khuong »
stromata wrote: ↑Fri Feb 10, 2023 6:05 pm
Also wondering if there is some possible way to pause or reset that three-hour time limit that the demo has.
Sets Game Timer to 000:00:00 ...
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>43</ID>
<Description>"000:00:00 Game Timer"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{ Game : Octopath_Traveler2-Win64-Shipping.exe
Version:
Date : 2023-02-10
Author : khuong
This script does blah blah blah
}
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(gameTimer,Octopath_Traveler2-Win64-Shipping.exe,01 83 30 02 00 00) // should be unique
alloc(newmem,$1000,gameTimer)
label(code)
label(return)
newmem:
code:
mov [rbx+00000230], #0
jmp return
gameTimer:
jmp newmem
nop
return:
registersymbol(gameTimer)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
gameTimer:
db 01 83 30 02 00 00
unregistersymbol(gameTimer)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: Octopath_Traveler2-Win64-Shipping.exe+F671FF
Octopath_Traveler2-Win64-Shipping.exe+F671CA: F3 0F 58 B3 38 02 00 00 - addss xmm6,[rbx+00000238]
Octopath_Traveler2-Win64-Shipping.exe+F671D2: 0F 2F F1 - comiss xmm6,xmm1
Octopath_Traveler2-Win64-Shipping.exe+F671D5: F3 0F 11 B3 38 02 00 00 - movss [rbx+00000238],xmm6
Octopath_Traveler2-Win64-Shipping.exe+F671DD: 0F 82 D8 00 00 00 - jb Octopath_Traveler2-Win64-Shipping.exe+F672BB
Octopath_Traveler2-Win64-Shipping.exe+F671E3: 0F 28 CE - movaps xmm1,xmm6
Octopath_Traveler2-Win64-Shipping.exe+F671E6: F3 0F 59 0D 0E B9 BB 02 - mulss xmm1,[Octopath_Traveler2-Win64-Shipping.exe+3B22AFC]
Octopath_Traveler2-Win64-Shipping.exe+F671EE: F3 0F 5C 0D 72 FA B8 02 - subss xmm1,[Octopath_Traveler2-Win64-Shipping.exe+3AF6C68]
Octopath_Traveler2-Win64-Shipping.exe+F671F6: F3 0F 2D C1 - cvtss2si eax,xmm1
Octopath_Traveler2-Win64-Shipping.exe+F671FA: 0F 28 CE - movaps xmm1,xmm6
Octopath_Traveler2-Win64-Shipping.exe+F671FD: D1 F8 - sar eax,1
// ---------- INJECTING HERE ----------
Octopath_Traveler2-Win64-Shipping.exe+F671FF: 01 83 30 02 00 00 - add [rbx+00000230],eax
// ---------- DONE INJECTING ----------
Octopath_Traveler2-Win64-Shipping.exe+F67205: 44 8B 83 30 02 00 00 - mov r8d,[rbx+00000230]
Octopath_Traveler2-Win64-Shipping.exe+F6720C: F3 0F 2C C9 - cvttss2si ecx,xmm1
Octopath_Traveler2-Win64-Shipping.exe+F67210: 81 F9 00 00 00 80 - cmp ecx,80000000
Octopath_Traveler2-Win64-Shipping.exe+F67216: 74 1E - je Octopath_Traveler2-Win64-Shipping.exe+F67236
Octopath_Traveler2-Win64-Shipping.exe+F67218: 66 0F 6E C1 - movd xmm0,ecx
Octopath_Traveler2-Win64-Shipping.exe+F6721C: 0F 5B C0 - cvtdq2ps xmm0,xmm0
Octopath_Traveler2-Win64-Shipping.exe+F6721F: 0F 2E C1 - ucomiss xmm0,xmm1
Octopath_Traveler2-Win64-Shipping.exe+F67222: 74 12 - je Octopath_Traveler2-Win64-Shipping.exe+F67236
Octopath_Traveler2-Win64-Shipping.exe+F67224: 0F 14 C9 - unpcklps xmm1,xmm1
Octopath_Traveler2-Win64-Shipping.exe+F67227: 0F 50 C1 - movmskps eax,xmm1
}
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
-
topboy
- Expert Cheater
- Posts: 106
- Joined: Sun Nov 26, 2017 3:04 am
- Reputation: 41
Post
by topboy »
^ Can anyone tell me how to use CODE sets game timer to 0:00:00 in Cheat Engine 7.4 ?