Jump to content
Twiff

Free bitcoin.

Recommended Posts

Primiti in fiecare ora o suma random doar trebuie sa completati un captcha, iar apoi puteti sa va incercati norocul la HI-LO. E o metoda destul de simpla , un joc HI-LO faci un profit frumos daca ai putin noroc. Folositi scriptul de mai jos pentru ceva "automat" . CTRL+SHIFT+J pentru consola si folositi codul.

var minValue=1E-8,maxLoss=1E-7,aimedProfit=5E-6,maxOps=300,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):
(console.log("Martingale finished in "+ops+" operations!"),console.log("Result: "+endResult))};martingale(minValue,!3,!3);

LINK REFFERAL : FreeBitco.in - Win free bitcoins every hour!

FARA REFFERAL : FreeBitco.in - Win free bitcoins every hour!

Edited by Twiff
Link to comment
Share on other sites

Nu stiu cat de util e ce ai postat tu, insa te rog ca altadata sa scrii corect. E „completati”, nu „complectati”. Stiu ca asa se vorbeste in Ardeal, dar macar in scris sa fie cum trebuie.:)
Sa iti zic ceva?

Unu nu dai drept de autor pe acel script. Prima data aceasta chestie a fost postata pe hackforums de unu p4r4d0x. si trebuie cumparata acel baiat este pe acest forum. Si iti spun destul de serios si sincer ca acel script nu functioneaza!

Habar nu aveti pe ce lume traiti. Habar nu aveti ce inseamna BITCOIN si postati aiurea.

Stati fratilor la Counter strike! RST nu e de voi.

PS: Thanks for this...

Link to comment
Share on other sites

bconfig = {  maxBet: 0.00000256,  wait: 700,  toggleHilo:false}; hilo = 'hi';multiplier = 1;rollDice = function() {   if ($('#double_your_btc_bet_lose').html() !== '') {    $('#double_your_btc_2x').click();    multiplier++;    if(bconfig.toggleHilo)toggleHiLo();  } else {    $('#double_your_btc_min').click();    multiplier = 1;  }   if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||    parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {    $('#double_your_btc_min').click();  }   $('#double_your_btc_bet_' + hilo + '_button').click();   setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100));}; toggleHiLo = function() {  if (hilo === 'hi') {    hilo = 'lo';  } else {    hilo = 'hi';  }}; rollDice();

Il puneti in consola(ctrl+shift+j) si castigati mai mult decat pierdeti.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...