[-]
FORUM NEWS

Check out TOR COIN! First blackhat coin, safe and reliable!




Post Reply 
 
Thread Rating:
  • 8 Vote(s) - 3.25 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Facebook Twitter Reddit StumbleUpon
freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
19-02-2017, 08:28 PM
Post: #41
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%

Hi, thanks for the script. Tell me please how to enter a command script to stop at such Profiti 100 Satoshi?

Pavliuk, Member of Bitcoin Black Hat since Feb 2017.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
18-03-2017, 02:22 AM
Post: #42
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
works sir
thanks

before i paste the script and not showing start bot button at top of page
but after many time i paste the script its show start bot
thanks

let see the bot working Smile
warm regards
_

iwansastra, Member of Bitcoin Black Hat since Mar 2017.
Find all posts by this user
Like Post Quote this message in a reply
19-03-2017, 05:58 PM
Post: #43
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
It's really working Smile Thanks bro.

prohackers00, Member of Bitcoin Black Hat since Mar 2017.
Find all posts by this user
Like Post Quote this message in a reply
22-03-2017, 12:04 AM
Post: #44
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
Version 4 does not change the button near stats here : ).

You are not allowed to view links. Register or Login to view.
You are not allowed to view links. Register or Login to view.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
22-03-2017, 09:47 AM
Post: #45
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
Really very Thanks bro.

I fear only one thing.

Can I get banned for using this bot?

Won't the Freebitco.in staff be able to recognize that I'm using a bot?

vickky001, Member of Bitcoin Black Hat since Mar 2017.
Find all posts by this user
Like Post Quote this message in a reply
23-03-2017, 10:53 PM
Post: #46
Thumbs Up RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
great job working for me. I have now 20.000 satoshis

angelusce79, proud to be a member of How To Get Bitcoins since Feb 2016.
Find all posts by this user
Like Post Quote this message in a reply
30-03-2017, 02:25 AM
Post: #47
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
hey brother
I found this script in the deep web, but there are some errors, could you help me fix it? Or do you know anyone on the forum who can?

var startValue = '0.00000001', // Don't lower the decimal point more than 4x of current balance
stopPercentage = 0.001, // In %. I wouldn't recommend going past 0.08
maxWait = 10, // In milliseconds
stopped = false,
stopBefore = 1; // In minutes
counterr = 1;
zareset = 0;


numGames = 1000;


balanceBefore = parseFloat($('#balance').text());
var analize = {};
analize['0.00000001'] = { multi: 0.00000001, count:0 }; //1
analize['0.00000002'] = { multi: 0.00000002, count:0 }; //2
analize['0.00000004'] = { multi: 0.00000004, count:0 }; //3
analize['0.00000008'] = { multi: 0.00000008, count:0 }; //4
analize['0.00000016'] = { multi: 0.00000016, count:0 }; //5
analize['0.00000032'] = { multi: 0.00000032, count:0 }; //6
analize['0.00000064'] = { multi: 0.00000064, count:0 }; //7
analize['0.00000128'] = { multi: 0.00000128, count:0 }; //8
analize['0.00000256'] = { multi: 0.00000256, count:0 }; //9
analize['0.00000512'] = { multi: 0.00000512, count:0 }; //10
analize['0.00001024'] = { multi: 0.00001024, count:0 }; //11
analize['0.00002048'] = { multi: 0.00002048, count:0 }; //12
analize['0.00004096'] = { multi: 0.00004096, count:0 }; //13
analize['0.00008192'] = { multi: 0.00008192, count:0 }; //14
analize['0.00016384'] = { multi: 0.00016384, count:0 }; //15
analize['0.00032768'] = { multi: 0.00032768, count:0 }; //16
analize['0.00065536'] = { multi: 0.00065536, count:0 }; //17
analize['0.00131072'] = { multi: 0.00131072, count:0 }; //18
analize['0.00524288'] = { multi: 0.00524288, count:0 }; //19
analize['0.01048576'] = { multi: 0.01048576, count:0 }; //20
analize['0.02097152'] = { multi: 0.02097152, count:0 }; //21
analize['0.04194304'] = { multi: 0.04194304, count:0 }; //22
analize['0.08388608'] = { multi: 0.08388608, count:0 }; //23
analize['0.16777216'] = { multi: 0.16777216, count:0 }; //24
analize['0.33554432'] = { multi: 0.33554432, count:0 }; //25
analize['0.67108864'] = { multi: 0.67108864, count:0 }; //26


var $loButton = $('#double_your_btc_bet_lo_button'),
$hiButton = $('#double_your_btc_bet_hi_button');

function multiply(){
var current = $('#double_your_btc_stake').val();
var multiply = (current * 2).toFixed(8);
if (multiply > 0.00008192 ){
multiply = 0.00008192;
zareset = 1;
}

$('#double_your_btc_stake').val(multiply);
//console.log(" Multiply " + multiply );
}

function getRandomWait(){
var wait = Math.floor(Math.random() * maxWait ) + 1;

// console.log('Waiting for ' + wait + 'ms before next bet.');

return wait ;
}

function startGame(){
console.log('Game started!');
reset();
$loButton.trigger('click');
}




function stopGame(){
//uncoment for save analyze to file.txt

// var content = "Money before: t"+ balanceBefore +"rn"+ "Money now: t"+ parseFloat($('#balance').text())+"rn"+"Profit: t"+ (parseFloat($('#balance').text())-balanceBefore).toFixed(8)+"rn"+"rn";

// for (var x in analize){
// var value = analize[x];
// cou = 0;
// for (var y in value){
// if(cou == 0)
// content=content+ "" + value[y].toFixed(8);
// else
// content=content+ " " + value[y];
// cou = 1;
// }
// content=content+ "rn";
// }
// content=content+ "rn"+ "Games play: "+counterr;

// var link = document.createElement('a');
// var blob = new Blob(["ufeff", content]);
// var url = URL.createObjectURL(blob);
// link.href = url;
// link.setAttribute('download', 'analiza.txt');
// link.click();

stopped = true;
}

function reset(){
zareset = 0;
$('#double_your_btc_stake').val(startValue);
//console.log(analize);
console.log("Counter: "+counterr+"/"+numGames+" Balance "+ parseFloat($('#balance').html()) + ". Bet value " + parseFloat($('#double_your_btc_stake').val()) + ".n");
}

// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
return number * 1000000;
}

function iHaveEnoughMoni(){
var balance = deexponentize(parseFloat($('#balance').text()));
var current = deexponentize($('#double_your_btc_stake').val());

return ((balance*2)/100) * (current*2) > stopPercentage/100;
}

function stopBeforeRedirect(){
var minutes = parseInt($('title').text());

if( minutes < stopBefore )
{
console.log('Approaching redirect! Stop the game so we don't get redirected while loosing.');
stopGame();

return true;
}

return false;
}

// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();


// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
if( $(event.currentTarget).is(':contains("lose")') )
{
console.log(' You LOST! |');

if ($('#double_your_btc_stake').val() in analize)
{
var tmp = analize[$('#double_your_btc_stake').val() ].count;
analize[$('#double_your_btc_stake').val() ].count = tmp +1;
}
counterr++;


multiply();

if (zareset == 1){
reset();
}
setTimeout(function(){
$loButton.trigger('click');
}, getRandomWait());

//$loButton.trigger('click');
}
});

// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event){
if( $(event.currentTarget).is(':contains("win")') )
{

if (counterr >numGames){
stopGame();
}
counterr++;
if( stopBeforeRedirect() )
{
return;
}

if( iHaveEnoughMoni() )
{
console.log('You WON! |');
if ($('#double_your_btc_stake').val() in analize)
{

var tmp = analize[$('#double_your_btc_stake').val() ].count;
analize[$('#double_your_btc_stake').val() ].count = tmp +1;
}
reset();

if( stopped )
{
stopped = false;
return false;
}
}
else
{
console.log('You WON!');
;
}

setTimeout(function(){
$loButton.trigger('click');
}, getRandomWait());
}
}); startGame()

rminero, Member of Bitcoin Black Hat since Mar 2017.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
30-03-2017, 08:50 AM
Post: #48
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
(30-03-2017 02:25 AM)rminero Wrote: You are not allowed to view links. Register or Login to view.hey brother
I found this script in the deep web, but there are some errors, could you help me fix it? Or do you know anyone on the forum who can?

var startValue = '0.00000001', // Don't lower the decimal point more than 4x of current balance
stopPercentage = 0.001, // In %. I wouldn't recommend going past 0.08
maxWait = 10, // In milliseconds
stopped = false,
stopBefore = 1; // In minutes
counterr = 1;
zareset = 0;


numGames = 1000;


