Guard Int (Save, Memory hack)
Memory hacking and save-file manipulation protection for Unity games

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $9
- Category:
- Tools › Utilities
- Developer:
- 1506 Games/Studio NAP
- Price:
- $9
- Favorites:
- 2
- Supported Unity Versions:
- 2022.3.10 or higher
- Current Version:
- 1.0
- Download Size:
- 120.72 KB
- Last Update:
- May 15, 2024
- Description:
- GuardInt is a Unity package that provides a secure way to store and protect game data. It includes secured primitive variables and a save system that prevents memory hacking and save-file manipulation. The package uses a unique device ID as part of the encryption key to ensure data security. The secured primitives include GuardInt, GuardLong, GuardBool, GuardFloat, GuardDouble, and GuardString. The secured save system, GuardPrefs, creates a secured text line for the entire data and saves it with PlayerPrefs. The package is also protected by a DLL and a unique encryption system, making it difficult to reverse-engineer. This allows developers to focus on coding without worrying about data security.
- Technical Details:
- - Secured Primitives:
GuardInt
GuardLong
GuardBool
GuardFloat
GuardDouble
GuardString
- Secured Save System:
GuardPrefs - Continue »