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