balanceBefore = parseFloat($('#balance').text());
var analize = {};
analize['0.00000001'] = { multi: 0.00000001, count:0 }; //1
analize['0.00000002'] = { multi: 0.00000002, count:0 }; //2
analize['0.00000004'] = { multi: 0.00000004, count:0 }; //3
analize['0.00000008'] = { multi: 0.00000008, count:0 }; //4
analize['0.00000016'] = { multi: 0.00000016, count:0 }; //5
analize['0.00000032'] = { multi: 0.00000032, count:0 }; //6
analize['0.00000064'] = { multi: 0.00000064, count:0 }; //7
analize['0.00000128'] = { multi: 0.00000128, count:0 }; //8
analize['0.00000256'] = { multi: 0.00000256, count:0 }; //9
analize['0.00000512'] = { multi: 0.00000512, count:0 }; //10
analize['0.00001024'] = { multi: 0.00001024, count:0 }; //11
analize['0.00002048'] = { multi: 0.00002048, count:0 }; //12
analize['0.00004096'] = { multi: 0.00004096, count:0 }; //13
analize['0.00008192'] = { multi: 0.00008192, count:0 }; //14
analize['0.00016384'] = { multi: 0.00016384, count:0 }; //15
analize['0.00032768'] = { multi: 0.00032768, count:0 }; //16
analize['0.00065536'] = { multi: 0.00065536, count:0 }; //17
analize['0.00131072'] = { multi: 0.00131072, count:0 }; //18
analize['0.00524288'] = { multi: 0.00524288, count:0 }; //19
analize['0.01048576'] = { multi: 0.01048576, count:0 }; //20
analize['0.02097152'] = { multi: 0.02097152, count:0 }; //21
analize['0.04194304'] = { multi: 0.04194304, count:0 }; //22
analize['0.08388608'] = { multi: 0.08388608, count:0 }; //23
analize['0.16777216'] = { multi: 0.16777216, count:0 }; //24
analize['0.33554432'] = { multi: 0.33554432, count:0 }; //25
analize['0.67108864'] = { multi: 0.67108864, count:0 }; //26


var $loButton = $('#double_your_btc_bet_lo_button'),
$hiButton = $('#double_your_btc_bet_hi_button');

function multiply(){
var current = $('#double_your_btc_stake').val();
var multiply = (current * 2).toFixed(8);
if (multiply > 0.00008192 ){
multiply = 0.00008192;
zareset = 1;
}

$('#double_your_btc_stake').val(multiply);
//console.log(" Multiply " + multiply );
}

function getRandomWait(){
var wait = Math.floor(Math.random() * maxWait ) + 1;

// console.log('Waiting for ' + wait + 'ms before next bet.');

return wait ;
}

function startGame(){
console.log('Game started!');
reset();
$loButton.trigger('click');
}




function stopGame(){
//uncoment for save analyze to file.txt

// var content = "Money before: t"+ balanceBefore +"rn"+ "Money now: t"+ parseFloat($('#balance').text())+"rn"+"Profit: t"+ (parseFloat($('#balance').text())-balanceBefore).toFixed(8)+"rn"+"rn";

// for (var x in analize){
// var value = analize[x];
// cou = 0;
// for (var y in value){
// if(cou == 0)
// content=content+ "" + value[y].toFixed(8);
// else
// content=content+ " " + value[y];
// cou = 1;
// }
// content=content+ "rn";
// }
// content=content+ "rn"+ "Games play: "+counterr;

// var link = document.createElement('a');
// var blob = new Blob(["ufeff", content]);
// var url = URL.createObjectURL(blob);
// link.href = url;
// link.setAttribute('download', 'analiza.txt');
// link.click();

stopped = true;
}

function reset(){
zareset = 0;
$('#double_your_btc_stake').val(startValue);
//console.log(analize);
console.log("Counter: "+counterr+"/"+numGames+" Balance "+ parseFloat($('#balance').html()) + ". Bet value " + parseFloat($('#double_your_btc_stake').val()) + ".n");
}

// quick and dirty hack if you have very little bitcoins like 0.0000001
function deexponentize(number){
return number * 1000000;
}

function iHaveEnoughMoni(){
var balance = deexponentize(parseFloat($('#balance').text()));
var current = deexponentize($('#double_your_btc_stake').val());

return ((balance*2)/100) * (current*2) > stopPercentage/100;
}

