Coming soon: program your own algorithms in plain English!
FREE! Free cloud hosting for your bot for a month upon purchase.Willing to give the unorebfuscated source to a trusted developer who can read and understand basic Java so that he/she can vouch.The Primedice bot is written in Java and thus runs on any platform, including lesser-used architectures like ARM, MIPS, etc. It'll run pretty much everywhere, as Java is a widely-used language.
The bot currently has only a few algorithms, but I'm adding a few more and working on getting custom algorithm support up, meaning you can write out in plain language what the bot should do. Once that is complete, I will increase the price of this program.
For now, I'm selling it for 0.02 BTC per copy. It can be decrypted and leaked, but be aware that anyone who does that could potentially also add dangerous code. I do not endorse nor encourage using any leaked versions.
I will, however, guarantee that the software as provided as-is by me is 100% safe to use in terms that it won't steal your money. Not that this is a gambling bot, and gambling bots do what they're supposed to - gamble. Gambling against house edge will eventually make you lose. This is not a get-rich program, though my modded martingale may prove profitable in the short to medium-term.
The good things about this program is that because it's written in Java and runs command line, you can stick it on a low-powered $1/mo VPS and leave it botting 24/7.
You're welcome to run it sandboxed and/or monitor requests in and out of the application to verify that it's not stealing your money or Bitcoin wallets or something nasty like that. The jar file provided is orebfuscated, but any Java developer who looks over it can see it doesn't send any files on the computer anywhere on the internet.
Yup, that's pretty much it. Post if you're interested.
P.S. Sneak peak at custom algorithms:
# balance = the user's balance
algo custom1
set base equals 1
forever
if balance greater than 1
bet base
end
end
# this would check if the user's balance is above 1 satoshi and bet 1 satoshi forever