Drift Boss Hack

Version 2.5.7 - Pretty much done, wont be doing anything else to this script -Final version

  1. // ==UserScript==
  2. // @name Drift Boss Hack
  3. // @namespace http://tampermonkey.net/
  4. // @version 2.5.7
  5. // @description Version 2.5.7 - Pretty much done, wont be doing anything else to this script -Final version
  6. // @author GDev
  7. // @match https://www.mathplayground.com/pg_drift_boss.html
  8. // @grant none
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. // Wait for the page to load
  16. window.addEventListener('load', function() {
  17. // Delay execution for 3 seconds
  18. setTimeout(function() {
  19. // Set the desired game data including coins and boosters
  20. localStorage.setItem('mjs-drift-boss-game-v1.0.1-dailyreward', '{"sound":0.7,"music":0.3,"score":0,"hasShownTutorial":false,"collectedCoin":10000000,"cars":[0,1,2,3,4,5,6,7],"currentCar":7,"currentTip":0,"booster1":10000000,"booster2":10000000,"booster3":10000000,"ko":0,"hasShownBoosterTutorial":false}');
  21. console.log('Hack Successful!');
  22. }, 2000); // 3000 milliseconds = 3 seconds
  23. });
  24. })();
  25.  
  26.  
  27. //Credit required.