An Amazing Wizard

Upload your cheat tables here (No requests)
Post Reply
User avatar
Firstlast2s100
Expert Cheater
Expert Cheater
Posts: 137
Joined: Wed Oct 30, 2024 6:04 am
Reputation: 72

An Amazing Wizard

Post by Firstlast2s100 »

Game Name: An Amazing Wizard
Game Engine: Unity Engine
Game Version: 0.5.189
Options Available: Infinite Mana, Health + One Hit Kill, Slot Power
Steam Website: [Link]
Other Info: [Link]
.
.
.
If you like it, give me +rep.

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
Attachments
An Amazing Wizard by DANGER DASH.CT
v0.5.189 - DANGER DASH..!!!
(8.37 KiB) Downloaded 59 times

Lando58
Expert Cheater
Expert Cheater
Posts: 123
Joined: Thu Mar 24, 2022 11:58 pm
Reputation: 32

Re: An Amazing Wizard

Post by Lando58 »

Thanks for the table, Infinite health doesn't seem to work for me

User avatar
Firstlast2s100
Expert Cheater
Expert Cheater
Posts: 137
Joined: Wed Oct 30, 2024 6:04 am
Reputation: 72

Re: An Amazing Wizard

Post by Firstlast2s100 »

Lando58 wrote:
Thu May 29, 2025 9:03 pm
Thanks for the table, Infinite health doesn't seem to work for me
In the Infinite health script, I have commented out many comparison(cmp) values in newmem. Try to use one by one cmp line and use only one at a time.

Code: Select all

newmem:

{cmp [r14+1BC],2
cmp [r14+204],#461
cmp [r14+224],0
cmp [r14+284],0
cmp [r14+314],0
cmp [r14+334],#462
cmp [r14+364],#16
cmp [r14+378],1
cmp [r14+37C],8
cmp [r14+38C],#462
cmp [r14+394],#16
cmp [r14+558],1      }
cmp [r14+360],1		//I USE THIS, YOU TRY ABOVE VALUE ONE BY ONE.	

User avatar
Firstlast2s100
Expert Cheater
Expert Cheater
Posts: 137
Joined: Wed Oct 30, 2024 6:04 am
Reputation: 72

Re: An Amazing Wizard

Post by Firstlast2s100 »

Lando58 wrote:
Thu May 29, 2025 9:03 pm
Thanks for the table, Infinite health doesn't seem to work for me
All script need TRIGGER, after that its working. So first trigger the health value then activate script, otherwise its not activated. If you already done that, then use above given method.

Lando58
Expert Cheater
Expert Cheater
Posts: 123
Joined: Thu Mar 24, 2022 11:58 pm
Reputation: 32

Re: An Amazing Wizard

Post by Lando58 »

I'll try that.

xiang950928
Expert Cheater
Expert Cheater
Posts: 75
Joined: Sat May 10, 2025 2:24 pm
Reputation: 9

Re: An Amazing Wizard

Post by xiang950928 »

Can we have inv keys?

User avatar
Send
Table Makers
Table Makers
Posts: 1452
Joined: Fri Feb 02, 2018 5:58 pm
Reputation: 1374

Re: An Amazing Wizard

Post by Send »

Firstlast2s100 wrote:
Fri May 30, 2025 4:54 am
Lando58 wrote:
Thu May 29, 2025 9:03 pm
Thanks for the table, Infinite health doesn't seem to work for me
In the Infinite health script, I have commented out many comparison(cmp) values in newmem. Try to use one by one cmp line and use only one at a time.

Code: Select all

newmem:

{cmp [r14+1BC],2
cmp [r14+204],#461
cmp [r14+224],0
cmp [r14+284],0
cmp [r14+314],0
cmp [r14+334],#462
cmp [r14+364],#16
cmp [r14+378],1
cmp [r14+37C],8
cmp [r14+38C],#462
cmp [r14+394],#16
cmp [r14+558],1      }
cmp [r14+360],1		//I USE THIS, YOU TRY ABOVE VALUE ONE BY ONE.	
Use mono and you won't need the cmps if you just return zero on the method that applys damage to the player. I also recommend using mono in general, your injections will be *a lot* faster. No need to alloc memory for 'hlt' or 'mna'. Just place the label below code.

User avatar
Firstlast2s100
Expert Cheater
Expert Cheater
Posts: 137
Joined: Wed Oct 30, 2024 6:04 am
Reputation: 72

Re: An Amazing Wizard

Post by Firstlast2s100 »

Send wrote:
Sat May 31, 2025 4:36 pm
Firstlast2s100 wrote:
Fri May 30, 2025 4:54 am
Lando58 wrote:
Thu May 29, 2025 9:03 pm
Thanks for the table, Infinite health doesn't seem to work for me
In the Infinite health script, I have commented out many comparison(cmp) values in newmem. Try to use one by one cmp line and use only one at a time.

Code: Select all

newmem:

{cmp [r14+1BC],2
cmp [r14+204],#461
cmp [r14+224],0
cmp [r14+284],0
cmp [r14+314],0
cmp [r14+334],#462
cmp [r14+364],#16
cmp [r14+378],1
cmp [r14+37C],8
cmp [r14+38C],#462
cmp [r14+394],#16
cmp [r14+558],1      }
cmp [r14+360],1		//I USE THIS, YOU TRY ABOVE VALUE ONE BY ONE.	
Use mono and you won't need the cmps if you just return zero on the method that applys damage to the player. I also recommend using mono in general, your injections will be *a lot* faster. No need to alloc memory for 'hlt' or 'mna'. Just place the label below code.
Thankyou for your guidance. But I don't know how to use feature like mono, break & trace. I also tried to use the mono feature through Youtube but I was not successful. I want to learn or need step wise step guidance with the help of which I can learn or practice.

User avatar
Send
Table Makers
Table Makers
Posts: 1452
Joined: Fri Feb 02, 2018 5:58 pm
Reputation: 1374

Re: An Amazing Wizard

Post by Send »

Firstlast2s100 wrote:
Sun Jun 01, 2025 8:47 am
///
No need for break & trace. You can add me on Discord @

Code: Select all

.send
and I can show you some tricks and tools of the trade.

User avatar
Firstlast2s100
Expert Cheater
Expert Cheater
Posts: 137
Joined: Wed Oct 30, 2024 6:04 am
Reputation: 72

Re: An Amazing Wizard

Post by Firstlast2s100 »

Send wrote:
Sun Jun 01, 2025 1:48 pm
Firstlast2s100 wrote:
Sun Jun 01, 2025 8:47 am
///
No need for break & trace. You can add me on Discord @

Code: Select all

.send
and I can show you some tricks and tools of the trade.
Thankyou. On Discord its say, ".send is not accepting friend requests. They'll have to add you to become friends". If my friend request has not reached you then please send it to me. This is my Username of Discord.

Code: Select all

adamben2s112 OR adamben2s112#0683

Post Reply

Who is online

Users browsing this forum: Alfon, Baidu [Spider], chyrus, communic, don9, Google Adsense [Bot], Leunsel, nekolilly, Unknowncarsaleswomen