Skip to content

Releases: akioweh/EducationPerfected

Education Perfected v2.1.0

18 Aug 12:13
Compare
Choose a tag to compare

Changes

  • Added feature to toggle answering mode between semi-auto and fully-auto (similar to v1)
  • Refresh Words and Toggle Mode now alerts you when triggered (so you can be sure)
  • Restructured repo & files
  • Rewrote README

Read the new README for info/installation/etc. :)))

Education Perfected v2.0.0

12 May 05:36
7c0ea0d
Compare
Choose a tag to compare

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

Education Perfectionist +v2.0.0-alpha

12 Oct 16:04
a1f8b94
Compare
Choose a tag to compare
Pre-release

Go read the README section about script+.js... Yeah, I'm calling that Education Perfectionist

⚠️ Don't use this

It most likely will not work, it is in extremely early alpha and is not recommended. Use the up to date version from the GitHub repo, not the releases tab

Education Perfected v1.1.4

04 Oct 13:48
003d667
Compare
Choose a tag to compare

v1.1.4 fixes

v1.1.2-3

  • Some background fixes for macos

Education Perfected v1.1.1

12 Sep 17:42
14400ad
Compare
Choose a tag to compare

v1.1.1 Fixes

  • Fix bug where sometimes a modal backdrop may remain to block the screen after stopping auto answer

v1.1.0 Changes

  • Faster auto-answer speed (might be as far as it goes without another concept)
  • Rewrote question-answer passing system to resolved edge case bugs
  • Faster method of skipping wrong-answer modals by deleting them :P
  • Full speed auto answer; no more manual speed input