coinwalk

for enjoi

Sep 21st, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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. kill +=1
  29. blunt +=1
  30. end
  31. if kill>1 then
  32. nextbet = previousbet*2
  33. end
  34. if (cunt>=4) and !win then
  35. nextbet = 0
  36. slim+=1
  37. end
  38. if (blunt>=1) and slim>=1 then
  39. nextbet = balance/fractor
  40. slim = 0
  41. blunt = 0
  42. end
  43. if nextbet>balance then
  44. nextbet = balance/fraction
  45. end
  46. if balance>targetone then
  47. nextbet = balance/fraction
  48. end
  49. if balance>target then
  50. stop()
  51. end
  52. if balance>james and win then
  53. nextbet = balance/fraction
  54. bin = 0
  55. blunt = 0
  56. slim = 0
  57. cunt = 0
  58. kill = 0
  59. lol = 0
  60. james = balance
  61. end
  62. end
Add Comment
Please, Sign In to add comment