Advertisement
coinwalk

here you go jake please let me win ... snowy

Apr 9th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. chance = 49.95
  2. lol = 0
  3. bethigh = false
  4. good = 100000
  5. slog = balance/500
  6. kill = balance/1000
  7. basebet = balance/300000
  8. nextbet = basebet
  9. shit = balance/1500000
  10. zim = 0
  11. los = 0
  12. more = balance
  13. tan = 3
  14. zix = 0
  15. xix = 0
  16. kix = 0
  17. kim = 0
  18. function dobet()
  19.  
  20. if (win) then
  21. lol = 0
  22. los = 0
  23. zim +=1
  24. else
  25. zix +=1
  26. kim +=1
  27. los +=1
  28. lol +=1
  29. zim = 0
  30. end
  31. if nextbet <= shit and win then
  32. nextbet = basebet
  33. end
  34. if (zim==3) and (previousbet < slog) then
  35. nextbet = previousbet/10
  36. zim = 0
  37. end
  38. if (lol>0) then
  39. nextbet = previousbet*2
  40. if nextbet >= kill then
  41. nextbet = slog
  42. if (slog>=balance/500) then
  43. nextbet = previousbet*2
  44. end end end
  45. if balance > good then
  46. stop()
  47. end
  48. if balance > good then
  49. stop()
  50. end
  51. if balance >= more and win then
  52. nextbet = basebet
  53. slog = balance/500
  54. more = balance
  55. end
  56. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement