My Script

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 1

Script of freebitco.

in
var startValue = '0.00000001', // Don't lower the decimal point more than 4x of current balance

stopPercentage = 0.001, // In %. I wouldn't recommend going past 0.08

maxWait = 10, // In milliseconds

stopped = false,

stopBefore = 1; // In minutes

counterr = 1;

zareset = 0;

numGames = 1000;

balanceBefore = parseFloat($('#balance').text());

var analize = {};

analize['0.00000001'] = { multi: 0.00000001, count:0 }; //1

analize['0.00000002'] = { multi: 0.00000002, count:0 }; //2

analize['0.00000004'] = { multi: 0.00000004, count:0 }; //3

You might also like