Advertisement
coinwalk

snowybot crazybot

Jul 30th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. chance = 49.5
  2. dking = 0.00001
  3. cript = dking
  4. have = balance
  5. ian = balance
  6. old = balance
  7. pip = balance
  8. holly = (dking*6.9)
  9. joe = false
  10. jim = false
  11. god = (dking*2.5)
  12. nextbet = dking
  13. bethigh = false
  14. target = 0.5
  15. bs = 0
  16. ok = 0
  17. resetstats()
  18.  
  19. function dobet()
  20. if ((balance>=(have+holly))) then
  21. have = have+(cript*10)
  22. god = (cript*12.5)
  23. nextbet = cript*2
  24. cript = cript*2
  25. holly = (cript*6.9)
  26. joe = false
  27. jim = true
  28. end
  29. if ((balance<=(have-god))) then
  30. holly = (cript*6.9)
  31. god = (cript*9.9)
  32. nextbet = cript*2
  33. cript = cript*2
  34. joe = true
  35. have = balance
  36. end
  37. if ((balance>=ian) and (joe==true) and (jim==false) and (balance<(ian+(dking*10)))) then
  38. nextbet = dking
  39. cript = dking
  40. holly = (dking*6.9)
  41. ian = ian
  42. have = ian
  43. pip = ian
  44. jim = false
  45. joe = false
  46. god = (dking*2.5)
  47. end
  48. if (((balance>(ian+(dking*10))) and (balance<(ian+(holly*2)))) or ((balance>(ian+(dking*10))) and (balance>=(ian+(holly*2))))) then
  49. ian = ian+((math.floor((balance-ian)/(dking*10)))*(dking*10))
  50. have = ian
  51. pip = ian
  52. nextbet = dking
  53. cript = dking
  54. holly = (dking*6.9)
  55. jim = false
  56. joe = false
  57. god = (dking*2.5)
  58. end
  59. if balance>target then
  60. stop()
  61. end
  62. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement