Esempio n. 1
0
 public Simulate(cDiceBot Parent)
 {
     InitializeComponent();
     this.Parent = Parent;
     btnSim.Click += Parent.btnSim_Click;
     btnExportSim.Click += Parent.btnExportSim_Click;
 }
Esempio n. 2
0
 public PRC(cDiceBot Parent)
 {
     maxRoll = 99.9999;
     AutoWithdraw = true;
     AutoLogin = true;
     ChangeSeed = true;
     AutoInvest = true;
     Tip = true;
     this.Parent = Parent;
     Name = "PRCDice";
     BetURL = "https://pocketrocketscasino.eu/api/bets/GetBet?id=";
     con.Received += con_Received;
     SiteURL = "https://pocketrocketscasino.eu";
 }
Esempio n. 3
0
 public BB(cDiceBot Parent)
 {
     maxRoll = 99.99;
     AutoInvest = false;
     AutoWithdraw = false;
     ChangeSeed = true;
     AutoLogin = false;
     BetURL = "https://betterbets.io/api/bet/id?=";
     Thread t = new Thread(GetBalanceThread);
     t.Start();
     this.Parent = Parent;
     Name = "BetterBets";
     Tip = true;
     TipUsingName = true;
     SiteURL = "https://betterbets.io/?ref=1301492";
 }
Esempio n. 4
0
 public Coinichiwa(cDiceBot Parent)
 {
     this.Parent = Parent;
     Hasher = SHA1.Create();
     maxRoll = 99.99;
     AutoInvest = false;
     AutoWithdraw = false;
     ChangeSeed = false;
     AutoLogin = true;
     BetURL="https://www.coinichiwa.com/a/2947221";
     Name = "Coinichiwa";
     Tip = false;
     SiteURL = "https://www.coinichiwa.com/a/2947221";
     register = false;
     System.Threading.Thread t = new System.Threading.Thread(new System.Threading.ThreadStart(GetBalanceThread));
     t.Start();
 }
Esempio n. 5
0
 public PD(cDiceBot Parent)
 {
     maxRoll = 99.99;
     AutoInvest = false;
     AutoWithdraw = true;
     ChangeSeed = true;
     AutoLogin = true;
     BetURL = "https://www.moneypot.com/bets/";
     Thread t = new Thread(GetBalanceThread);
     t.Start();
     this.Parent = Parent;
     Name = "PrimeDice";
     Tip = true;
     TipUsingName = true;
     Thread tChat = new Thread(GetMessagesThread);
     tChat.Start();
     SiteURL = "https://primedice.com/?ref=Seuntjie";
 }
Esempio n. 6
0
        public JD(cDiceBot Parent)
        {
            maxRoll = 99.9999;
            AutoInvest = true;
            AutoWithdraw = true;
            ChangeSeed = true;
            BetURL = "https://just-dice.com/roll/";
            Instance.OnResult += Instance_OnResult;
            Instance.OnJDMessage += Instance_OnJDMessage;
            Instance.OnNewClientSeed += Instance_OnNewClientSeed;
            Instance.OnRoll += Instance_OnRoll;
            Instance.OnChat += Instance_OnChat;
            Instance.OnWins += Instance_OnWins;
            Instance.OnLossess += Instance_OnLossess;
            Instance.OnAddress += Instance_OnAddress;
            Instance.logging = false;

            this.Parent = Parent;
            Name = "JustDice";
            Tip = true;
            TipUsingName = false;
            SiteURL = "https://just-dice.com";
        }
Esempio n. 7
0
        public bitdice(cDiceBot Parent)
        {
            maxRoll = 99.9999;
            AutoInvest = true;
            AutoWithdraw = true;
            AutoInvest = true;
            Tip = true;
            TipUsingName = false;
            ChangeSeed = true;
            Name = "BitDice";
            this.Parent = Parent;
            SiteURL = "https://bitdice.me";
            /*Client = new WebSocket("");
            Client.Opened += Client_Opened;
            Client.Error += Client_Error;
            Client.Closed += Client_Closed;
            Client.MessageReceived += Client_MessageReceived;*/

            Currencies = new string[] { "btc", "doge","ltc","redd","clam","dash"};
        }
Esempio n. 8
0
 public MoneroDice(cDiceBot Parent)
 {
     this.Parent = Parent;
     maxRoll = 99.99;
     AutoInvest = true;
     AutoWithdraw = false;
     ChangeSeed = true;
     AutoLogin = true;
     BetURL = "https://monerodice.net/";
     Name = "MoneroDice";
     Tip = false;
     SiteURL = "https://monerodice.net/";
     register = false;
     System.Threading.Thread t = new System.Threading.Thread(new System.Threading.ThreadStart(GetBalanceThread));
     t.Start();
 }
Esempio n. 9
0
 public Settings(cDiceBot Parent)
 {
     InitializeComponent();
     this.Parent = Parent;
     loadsettings();
 }
Esempio n. 10
0
 public Verify(cDiceBot Parent)
 {
     InitializeComponent();
     this.Parent = Parent;
 }
Esempio n. 11
0
 public SafeDice(cDiceBot Parent)
 {
     maxRoll = 99.9999;
     AutoInvest = false;
     AutoWithdraw = true;
     ChangeSeed = true;
     AutoLogin = false;
     BetURL = "https://safedice.com/bets/";
     Thread t = new Thread(GetBalanceThread);
     t.Start();
     this.Parent = Parent;
     Name = "SafeDice";
     edge = 0.5m;
     Currencies = new string[]{"Btc", "XMR"};
     Currency = "Btc";
     SiteURL = "https://safedice.com/?r=1050";
 }
Esempio n. 12
0
 public moneypot(cDiceBot Parent)
 {
     this.Parent = Parent;
     edge = 1;
     maxRoll = 99.99;
     AutoInvest = false;
     AutoWithdraw = false;
     ChangeSeed = true;
     AutoLogin = false;
     Thread t = new Thread(new ThreadStart(GetBalanceThread));
     t.Start();
     SiteURL = "https://www.moneypot.com/oauth/authorize?app_id="+appid+"&response_type=token";
 }
Esempio n. 13
0
 public MagicalDice(cDiceBot Parent)
 {
     this.Parent = Parent;
     maxRoll = 99.99;
     edge = 1;
     AutoInvest = false;
     AutoWithdraw = true;
     ChangeSeed = true;
     Tip = true;
     TipUsingName = false;
     BetURL = "https://magicaldice.com/ajax.php?a=get_bet_details&bet_id=";
     Name = "MagicalDice";
     SiteURL = "https://magicaldice.com/";
     Thread t = new Thread( getbalanceThread );
     t.Start();
 }
Esempio n. 14
0
        public dice999(cDiceBot Parent)
        {
            maxRoll = 99.9999;
            this.Parent = Parent;
            AutoInvest = false;
            AutoWithdraw = true;

            ChangeSeed = false;
            AutoLogin = false;
            BetURL = "https://www.999dice.com/Bets/?b=";
            Thread t = new Thread(GetBalanceThread);
            t.Start();
            this.Parent = Parent;
            Name = "999Dice";
            Tip = false;
            TipUsingName = true;
            Currency = "btc";
            Currencies = cCurrencies;
            /*Thread tChat = new Thread(GetMessagesThread);
            tChat.Start();*/
            SiteURL = "https://www.999dice.com/?20073598";
        }
Esempio n. 15
0
 public rollin(cDiceBot Parent)
 {
     maxRoll = 99;
     this.Parent = Parent;
     AutoWithdraw = true;
     AutoInvest = false;
     Tip = true;
     TipUsingName = true;
     ChangeSeed = true;
     Name = "RollinIO";
     Thread t = new Thread(new ThreadStart(SyncThread));
     t.Start();
     SiteURL = "https://rollin.io/ref/8c4";
 }
Esempio n. 16
0
 public InvestDice(cDiceBot Parent)
     : base(Parent)
 {
     edge = 0.01m;
     appid = 497;
 }
Esempio n. 17
0
 public CoinMillions(cDiceBot Parent)
 {
     Currency = "btc";
     Currencies = new string[] { "btc","xrp","ltc" };
     this.Parent = Parent;
     maxRoll = 99.9999;
     AutoInvest = false;
     AutoLogin = true;
     AutoWithdraw = false;
     ChangeSeed = true;
     BetURL = "https://coinmillions.com/api/1/bet?game=dice&bet_id=";
     Thread t = new Thread(GetBalanceThread);
     t.Start();
     this.Parent = Parent;
     Name = "CoinMillions";
     Tip = false;
     TipUsingName = true;
     SiteURL = "https://coinmillions.com?a=10156";
     new HttpClient { BaseAddress = new Uri("https://coinmillions.com/api/1/") };
     Client.DefaultRequestHeaders.AcceptEncoding.Add(new System.Net.Http.Headers.StringWithQualityHeaderValue("gzip"));
     Client.DefaultRequestHeaders.AcceptEncoding.Add(new System.Net.Http.Headers.StringWithQualityHeaderValue("deflate"));
 }
Esempio n. 18
0
 public CoinMillions(cDiceBot Parent)
 {
     Currency = "btc";
     Currencies = new string[] { "btc","xrp","ltc" };
     this.Parent = Parent;
     maxRoll = 99.9999;
     AutoInvest = false;
     AutoLogin = true;
     AutoWithdraw = false;
     ChangeSeed = true;
     BetURL = "https://coinmillions.com/api/1/bet?game=dice&bet_id=";
     Thread t = new Thread(GetBalanceThread);
     t.Start();
     this.Parent = Parent;
     Name = "CoinMillions";
     Tip = false;
     TipUsingName = true;
     SiteURL = "https://coinmillions.com?a=10156";
     new HttpClient { BaseAddress = new Uri("https://coinmillions.com/api/1/") };
 }
Esempio n. 19
0
 public dadice(cDiceBot Parent)
 {
     register = false;
     maxRoll = 99.99;
     this.Parent = Parent;
     AutoInvest = false;
     AutoLogin = true;
     AutoWithdraw = true;
     ChangeSeed = false;
     BetURL = "";
     Thread t = new Thread(new ThreadStart(GetBalanceThread));
     t.Start();
     Name = "dadice";
     Tip = true;
     TipUsingName = true;
     SiteURL = "https://www.dadice.com/?referrer=seuntjie";
 }