Hi all,
here's a small table for this RPG. But be warned - if you don't own this game yet, save your money. Even if it is only 7 bucks, it's not worth it.
-
double the XP you earn
-
boost XP to Level 81
-
Godmode
Have been wondering why I did not find health. DNSpy shows us:
Code: Select all
Public Structure SafeFloat
' Token: 0x060007F3 RID: 2035 RVA: 0x00021584 File Offset: 0x0001F784
Public Sub New(value As Single)
Me.salt = Random.Range(-536870912, 536870911)
Dim num As Integer = BitConverter.ToInt32(BitConverter.GetBytes(value), 0)
Me.value = (num Xor Me.salt)
End Sub
Well, luckily the health-code has some check for "PlayerStat.TheGod" and by NOPing out two compares we are becoming God... ![]()
My table does not make the game much better, but at least it's not a pain in the ass now.
have fun
Marc
