Version is 1.0
currentHealthPoints is hp
currentDashSpeed is Dash distance
A lot of the game's data is valid after changes, most of which need to be tested.
Most of the addresses are got by using Il2CppDumper, in dump.cs.A lot of addresses are grouped together in the code and need to be tested after being added。
A tool for adding addresses
Code: Select all
f = createForm(true)
f.Position=poDesktopCenter
f.Width=256
f.Height=288
f.Caption = 'Add Address'
local b=createButton(f)
b.Left=146
b.Top=10
b.caption='Add '
local m=createMemo(f)
m.Height=180
m.Left=10
m.Top=50
m.Width=240
m.WordWrap=false
m.ScrollBars="ssAutoBoth"
b.OnClick=function()
local sr = m.getLines()
local jn = {}
for i = 0, sr.Count - 1 do
jn[i] = tonumber(sr.String[i], 16)
local al=getAddressList()
local shc = al.createMemoryRecord()
local py = jn[i]
shc.setAddress("base")
shc.setOffsetCount(2)
shc.setOffset(0, py)
shc.setOffset(1, 0x288)
shc.Type = vtSingle --vtByte vtSingle
end
end
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