Advertisement
coinwalk

fish bot snowybot

Oct 18th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. divide = 50000
  2. b = balance/divide
  3. chance = 49.5
  4. bethigh = false
  5. lol = 10000000000000
  6. f = lol
  7. i = lol
  8. s = lol
  9. h = lol
  10. rnd = 0
  11. jim = balance
  12. xim = balance
  13. nextbet = b
  14. target = 50000
  15. resetstats()
  16.  
  17. function dobet()
  18. if win then
  19. i = i-1
  20. h = h+1
  21. else
  22. i = i+1
  23. h = h-1
  24. end
  25. if (i>=(s+4)) then
  26. nextbet = previousbet*2
  27. s = i
  28. end
  29. if (i<s) then
  30. s = i
  31. end
  32. if (h>=(f+7)) then
  33. nextbet = previousbet*2
  34. f = h
  35. end
  36. if (h<f) then
  37. f = h
  38. end
  39. if (balance>=xim) then
  40. nextbet = b
  41. f = lol
  42. i = lol
  43. s = lol
  44. h = lol
  45. xim = balance
  46. rnd = math.random(1,2)
  47. if (rnd==2) then
  48. bethigh = !bethigh
  49. end
  50. end
  51. if balance>jim*2 then
  52. b = balance/divide
  53. end
  54. if balance>=target then
  55. stop()
  56. end
  57. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement