Search content
Sort by

Showing 8 of 8 results by pulluphf
Post
Topic
Board Gambling
Re: DiceBot (Martingale, Labouchere) for Just-Dice, PRC, 999dice and safedice
by
pulluphf
on 12/07/2015, 17:05:34 UTC
Yeah I checked my appdata and forgot to update my post sorry, but the simulator (my favorite part of the program) is fucked for me ;( updated my post saying what I tried...
http://i.gyazo.com/f8dd111fa45df81df2d61c0eac60724d.gif
Post
Topic
Board Gambling
Re: DiceBot (Martingale, Labouchere) for Just-Dice, PRC, 999dice and safedice
by
pulluphf
on 12/07/2015, 15:16:29 UTC
Where does this save to? It keeps glitching out and I want to delete every part of it and all it's stored data but I can't find where it is saving itself... Please help!
found it in my appdata, but the simulator still crashes the program / does 2 bets then stops, if you try to stop and restart it, it will crash. I used it on a vps and it was working fine, so I tried win 7 q mode, and didn't help at all...
Post
Topic
Board Gambling
Re: [JS] Primedice3 - Bot w/GUI, Verifier, Dark Theme & Hotkeys [Upd: 01/11/2015]
by
pulluphf
on 18/04/2015, 00:17:59 UTC
The seed changer stops working all the time, then I get streaked this is REALLY annoying...  Angry
Post
Topic
Board Project Development
Re: Primedice Better Bot - Fastest, lightest, advanced java based bot
by
pulluphf
on 16/04/2015, 22:50:27 UTC
It is working, try this:

https://db.tt/CzyFM7qK
Thanks, fixed the issue, bet mode = 1 needed to =0 + add 0.0000000 in front of the 5
Post
Topic
Board Project Development
Re: Primedice Better Bot - Fastest, lightest, advanced java based bot
by
pulluphf
on 16/04/2015, 22:15:33 UTC
Could you make it so that there is a pre-roll option? Meaning, that it will wait for a certain loss streak before it starts betting.
For example, you can set the pre-roll bet value to 0.00000000 , then after 15 losses in a row it starts betting @ your base bet value, and then continues on with w/e your options are.
If you add this I'll love you <3
Also, could you add when insufficient funds, it goes all in option?

If it had all these options + what it has now I'd be a VERY happy camper.
Also one last request, could you make it so that on WIN it zigzags, so one more option: zigzag after x win streak : 0-∞
Code:
bet: 0.00000010, // SET TO YOUR INITIAL START BET AFTER PREROLL
odds: 10, // winning chance
type: 1, // high / low roll (1 = low, 0 = high)
runs: 100000, // number of bets to make
pad_bet: 0.00000000, // bet to make while pre-rolling
prerolls: 15, // NUMBER OF LOSSES BEFORE STARTS BETTING
on_loss_multi: 1.1134, // multiply bet on loss (after pre-rolling) (1.1134 = 11.34% on LOSS)
stop_min: 0.00000000, // stop betting if number drops to/below this number
stop_max: 0.02000000, // stop betting if number reaches this number
all_in_save: false, // go all-in if bet is higher than balance
high_low_swap: false, // invert roll each bet
http://i.imgur.com/OX7DRLg.png
Post
Topic
Board Gambling
Re: Yet Another PrimeDice Bot - Java (Faster than AutoBet!)
by
pulluphf
on 16/04/2015, 21:26:08 UTC
This is not working for me when I put the first [target] @ 10, it worked fine for a bit, then when I check, it was changing to a 90% win rate after 5 losses? I'm sooo confused  Huh Also, it works perfectly with: 5 51.5 2.1 100000000, but when I try to edit it, it fucks up bad...  Cry
http://i.imgur.com/s1UIpr6.png

you need to find this part of the code:

Code:
if (direction.equals(LESS))
{
        direction = BIG;
}
else
{
        direction = LESS;
}

and change to

Code:
if (direction.equals(LESS))
{
direction = BIG;
target = (100 - target);
}
else
{
direction = LESS;
target = (100 - target);
}

Then recreate the jar file

I've created the jar file with the mentioned fix just in case you wanted to test it right away. All code is untouched except for the change I mentioned above.
http://www28.zippyshare.com/v/EQPtMShx/file.html
Thank's bb <3  Kiss
Post
Topic
Board Gambling
Re: Yet Another PrimeDice Bot - Java (Faster than AutoBet!)
by
pulluphf
on 11/04/2015, 23:55:30 UTC
This is not working for me when I put the first [target] @ 10, it worked fine for a bit, then when I check, it was changing to a 90% win rate after 5 losses? I'm sooo confused  Huh Also, it works perfectly with: 5 51.5 2.1 100000000, but when I try to edit it, it fucks up bad...  Cry
http://i.imgur.com/s1UIpr6.png
Post
Topic
Board Project Development
Re: Primedice Better Bot - Fastest, lightest, advanced java based bot
by
pulluphf
on 11/04/2015, 23:49:03 UTC
This does not work at all for me  Huh
http://i.imgur.com/7xxLcfm.png