Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 21a08d9

Browse files
committed
readme
1 parent 219bb46 commit 21a08d9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# OldGuard
22
The outdated hack GUI for Prodigy Math Game.
3+
4+
We've made a better and actually working hack GUI for Prodigy Math Game:
5+
https://github.com/ProdigyPNP/ProdigyMathGameHacking/tree/master/willsCheatMenu
6+
7+
8+
9+
## Quickstart
10+
Open any command line and copy and paste the below code (Required: git and npm):
11+
```shell
12+
cd Downloads
13+
git clone https://github.com/ProdigyPNP/OldGuard.git
14+
cd OldGuard
15+
npm run quickstart
16+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OldGuard",
33
"version": "2.1.9",
4-
"description": "cheats anew",
4+
"description": "The outdated hack GUI for Prodigy Math Game.",
55
"main": "index.js",
66
"license": "MPL-2.0",
77
"author": "ProdigyPNP",

0 commit comments

Comments
 (0)