Advertisement
coinwalk

lol

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