• evatronic
    link
    fedilink
    English
    arrow-up
    6
    ·
    7 months ago

    There was one years ago I had where all you needed was to type course.pass(true) into the console.

    • foggy@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      7 months ago

      Yeah, these I had one where I found a stored variable indicating whether the current video had been successfully completed lol.

      The most recent I found had a TON of obfuscation to make it more difficult. There were checks making sure the video didn’t finish in less time than the duration of the video, and another that checked to see if your account was logged in with more than one browser, and wouldn’t play videos until you closed them all.

      Was still able to change the duration variable to be ‘.1*(videoLength)’ and set the multiple instance variable to false so I could blow through them all at like 10x speed simultaneously, but they made me work for it. All of this stuff was buried in tons of what I assume was nonsense code.