Pages:
Author

Topic: [HOW-TO] Gray's Just-Dice.com Bot (Easy Money) (Read 18739 times)

full member
Activity: 224
Merit: 100
October 23, 2013, 10:01:50 AM
#71
You could change the title to (Lose your money easily).. Wink

Hahaha, agree.

Gamble loses in the long run. Sorry but it's true...
newbie
Activity: 58
Merit: 0
Quote
Can you please update the OP pastebin link to this: http://pastebin.com/hf1TmCp8

The author has updated it to 2.0.

I'm not the original author, so I doubt the original link would be updated.  I didn't feel comfortable starting a new thread because this isn't my original work, I just altered how the script interfaces with the site.
newbie
Activity: 58
Merit: 0
Does anyone know the trick to let it bet the lowest amount possible.

It keeps reading out 1 e-8

That is indeed just one Satoshi.  I think this is a JavaScript limitation though, where it's formatting the number for you rather than just placing the zeros like you would do manually.  Problem is, the server side script can't understand that - it expects the zeros. 

I'm sure there's an easy fix for that, it should just be formatting, but I didn't test it all the way down to the smallest possible bets.  When I use it I just use a min bet of 0.00001.  That's small enough to handle Martingale on a pretty modest bankroll and still big enough that the script properly handles all the betting math and formatting.
b!z
legendary
Activity: 1582
Merit: 1010
You could change the title to (Lose your money easily).. Wink
sr. member
Activity: 532
Merit: 250
Thank you, I will try the bot
sr. member
Activity: 336
Merit: 250
MOD NOTE:
There is no guaranteed return when gambling, you should only risk what you can afford to lose.



Hi, this is a step by step guide on how to install the greasmonkey bot developed by Gray.

1. Download and install firefox. http://download.cnet.com/mozilla-firefox/


2. Go to https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/ and click add to firefox.



3. Restart firefox and copy the code from http://pastebin.com/Ziuyk8F3.



4. Click on the arrow next to the monkey icon and click new userscript. If this is not there make sure you followed step 2.



5. In name/namespace you can enter whatever you want. Just make sure to enter something.



6. Paste the script into the window and save.





Now you can go to www.just-dice.com and you will now have the bot tab.



P.S if the bot tab is not there make sure greasmonkey is enabled. If it's disabled it will be grey.

Link to grays thread: https://bitcointalksearch.org/topic/m.2821524

Donations

Gray(Bot Developer): 1Gray1ZsWo3kKBaCYdigiyPkD1pUnBqPxo
Wilco(me): 1Bxv2y4dCgFnAaDdGCvW2a1BbXTQ6yRYLv



Can you please update the OP pastebin link to this: http://pastebin.com/hf1TmCp8

The author has updated it to 2.0.

I got banned for an hour on the old 1.1 version Sad

Maybe I'm being lucky on new code but 10x my deposit just withdrawn Cheesy
full member
Activity: 182
Merit: 100
Heh. Is there really such a thing as easy money?
member
Activity: 71
Merit: 10
Does anyone know the trick to let it bet the lowest amount possible.

It keeps reading out 1 e-8


It is just one satoshi. Starting martingale with such small amount is waste of time. Your better to request free satoshis from free fauces  Smiley


Actually if you want, I can explain how it can be very profitable.

The trick is start your be at 1 satoshi with a payout of 2.1 and run it.

Yest at 1-2-4-8-16 it is very low... but you make a lot of money at 1028-2056 ect and that happens a LOT.  This is because you are making the extra .1 on 4-8-12k and on.  You regularly see 10+ losses in a row which is at 512.

With one bitcoin you would have a 1 to 100,000,000 million ratio of starting bet.  You now have 26 rolls to hit.  This lowers your losing chance to .0000002322%   OR  1 in  4306632.


If you can help me out with this ill show you how to actually make money using this.


hero member
Activity: 840
Merit: 1000
Does anyone know the trick to let it bet the lowest amount possible.

It keeps reading out 1 e-8


It is just one satoshi. Starting martingale with such small amount is waste of time. Your better to request free satoshis from free fauces  Smiley
member
Activity: 71
Merit: 10
Does anyone know the trick to let it bet the lowest amount possible.

