Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheatGUI was published to npm. #31

Merged
merged 5 commits into from
May 14, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Published to npm.
  • Loading branch information
afkvido committed May 14, 2022
commit ada2d10a6a8d0512c39be300ffd8c5dd52602f1f
65 changes: 60 additions & 5 deletions cheatGUI/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,74 @@
# Cheat GUI

<hr>

This is the main cheat menu GUI for ProdigyMathGameHacking.
Originally made by [Will](https://github.com/MelnCat) and maintained by [ArcerionDev](https://github.com/ArcerionDev) and [PatheticMustan](https://github.com/PatheticMustan), and now maintained by [ProdigyPNP](https://github.com/ProdigyPNP).

<hr>
<br><br>

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

<br><br>

Build / Development:


## Development
Install dependencies:
```shell
npm run setup
```
npm i
<br>

Compile the menu:
```shell
npm run build
```
<br><br>

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

<br><br>

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


<br>

### Installing P-NP
Shell
```shell
npm install cheatgui
npm install
npm update
```

<br>

### Uninstalling P-NP
Shell
```shell
npm uninstall cheatgui
npm install
npm update
```

<br>

### Import in TypeScript
TypeScript
```typescript
import CheatGUI from "cheatgui";
```

<br>

### Import in JavaScript
JavaScript
```javascript
const CheatGUI = require("cheatgui");
```

<br>
16 changes: 8 additions & 8 deletions cheatGUI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cheatGUI/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "prodigyhackgui",
"name": "cheatgui",
"version": "2.1.9",
"description": "Prodigy Hack GUI",
"main": "dist/bundle.js",
Expand Down