Page 1 of 1

An Amazing Wizard

Posted: Thu May 29, 2025 9:21 am
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.

Re: An Amazing Wizard

Posted: Thu May 29, 2025 9:03 pm
by Lando58
Thanks for the table, Infinite health doesn't seem to work for me

Re: An Amazing Wizard

Posted: Fri May 30, 2025 4:54 am
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.	

Re: An Amazing Wizard

Posted: Fri May 30, 2025 5:09 am
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.

Re: An Amazing Wizard

Posted: Fri May 30, 2025 8:11 pm
by Lando58
I'll try that.

Re: An Amazing Wizard

Posted: Sat May 31, 2025 10:02 am
by xiang950928
Can we have inv keys?

Re: An Amazing Wizard

Posted: Sat May 31, 2025 4:36 pm
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.

Re: An Amazing Wizard

Posted: Sun Jun 01, 2025 8:47 am
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.

Re: An Amazing Wizard

Posted: Sun Jun 01, 2025 1:48 pm
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.

Re: An Amazing Wizard

Posted: Mon Jun 02, 2025 4:44 am
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