// @Combination of PrimeDice 3 scripts Compiled by DaNksta // @Contains: // @PDDark Skin by Paradocks // @Faucet Timer (draggable and can show/hide with CTRL + ALT + Z) // @New BASE bet button - Sets your bet amount to whatever you want. Set this by clicking on the dice icon. // @REFRESH BALANCE (bets 0.00000000) by clicking on the B next to your balance. // @Add A new button near MAX, 1/2, and 2x buttons. Set its value by clicking the two dice logo above them. var basebet = 0.00000001; basebet = basebet.toFixed(8); $('.icon--dice').click(function() { basebet = prompt("What would you like your basebet to be?", "0.00000000"); }); $('').insertAfter('div button:nth(3)'); $('#basebet').click(function() { $('.hero__main input:first').val(basebet).change(); }); $('.icon--balance').attr('data-ember-action', ''); $('.icon--balance').click(function() { $('.hero__main input:first').val(0).change(); setTimeout(function() { $('#spinner').click(); }, 500); }); // ==UserScript== // @name PD3 Dark // @version 0.1 // @description enter something useful // @author paradocks // ==/UserScript== var css = '', // Change the URL below in quotes for a custom background image. backgroundurl = 'http://cdn.wonderfulengineering.com/wp-content/uploads/2014/01/HD-backgrounds-3.jpg'; // CSS css += ''; $(css).appendTo('head'); // PD3Dark End /* // PD3 Faucet Timer // Created by Serlite // // (Hide using Ctrl + Alt + Z) */ var sinceLastClaim = 0; var $fTimer = null; var $fTimerWrapper = null; var fIntervalRef = null; var fTimerHider = {17: false, 18: false, 90:false}; initializeTimer(); // Creates GUI and begins timer countdown function initializeTimer(){ if (!window.jQuery.ui){ $("body").append(""); } // Delay to allow jQuery UI to load setTimeout(function(){ $("body").append("
Since last claim:
00:00