Advertisement
Guest User

Untitled

a guest
Dec 9th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. var minValue=2E-8,maxLoss=50E-7,aimedProfit=80E-6,maxOps=2400,endResult=0,ops=0,bet=function(a,b,c){$.get("?op=double_your_btc&m="+(b?"lo":"hi")+"&stake="+a+"&multiplier=2&jackpot=0",function(d){d=d.split(":");$("#balance").html(d[3]);c(a,b,"w"===d[1])})},martingale=function(a,b,c){c||a>=maxLoss&&0!==maxLoss?(b=!b,newValue=minValue):newValue=2*a;endResult=c?endResult+a:endResult-a;console.log((c?"+":"-")+a);ops++;(ops<maxOps||0===maxOps)&&(endResult<aimedProfit||0===aimedProfit)?bet(newValue,b,martingale):
  3. (console.log("Martingale finished in "+ops+" operations!"),console.log("Result: "+endResult))};martingale(minValue,!1,!1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement