Last active
March 24, 2025 16:07
-
-
Save HannesGitH/30cdd49cc01170ba4bae8ecd95ac96e7 to your computer and use it in GitHub Desktop.
scammy iq test website that want you to pay after taking the test, all your answers are stored in cookies, extract them and use this script to get the resulting score anyway
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let answers = "{\"0\":\"2\",\"1\":\"5\",\"2\":\"2\",\"3\":\"1\",\"4\":\"3\",\"5\":\"4\",\"6\":\"2\",\"7\":\"1\",\"8\":\"1\",\"9\":\"1\",\"10\":\"2\",\"11\":\"2\",\"12\":\"5\",\"13\":\"3\",\"14\":\"1\",\"15\":\"2\",\"16\":\"4\",\"17\":\"6\",\"18\":\"1\",\"19\":\"2\",\"20\":\"3\",\"21\":\"2\",\"22\":\"1\",\"23\":\"4\",\"24\":\"1\",\"25\":\"5\",\"26\":\"4\",\"27\":\"4\",\"28\":\"1\",\"29\":\"3\",\"30\":\"2\",\"31\":\"3\",\"32\":\"1\",\"33\":\"4\",\"34\":\"3\",\"35\":\"2\",\"36\":\"4\",\"37\":\"4\",\"38\":\"-\",\"39\":\"2\"}" | |
let id = "cs_live_a1xkEEWElsK75AyurR1fi8Skdt7KXDm59ocw99Xmw6Pmtx1u9bUX70EEto" // unfortunately one needs a fresh but paid id everytime, so this script is essentially useless | |
for (var t = JSON.parse(answers), i = "", n = 0; n < 40; ++n) | |
i += t[n]; | |
let prom = fetch("https://tws-audio.com/iq/scorer.php?answers=" + i + "&session_id=" + id) | |
prom.then(res => { | |
res.text().then(text => { | |
console.log(text) | |
}) | |
}) |
yes i've got an id now (thanks niklas ;)) but unfortunately this does not help, as one id can only get one result, was worth a try tho ..
pity, i guess I'll have to find somewhere else to do a probably inaccurate IQ test online. The script was a nice concept though.
The most official and accurate IQ test (https://www.mensa.org/mensa-iq-challenge/) is free as well
I recommend this site ( https://brainapps.io/iq ) for iq test cos it contain 2 totally free versions of tests ( own + Hans Eysenck )
So does this script work?
So does this script work?
unfortunately, no
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you had any progress on an I.D that has already paid?