Advertisement
coinwalk

yehar!!!!!!!!!!!

May 1st, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. bob = 0.000001
  2. cript = bob
  3. god = (bob*2)
  4. have = balance
  5. ian = balance
  6. joe = false
  7. chance = 49.5
  8. nextbet = bob
  9. target = 50
  10. bethigh = false
  11. resetstats()
  12.  
  13. function dobet()
  14. if (balance<(have-god)) then
  15. nextbet = previousbet*2
  16. cript = (previousbet*2)
  17. god = (previousbet*7)
  18. have = balance
  19. joe = true
  20. end
  21. if ((balance-ian)>(bob*10)) then
  22. nextbet = bob
  23. cript = bob
  24. god = (bob*2)
  25. have = (ian+((math.floor(((balance)-(ian))/(bob*10)))*(bob*10)))
  26. ian = (ian+((math.floor(((balance)-(ian))/(bob*10)))*(bob*10)))
  27. joe = false
  28. end
  29. if ((joe==true) and (balance>=ian)) then
  30. nextbet = bob
  31. cript = bob
  32. god = (bob*2)
  33. have = ian
  34. joe = false
  35. end
  36. if (balance==(have+(cript*7))) then
  37. nextbet = previousbet*2
  38. cript = (previousbet*2)
  39. god = (previousbet*5)
  40. joe = false
  41. have = balance
  42. end
  43. if (balance>=target) then
  44. stop()
  45. end
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement