Advertisement
FlyFar

TAMPERMONKEY CSGO MONEY HACK

Nov 16th, 2023
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.81 KB | Cybersecurity | 0 0
  1. // ==UserScript==
  2. // @name         Case Clicker Money Hack
  3. // @namespace    https://kingofkfcjamal.github.io/CaseClicker/
  4. // @version      0.1
  5. // @description  Csgo Clicker Money hack pretty basic script but it works.
  6. // @author       Lukas D
  7. // @match        https://www.tampermonkey.net/
  8. // @grant        none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12.     var json = {
  13. "money":999999999999999999999999999999999999999999999999999999999999999999999999.5,
  14. "inventory":{
  15. },
  16. "itemCounter":0,
  17. "currentCase":"case1",
  18. "stackingUpgradesPurchased":{
  19. "upgrade1":0,
  20. "upgrade2":0,
  21. "upgrade3":0
  22. },
  23. "popup":true,
  24. "unboxsound":true,
  25. "menusound":true,
  26. "acceptedsound":true,
  27. "lostsound":true,
  28. "wonsound":true,
  29. "botsound":true,
  30. "coinflip":false
  31. }
  32.     window.localStorage.setItem("savegame", JSON.stringify(json));
  33. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement