Skip to content

Education Perfected v2.0.0

Compare
Choose a tag to compare
@akioweh akioweh released this 12 May 05:36
· 19 commits to main since this release
7c0ea0d

Files & instructions temporarily in here

Major change.

In order to circumvent EP's changes that broke the existing script, I had to use a different method to automate interactions.
Before (v1):

  • browser userscript; script executes in the context of the web page
  • low privileges, cannot fully simulate a real human; easily stopped/detected by anti-cheat measures
  • runs in your existing browser; integrated and easy
  • easy to install and run

After (v2):

  • standalone Node.js program; script executes using system interpreter. It launches a custom browser window and uses the DevTools API to control the browser.
  • high privileges; easily simulates human interaction; bypasses anti-cheat
  • runs in a custom browser; a bit more hassle (e.g. no saved login info)
  • slightly more complicated to run

Most importantly, both versions complete tasks at high speeds.
They are also OS-independent. (simply install compatible Node.js)

Fixes

  • Full-auto answer works again
  • Fixed some answer parsing edge case

Changes

  • read above