Primedice Hash Cracker 2k17 with Strategy MARTINGALE


SUBMITTED BY: Optiplex

DATE: June 25, 2017, 3:14 a.m.

UPDATED: June 25, 2017, 3:22 a.m.

FORMAT: Text only

SIZE: 387 Bytes

HITS: 2402

  1. watch this
  2. https://youtu.be/KWqtLnE960I
  3. ------------------------------------------------------------------------------------
  4. nextbet = 0.0000001
  5. enablezz=true
  6. enablesrc=true
  7. chance=XXXX
  8. percentage=0.01 -- the percentage of your balance that will make up your base bet
  9. function dobet()
  10. if win then
  11. nextbet = balance*(percentage/100)
  12. else
  13. nextbet = martingale(win)
  14. end
  15. end

comments powered by Disqus