Jump to content
nonce

Seuntjie bot does not work any more after update

Recommended Posts

Hello,

can anyone help me out. Few days ago trusted Seunjie bot stopped working because of upgrade on pd.

No one hear from Seunjie for some time to give as a fix..

Is there anyother trusted dice bot?

I am not programmer but if i had a good documetation of API, mybe i can fix myself.

It is possible to get good API documentation with updates on PD?

Thank you ALL!

Best Regards

 

Share this post


Link to post
Share on other sites

Hi nonce - it's been a while since you asked this, but there is a quick fix you can make if you are able to compile the C# source code. You can download Microsoft's free versions of Visual Studio for that, Visual Studio Community.

In the file PD.cs, you'll want to add a "?" after the variable type for "profit". Essentially:

image.thumb.png.6f9e67175ef5a2bfcfde029bc6eebcb8.png

This should allow you to at least log in without hitting an error. I tried betting and that worked too, though I didn't test much else.

Share this post


Link to post
Share on other sites
1 hour ago, Serlite said:

Hi nonce - it's been a while since you asked this, but there is a quick fix you can make if you are able to compile the C# source code. You can download Microsoft's free versions of Visual Studio for that, Visual Studio Community.

In the file PD.cs, you'll want to add a "?" after the variable type for "profit". Essentially:

image.thumb.png.6f9e67175ef5a2bfcfde029bc6eebcb8.png

This should allow you to at least log in without hitting an error. I tried betting and that worked too, though I didn't test much else.

you can show the your compile file ( exe ) ? I have problem with build project, it show many error

Share this post


Link to post
Share on other sites
28 minutes ago, quartz97 said:

you can show the your compile file ( exe ) ? I have problem with build project, it show many error

It'd be a bit dodgy for me to put up an unverified executable for people to download (it's not something people should trust on the internet), so I'm reluctant to do it. What kinds of errors are you seeing? I could help you debug them.

Something I did find I needed to do, if it's complaining about an SQLite DLL, is to update SQLite to the latest version. You can do this by right-clicking on the DiceBot project file, clicking Manage Nuget Packages, then searching for SQLite under the Installed packages. Change the Version dropdown to the latest (I changed it to 1.0.116), then click Update.

Share this post


Link to post
Share on other sites

Serlite.

Thank you very much.

It works!

My first compile of c# source code.

I am using W10. Few steps.

1.) Install free edition of Visual Studio Community 2022 (no you can't get 2010 version).

2.) Install NET Framework which use Seuntjie bot (the same!!!)

3.) Because of missing SDK library (some exe file) install Windows 8.1 SDK from https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/

I spend few hours to find this one which works.

4.) Clone source code of Seuntjie bot and correct code what Serlite say.

5.) Compile (press play button) and you find your exe on debug folder

6.) Bot is working (missing some statistic, wager, profit, bets, not major to play)

 

 

 

 

Share this post


Link to post
Share on other sites

I tried this quick fix above (adding the ? in the file PD.cs, compile with Visual Studio, then execute dicebot.exe) but i got error when i try to log in with API token 😞

Can someone help me out?

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×