SnowLord7 / quizlet

Quizlet Open Source Exploit
23 stars 17 forks source link

from lines 3 to 18 make it all input requests #4

Closed Pretuer closed 4 years ago

Pretuer commented 5 years ago

While testing the applet I am seeing some problems; the preset numbers for each thing stays there and is causing a problem because when you want to make the score believable you get some funky number like 0.5. Please fix this glitch as it is getting annoying and I bet it's getting many in trouble

On Main.js

Suggestion: Change them all to input requests so this problem doesn't occur there is a fix but it takes too much time.

ghost commented 5 years ago

I agree. It's been happening on my end also.

On Mon, Nov 4, 2019 at 12:39 AM Derek Owumi notifications@github.com wrote:

While testing the applet I am seeing some problems the preset numbers for each thing stays there and is causing a problem because when you want to make the score believable you get some funky number like 0.5 please fix this glitch as it is getting annoying and I bet it's getting many in trouble;e

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SnowLord7/quizlet/issues/4?email_source=notifications&email_token=AJWIRYCWTALZ3ET7CHG2GDDQR6YQXA5CNFSM4JIPH22KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWQJDDQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWIRYCPIZESZVWKFNPGNR3QR6YQXANCNFSM4JIPH22A .

-- An apple a day keeps anyone away if you throw it hard enough

Pretuer commented 4 years ago

Here's an example on how to fix it:

Original code:

var defaultExtensionSettings = { "developer": "Drew Snow", "gravity": { "score": 4294967295

edited: var grav.score = prompt("What should the score that you gain for Gravity (No commas)") ar defaultExtensionSettings = { "developer": "Drew Snow", "gravity": { "score": grav.score