Page 1 of 1

Lust Shot - Cheat Table

Posted: Wed Aug 07, 2024 9:03 am
by igromanru
Here is my table for the game [Link]:


It's a Unity game, therefore the table should work for all Platforms.
The table uses pattern scan and updates offsets automatically. It should work with newer game updates as well. I only update my tables if a feature stops working and someone reports it.

Features
  • Pointers
    • Player Pointer
      • HP
      • Dodge chance
    • Enemy Pointer
      • HP
      • Dodge chance
    • Revolver Pointer
      • Current ammo
      • Real bullets
The game is build heavily around multi threading therefore it's hard to find functions to patch.
But pointers are enough to win easily.

Hints
  • Set "dang_ammo" to the same amount as "current_ammo" to fire real bullets each time
  • To decrease enemies chance to dodge your bullets, you can change their dodge chance under enemy Pointer
  • Player's dodge chance only works when enemy shoots, not when you shoot yourself
  • HP are integer values between 0 and 5. To one shot the enemy set her HP to 1
  • Default max HP is 5 but you can set it to anything you want, like 999
Table Changelog

Table update 07.08.2024 (Table v1.0.0, Game v1.0):
- Initial Release