4/25/2015 UPDATE v1.3 HERE:https://bitcointalksearch.org/topic/m.11188934
Hi all,
Just wanted to give back to the community.
I basically modified this for my own use. I'm not a coder so the code may not be as clean as it should be however, it is safe and scam free. Nonetheless, use at your own risk.
Feel free to clean up or fix as needed. I'm giving you this just as the original creator gave the source. I hope it serves you well.
Feedback is good but please be constructive.
basically its code is from daCoops from this thread:
https://bitcointalksearch.org/topic/yet-another-primedice-bot-java-faster-than-autobet-833129I just tried to add and improve the bot based on how I used it. Feel free to use it if it helps you.
Here are some of the added functionality:
• Base bet in max bets
• Base bet based on balance * multiplier i.e (balance * .25 will always be 25% of balance even if your balance grows or shrinks)
• Luck based bets - will reduce base bet by 1/2 if luck is over 100%
• Improved zig zag
• Randomize client seed after x losses
• Play warning alert after x losses
• Reset back to base bet after x losses
• Stop after x losses
• Auto Withdraw x amount when balance reaches a certain number
• Display Bet ID
• Display Roll result
• Display Nonce
• Display wins/losses
• Display Maximum bets
• Display luck
• Display current and longest losing streakProgram arguments (I suggest using a batch file)
java -jar PBBot.jar [Username] [Password] [Base Bet] [Base Betmode] [LuckBets] [Target] [Increase On Loss Multiplier] [ZigZag] [Randomize Seed] [Warning Alert] [Reset on Loss] [Stop on Loss] [Profit Target] [Withdraw on Balance] [Withdraw Amount] [Withdraw Address]
e.g.
java -jar PBBot.jar Bob Bob123 16 1 0 49.5 2.0 9 9 10 4 99 0.001 0.0024378 0.0011 1BtDA32VwButWhsE4343AqfJt3EnnvjPZL
[Base Bet]:
Your Base Bet. entering a value of 0.00000001, represents PrimeDice lowest bet - 0.00000001 BTC if used with the proper betmode.
[Base Betmode]:
1 specifies base bet will be treated as x number of max bets. 2 indicates it's a multiplier for the bankroll balance. 0 will set it as a direct base bet in 0.00000000 format.
[LuckBets]:
Set to 0 or 1. When enabled, base bet is reduced by 1/2 when luck is > 100% as loss is expected due to the law of large numbers. This gives player an extra bet in the event of a bad streak.
[Target]:
The Win Chance. e.g. 51.5 represents a win chance of 51.5%
[Increase On Loss Multiplier]:
The Factor increase to increase your bet on loss. CAUTION! This is a multiplier and NOT a Percentage. e.g. 2.1 Will Multiply Previous Bet * 2.1 on loss for next wager
[ZigZag]:
Switch hi/lo after this many losses.
[Randomize Seed]:
Randomize client seed after this many losses.
[Warning Alert]:
Play alert sound after this many losses (Windows Beep)
[Reset on Loss]:
reset back to base bet after this many losses
[Stop on Loss]:
stop betting after this many losses
[Profit Target]:
Target Profit for the session.
[Withdraw on Balance]:
Automatically withdraw when balance reaches this amount.
[Withdraw Amount]:
Withdraw this amount.
[Withdraw Address]:
Bitcoin address to receive withdrawal.
Please consider donating. Part of your donations will go to the original developer as well.
1BtDA32VwButWhsE4343AqfJt3EnnvjPZLworking .jar file:
http://www17.zippyshare.com/v/yWNtzwj7/file.htmlsource:
http://pastebin.com/HCigE76alink to original source:
https://bitcointalksearch.org/topic/yet-another-primedice-bot-java-faster-than-autobet-833129Credits to the original source.