A resource on DrFrostMaths exploits.
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-12-10 18:13:18 +00:00
Bot Removed redudant sleep function 2020-11-27 16:06:12 +00:00
Skipping Videos Removed the space 2020-11-27 15:59:44 +00:00
.gitignore Initial commit 2020-11-27 15:29:21 +00:00
LICENSE Initial commit 2020-11-27 15:29:21 +00:00
README.md Added screenshots 2020-12-10 18:13:18 +00:00

DrFrostMaths

A resource on DrFrostMaths exploits.

How to set up the bot

Requirements:

Node (latest version)

Getting the required cookies

Firstly, you will need to get your _ga cookie and your PHPSESSID. You can get it by getting the extension called EditThisCookie.

After you have gotten the two cookies, paste them in the config.json file, which should now look like this

Getting the correct aaid

After you've gotten the cookies, you will need to get the aaid. You can getting it by going to this link then pressing Start Practice, make Completion as Keep going until I say, and press OK.

If the link doesn't work, the question you need is called #9: Adding integers with a written method.

After you've done that, look at the URL, it should look something like: https://www.drfrostmaths.com/do-question.php?aaid=15326547. You want to get the aaid at the end, so the aaid would be 15326547.

Great, you've gotten the aaid, now paste it near the end of index.js where it says AAIDHERE, it should now look like this

Launching the bot

After doing all of the above, you will need to open a terminal/command prompt in the installation directory and type the following commands:

This command will install of the required dependencies

npm i

This command will run the bot

node index.js

How to skip videos

You want to copy the code in index.js then open up Inspect Element. After opening up Inspect Element, navigate to the console, paste the code, and run it. Now, watch the video and after a few minutes, it will register the video as finished. If I find a better way of doing it, I will update the script.