Pages:
Author

Topic: why people use dice bot? - page 14. (Read 11556 times)

klf
legendary
Activity: 1344
Merit: 1000
April 02, 2017, 01:40:22 AM
Since most dice gambling sites already have an auto roll feature, using dice bot for simple method isnt good choice to make. But if we had some complicated method and we can't implement it with that auto roll feature, dice bot is a good tool to help us.

But still, those auto bots may not be suitable for the longer term because if you follow some repeated pattern then mostly site may come to know then soon or later you will lose the entire bankroll. So the best way is use manual method and don't stick to same method every time. End result we all know that casino is going win but if one play manual then will have an option to stop when you want it. I usually don't use any bots to play dice game.
hero member
Activity: 700
Merit: 500
April 02, 2017, 12:34:09 AM
They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.

Indeed, but this is not the reason for most of them. Some of the gamblers are just using this DICE bot because they don't have time for gambling, maybe they do have a work, and gambling is just their pastime or another way to earn money, others are using this DICE bot because they want to do other things aside from gambling, rather than multitasking, they prefer it this way because it is easier.

But if you don't have anything to do, and gambling is the only thing that you are doing in a day, then you don't need this DICE bot, because if I'm a gambler, and a full time gambler, I would rather play my money in my own rather than entrusting it to a BOT, which is not really reliable at all the time.
hero member
Activity: 2996
Merit: 609
April 02, 2017, 12:01:43 AM
Whats the point of buy it ?

Simple, to have the edge over the house and skew things in your favor even though I doubt if they do work.
People uses these Bots do have really these aims or motives which they always think off that they can win against the house and become profitable on using it and sometimes curiousity leads people to use bots which they want to test it out if it will work or not but the sad reality it doesnt really work at all and people do still believing on this thing.
sr. member
Activity: 756
Merit: 253
April 01, 2017, 11:57:40 PM
Whats the point of buy it ?

Simple, to have the edge over the house and skew things in your favor even though I doubt if they do work.
legendary
Activity: 2366
Merit: 1130
April 01, 2017, 11:28:08 PM
They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.
Using bot= Lazy gamblers? Gamble manually = diligent gamblers? Would you like you gamble manually from 1 satoshi as base bet, diligent gambler?
Don't talk nonsense here bud, i rarely use martingale strategy while i use dice bot. I have mixed 2 or 3 strategies in a dice bot while i used that.

They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.

using a bot is not only because of being lazy or not, a bot makes everything so much easier. and you would never understand what i mean unless you try one out. in anything, whether it is in gambling or in trading or even in some other regular works.
Of course that any piece of software that saves time and effort is going to make thing easier, however the question is, Why? Since the bot does not help you win in any form, then the bot is helping you to lose even faster.
I can strongly agree with that. Bot isn't the answer to win on again, it ca  cause you to lose sometimes sice house edge is systematic. I would still prefer to play manually so that I can manage to control every ease it takes.
I bet when you are in bad streaks, you will get angry and greedy then you will bet all your money to recover your loss before.
I can say, using dice bot is more safer than manually.

legendary
Activity: 1904
Merit: 1000
April 01, 2017, 11:20:24 PM
Since most dice gambling sites already have an auto roll feature, using dice bot for simple method isnt good choice to make. But if we had some complicated method and we can't implement it with that auto roll feature, dice bot is a good tool to help us.
sr. member
Activity: 896
Merit: 268
★777Coin.com★ Fun BTC Casino!
April 01, 2017, 10:34:16 PM
They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.

using a bot is not only because of being lazy or not, a bot makes everything so much easier. and you would never understand what i mean unless you try one out. in anything, whether it is in gambling or in trading or even in some other regular works.
Of course that any piece of software that saves time and effort is going to make thing easier, however the question is, Why? Since the bot does not help you win in any form, then the bot is helping you to lose even faster.
I can strongly agree with that. Bot isn't the answer to win on again, it ca  cause you to lose sometimes sice house edge is systematic. I would still prefer to play manually so that I can manage to control every ease it takes.
newbie
Activity: 3
Merit: 0
April 01, 2017, 09:56:56 PM
Scripting CAN be effective if you use higher wages and only for a short period. I've spent time throwing together some scripts for Bitsler which have made me a quarter bitcoin and sometimes lost me a whole bunch. I'd say that if you were to make a new strategy and script every 15 minutes or so with somewhat high wages you could be successful.. but who has time for that?

