Script to automatically solve StarQuiz questions in MovieStarPlanet 2.
- Open and log in to MovieStarPlanet 2.
- Do not join a StarQuiz yet.
- Copy and paste the entire index.js script into your debug console (Ctrl+Shift+I).
- Write
init("your_LANGUAGE");
in the console.- For example
init("sv_SE");
.
- For example
- Join a StarQuiz.
Note that some answers might be incorrect, the reason for this can be read here.
Placing something like this in the runGame();
method seems to answer the question locally, however no rewards will be granted after the quiz is finished. Probably shouldn't be too hard to solve, but it's nothing I plan to do.
ws.send(`42["quiz:answer",{"answer":1}]`)