NeverFail is a java jar executable to patch Articulate's QuizMaker's files to always succeed !
NeverFail is a java jar executable to patch Articulate’s QuizMaker’s quizzes.
It rewrite quiz.swf’s scoring function to update mark in case quiz have been failed (it doesn’t change it if user succeed).
The new mark is picked randomly every runtime and can be adjusted in this code.
Main advantage of this method is that it doesn’t produce .xml files and other data, it’s all on quiz.swf and invisible (file size don’t change).
git clone https://github.com/neverfail/NeverFail
ant generate
You can download latest release here:
https://github.com/neverfail/NeverFail/releases
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Special thanks to the original decompiler maniac who allow us to work on all these quiz projects.
Thanks to the QuizCheater’s developers who gave us deep insight of the inner working.
All beta testers that provided helpful informations.
Finally, NeverFail developers that worked days and nights to release in time.
This is the result of hard time of researching and bytecode manipulation,
only them could have done that. They deserve the biggest thank you.
Read Licences.txt