Advertisement
coinwalk

silly 95

Dec 26th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. chance = 95
  2. lol = 0
  3. bethigh = true
  4. good = 1000000
  5. nextbet = balance/240000
  6. basebet = balance/240000
  7. zog = 0.00
  8. zim = 0
  9. zag = 0
  10. zol = 0
  11. wow = 0
  12. function dobet()
  13.  
  14. if (win) then
  15. chance = 95
  16. zog += 1.00
  17. zag += 1
  18. lol = 0
  19. zim = 0
  20. wow = 0
  21. zol = 0
  22. nextbet = balance/240000
  23. else
  24. lol += 1
  25. zol += 1
  26. wow += 1
  27. zim +=1
  28. zag = 0
  29. end
  30. if (lol>0) then
  31. chance = 95
  32. nextbet = previousbet*44
  33. lol = 0
  34. end
  35. if (lol>1) then
  36. chance = 95
  37. nextbet = previousbet*22
  38. lol = 0
  39. end
  40. if (zim==2) then
  41. bethigh = !bethigh
  42. chance = 47.5
  43. nextbet = previousbet*2
  44. zim = 0
  45. end
  46. if (zol == 3) then
  47. chance = 47.5
  48. nextbet = previousbet*2
  49. end
  50. if (zol == 4) then
  51. bethigh = !bethigh
  52. chance = 95
  53. nextbet = previousbet*44
  54. zol = 0
  55. zim = 0
  56. lol = 3
  57. end
  58. if (wow == 5) then
  59. chance = 95
  60. nextbet = previousbet*22
  61. end
  62. if (wow == 6) then
  63. chance = 47.5
  64. nextbet = previousbet*2
  65. bethigh = !bethigh
  66. zol = 0
  67. zim = 0
  68. lol = 0
  69. end
  70. if (wow == 7) then
  71. chance = 47.5
  72. nextbet = previousbet*2
  73. wow = 0
  74. lol = 0
  75. zim = 0
  76. zol = 0
  77. end
  78. if (lol == 3) and win then
  79. lol = 0
  80. end
  81. if (zog > (math.random(0.00,5.80))) and win then
  82. zog = 0.00
  83. bethigh = !bethigh
  84. end
  85. if balance > good then
  86. stop()
  87. end
  88. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement