Bitcoin Forum
April 25, 2024, 12:24:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Script ( freebitco.in )  (Read 3078 times)
plaaster29 (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 28, 2017, 03:36:11 PM
 #1

Hi !

Can anyone help me write a scrypt.

I have one what works. It work to good, roll until the win.
I want to make it to roll 4 or 6 times. And start game again.
How to do that ?

var startValue = '0.00000010', // Don't lower the decimal point more than 1x of current balance
    stopPercentage = 0.0000001, // In % of total BTC upper right hand corner, forces the script to not make dumb wagers
    maxWait = 777, // In milliseconds
    stopped = false, // debugging, change to true to test varible changes
    stopBefore = 1; // In minutes for timer

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(Cool;
    $('#double_your_btc_stake').val(multiply);
}

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

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

    return wait ;
}

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

function stopGame(){
    console.log('Game will stop soon! Let me finish.');
    stopped = true;
}

function reset(){
    $('#double_your_btc_stake').val(startValue);
}

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

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

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

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! Multiplying your bet and betting again.');
       
        multiply(4);

        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( stopBeforeRedirect() )
                {
                        return;
                }

        if( iHaveEnoughMoni() )
        {
            console.log('You WON! But don\'t be greedy. Restarting!');

            reset();

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

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

1714004652
Hero Member
*
Offline Offline

Posts: 1714004652

View Profile Personal Message (Offline)

Ignore
1714004652
Reply with quote  #2

1714004652
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714004652
Hero Member
*
Offline Offline

Posts: 1714004652

View Profile Personal Message (Offline)

Ignore
1714004652
Reply with quote  #2

1714004652
Report to moderator
DiscoverCebu
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
January 28, 2017, 06:20:21 PM
 #2

Isn't this the free martingale script that available freely anywhere?
plaaster29 (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 28, 2017, 08:45:18 PM
 #3

I found it here - http://earning1btc.blogspot.com.ee/2016/02/earn-1-btc-freebitcoin-script-100.html
plaaster29 (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
January 28, 2017, 09:27:04 PM
 #4


It should stop when stopPercentage reach = 0.0000001 but it's not working.
AceKnight
Full Member
***
Offline Offline

Activity: 197
Merit: 100

Web Designer/Developer here!


View Profile WWW
February 03, 2017, 06:59:16 AM
 #5

Lemme see if this works

FireXX
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
July 25, 2017, 12:04:30 AM
 #6

any script even if magic well not work , at certain amount you won, they well pul all your earnings in few rolls, i tried many scripts and lost thousands of satoshi . bet programs designed to pull all the money
Spoetnik
Legendary
*
Offline Offline

Activity: 1540
Merit: 1011


FUD Philanthropist™


View Profile
July 25, 2017, 08:13:28 AM
 #7

SCRYPT ?
You mean "script"
And no it won' help.
The system is designed to make you lose.
It's like thinking you have a winning system at the casino.. not happening.  Roll Eyes

I do believe the site is legit though.
I have sent many people over there and have 97 referrals.
If you guys want to sign up using my ref link here.. https://freebitco.in/?r=6035

So i am saying i think this site is ok but there is no point in trying to script there gambling.

@DiscoverCebu
I was thinking of that too and the fact people say it doesn't work anyway. LOL

FUD first & ask questions later™
cRaZy127
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 25, 2017, 11:54:46 AM
 #8

Don't even bother with scripts, not worth it.
hhhoang
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 04, 2017, 03:24:41 PM
 #9

send mail to me... hhhoang2008@gmail.com

i have script like you need
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!