Get bitcoin thật từ Free bitcoin nào !

solokokone2

Junior
Joined
Jul 27, 2015
Messages
176
Reactions
50
MR
0.026
độ lại code chơi đau tim quá, từ 1k xuống 600 rồi lên lại 1k :D
upload_2016-2-4_20-4-5.png
ch
chiến thuật của bác đây
 
thêm chiến thuật mới cho mấy bác :)
PHP:
//config
minbet=1;// gia tri ***
heso=[]; // day so
maxCicle=50; //lượt quay
TimeStop=60*60;
bolUn=false;

pushHs=function(){
    heso.push(2);
    heso.push(3);
    heso.push(5);
    heso.push(6);
//2,3,5,6
};
pushHs();
//variable
***=minbet;
fHs=0;
nHs=0;
stop=false;
//log
wn=0;
total=0;
wsr=0;
hsm=0;
lstBtc=$('#balance').text();
lstBtc*=100000000;
profit=0;
wprofit=0;
//wait
wait=400;
iwait=400;

fbalance=0;
balance=0;

timestap=Date.now();
timeline=0;

cicle=0;

maxHs=0;

printLog=function(){
    console.log("Total/Win: "+total+"/"+wn+"\nWSR/HSM: "+wsr+"/"+hsm+" win chance: "+wprofit+"% profit: "+profit+" Cicle: "+(cicle+1)+" Time: "+timeline+"s");
};
Float2String=function(num){
    var div=num/100000000;
    if(div.toString().indexOf("e")==-1)
        return div.toString();

    var s=num/10000+"";
    f=s.substring(0,2);
    s=s.substring(2);
    return f+"0000"+s;
};
betFun=function(){
    var win=$('#double_your_btc_bet_win').text();
    if(win!=""){
        //win
        wn++;
        wsr++;
        hsm=0;
    }else{
        if(nHs!=0){
            if(fHs!=0)
                heso.unshift(fHs);
            heso.push(nHs);
            heso.push(fHs+nHs);
        }
        hsm++;
        wsr=0;
    }
  
    if(heso.length==0){
        //calBtc();
        //printLog();
        pushHs();
        cicle++;
//        return;
    }
  
    if(cicle==maxCicle){
        calBtc();
        printLog();
        console.log("MaxHs: "+maxHs);
        return;
    }
  
    timeline=Math.round((Date.now()-timestap)/1000);
  
    if(heso.length>1){
        fHs=heso.shift();
        nHs=heso.pop();
    }
    else{
        nHs=heso.pop();
        fHs=0;
    }
  
    printHs();
    console.log("Heso: "+(fHs+nHs));
    if(fHs+nHs>maxHs)
        maxHs=fHs+nHs;
    ***=minbet*(fHs+nHs);
    hsm++;
      
   $('#double_your_btc_stake').val(Float2String(***));

   fbalance=balance;
 
    if(!stop)
       nextStep();
};

calBtc=function(){
    balance=$('#balance').text();
    balance*=100000000;
  
    profit=balance-lstBtc;
    wprofit=(wn*100)/total;
};

printHs=function(){
    console.log(fHs+"-"+heso+"-"+nHs);
}

nextStep=function(){
    //balance
    calBtc();
  
    if(balance!=fbalance||bolUn){
        bolUn=false;
        $('#double_your_btc_bet_hi_button').click();
        total++;
        printLog();

        setTimeout(betFun, iwait + Math.round(Math.random() * 1000));
    }else{
        console.log("wait");
        setTimeout(nextStep,wait);
    }
};

betFun();

ps: mới bị lỗ hết do quá ham, mấy bác cẩn thận :D
bác cho em hỏi payuot để bao nhiêu thì hợp lí :D
 

theboyztran

Senior
Joined
Oct 16, 2014
Messages
394
Reactions
161
MR
0.015
Éo có chiến thuật nào đâu , kakaka
 

darkcodemp4

Senior
Joined
Oct 23, 2013
Messages
707
Reactions
316
MR
0.535
Martingale Double sau loss à :D
Các bác chịu nỗi 20 lần thua liên tiếp không?
Chịu nỗi? Ok. Phải hạ basebet mới chịu nổi > Profit lên chậm > *** lâu > *** lâu cơ hội gặp bad streak 20 lần liên tiếp càng cao > gặp là cháy bankroll.
Có bạn thua 37 lần liên tiếp ở winchance 50% rồi đấy :D
Good luck!
 
Martingale Double sau loss à :D
Các bác chịu nỗi 20 lần thua liên tiếp không?
Chịu nỗi? Ok. Phải hạ basebet mới chịu nổi > Profit lên chậm > *** lâu > *** lâu cơ hội gặp bad streak 20 lần liên tiếp càng cao > gặp là cháy bankroll.
Có bạn thua 37 lần liên tiếp ở winchance 50% rồi đấy :D
Good luck!
lâu lâu quay ít vòng thì vẫn ok :D hôm sau quay tiếp, ai kêu bác ham
 
lâu lâu quay ít vòng thì vẫn ok :D hôm sau quay tiếp, ai kêu bác ham
Cái *** ít hay *** nhiều nó đâu ảnh hưởng tới xác suất :D
*** theo lượt, xác suất độc lập mà. *** lần 1 xác suất thua 50% > Lần 2 xác suất thua vẫn là 50%...
Chứ *** ít hay nhiều ảnh hưởng gì đến thắng hay thua? Dĩ nhiên lúc đầu có lúc thắng, lúc thua. Nhưng chạy đường dài tất cả đều thua :D
Ai dám chắc ít vòng đó của bạn không thua
bye.gif
 

Announcements

Forum statistics

Threads
434,838
Messages
7,328,626
Members
186,281
Latest member
kunvotam
Back
Top Bottom