0% found this document useful (0 votes)
185 views1 page

9999 Roll

This document contains JavaScript code for an automated betting script. The script binds functions to click events on buttons to automatically place bets on a betting site after wins or losses. It includes logic to multiply the bet after losses, reset the bet amount periodically, and stop betting if the redirect timer gets too low or the user's balance falls below a certain percentage.

Uploaded by

sandy
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
0% found this document useful (0 votes)
185 views1 page

9999 Roll

This document contains JavaScript code for an automated betting script. The script binds functions to click events on buttons to automatically place bets on a betting site after wins or losses. It includes logic to multiply the bet after losses, reset the bet amount periodically, and stop betting if the redirect timer gets too low or the user's balance falls below a certain percentage.

Uploaded by

sandy
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

//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