Bitcoin Forum
May 05, 2024, 06:53:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 999Dice Bot - Johnson progression  (Read 5671 times)
alexstan (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 01, 2014, 01:36:13 PM
 #1

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

1714892010
Hero Member
*
Offline Offline

Posts: 1714892010

View Profile Personal Message (Offline)

Ignore
1714892010
Reply with quote  #2

1714892010
Report to moderator
1714892010
Hero Member
*
Offline Offline

Posts: 1714892010

View Profile Personal Message (Offline)

Ignore
1714892010
Reply with quote  #2

1714892010
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714892010
Hero Member
*
Offline Offline

Posts: 1714892010

View Profile Personal Message (Offline)

Ignore
1714892010
Reply with quote  #2

1714892010
Report to moderator
1714892010
Hero Member
*
Offline Offline

Posts: 1714892010

View Profile Personal Message (Offline)

Ignore
1714892010
Reply with quote  #2

1714892010
Report to moderator
1714892010
Hero Member
*
Offline Offline

Posts: 1714892010

View Profile Personal Message (Offline)

Ignore
1714892010
Reply with quote  #2

1714892010
Report to moderator
Candystripes
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

***THIS ACCOUNT IS NO LONGER ACTIVE***


View Profile
August 02, 2014, 03:22:10 PM
 #2

Why do people never learn. 999dice is a scam site.

---------------------------------
No longer under the possession of Candystripes.
Account is currently dormant.
Llinessa
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
September 02, 2014, 07:29:29 AM
 #3

I liked the script. It is original. Not a martingale.
DubFX
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
September 02, 2014, 07:31:20 AM
 #4

I liked the script. It is original. Not a martingale.
This acount seems soooooooooooo legit :
Vintage
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
September 02, 2014, 08:07:28 PM
Last edit: September 02, 2014, 08:26:03 PM by Vintage
 #5

Why do people never learn. 999dice is a scam site.

Any proof to back that up? I've checked it out and they have had tons of members and tons of withdraws. Seen some large players lose a lot too, I mean thousands worth in usd.

I copying and pasting the code into imacro and I get an error in the first line. Is there a balance requirement?
Llinessa
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
September 05, 2014, 07:30:19 AM
 #6

It is desirable to add a pass negative long chains. For example, after 12-13 back to the minimum bet.
DubFX
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
September 05, 2014, 01:30:52 PM
 #7

Why do people never learn. 999dice is a scam site.

Any proof to back that up? I've checked it out and they have had tons of members and tons of withdraws. Seen some large players lose a lot too, I mean thousands worth in usd.

I copying and pasting the code into imacro and I get an error in the first line. Is there a balance requirement?
All that members withdraws and big player loses may be faked, did you talk to these persons yourself? Or did they post on these forums?
I'm not saying it's faked for sure but alot of people say that.
Monopoly
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
September 18, 2014, 08:32:28 PM
 #8

Why do people never learn. 999dice is a scam site.

Any proof to back that up? I've checked it out and they have had tons of members and tons of withdraws. Seen some large players lose a lot too, I mean thousands worth in usd.

I copying and pasting the code into imacro and I get an error in the first line. Is there a balance requirement?
All that members withdraws and big player loses may be faked, did you talk to these persons yourself? Or did they post on these forums?
I'm not saying it's faked for sure but alot of people say that.

Professional players just play and take money . They never waste of their times in the forums !
jeff4610
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
September 19, 2014, 03:36:19 PM
 #9

I like your bot very much. I try it on 999dice with profit.
But I do not trust that site. Could you make one for Primedice.
I am willing to pay for it.
kyxap
Sr. Member
****
Offline Offline

Activity: 616
Merit: 251



View Profile WWW
July 20, 2015, 09:12:02 PM
 #10

Why do people never learn. 999dice is a scam site.

Any proof to back that up? I've checked it out and they have had tons of members and tons of withdraws. Seen some large players lose a lot too, I mean thousands worth in usd.

I copying and pasting the code into imacro and I get an error in the first line. Is there a balance requirement?
All that members withdraws and big player loses may be faked, did you talk to these persons yourself? Or did they post on these forums?
I'm not saying it's faked for sure but alot of people say that.

Professional players just play and take money . They never waste of their times in the forums !
Professional players  Cheesy , are you serious?

|
|
QRX|
|
QURREX - QRXTest MVP |Source
www.qurrex.com

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
XinXan
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 505


View Profile
July 21, 2015, 08:48:37 AM
 #11

Why do people never learn. 999dice is a scam site.

Any proof to back that up? I've checked it out and they have had tons of members and tons of withdraws. Seen some large players lose a lot too, I mean thousands worth in usd.

I copying and pasting the code into imacro and I get an error in the first line. Is there a balance requirement?
All that members withdraws and big player loses may be faked, did you talk to these persons yourself? Or did they post on these forums?
I'm not saying it's faked for sure but alot of people say that.

They are not fake, the scam accusation against 999dice wasnt because of withdraw problems, this: https://bitcointalk.org/index.php?topic=948965.0

Is the scam accusation,  a valid one, by the way. It is very likely that they are cheating.

Anyhow this bot is just as useless as using martingale or any other ''strategy'' STRATEGIES DONT WORK!
melisande
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
July 24, 2015, 05:45:02 PM
 #12

Please any genuine update about this bot, I am interested in any faucet bot that can earn me some bitcoin.
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!