There are strategies that can be mathematically and meticulously planned out to work 100%, but after a few minutes Bitsler or whatever back-end programming behind the game will quickly notice and adjust. In Bitsler's case it is most certainly some sort of low end AI (likely a neural net or the like). These 'provably fair' games are only that to people who make their own bots and change them extremely often OR play the game manually without getting stuck in any kind of repeating patterns.

Any repetition whatsoever will quickly be foiled by even the most simple AI. That's why you're best chance is to run it for a few minutes at higher stakes, make your profits, then scrap the script and strategy for a new (custom) one. This is truly the only way to success.

If you'd like to see for yourself, here's a prime example:

You can test it with just the basic free 300 Satoshi you get from a new acct or the faucet. I threw this together a while back and it WILL work for a short period of time but then within minutes you'll see it's effectiveness diminish right before your eyes. That's the AI working to take yo' money.

Code:
// Declarations
///////////////////////////
var logs = {};
var API = {};
var settings = {};
var enabled = true;
var cycle_timer = undefined;
var SHA = ['5445g54g4gh2', 'f34f32526h24', '54t5gffsdh452', 'sdfasfd43r3t5t', 'SHJHKJhjdfhsdZHF', 'djfsuekNJysjhDGBkljk'];
var loss_count = 0;
var roundBalance = 0;
var roundStart = 0;
///////////////////////////


// Settings
///////////////////////////
settings.speed = 1;
settings.initial_bet = 5;
settings.failsafe = 0.45;
///////////////////////////


// Sub-Declarations
///////////////////////////
logs.count = 0;
logs.rolls = [];
logs.amounts = [];
logs.profit = [];
logs.double = false;
logs.triple = false;
logs.current_mode = undefined;
logs.last_result = undefined;
logs.last_amount = undefined;
logs.last_update = undefined;
logs.seed_change = undefined;
logs.start_balance = undefined;
logs.balance_level = undefined;
logs.triple_count = 0;
API.wager = $('#amount');
API.roll = $('#btn-bet-dice');
API.balance = $(".text-thin.mar-no.balance-btc-html");
API.seed = $('#seed-client-new');
API.chance = $('#editable-chance-field');
API.bets_tab = $($($('.nav.nav-tabs.text-center').children()[0]).children()[0]);
///////////////////////////


// Startup
///////////////////////////
changeBet(1);
changeChance(5);
API.bets_tab.click();
injectJS('https://ns_codeblocks.com/assets/scripts/seedrandom.js');
a = '

Speed Up';
b = 'Slow Down';
c = '
Current Speed: '+settings.speed+'';
$('#mainnav-menu').append(a+b+c);
///////////////////////////


// Callbacks
///////////////////////////
$('#history-my-bets-dice').bind("DOMSubtreeModified", function() {
    if ((Date.now()-cycle_timer)/1000 >= 0.500||cycle_timer == undefined){
        cycle_timer = Date.now();
        if (settings.speed == 1){
            setTimeout(function(){update();},xyz(500,500*2));
        } else {
            setTimeout(function(){update();},xyz(500*(settings.speed*.75),(500*(settings.speed*.75)*2)));
        }
    }
});
$('#slowdown').click(function(e){settings.speed+=1; $($('#speedset').children()[0]).text('Current Speed: '+settings.speed); e.preventDefault();});
$('#speedup').click(function(e){settings.speed-=(settings.speed == 1)?0:1;$($('#speedset').children()[0]).text('Current Speed: '+settings.speed); e.preventDefault();});
///////////////////////////


