Author

Topic: Seuntjies DiceBot -Multi-Site, multi-strategy betting bot for dice. With Charts! - page 122. (Read 274841 times)

sr. member
Activity: 770
Merit: 284
★Bitvest.io★ Play Plinko or Invest!
I got this error when sorting on bet id.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
   at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
   at DiceBot.cDiceBot.dataGridView1_CellClick(Object sender, DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnCellClick(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Why would you do that? It's already sorted by betid

Just sorted it on profit and after that I wanted to set it back on betid. Doesn't seem to me like a very weird thing to do.

heh, that's funny. Was the bot running while you did this? I'll check it out.

The bot wasn't running at that moment. I could just click Continue and the bot still works like it should be.
legendary
Activity: 1717
Merit: 1125
I got this error when sorting on bet id.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
   at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
   at DiceBot.cDiceBot.dataGridView1_CellClick(Object sender, DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnCellClick(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Why would you do that? It's already sorted by betid

Just sorted it on profit and after that I wanted to set it back on betid. Doesn't seem to me like a very weird thing to do.

heh, that's funny. Was the bot running while you did this? I'll check it out.
legendary
Activity: 1717
Merit: 1125
Did you found why we where not able to login to magicaldice Seuntjie?

I have not found out why yours doesn't work no. If you know how to compile it, then you can try enabling the log for md (see a few posts back) and send me the log file it creates.



   New feature request.  

  

    Sometimes in the middle of running a script, I'll lose my internet connection and have to login again.  This causes the script to stop betting and reset.  If you had a way to resume the script after logging back on that would be killer.  

This is rather hard, especially for a script. At best I can customize (or add a new ) start functions that will send a resume signal that will then have to be handled by your script to get the correct bet. An alternative might be something to retry the last bet, but since you get logged out, the bot receives a stop signal and things get messy.
sr. member
Activity: 770
Merit: 284
★Bitvest.io★ Play Plinko or Invest!
I got this error when sorting on bet id.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
   at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
   at DiceBot.cDiceBot.dataGridView1_CellClick(Object sender, DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnCellClick(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Why would you do that? It's already sorted by betid

Just sorted it on profit and after that I wanted to set it back on betid. Doesn't seem to me like a very weird thing to do.
legendary
Activity: 1717
Merit: 1125
I got this error when sorting on bet id.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
   at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
   at DiceBot.cDiceBot.dataGridView1_CellClick(Object sender, DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnCellClick(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Why would you do that? It's already sorted by betid
sr. member
Activity: 770
Merit: 284
★Bitvest.io★ Play Plinko or Invest!
I got this error when sorting on bet id.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
   at System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
   at DiceBot.cDiceBot.dataGridView1_CellClick(Object sender, DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnCellClick(DataGridViewCellEventArgs e)
   at System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
full member
Activity: 168
Merit: 100
Did you found why we where not able to login to magicaldice Seuntjie?

I can login into Magical Dice without any problem. I am using version 3.1.2 Beta . which one do you use?
I am using 3.1.2 beta too, but for some reason I couldn't login in any version of the bot.
sr. member
Activity: 770
Merit: 284
★Bitvest.io★ Play Plinko or Invest!
Did you found why we where not able to login to magicaldice Seuntjie?

I can login into Magical Dice without any problem. I am using version 3.1.2 Beta . which one do you use?
legendary
Activity: 1007
Merit: 1000


   New feature request. 

 

    Sometimes in the middle of running a script, I'll lose my internet connection and have to login again.  This causes the script to stop betting and reset.  If you had a way to resume the script after logging back on that would be killer. 
full member
Activity: 168
Merit: 100
Did you found why we where not able to login to magicaldice Seuntjie?
legendary
Activity: 1717
Merit: 1125
today bot error.
magical dice bot error can read neosis dll
always pop up magicaldice has their couldflare on high

i cant login betterbet from dicebot.


Hi ,

MagicalDice new Login Error

I used DiceBot 3.1.2 Beta



are you bu any chance using an amd cpu?
full member
Activity: 282
Merit: 100
thanks for answer
i wait next update MD
legendary
Activity: 1717
Merit: 1125
If someone is willing to pay me for it, probably yes.
What are your rates Seuntjie for adding it to your bot?

That depends on the site and how difficult/much work it is to add the site to the bot. starting fee of 0.5Btc for sites with public apis.
0.5btc for me is a lot of money, I hope the admins pay you for your service.

Well then suggest it to them and have them contact me if they're interested.

today bot error.
magical dice bot error can read neosis dll
always pop up magicaldice has their couldflare on high

i cant login betterbet from dicebot.

I'm aware of the magicaldice issue. It seems the javascript library i'm using is causing the problems for some reason.

Have you done this for logging in with betterbets?:
Betterbets login password: API token What is this ? How can i get it ?


Hello, copy the whole token in "My Account" tab and make sure to check the box to enable API access, then hit the "save" button and you can then use the api for betting. Best of luck to you as well, you will still earn raffle tickets by betting via API and cashback rewards as well.



full member
Activity: 282
Merit: 100
today bot error.
magical dice bot error can read neosis dll
always pop up magicaldice has their couldflare on high

i cant login betterbet from dicebot.
full member
Activity: 168
Merit: 100
If someone is willing to pay me for it, probably yes.
What are your rates Seuntjie for adding it to your bot?

That depends on the site and how difficult/much work it is to add the site to the bot. starting fee of 0.5Btc for sites with public apis.
0.5btc for me is a lot of money, I hope the admins pay you for your service.
legendary
Activity: 1717
Merit: 1125
If someone is willing to pay me for it, probably yes.
What are your rates Seuntjie for adding it to your bot?

That depends on the site and how difficult/much work it is to add the site to the bot. starting fee of 0.5Btc for sites with public apis.
full member
Activity: 168
Merit: 100
If someone is willing to pay me for it, probably yes.
What are your rates Seuntjie for adding it to your bot?
legendary
Activity: 1717
Merit: 1125
Is there any chance you can add crypto-games.net to the bot Seuntjie?

If someone is willing to pay me for it, probably yes.

Quote
Quote from: ripzombie on Today at 09:46:17 AM
1. Yes
2- Yes
3 in turkey
4- download this page : https://bot.seuntjie.com/botpage.aspx?id=18
Note: I was using before. There was no problem. today gives an error

4- are you using a normal windows and which version of windows are you using (vista, 7, 8, 8.1, 10?)

Did you change anything on your computer or install any odd updates recently?

Windows 7 Ultimate 64 Bit SP1

Is it a default version of windows or a modified one?
Have you installed any updates recently or made any changes to your computer?


It seems like it might be an issue with this specific library i'm using for the cloudflare workaround. I'll try and get it fixed or move to a new lib
full member
Activity: 589
Merit: 100
Quote
Quote from: ripzombie on Today at 09:46:17 AM
1. Yes
2- Yes
3 in turkey
4- download this page : https://bot.seuntjie.com/botpage.aspx?id=18
Note: I was using before. There was no problem. today gives an error

4- are you using a normal windows and which version of windows are you using (vista, 7, 8, 8.1, 10?)

Did you change anything on your computer or install any odd updates recently?

Windows 7 Ultimate 64 Bit SP1
full member
Activity: 168
Merit: 100
Is there any chance you can add crypto-games.net to the bot Seuntjie?
Jump to: