Bitcoin Forum
May 09, 2024, 09:09:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Gambling / Re: DiceBitco.in | BE THE BANK ! | 1% House Edge | 4000+ BTC BANKROLL | INSTANT! on: August 21, 2014, 10:44:22 AM
When is api support comming?
2  Bitcoin / Project Development / 999Dice Bot - Johnson progression on: August 01, 2014, 01:36:13 PM
I wrote this bot last night, so please be careful when you use it!

This bot uses "Johnson progression", if you're not familiar with it, here are a few info's about that:

"Johnson progression" is a modified version of "Cancellation system". While on "Cancellation system" write a betting sequence, like "1, 1, 1, 1, 1", and you bet the sum of first and last number, if you win you erase the two numbers (in this case 1, 1, 1), in case of lose you write the bet at the end of betting sequence (in this case 1, 1, 1, 1, 1, 2).
On "Johnson progression", again, you write a betting sequence ("1, 1, 1, 1, 1"), and bet sum of first and last number, in case of win you erase the two numbers (1, 1, 1), but in case of loss, you don't add it at the end of betting sequence, you distribute the loss to all numbers in sequence (2, 2, 1, 1, 1)

I have added two betting limiters in bot, I thought it is a good ideea.
First is "bet limit", if the sum of the two numbers exceeds the "bet limit", it will add two numbers at the end of sequence.
And the second is "session loss", thi is the maximum loss you can accept per session, if losses in one session exceeds  "session loss", the session is ended there, and it will start a new session with initial betting sequence.

To use this bot, you need Firefox and iMacros.
Download the bot from here: http://db.orangedox.com/CWfsPcXSyUV3QzFMi6/999Dice.js
And save it in C:\Users\<user>\Documents\iMacros\Macros

Here is a video of bot in action: https://www.youtube.com/watch?v=PnOcr32DWkU
Variabiles to change:
Code:
defaultBets = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1];
var bets = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1];
var betLimit = 128;
var lossStopper = 512;
var sessionLosses = 0;
var sessions = 999999; //number of sessions to play

Now go to https://www.999dice.com/?15482073 and play the iMacro script! I would be greatful if you would use my referral link Smiley

Please let me know if you find any bugs, or have any ideea to improve this bot.

If this bot was useful to you, you can send me a beer at this address:
16KDyp7n5GMEdRucZ2XvxmHfaWtRJ2GzSU Smiley

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!