// Main Loop
///////////////////////////
function mainLoop(){
    var beginner = [1,3,7,15,1,3,7,15,15];
    var intermediate = [1,3,7,15,34,34,1,3,7,15];
    var Advanced = [1,3,7,15,34,75,170,382,860,1935];
    if (roundStart < 5000) {
        if (loss_count >= 10) { changeBet(beginner[1]); }
        if (loss_count >= 20) { changeBet(beginner[2]); }
        if (loss_count >= 30) { changeBet(beginner[3]); }
        if (loss_count >= 40) { changeBet(beginner[4]); }
        if (loss_count >= 50) { changeBet(beginner[5]); }
        if (loss_count >= 60) { changeBet(beginner[6]); }
        if (loss_count >= 70) { changeBet(beginner[7]); }
        if (loss_count >= 80) { changeBet(beginner[8]); }
        if (loss_count < 10) { changeBet(beginner[0]); }
    } else if (roundStart >= 5000 && roundStart < 45000) {
        if (loss_count >= 10) { changeBet(intermediate[1]); }
        if (loss_count >= 20) { changeBet(intermediate[2]); }
        if (loss_count >= 30) { changeBet(intermediate[3]); }
        if (loss_count >= 40) { changeBet(intermediate[4]); }
        if (loss_count >= 50) { changeBet(intermediate[5]); }
        if (loss_count >= 60) { changeBet(intermediate[6]); }
        if (loss_count >= 70) { changeBet(intermediate[7]); }
        if (loss_count >= 80) { changeBet(intermediate[8]); }
        if (loss_count >= 90) { changeBet(intermediate[9]); }
        if (loss_count < 10) { changeBet(intermediate[0]); }
    } else if (roundStart >= 45000 && roundStart < 100000) {
        if (loss_count >= 10) { changeBet(Advanced[1]); }
        if (loss_count >= 20) { changeBet(Advanced[2]); }
        if (loss_count >= 30) { changeBet(Advanced[3]); }
        if (loss_count >= 40) { changeBet(Advanced[4]); }
        if (loss_count >= 50) { changeBet(Advanced[5]); }
        if (loss_count >= 60) { changeBet(Advanced[6]); }
        if (loss_count >= 70) { changeBet(Advanced[7]); }
        if (loss_count >= 80) { changeBet(Advanced[8]); }
        if (loss_count >= 90) { changeBet(Advanced[9]); }
        if (loss_count < 10) { changeBet(Advanced[0]); }
    } else if (roundStart >= 100000) {
        multiplier = 1.25;
        if (loss_count >= 10) { changeBet(Math.round(Advanced[1]*multiplier)); }
        if (loss_count >= 20) { changeBet(Math.round(Advanced[2]*multiplier)); }
        if (loss_count >= 30) { changeBet(Math.round(Advanced[3]*multiplier)); }
        if (loss_count >= 40) { changeBet(Math.round(Advanced[4]*multiplier)); }
        if (loss_count >= 50) { changeBet(Math.round(Advanced[5]*multiplier)); }
        if (loss_count >= 60) { changeBet(Math.round(Advanced[6]*multiplier)); }
        if (loss_count >= 70) { changeBet(Math.round(Advanced[7]*multiplier)); }
        if (loss_count >= 80) { changeBet(Math.round(Advanced[8]*multiplier)); }
        if (loss_count >= 90) { changeBet(Math.round(Advanced[9]*multiplier)); }
        if (loss_count < 10) { changeBet(intermediate[0]); }
    }
    API.roll.click();
}
///////////////////////////


