document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <html>
  2. <head>
  3.     <script type="text/javascript" src="scoreoid.js"></script>
  4. </head>
  5. <body>
  6.     <script type="text/javascript">
  7.         ScoreoidQuery({
  8. //        "method":"getBestScores",
  9.           "method":"createScore",
  10.           "score":111,
  11.           "username":"Guest"
  12.         }, function(scores){
  13.             console.log( scores );
  14.         });
  15.     </script>
  16. </body>
  17. </html>
');