This project helps to prevent users from faking or plagiarising scores when cloud servers don’t work. —How it works ⬇️v⬇️v When cloud servers go down, setting scores would require relying on users commenting their scores, making it easy to fake or take scores. Using encoding, you can run scores through an encoding system (you can make your own provided it is complex) to generate Proof Codes. Users can then be instructed to comment their scores with the proof code if they want to verify it. However, it is also possible to take legitimate scores from other users and post them as their own. This can be prevented by involving the original’s Username into the encoding system. That way, to check for a legitimate score, you would need to put the Score and Username into the encoding system to see if it generates the Proof Code. Just try not to make Proof Codes use too many consecutive numbers to avoid them being flagged as PI.