// Functions
///////////////////////////
function getLast(x,y){var r=[];var z=y.length-1;for(i=z;i>z-x;i--){r.push(y[i]);}return r;}
function injectJS(b){var a=document.createElement('script');a.type='text/javascript';a.src=b;$("body").append(a);}
function hashCode(s){return s.split("").reduce(function(a,b){a=((a<<5)-a)+b.charCodeAt(0);return a&a},0);}
function newSeed(){}//{key=SHA[xyz(0,SHA.length-1)];a=Sha256.hash(key);API.seed.val(a);generate_token("change-seed",30);setTimeout(function(){change_seeds();},500);}
function notify(title, msg){showSuccessNotification(title, msg);}
function timePassed(a){if(a==undefined){return 500;}else{return (Date.now()-a)/1000}}
function xyz(a,b){a=Math.ceil(a);b=Math.floor(b);return Math.floor(Math.random()*(b-a+1))+a;}
function changeBet(a){a=a.toString();var b='0.';for(i=0;i<8-(a.length);i++){b+='0';};b+=a;API.wager.val(b);}
function changeChance(a){API.chance.val(a).trigger({type:'keyup',keyCode:13,which:13,charCode:13});$('#editable-chance').text(a+"%");}
function update(){
    var first = 0;
    if(logs.count == 0){logs.start_balance=parseFloat(API.balance.text())*100000000;roundBalance=logs.start_balance;logs.balance_level=logs.start_balance/4;}
    if(logs.count == 0){notify("Let's Roll!", 'Script is initializing and will start shortly..');first=5000;}
    setTimeout(function(){
    logs.count+=1;
    logs.last_result=$($('tr span')[1]).hasClass('text-success');
    logs.last_amount=parseFloat($($('tr .text-center.hidden-xs')[7]).text())*100000000;
    logs.rolls.push(logs.last_result);
    logs.amounts.push($($('tr .text-center.hidden-xs')[7]).text().trim());
    logs.profit.push(parseFloat(API.balance.text())*100000000 - logs.start_balance);
    if(logs.profit[logs.profit.length-1] > logs.balance_level){
    notify('Congrats!', 'Balance has increased by 25%! [Total Profit: '+logs.profit[logs.count-1]+']');logs.balance_level = logs.balance_level*2;}
    //if(parseFloat(API.balance.text())*100000000 < (logs.start_balance-logs.start_balance*settings.failsafe)){enabled = false; alert('Failsafe!!');}
    if(timePassed(logs.seed_change)>250||logs.seed_change==undefined){logs.seed_change=Date.now();newSeed();}
    //if(logs.count > 1000 && logs.last_result) { enabled = false; alert('stoped ITM'); }
    runningBalance = Math.round((parseFloat(API.balance.text())*100000000)-roundBalance);
    sym = (runningBalance>0) ? '+':'';
    info = 'Streak: '+loss_count+' | ('+sym+runningBalance+')';
    document.title = info;
    if (!logs.last_result) {loss_count +=1;} else {console.log(info+' | '+Math.round(logs.profit[logs.profit.length-1]));loss_count = 0;roundBalance = parseFloat(API.balance.text())*100000000;roundStart = roundBalance;}
    if(enabled){mainLoop();}
    }, first);
}
///////////////////////////

setTimeout(function(){API.roll.click();}, 5000);
hero member
Activity: 2884
Merit: 794
I am terrible at Fantasy Football!!!
September 13, 2016, 02:47:00 AM
They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.

using a bot is not only because of being lazy or not, a bot makes everything so much easier. and you would never understand what i mean unless you try one out. in anything, whether it is in gambling or in trading or even in some other regular works.
Of course that any piece of software that saves time and effort is going to make thing easier, however the question is, Why? Since the bot does not help you win in any form, then the bot is helping you to lose even faster.
legendary
Activity: 1134
Merit: 1010
BTC to the moon is inevitable...
September 10, 2016, 03:40:25 AM
They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.

using a bot is not only because of being lazy or not, a bot makes everything so much easier. and you would never understand what i mean unless you try one out. in anything, whether it is in gambling or in trading or even in some other regular works.
legendary
Activity: 1386
Merit: 1016
September 09, 2016, 11:51:25 PM
They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.

A lot of players claimed that they have beaten the system when they can constantly win for days but in the long run, they will still end up losing. This is the power of probability. If the expected value is negative, you can win a lot of times but the long run will still tends towards the expected value.
legendary
Activity: 3248
Merit: 1160
Fully Regulated Crypto Casino
September 09, 2016, 09:35:52 AM
They use dice bot because they are lazy gamblers, and the main reason is they are doing the martingale technique in betting. But I do not follow that using bot in dice because that method will not work due to house edge and still in the long run we lose.
hero member
Activity: 756
Merit: 520
September 09, 2016, 07:54:21 AM
Laziness.. Everyone is becoming lazy, they want to make things work in just one click... Cheesy I tried bot once, I was bored... That was not gambling anymore...Sometimes I look at it that it works like a money making machine, with no accurate output...  Smiley

If you are seeking entertainment in gambling, you won't find it in using bot...
some people more likely will use bots during their gambling because they thought that way is simple but for me manual is more better than bots and also i have been use bots once time but doesn't working well for me since that i was never use it again


You are absolutely right. Something it depends on what we want and I think every thing is done with the desire itself will certainly have the opportunity successfully is higher than when we do something because forced. still gambling is not the right place for profit

legendary
Activity: 1652
Merit: 1000
September 09, 2016, 07:48:38 AM
Laziness.. Everyone is becoming lazy, they want to make things work in just one click... Cheesy I tried bot once, I was bored... That was not gambling anymore...Sometimes I look at it that it works like a money making machine, with no accurate output...  Smiley

If you are seeking entertainment in gambling, you won't find it in using bot...
some people more likely will use bots during their gambling because they thought that way is simple but for me manual is more better than bots and also i have been use bots once time but doesn't working well for me since that i was never use it again
hero member
Activity: 2884
Merit: 794
I am terrible at Fantasy Football!!!
September 09, 2016, 02:35:22 AM
I use dice bots when I'm tired of making small bets and clicking the roll button everytime. I usually use them when I'm going to sleep so I can have it run in the background.
This explains partially why people use bots, to save time and effort, but I still don’t see the point, if you are too tired to keep playing why don’t you just turn off the computer and play the next day?

While I have never used bots for gambling, I created my own bots to farm items in videogames, but the difference is that the bot will not only save my time it will also bring me items that I could not have got it unless I grind it, but dice bots don´t improve your chances of winning.
hero member
Activity: 1624
Merit: 500
September 07, 2016, 05:59:30 PM
Almost all people use bots when gambling to facilitate their I think no one can afford to gamble with thousands of roll
For that they need bots just 1 click all will run automatically and you can watch the monitor while drinking coffee
hero member
Activity: 798
Merit: 503
September 07, 2016, 05:21:29 PM
From what I have read so far, I myself have come to a conclusion of what is the use for BOTS? Since it wont increase my chances of winning or making me win but its not all bad in the sense that it will take a risk in which a normal me will not even attempt and win so I think thats an advantage bots possess and that cannot be taken away...

I use dice bots when I'm tired of making small bets and clicking the roll button everytime. I usually use them when I'm going to sleep so I can have it run in the background.
hero member
Activity: 658
Merit: 500
September 07, 2016, 03:50:31 PM
Laziness.. Everyone is becoming lazy, they want to make things work in just one click... Cheesy I tried bot once, I was bored... That was not gambling anymore...Sometimes I look at it that it works like a money making machine, with no accurate output...  Smiley

If you are seeking entertainment in gambling, you won't find it in using bot...
Yup Dice bot is very boring game. Here our skills and strategies nothing will work. Just roll and wait for a result that's it. If I play this game continues 10 Min, i will get bored and frustrated, because here the result is always lost. We see only red numbers back to back, and the green numbers will appear very rarely.

It also depends how we play. Basically all we're doing is gambling it depends what we think. for example we do gambling want to benefit (the mind), and after the game we didn't play quietly, because we think only for profit. It all depends on our minds comrade
thats true, everything depends on what are the persons needs , if he needs only money then he might use a dice bot to try and make profit
hero member
Activity: 1246
Merit: 588
September 06, 2016, 11:56:59 PM
When i used to play dice before i am doing it manually but sometimes we really can't be in the pc for the whole time we also have a life so bots is very useful if you still wanted to play yet you don't have time but i do not suggest this one to anyone tho
full member
Activity: 312
Merit: 100
September 06, 2016, 08:09:45 PM
Yes Im using bot its help me when im so sleepy and boring in playing gambling.
Pages:
Jump to: