3.0.1 • Published 2 years ago

cheatgui v3.0.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

Cheat GUI

This is the main cheat menu GUI for ProdigyMathGameHacking. Originally made by Will and maintained by ArcerionDev and PatheticMustan, and now maintained by ProdigyPNP.

Usage

Install the hacks, the dropdown should appear in the top left corner after a moment.

Development

Install dependencies:

npm run setup

Compile the menu:

npm run build

Join us!

We are always looking for new contributors to help maintain the hacks and menu!

npm package

The Cheat GUI is available on npmjs at https://npmjs.com/package/cheatgui.

Installing P-NP

Shell

npm install cheatgui
npm install
npm update

Uninstalling P-NP

Shell

npm uninstall cheatgui
npm install
npm update

Import in TypeScript

TypeScript

import CheatGUI from "cheatgui";

Import in JavaScript

JavaScript

const CheatGUI = require("cheatgui");