Advertisement
coinwalk

killbilbet

Sep 21st, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. fraction = 16000
  2. fractor = 4000
  3. basebet = balance/fraction
  4. bilbet = balance/fractor
  5. chance = 49.95
  6. nextbet = basebet
  7. bethigh = false
  8. james = balance
  9. targetone = balance*2
  10. target = balance*4000
  11. bin = 0
  12. falcon = balance
  13. cunt = 0
  14. blunt = 0
  15. slim = 0
  16. lol = 0
  17. kill = 0
  18. resetstats()
  19. function dobet()
  20. if !win then
  21. lol+=1
  22. kill+=1
  23. bin+=1
  24. cunt+=1
  25. blunt = 0
  26. else
  27. cunt = 0
  28. lol = 0
  29. kill = 0
  30. blunt +=1
  31. end
  32. if kill>1 then
  33. nextbet = previousbet*2
  34. end
  35. if lol>1 then
  36. bethigh = !bethigh
  37. end
  38. if (cunt>=4) and !win then
  39. nextbet = 0
  40. slim+=1
  41. end
  42. if (blunt>=1) and slim>=1 then
  43. nextbet = bilbet
  44. slim = 0
  45. blunt = 0
  46. end
  47. if balance>targetone then
  48. basebet = basebet
  49. end
  50. if balance>target then
  51. stop()
  52. end
  53. if balance>james and win then
  54. nextbet = basebet
  55. bin = 0
  56. blunt = 0
  57. slim = 0
  58. cunt = 0
  59. kill = 0
  60. lol = 0
  61. james = balance
  62. end
  63. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement