coinwalk

BEST BOT EVER BY SNOWY LUA

Mar 6th, 2022
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. kiff = 0.00001
  2. fruck = kiff
  3. dope = (fruck*3)
  4. dol = 7
  5. joe = (fruck*10)
  6. targe = 50000
  7. sev = true
  8. farg = true
  9. frogger = false
  10. chance = 49.5
  11. have = balance
  12. older = balance
  13. smartarse = balance
  14. still = balance
  15. ian = balance
  16. nextbet = kiff
  17. resetstats()
  18.  
  19. function dobet()
  20. if ((balance<=(still-dope)) and (sev==true) and (farg==true)) then
  21. fruck = fruck*2
  22. nextbet = fruck
  23. sev = false
  24. joe = 0
  25. dol = 6
  26. still = balance
  27. dope = (fruck*3)
  28. end
  29. if ((balance<=(still-dope)) and (sev==false)) then
  30. fruck = kiff
  31. nextbet = kiff
  32. have = balance
  33. still = balance
  34. dope = (kiff*4)
  35. sev = true
  36. farg = false
  37. frogger = true
  38. joe = 0
  39. dol = 6
  40. sev = true
  41. end
  42. if ((balance<=(still-dope)) and (sev==true) and (farg==false)) then
  43. fruck = fruck*2
  44. nextbet = fruck
  45. sev = true
  46. farg = false
  47. frogger = true
  48. joe = 0
  49. dol = 6
  50. still = balance
  51. dope = (fruck*7)
  52. end
  53. if ((balance>=(have+(fruck*dol))) and (frogger==false)) then
  54. fruck = fruck*2
  55. nextbet = fruck
  56. gook = fruck
  57. have = balance
  58. still = balance
  59. sev = false
  60. dope = (fruck*3)
  61. end
  62. if ((balance>=(have+(fruck*dol))) and (frogger==true)) then
  63. fruck = fruck*2
  64. nextbet = fruck
  65. gook = fruck
  66. have = balance
  67. still = balance
  68. sev = true
  69. farg = false
  70. dope = (fruck*7)
  71. end
  72. if (balance>=(ian+joe)) then
  73. nextbet = kiff
  74. fruck = kiff
  75. dope = (kiff*3)
  76. sev = true
  77. farg = true
  78. dol = 7
  79. frogger = false
  80. still = (ian+joe)
  81. have = (ian+joe)
  82. ian = (ian+joe)
  83. joe = (fruck*10)
  84. end
  85. if (balance>=targe) then
  86. stop()
  87. end
  88. end
Add Comment
Please, Sign In to add comment