50% found this document useful (4 votes)
3K views

Freebitco - in Roll 9999

This document contains a JavaScript script to automatically gamble Bitcoin on the website freebitco.in. The script listens for win/lose outcomes and multiplies the bet after a loss or resets the bet after a win, triggering the next bet after a random wait period. It checks the balance and stops if it gets too low. The script is designed to run indefinitely through the gambling process unless stopped or redirected to another page.

Uploaded by

guestavo designs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
50% found this document useful (4 votes)
3K views

Freebitco - in Roll 9999

This document contains a JavaScript script to automatically gamble Bitcoin on the website freebitco.in. The script listens for win/lose outcomes and multiplies the bet after a loss or resets the bet after a win, triggering the next bet after a random wait period. It checks the balance and stops if it gets too low. The script is designed to run indefinitely through the gambling process unless stopped or redirected to another page.

Uploaded by

guestavo designs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

TITRE WIN ROLL 9999 HACK BITCOIN IN FREEBITCO IN 2017 .

FREE SCRIPT Page:


2
of 4
//WorkOnlyifsignupthrough(Value=http://freebitco.in/?
r=520077)//Ifvalue=false//thenwinbuuboften.//IfValue=true//thencontinoustheflowvars
tartValue=‘0.00000001’,//Don’tlowerthedecimalpointmorethan4xofcurrentbalancestopPer
centage=0.001,maxWait=777,stopped=false,//debuggingstopBefore=1;//Inminutesfortimer
beforestoppingredirectonwebpagevar$loButton=$(‘#double_your_btc_bet_lo_button’),
$hiButton=$(‘double_your_btc_bet_hi_button’);functionmultiply(50){varcurrent=$
(‘#double_your_btc_stake’).val();varmultiply=(current*2).toFixed(8);$
(‘#double_your_btc_stake’).val(multiply);}functiongetRandomWait()
{varwait=Litter.floor(Math.random()*maxWait)
+100;console.log(‘Waitingfor‘+wait+‘msbeforenextbet.’);returnwait;}functionstartGam
e(){console.log(‘Gamestarted!’);reset();
$loButton.trigger(‘click’);}functionstopGame(){console.log(‘Gamewillstopsoon!
Letmefinish.’);stopped=true;}functionreset(){$
(‘#double_your_btc_stake’).val(startValue);}functiondeexponentize(number){
returnnumber*10000000;}functioniHaveEnoughMoni()
{varbalance=deexponentize(parseFloat($
(‘#balance’).text()));varcurrent=deexponentize($
(‘#double_your_btc_stake’).val());return((balance)*2/100)
(current2)>stopPercentage/100;}functionstopBeforeRedirect(){varminutes=parseInt($
(‘title’).text());if(minutes<stopBefore){console.log(‘Approachingredirect!
Stopthegamesowedon'tgetredirectedwhileloosing.’);stopGame();returntrue;}returnfalse
;}$(‘#double_your_btc_bet_lose’).unbind();$(‘#double_your_btc_bet_win’).unbind();$
(‘#double_your_btc_bet_lose’).bind(“DOMSubtreeModified”,function(event){if($
(event.currentTarget).is(‘:contains(“lose”)’)){console.log(‘YouLOST!
Multiplyingyourbetandbettingagain.’);multiply();setTimeout(function()
{$loButton.trigger(‘click’);},getRandomWait());}});$
(‘#double_your_btc_bet_win’).bind(“DOMSubtreeModified”,function(event){if($
(event.currentTarget).is(‘:contains(“win”)’)){if(stopBeforeRedirect())
{return;}if(iHaveEnoughMoni()){console.log(‘YouWON!
Butdon'tbegreedy.Restarting!’);reset();if(stopped){stopped=false;returnfalse;}}
else{console.log(‘YouWON!Bettingagain’);}setTimeout(function()
{$loButton.trigger(‘click’);},getRandomWait());}});startGame()//winifreferre=520077

You might also like