function stopBeforeRedirect(){
var minutes = parseInt($('title').text());

if( minutes < stopBefore )
{
console.log('Approaching redirect! Stop the game so we don't get redirected while loosing.');
stopGame();

return true;
}

return false;
}

// Unbind old shit
$('#double_your_btc_bet_lose').unbind();
$('#double_your_btc_bet_win').unbind();


// Loser
$('#double_your_btc_bet_lose').bind("DOMSubtreeModified",function(event){
if( $(event.currentTarget).is(':contains("lose")') )
{
console.log(' You LOST! |');

if ($('#double_your_btc_stake').val() in analize)
{
var tmp = analize[$('#double_your_btc_stake').val() ].count;
analize[$('#double_your_btc_stake').val() ].count = tmp +1;
}
counterr++;


multiply();

if (zareset == 1){
reset();
}
setTimeout(function(){
$loButton.trigger('click');
}, getRandomWait());

//$loButton.trigger('click');
}
});

// Winner
$('#double_your_btc_bet_win').bind("DOMSubtreeModified",function(event){
if( $(event.currentTarget).is(':contains("win")') )
{

if (counterr >numGames){
stopGame();
}
counterr++;
if( stopBeforeRedirect() )
{
return;
}

if( iHaveEnoughMoni() )
{
console.log('You WON! |');
if ($('#double_your_btc_stake').val() in analize)
{

var tmp = analize[$('#double_your_btc_stake').val() ].count;
analize[$('#double_your_btc_stake').val() ].count = tmp +1;
}
reset();

if( stopped )
{
stopped = false;
return false;
}
}
else
{
console.log('You WON!');
;
}

setTimeout(function(){
$loButton.trigger('click');
}, getRandomWait());
}
}); startGame()

sending you the script .got it fixed @rmiero

0j33m4n, Member of Bitcoin Black Hat since Nov 2016.
Find all posts by this user
Like Post Quote this message in a reply
02-04-2017, 01:12 PM
Post: #49
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
The Start button didnt show up and There were no advertise button

Kacak, Member of Bitcoin Black Hat since Apr 2017.
Find all posts by this user
Like Post Quote this message in a reply
04-04-2017, 04:23 AM
Post: #50
RE: freebitco.in Multiply BTC Auto Bot 2017 WORKING 100%
Hey hello,

I been trying to do the same as you and guess what I got answers to questions and know how to improve your boot.

First Let me give you some information.

The best way to bet is not to start doubling every bet but to wait until you have lost several times, this gives a hier probability of wining.

The question is how much to bet. How much do you want to risk ??? How many satoshis do you have ?

Let me put you a table.

Number of loss %chances to happen in 1000 bets

7 73%
8 68%
9 51%
10 31%
11 17%
12 8%
13 4%
14 2%
15 1%
16 0.5%

So as you can see is almost impossible to loss 16 times but you can lose 7 times in 1000 bets most of the time.

Now what happen if you bet on the 7th and get the worst case scenario, how can you win safe???????
You will have to multiply your bet from 7 to 16 = 9 times, lets asume that you bet 128 satoshis.

Lest check the table

analize['0.00000128'] = { multi: 0.00000128, count:0 }; //8
analize['0.00000256'] = { multi: 0.00000256, count:0 }; //9
analize['0.00000512'] = { multi: 0.00000512, count:0 }; //10
analize['0.00001024'] = { multi: 0.00001024, count:0 }; //11
analize['0.00002048'] = { multi: 0.00002048, count:0 }; //12
analize['0.00004096'] = { multi: 0.00004096, count:0 }; //13
analize['0.00008192'] = { multi: 0.00008192, count:0 }; //14
analize['0.00016384'] = { multi: 0.00016384, count:0 }; //15
analize['0.00032768'] = { multi: 0.00032768, count:0 }; //16
analize['0.00065536'] = { multi: 0.00065536, count:0 }; //17

On the worst case you will have to double the bet up to 0.00065536 to win 128 satoshis.

Want to win more easy?? do not bet on the 7 lose bet on the 12 and bet 2048 satoshis . Again if you losse you will have to double up to 0.00065536 on the worst case but since you started at 2048 that is what you won 2048 satoshis. This may happen only once every 10,000 bets but is way safer.

I have an algorithm on LUA for an other bot but is illegal in most of the sites I will post it here

amnotyetused, Member of Bitcoin Black Hat since Mar 2017.
Find all posts by this user
Like Post Quote this message in a reply
Advertisement
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Star 100% Working [JavaScript] FreeBitCoin Console PC Auto Bot stephen27 8 3,668 15-06-2017 01:39 AM
Last Post: Gigforsure
  freedoge.co.in Multiply DOGE Auto Bot 2017 WORKING 100% tetkapersa 6 7,853 14-06-2017 10:13 AM
Last Post: guilhermejfs
Thumbs Up Freebitco.in FAST SCRIPT ROLLS AUTO CAPTCHA BOT 2017 WORKING 100% angelusce79 7 3,174 03-06-2017 07:30 PM
Last Post: Pandarian
  AUTO CAPTCHA FREEBITCO.IN BOT 2017 carluis 3 5,407 26-03-2017 11:51 AM
Last Post: captchacoin
  Coinbot Auto Betting Freebitco,in JohnGon 3 2,136 19-11-2016 01:16 PM
Last Post: JohnGon
  freebitco.in bot auto solved captcha angrybird 5 4,442 09-07-2016 07:57 AM
Last Post: jovis7

Forum Jump:


User(s) browsing this thread: Najib, 2 Guest(s)
Advertisement

Contact Us | Advertise with Us! | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication