Author

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

sr. member
Activity: 392
Merit: 251
Seuntjies, which mode do you think is the best? I personally prefer Advanced, but it's preference. I'd like to see what the creator feels is the best. Smiley
l2r
newbie
Activity: 18
Merit: 0
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

is there any way to use your bot and i can set max bet to x.xxbtc ?

If you want to use that script, you'll probably add something like this to the end of the dobet function:
Code:
if nextbet>maxbet then --where maxbet is a defined value at the top of the script
nextbet=maxbet
end

If you're just using the advanced mode, there is a max bet setting in the advanced bet settings or stop conditions tab.


I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

Thank you. It is a good decision for all users in long term.

If want to make any changes, will request in the forum. Mostly if there is any bug that is fixed.

By the way, is there a way to send/set clientseed with every bet ?

No, for two reasons:
1. Sites that use a nonce based provably fair method does not allow you to change the client seed without resetting the server seed, and almost none of the sites allow you to reset the server seed after each bet. It is, in my opinion, anyway better to use a single server client seed pair for an extended period of time and only randomize if you want to verify you bets.
2. If I allow users to set their own client seeds, people will use the same client seed over and over again, and this puts them at a risk of the site cheating. It's me being paranoid and it's highly unlikely, but it's better that the bot randomly generates a new seed for every bet when the site uses a per bet based client and server seed pair.

Got it. Can you please update second script with same if condition correction ?
legendary
Activity: 1717
Merit: 1125
Care to explain why your compiled bot, offered on your official website, silently opens itself again in the background, without any way to see the window itself, after it's being closed and suddenly starts using x% of CPU power, out of nowhere and makes the CPU fan turn up, with nothing else running besides of this? And also why it silently opens itself again (still invisible!) after being closed via TaskManager until you finally give up and just let it be?   Roll Eyes
  
Waiting for an interesting excuse. And don't say "You can review the code", it's the most easiest excuse to include a Bitcoin Miner with the "official compiled version" and say afterwards that everyone can review the code, while the Source Code does not show said thing, but the pre compiled version has it built right into it.  
  
It's a huge bold thing I'm saying here, but there really is no other explanation for this.
  
And suddenly a different version appears on the website when he'll read this  Roll Eyes

I found this bug myself about a day after publishing 3.1.7. I changed a few things when logging out of a site, because the sessions weren't being cleared properly and I wasn't doing proper checks, and this caused the bot to sometimes place a bet after the user clicked log out because of an unrelated bug. I fixed the bug but wanted to be double sure the bot can't place a bet after log out was clicked.

These changes seems to have come with their own set of bugs. It now seems like something is preventing the disconnect function from being called, so the threads that poll the site for the users balance and stats remain active and keep the bot alive in the background (I've confirmed that these threads are what's keeping the bot alive, it's not a guess). This does not seem to happen every time though, I've still to determine exactly what requirements need to be met for this to happen. (site, login/logout,switching sites, etc.), but I have a pretty good Idea and it will be fixed in the next version, which is i'm sad to say, probably still weeks away.

Every time I've killed the bot in the task manager, I only needed to do it once and it was gone. I've never seen the bot start up again by itself. Maybe you can make a video of it so I can try to isolate the problem and fix it?


And the kicker:  "You can review the code"
No seriously. I don't use an obfuscator when I compile the bot. You can download DotPeek or any other decompiler and review the source of the exe and every library it uses, as you downloaded it from the site. Note that comparing the code decompiled from the bot will not 100% match the code on github because compiling and decompiling actually does change code in some minor ways, for example, design time code:
Code:
string s = "hello";
string b = "something";
string x = s + " " +b;
the decompiled code will be:
Code:
string stringx = "hello something";

Functionally identical, but not the same.


Edit: Did he delete his own post or did a moderator remove it?
legendary
Activity: 1717
Merit: 1125
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

is there any way to use your bot and i can set max bet to x.xxbtc ?

If you want to use that script, you'll probably add something like this to the end of the dobet function:
Code:
if nextbet>maxbet then --where maxbet is a defined value at the top of the script
nextbet=maxbet
end

If you're just using the advanced mode, there is a max bet setting in the advanced bet settings or stop conditions tab.


I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

Thank you. It is a good decision for all users in long term.

If want to make any changes, will request in the forum. Mostly if there is any bug that is fixed.

By the way, is there a way to send/set clientseed with every bet ?

No, for two reasons:
1. Sites that use a nonce based provably fair method does not allow you to change the client seed without resetting the server seed, and almost none of the sites allow you to reset the server seed after each bet. It is, in my opinion, anyway better to use a single server client seed pair for an extended period of time and only randomize if you want to verify you bets.
2. If I allow users to set their own client seeds, people will use the same client seed over and over again, and this puts them at a risk of the site cheating. It's me being paranoid and it's highly unlikely, but it's better that the bot randomly generates a new seed for every bet when the site uses a per bet based client and server seed pair.
l2r
newbie
Activity: 18
Merit: 0
Care to explain why your compiled bot, offered on your official website, silently opens itself again in the background, without any way to see the window itself, after it's being closed and suddenly starts using x% of CPU power, out of nowhere and makes the CPU fan turn up, with nothing else running besides of this? And also why it silently opens itself again (still invisible!) after being closed via TaskManager until you finally give up and just let it be?   Roll Eyes
  
Waiting for an interesting excuse. And don't say "You can review the code", it's the most easiest excuse to include a Bitcoin Miner with the "official compiled version" and say afterwards that everyone can review the code, while the Source Code does not show said thing, but the pre compiled version has it built right into it.  
  
It's a huge bold thing I'm saying here, but there really is no other explanation for this.
  
And suddenly a different version appears on the website when he'll read this  Roll Eyes

Look dude, I should tell you this. I have downloaded the code and compiled a version for myself with my own modifications, and that too keeps DiceBot.exe (32-bit) in the Task Manager even after I close the Window. I have to close it with End Task.

I think this could be just something small , and not like mining in background etc.

This guy has tons of people creating users through bot, and may have tons of referral BTC awarded, so he does not need to "Mine" on your computer or mins.

My 2 cents.
l2r
newbie
Activity: 18
Merit: 0
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

The same changes required in the second script "Array to randomize Hi-Lo and random Multiplier" as well, please.
l2r
newbie
Activity: 18
Merit: 0
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

Thank you. It is a good decision for all users in long term.

If want to make any changes, will request in the forum. Mostly if there is any bug that is fixed.

By the way, is there a way to send/set clientseed with every bet ?
sr. member
Activity: 361
Merit: 250
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script

is there any way to use your bot and i can set max bet to x.xxbtc ?
legendary
Activity: 1717
Merit: 1125
I don't allow users to change scripts one they've been uploaded, otherwise someone could change a script to just withdraw or tip a users balance and hide it in the rest of the script after I've approved it.

I made the change you requested to the script
l2r
newbie
Activity: 18
Merit: 0
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.


https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42


Hi Seuntjie,

How to make modifications to the script ?? There is a bug in the script.

the If loop,

Code:
if (balance > (balance+ sessionprofit)) then
print("Target Achieved")
stop()
end


The actual loop should be like this,

Code:
if (balance > (bankroll + sessionprofit)) then
print("Target Achieved")
stop()
end

The variable "balance" should be changes to "bankroll" in the addition to sessionprofit for a proper stop condition otherwise it will keep running and never stop.

Thanks
l2r
l2r
newbie
Activity: 18
Merit: 0
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.



Got it. That would bet lastBet.Roll
https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42


Thanks Seuntjie.

Is there a variable for last roll amount that I can use in LUA ?

Yes, you can use the lastbet object. See the UML at the bottom of https://bot.seuntjie.com/ProgrammerMode.aspx for details on the object. Just make sure of the capitalization of the name in the variables box in the programmer mode
legendary
Activity: 1717
Merit: 1125
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.


https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42


Thanks Seuntjie.

Is there a variable for last roll amount that I can use in LUA ?

Yes, you can use the lastbet object. See the UML at the bottom of https://bot.seuntjie.com/ProgrammerMode.aspx for details on the object. Just make sure of the capitalization of the name in the variables box in the programmer mode
l2r
newbie
Activity: 18
Merit: 0
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.


https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42


Thanks Seuntjie.

Is there a variable for last roll amount that I can use in LUA ?
legendary
Activity: 1717
Merit: 1125
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.


https://bot.seuntjie.com/scripts.aspx?id=41 and https://bot.seuntjie.com/scripts.aspx?id=42
l2r
newbie
Activity: 18
Merit: 0
If anyone want to try a new script in programming mode, check it out.

I have submitted the same to Seuntjie site as well and also pasted in the Pastebin.

DiceBot Script with Array and Random Multiplier
http://pastebin.com/P8c2Bn88

There is another version currently in testing, where I put some reset condition and additional variable to make better bet amount in case of loss streak

DiceBot Script with Array & Random Multiplier(Test Version)
http://pastebin.com/zJP2E6Pk

Please make sure you read the instructions on different variables for controlling your bank roll and stoploss.

I have tried this script 8-10 times with bankroll 0.01 and bet amounts 0.00000010, 0.00000100, and 0.00001000 and seems to be working fine.
legendary
Activity: 1717
Merit: 1125
Hey seuntjie!
DiceBot 3.1.6, I can't login to Rollin.io. The Bot says "Failed to log in or register new account!". I triple checked my login and password, but with no luck.

Edit:
3.1.7 can't login too Sad

Urgh are sites ever going start letting me know when they change things like this before they go live with it so I can fix the bot.

Unfortunately, this is caused by the login page at rollin getting a revamp and it's not something I can fix right now. It's going to be a while before I can release a new version of the bot.

I can't login rollin.io too.. 3.17 is not working.. Please help seuntjie...

Now i can login rollin.io but the bot too slow, 25 bets in 3 minutes  Shocked Shocked Shocked

I was able to log in and bet at normal speeds at Rollin.IO. I think the login problems are caused by cloudflare if Rollin sets their ddos protection to attack mode (or whatever it's called).

This is also the same reason for why the bot cannot log in to fortune jack most of the time. I am looking for a fix, I just have very little time to dedicate to it at the moment.
hero member
Activity: 1103
Merit: 500
Hey seuntjie!
DiceBot 3.1.6, I can't login to Rollin.io. The Bot says "Failed to log in or register new account!". I triple checked my login and password, but with no luck.

Edit:
3.1.7 can't login too Sad

Urgh are sites ever going start letting me know when they change things like this before they go live with it so I can fix the bot.

Unfortunately, this is caused by the login page at rollin getting a revamp and it's not something I can fix right now. It's going to be a while before I can release a new version of the bot.

I can't login rollin.io too.. 3.17 is not working.. Please help seuntjie...

Now i can login rollin.io but the bot too slow, 25 bets in 3 minutes  Shocked Shocked Shocked
hero member
Activity: 1103
Merit: 500
Hey seuntjie!
DiceBot 3.1.6, I can't login to Rollin.io. The Bot says "Failed to log in or register new account!". I triple checked my login and password, but with no luck.

Edit:
3.1.7 can't login too Sad

Urgh are sites ever going start letting me know when they change things like this before they go live with it so I can fix the bot.

Unfortunately, this is caused by the login page at rollin getting a revamp and it's not something I can fix right now. It's going to be a while before I can release a new version of the bot.

I can't login rollin.io too.. 3.17 is not working.. Please help seuntjie...
newbie
Activity: 47
Merit: 0
Hey seuntjie!
DiceBot 3.1.6, I can't login to Rollin.io. The Bot says "Failed to log in or register new account!". I triple checked my login and password, but with no luck.

Edit:
3.1.7 can't login too Sad

Urgh are sites ever going start letting me know when they change things like this before they go live with it so I can fix the bot.

Unfortunately, this is caused by the login page at rollin getting a revamp and it's not something I can fix right now. It's going to be a while before I can release a new version of the bot.

So with Rollin, are we again back to square one (i.e. Rollin login Not working) for now?? 
After getting 3.1.7, I tried Rollin and login did not work.  So again I downgraded to ver 3.1.6 and tried Rollin..  It did not work though it was working yesterday..  I came here to check if I am the chosen one but saw this message..  I am not the only one for whom Rollin login is not working..  Looking forward to next release with Rollin login issue resolved..
legendary
Activity: 1717
Merit: 1125
If you're having trouble getting started with DiceBot, check out this video I made on the basics of using DiceBot: https://www.youtube.com/watch?v=HQyFA3-abdQ
Jump to: