Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ookii-tsuki committed Dec 25, 2020
1 parent b6eefb6 commit 5c8d1d2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ It allows you to protect your game from cheating tools but it doesn't protect it
<!-- USAGE EXAMPLES -->
## Usage

###### Player Saves
### Safe Values

This class saves and loads various data types and classes using AES encryption to playerprefs.
**These structs hide values from cheating tools by making an offset to it**

* Example of hiding a float/integer from cheating tools.

Expand All @@ -70,6 +70,10 @@ This class saves and loads various data types and classes using AES encryption t
}
```

### Player Saves

**This class saves and loads various data types and classes using AES encryption to playerprefs.**

* Example of Encrypting/Decrypting and saving/loading a custom serializable class to/from PlayerPrefs using AES encryption

```csharp
Expand Down Expand Up @@ -141,6 +145,10 @@ This class saves and loads various data types and classes using AES encryption t
}
}
```
### Safe Values

**This class detects speed hack attempts**

* Example of setting up an anti speed hack to detect speed hacks

```csharp
Expand Down

0 comments on commit 5c8d1d2

Please sign in to comment.