It keeps reading out 1 e-8
full member
Activity: 210
Merit: 100
Exactly, At the same time, your maximum minimum bet goes up with every bet. Not by much but it does Cheesy. I have an excel spreadsheet to do the math for me
member
Activity: 118
Merit: 10
I plan on trying this strategy with .5btc.... Possibly more just for Shits and Giggles.

Be prepared to double down, 10-15 times if needed.

Also be prepared for the long haul if you want this to work.

Look at it this way.

if you start with .5 BTC, and prep for yourself for a 15 in a row losing streak your max bet to start is .000015. which means it will take roughly 66,667 winning bets to double your bet... WHOW.
If you want to prep yourself for a 10 in a row losing streak then you can bet .00048 in which your at far less bets, but believe me when i say a 10 in a row will come. And it sucks.



The problem is the more you try to be safe with your bankroll 0.5, the lower the initial bet, thus the lower hourly profit (if you dont bust of course  Cheesy)
full member
Activity: 210
Merit: 100
I plan on trying this strategy with .5btc.... Possibly more just for Shits and Giggles.

Be prepared to double down, 10-15 times if needed.

Also be prepared for the long haul if you want this to work.

Look at it this way.

if you start with .5 BTC, and prep for yourself for a 15 in a row losing streak your max bet to start is .000015. which means it will take roughly 66,667 winning bets to double your bet... WHOW.
If you want to prep yourself for a 10 in a row losing streak then you can bet .00048 in which your at far less bets, but believe me when i say a 10 in a row will come. And it sucks.


sr. member
Activity: 350
Merit: 250
I will try if with a low amount (0.01 btc).
newbie
Activity: 58
Merit: 0
Quote
is this the working one ? grays bot use to lock my account before  Sad

That was exactly the problem I was having, which is the very reason I reworked it.  It shouldn't boot you any longer. 


Quote
What strategy is the bot doing actually?
Would be more interesting to know that

It's a Martingale bot.  In its simplest form it bets at as close to 50% odds as you can get and doubles down on a loss.  So if you bet once and win, you bet the same amount next time.  If you lose, you bet double next time so if you win that one you still come out ahead. 

Look at the script though, there are a couple options in there for handling long loss streaks, which are the one major weakness of the Martingale system.  Your strategy is up to you, I just have some options in there that you can play with.
sr. member
Activity: 392
Merit: 250
What strategy is the bot doing actually?
Would be more interesting to know that
sr. member
Activity: 318
Merit: 250
is this the working one ? grays bot use to lock my account before  Sad
newbie
Activity: 58
Merit: 0
So...  I fixed this bot.  I couldn't get it to work without spamming the server and causing me to get banned for an hour at a shot.  The "this.delay" feature seems completely ineffective and it would only run for a few seconds at a time before the server booted me.  As a learning project, I rewrote it to monitor visual elements on the page rather than use arbitrary delays or wait for server messages. 

I also added an autorecover feature that will enable the script to detect long lag events like server resets.  It will automatically reload the page if the lag is too long and will resume betting once everything loads up.  I ran it through the night last night and didn't have to interact with it at all though I know the server reset at least once.  A console log message is generated when betting begins, so you can see whether or not the script reset itself.

The changes were pretty extensive so I just renamed the script.  I'm not entirely sure what the protocol is for upgrading someone else's work, and I certainly don't want to take away from Gray, who made a great bot and started this little JavaScript learning adventure for me.  That said, this script is quite different on the back end from the original vision, so I felt justified in renaming it.

You can find it here: http://pastebin.com/hf1TmCp8

Tip/donation address, if you're feeling generous: 1GSbiUPeASc6X78TPzohGfVquvtG2Soqow
hero member
Activity: 798
Merit: 531
Crypto is King.
THANKS op Smiley
newbie
Activity: 58
Merit: 0
Tried this and I got banned for a hour for spamming too many bets. Anyone know a fix.

Had the same problem.  There's a term "this.delay" that's used in a couple places, ostensibly to slow everything down and avoid being banned for spamming.  I've changed this delay and even hard coded my own very long delays, but it doesn't seem to respect it at all.  Just bets as fast as it can.

Can anyone comment?  I like this bot, but it's not usable in its current form.
Pages:
Jump to: