Page 1 of 1

Swordbreaker - Back to The Castle (Steam)

Posted: Mon Nov 09, 2020 11:21 am
by Marc
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... :D

My table does not make the game much better, but at least it's not a pain in the ass now.

have fun
Marc

Re: Swordbreaker - Back to The Castle (Steam)

Posted: Fri Jul 28, 2023 9:28 am
by GMD
God mode option now affects MP and Stamina.