Page 1 of 1

Almighty: Kill Your Gods

Posted: Thu May 06, 2021 12:16 am
by ring0star
Game Name: Almighty: Kill Your Gods
Game Engine: Unity
Game Version: v0.1.5 (early access)

Steam Website: [Link]

Hadn't much time to get into the mechanics and the game.
I quickly made this 2 scripts-table. Anyone who wants to contribute, welcome, you'll be credited.

#0x01// Features
  • Infinite Mana
  • Magic Attack don't decrease.
#0x02 // Could probably get pointers (or even better the whole struct) for
  • Gold - is a 4 bytes, easy to find
  • Resources - can be changed to max (299) when on an island (search for a 4 bytes)
  • HP - quite easy to get also, search for float (WARNING : messing with this can bug your character on extraction or if you get too many damages)
#0x03 // Other things I've tried without luck (if you wanna give it a go)
  • Fire rate
  • Damages
  • Personal Stats
I'll do some more research in the next days.

Have fun.