Guest User

Untitled

a guest
Mar 27th, 2019
3,583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. // IDLE DICE Cheats
  3. // https://www.kongregate.com/games/Luts91/idle-dice
  4. //
  5. // Full golden cardset - ready to ascend casino
  6. // Know the console? Know the iframe?
  7. //
  8. (function() {
  9.     ["caro","cross","heart","pik"].forEach(function(valSuit) {
  10.     [2,3,4,5,6,7,8,9,10,"A","J","K","Q"].forEach(function(valValue) {
  11.         Luts.Storage["Idle dice_u_level_" + valSuit + valValue] = 1;
  12.         Luts.Storage["Idle dice_u_level_" + valSuit + valValue + "_gold"] = 1;
  13.         Luts.Storage["Idle dice_u_value_" + valSuit + valValue] = "1.000000e+0";
  14.         Luts.Storage["Idle dice_u_value_" + valSuit + valValue + "_gold"] = "1.000000e+0";     
  15.     })});
  16. ["Idle dice_goldenCards","Idle dice_unlockedCards","Idle dice_u_level_main0value"].forEach(function(v){ Luts.Storage[v] = 52; });
  17. window.dispatchEvent(new KeyboardEvent("keydown", { key:"p", keyCode:80, bubbles:true }));
  18. location.reload();
  19. })();
Advertisement
Add Comment
Please, Sign In to add comment