Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //snowy bot completed just-dice.com devconsole bot;
- // step 1 signup https://freebitcoins.com on xchange;
- // step 2 wait 24hrs for the claims faucet cool off period;
- // step 3 claim every hr for a few hrs faucets on https://freebitcoins.com/faucet/ ;
- // step 4 signup for free at just-dice.com ;
- // step 5 use address in deposit on just-dice.com for withdraw on freebitcoins.com remember it must be CLAM coin ;
- // step 6 remember it will take roughly 20-30mins to recieve your CLAM to just-dice.com after 6 confirms from miners it'll be deposited so just wait a while;
- // step 7 run this entire sites text in browser console by pressing f12 on keyboard and coping and pasting to the console;
- // note this can only be done on browsers for desktops or laptops cannot be done on phones;
- // sit back relax and have a good time this bot will possibly make you thousands of dollars a year;
- // note you can get free vps if have only phone from aws by amazon remember only use free teir otherwise they will charge you also get windows 2019 server;
- // note if use vps download rdp program for free you'll need the microsoft one possibly if running android;
- // good luck;
- // please dont forget tip snowy at just-dice.com chat if make it huge;
- // plus snowy always likes to chat yeah;
- var belance = document.getElementById('pct_balance').value;
- // get start balance;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- // set chance;
- var kiff = ((belance/50000).toFixed(8));
- // div;
- var fruck = kiff;
- // div again;
- var dope = (fruck);
- // 3x div;
- var dap = (fruck*3);
- // 4x div;
- var dol = 3;
- var joe = (kiff*6);
- // 10x div;
- var targe = 50000;
- // target;
- var sev = true;
- var farg = true;
- var frogger = false;
- var beet = 0;
- var wine = 0;
- var won = 0;
- var wan = 0;
- // variables;
- var olderest = document.getElementById('pct_balance').value;
- var balanc = parseFloat(document.getElementById('pct_balance').value);
- var have = parseFloat(document.getElementById('pct_balance').value);
- var older = document.getElementById('pct_balance').value;
- var smartarse = parseFloat(document.getElementById('pct_balance').value);
- var still = parseFloat(document.getElementById('pct_balance').value);
- var ian = document.getElementById('pct_balance').value;
- var wild = document.getElementById('pct_balance').value;
- var min = document.getElementById('pct_balance').value;
- // floating old balances;
- var nextbe;
- // nextbet;
- parseFloat(document.getElementById('pct_bet').value = fruck);
- parseFloat(document.getElementById('pct_profit').value = fruck);
- // to set the bet;
- function getR(minz, maxz) {
- minz = Math.ceil(minz);
- maxz = Math.floor(maxz);
- return Math.floor(Math.random() * (maxz - minz + 1)) + minz;
- }
- // get random;
- function dobet(){
- console.clear();
- // clear console;
- balanc = document.getElementById('pct_balance').value;
- // get balance;
- var prev = document.getElementById('pct_bet').value;
- // get previousbet;
- document.getElementById('pct_chance').value = 49.5;
- document.getElementById('pct_payout').value = 2;
- // set chance;
- if (nextbe==null) {
- nextbe = prev
- }
- if (balanc>older) {
- wine = wine+1;
- won = won+1
- wan = wan+1
- older = parseFloat(balanc);
- }
- if (balanc<older) {
- wine = wine-1;
- won = won-1;
- wan = wan-1;
- older = parseFloat(balanc);
- }
- if (wine==-1) {
- nextbe = prev*2;
- frogger = true;
- }
- if ((wine==0)&&(frogger==true)) {
- nextbe = prev/2;
- frogger = false;
- wine = 0;
- }
- if ((wine==-2)&&(frogger==false)) {
- wine = 0;
- }
- if (won<=-3) {
- nextbe = prev*2;
- frogger = false;
- joe = 0;
- won = 0;
- wan = 0;
- }
- if (wan>=3) {
- nextbe = prev*2;
- frogger = false;
- wan = 0;
- }
- if (nextbe>balanc) {
- nextbe = kiff;
- wan = 0;
- won = 0;
- wine = 0;
- }
- if (balanc<kiff) {
- return;
- }
- if (balanc>=(ian+joe)) {
- nextbe = kiff;
- frogger = false;
- wine = 0;
- won = 0;
- wan = 0;
- joe = (kiff*6);
- ian =parseFloat(balanc);
- }
- if (nextbe<kiff) {
- nextbe = kiff;
- }
- // script;
- if (balanc>=targe) {
- //stop();
- return;
- }
- if (balanc>wild) {
- wild = parseFloat(balanc);
- }
- if (balanc<min) {
- min = parseFloat(balanc);
- }
- var freak = ((balanc-olderest).toFixed(8));
- console.log("balance made");
- console.log(freak);
- console.log("biggest balance");
- console.log(parseFloat(wild));
- console.log("lowest balance");
- console.log(parseFloat(min));
- // find biggest lowest and made balances;
- parseFloat(document.getElementById('pct_bet').value = (((nextbe*2)-nextbe).toFixed(8)));
- parseFloat(document.getElementById('pct_profit').value = (((nextbe*2)-nextbe).toFixed(8)))
- // set bets;
- $('#a_lo').click();
- // click bet;
- }
- setInterval(() => dobet(), 600);
- // set loop;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement