Advertisement
coinwalk

boom

Jul 11th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. divie = 500
  2. bob = balance/divie
  3. four = bob
  4. target = 50000
  5. finish = (balance*100)
  6. yall = (bob*2.5)
  7. chance = 49.5
  8. bethigh = false
  9. kool = false
  10. koke = false
  11. have = balance
  12. ian = balance
  13. old = balance
  14. nextbet = bob
  15. poo = 0
  16. ok = 0
  17. pip = balance
  18. tom = false
  19. resetstats()
  20.  
  21. function dobet()
  22. if (balance>(have+(four*6.5))) then
  23. nextbet = four*2
  24. four = four*2
  25. yall = four*4.98
  26. have = balance
  27. end
  28. if ((balance<=(have-(yall))) and (koke==false)) then
  29. nextbet = four*2
  30. four = four*2
  31. kool = true
  32. yall = four*4.98
  33. have = balance
  34. end
  35. if (balance<=(old-(bob*5))) then
  36. nextbet = bob
  37. four = bob
  38. kool = true
  39. koke = true
  40. yall = bob*2.5
  41. have = old-(bob*10)
  42. ian = old
  43. old = balance
  44. end
  45. if ((balance>(ian)) and (kool==true) and (balance<(ian+(bob*10)))) then
  46. nextbet = bob
  47. four = bob
  48. yall = (bob*2.5)
  49. kool = false
  50. koke = false
  51. have = ian
  52. old = ian
  53. end
  54. if (balance>(ian+(bob*10))) then
  55. nextbet = bob
  56. four = bob
  57. kool = false
  58. koke = false
  59. yall = (bob*2.5)
  60. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  61. have = ian
  62. old = ian
  63. end
  64. if (balance>=target) then
  65. stop()
  66. print("winner winner chicken dinner")
  67. end
  68. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement