Get infinite points on a moodle course that uses the BlockXP plugin.
First, you need an instance of NodeJS running on your computer, as well as a package manager (I recommend YARN).
- Clone this repository:
git clone {REPO_URL}
- Install dependencies:
yarn install
- Create a
.env
file and include the following (write your username and password here):
E_USERNAME=JoeDoe13
E_PASSWORD=joe doe 1963x
- Then you need to configure the variables present on the
index.js
file. Mainly you'll need to change the URIs, but you can also configure how many times to get points (repeat
variable) and if you want to show the browser (showBrowser
) - Run
yarn start
ornode index.js