Game Name: BloodRayne Betrayal (Fresh Bites)
Game Engine:
Game Version: v1.0.1 ( Steam / Skidrowreloaded /IGG Games )
Options Required: Infinite Health ( against lava and thorns mainly ), Lives, Infinite Weapon, Moon Jump
Cheat engine already lists symbols with classes and method names, making it much easier to create a table. For example, this is the method for when the player takes damage:
** There are no 'Lives' in this game. You always have unlimited tries.
*** I couldn't get the 1.01 version, so I made the table with compatibility in mind.
*** In case cheat engine gets bugged and unable to recognize symbols, use the reinitializeSymbolHandler script
** There are no 'Lives' in this game. You always have unlimited tries.
*** I couldn't get the 1.01 version, so I made the table with compatibility in mind.
*** In case cheat engine gets bugged and unable to recognize symbols, use the reinitializeSymbolHandler script
bloodrayne.CT
Unfortunately, it doesn't work with the latest version of the game, but that's okay—thanks anyway!
[ENABLE]
bloodrayne.Rayne::CanGetHit:
mov al, 00 // Can Get Hit? No.
[DISABLE]
bloodrayne.Rayne::CanGetHit:
mov al, 01 // Can Get Hit? Yes.
Perhaps it's an issue with Cheat Engine not recognizing symbols (for example, not recognizing what bloodrayne.Rayne::CanGetHit means). I'll try again if I can get the 1.01 version and test it.
That's right, no scripts work on version 1.01; it would be wonderful if you could get that version. If you want, I can send you the game via PM, or the site link.
That's right, no scripts work on version 1.01; it would be wonderful if you could get that version. If you want, I can send you the game via PM, or the site link.
I've got the 1.01 version, tested the table, and everything is working. Your problem is probably related to cheat engine not recognizing the cpp symbols. Is your Cheat Engine updated? Also, check your settings. In any case, I rewrote the scripts without using these symbols, so it now should work regardless of the problem.
Alright! now works in v1.01 with "No CPP Symbols Version" thanks, thanks!!
Good. In case your game gets stuck in loading screen, this is caused by the invincibility cheat for some reason. Disabling the cheat allows the loading to continue, without crashing the game, so it's not a big deal. Just make a hotkey to quickly deactivate/activate as needed. Later on I'll add more cheats.