Page 1 of 1

Skeleton avenger float search problem

Posted: Sat Jul 17, 2021 8:12 pm
by kmckowan
I'm trying to hack an infinite health or god mode code for skeletal avenger. I can find the code for the current level I'm on but if i level the level it stops working. I watched a few videos and end up getting infinite health all the time, but so do enemies any help to a noob coder would be great thanks!

Re: Skeleton avenger float search problem

Posted: Sat Jul 17, 2021 8:57 pm
by ShyTwig16
Start with the CE tutorial in the help menu, it goes over the basics like this.

Re: Skeleton avenger float search problem

Posted: Sat Jul 17, 2021 9:12 pm
by kmckowan
ShyTwig16 wrote:
Sat Jul 17, 2021 8:57 pm
Start with the CE tutorial in the help menu, it goes over the basics like this.
I did follow it but this is more advanced for a newer coder like myself.

I did mention i watched some videos but the float turturial didn't really help because its using 4 players that doesnt help in this game.

I can get the float with the tutorial to freeze it but it freeze the enemies too.

Re: Skeleton avenger float search problem

Posted: Sat Jul 17, 2021 11:07 pm
by ShyTwig16
kmckowan wrote:
Sat Jul 17, 2021 9:12 pm
...
I did follow it but this is more advanced for a newer coder like myself.

I did mention i watched some videos but the float turturial didn't really help because its using 4 players that doesnt help in this game.

I can get the float with the tutorial to freeze it but it freeze the enemies too.
Did you complete step 9 in the tutorial? Are you freezing a single address and it's affecting all entities' health, or are you NOPing shared instructions?

Re: Skeleton avenger float search problem

Posted: Sun Jul 18, 2021 3:26 am
by kmckowan
ShyTwig16 wrote:
Sat Jul 17, 2021 11:07 pm
kmckowan wrote:
Sat Jul 17, 2021 9:12 pm
...
I did follow it but this is more advanced for a newer coder like myself.

I did mention i watched some videos but the float turturial didn't really help because its using 4 players that doesnt help in this game.

I can get the float with the tutorial to freeze it but it freeze the enemies too.
Did you complete step 9 in the tutorial? Are you freezing a single address and it's affecting all entities' health, or are you NOPing shared instructions?
Yes I was following step 9 and got it to freeze value but it freezes enemies as well, its harder to lasso down their health. I got a bit lost what to do after that.

There was a cheat table for it, but its out of date so i wanted to learn how to freeze value's myself.

Re: Skeleton avenger float search problem

Posted: Sun Jul 18, 2021 4:22 am
by ShyTwig16
Here is a tutorial on the tutorial.

Re: Skeleton avenger float search problem

Posted: Sun Jul 18, 2021 8:59 am
by aSwedishMagyar
I posted a table for this game and in my second post on that thread I go over some helpful info on how I found Godmode. Check it out over here.