Pages:
Author

Topic: [Free] Freebitco.in SMART AUTO-Player - page 2. (Read 25948 times)

hero member
Activity: 782
Merit: 1000
June 12, 2014, 04:28:16 PM
#35
full member
Activity: 140
Merit: 100
June 12, 2014, 04:15:57 PM
#34
It is martingale, and you _will_ lose with it.
There is no way around it except being extremely lucky, which is highly unlikely.

You have been warned..
I think it's a waste of time, faucets are nothing worth anyways, plus you will lose your few satoshis with this before you ever get near 1 BTC pretty damn sure.
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
June 12, 2014, 08:33:59 AM
#33
JUst a question, OP, is this martingale?
It seems to be martingale as far as I can see. I could be wrong, but I doubt it to be honest.
hero member
Activity: 840
Merit: 1000
June 12, 2014, 08:30:56 AM
#32
JUst a question, OP, is this martingale?
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
June 12, 2014, 08:27:58 AM
#31
I just walked through the code and it seems to be legit (can't confirm if it bets correctly). It is a bit messy though, because of the //'s. OP, either use it or remove it, haha.
hero member
Activity: 840
Merit: 1000
June 12, 2014, 08:23:23 AM
#30
Bookmarking this, thank you! <3
full member
Activity: 148
Merit: 100
June 12, 2014, 02:14:40 AM
#29
Thanks for this, it's pretty useful!
legendary
Activity: 952
Merit: 1000
June 04, 2014, 04:51:55 AM
#28
this works with http://freedoge.co.in/?r=1040


Code:
$('body').append('
balance
win
bet
time
');
 
bconfig = {
  maxBet: 0.00005000,
  wait: 1,
  toggleHilo: false,
  alertMultiplier: 5
};
 
initialBalance = parseFloat($('#balance').html());
hilo = 'hi';
multiplier = 1;
startTime = new Date().getTime();
rollDice = function() {
 
  if ($('#double_your_doge_bet_lose').html() !== '') {
    $('#double_your_doge_2x').click();
    multiplier++;
    if (bconfig.toggleHilo) toggleHiLo();
  } else {
    setStartBet();
    $('#double_your_doge_bet_win').html('');
    var cmsg = {
      lose: $('#double_your_doge_bet_lose').html(),
      win: $('#double_your_doge_bet_win').html()
    };
    cmsg = JSON.stringify(cmsg);
  }
 
  if (multiplier > bconfig.alertMultiplier) {
   
 
    $('#double_your_doge_bet_' + hilo + '_button').click();
  } else {
    if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_doge_stake').val()) * 2) ||
      parseFloat($('#double_your_doge_stake').val()) > bconfig.maxBet) {
      $('#double_your_doge_min').click();
      multiplier = 1;
    }
 
    $('#double_your_doge_bet_' + hilo + '_button').click();
  }
 
 
 
  // setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100));
};
 
toggleHiLo = function() {
  if (hilo === 'hi') {
    hilo = 'lo';
  } else {
    hilo = 'hi';
  }
};
 
setStartBet = function() {
  $('#double_your_doge_min').click();
  multiplier = 1;
  // if ((Math.random() * 10) > 5) {
 
  // } else {
  //   $('#double_your_doge_min').click();
  //   $('#double_your_doge_2x').click();
  //   multiplier = 2;
  // }
}
 
currentMsg = '';
bChange = function(next) {
  var cmsg = {
    lose: $('#double_your_doge_bet_lose').html(),
    win: $('#double_your_doge_bet_win').html()
  };
  cmsg = JSON.stringify(cmsg);
  if (currentMsg !== cmsg) {
    $('#balance_b').html($('#balance').html());
    $('#roundwin_b').html((parseFloat($('#balance').html()) - initialBalance).toFixed(8));
    $('#current_bet_b').html($('#double_your_doge_stake').val());
    $('#time_b').html((Math.round(((new Date().getTime()) - startTime) / 1000) / 60 / 60).toFixed(2) + ' h');
    currentMsg = cmsg;
    next();
  }
  setTimeout(function() {
    setTimeout(function() {
      bChange(next);
    }, bconfig.wait)
 
  }, 50);
};
bChange(rollDice);

 Wink
newbie
Activity: 28
Merit: 0
It seems to be stopping after a few seconds or not displaying results after a few seconds. I am up 700 satoshis so far though.  Cool

Nice, yeah this website does throttle any of the end-users, nothing I can do about it. However, the fact is you can adjust the time on it by putting every 5s Smiley

I often get this notice.
what should I do?
http://postimg.org/image/wf2orqqk9/

That means you're on a losing streak... It pops up and lets you know.

If you have problems with this one, maybe you want to try my autoplayer:

Would be nice if you'd tip me or sign up with my ref

GTFO spammer Smiley
sr. member
Activity: 448
Merit: 250
I often get this notice.
what should I do?
http://postimg.org/image/wf2orqqk9/
full member
Activity: 238
Merit: 100
It seems to be stopping after a few seconds or not displaying results after a few seconds. I am up 700 satoshis so far though.  Cool

I am also having the same trouble.Could there be an error in the codes?
newbie
Activity: 42
Merit: 0
Haha really. I also made a bot for that site.. months ago.

Great you posted yours!
sr. member
Activity: 406
Merit: 250
It seems to be stopping after a few seconds or not displaying results after a few seconds. I am up 700 satoshis so far though.  Cool
newbie
Activity: 28
Merit: 0
Very cool! Thanks for sharing this. I will have to build up a few thousand satoshis and try it out.

Yeah I highly recommend building up enough (2-3kish) to sustain a huge hit if you wanted to press the OK and bet big Smiley
sr. member
Activity: 406
Merit: 250
Very cool! Thanks for sharing this. I will have to build up a few thousand satoshis and try it out.
hero member
Activity: 546
Merit: 500
Carpe Diem
I don't know much about coding. I'm wondering whether anyone can make modifications and repost what they did and explain why theirs is better than original. Thanks
newbie
Activity: 28
Merit: 0
Have you tried pushing it further than 62k or are you just doing that to be safe? I think if the script works well, and it has a decent chance of coming out ahead, it may be worth going for a BTC, :p.


I'm testing this out, I just got paid today from the site, so I don't wanna push the bill too quick you know Smiley I would rather gradually come ahead than lose it all back to back. Or risk the chance of being looked at by this website owner.


This sounds really interesting Smiley Is that really works for sure? How much people tried it already?
BR

From my experience it needs some final customizations to make it perfect and simple for average users.

Please speak up and give a bit of feedback, I would rather seeing everyone here collaborate and make it perfect not only for themselves but for everyone abroad! Smiley
legendary
Activity: 1946
Merit: 1005
This sounds really interesting Smiley Is that really works for sure? How much people tried it already?
BR

From my experience it needs some final customizations to make it perfect and simple for average users.
What do you mean with average user? If the average user know how to do it then may be they will change the way it is..
full member
Activity: 238
Merit: 100
This sounds really interesting Smiley Is that really works for sure? How much people tried it already?
BR

From my experience it needs some final customizations to make it perfect and simple for average users.
legendary
Activity: 1946
Merit: 1005
This sounds really interesting Smiley Is that really works for sure? How much people tried it already?
BR
Pages:
Jump to: