Some pointers for Evil Wizard

Upload your cheat tables here (No requests)
Post Reply
longsers
Cheater
Cheater
Posts: 38
Joined: Sat Aug 19, 2017 12:36 pm
Reputation: 11

Some pointers for Evil Wizard

Post by longsers »

two Both addresses are valid when tested.

Version is 1.0
currentHealthPoints is hp
currentDashSpeed is Dash distance
Evil Wizard.CT
(34.43 KiB) Downloaded 45 times
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?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

User avatar
LeFiXER
LeFixer
LeFixer
Posts: 482
Joined: Wed Mar 24, 2021 9:35 am
Reputation: 243

Re: Some pointers for Evil Wizard

Post by LeFiXER »

I released a table, granted not for dash since the request was only for health/mana:
viewtopic.php?f=4&t=24747

Post Reply