Advertisement
coinwalk

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

Apr 9th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. patrick = 0.000001
  2. chance = 49.5
  3. snow = patrick
  4. jim = (patrick*3)
  5. ruth = (patrick*10)
  6. shipt = 5000
  7. kind = balance
  8. shallow = false
  9. emily = balance
  10. james = balance
  11. lol = 0
  12. nextbet = patrick
  13. bethigh = false
  14.  
  15. function dobet()
  16. kind = balance
  17. happy = balance
  18. if (happy>=(emily+(snow*7))) then
  19. snow = (previousbet*2)
  20. jim = (previousbet*10)
  21. shallow = true
  22. nextbet = (previousbet*2)
  23. emily = happy
  24. lol = previousbet
  25. end
  26. if ((kind<=(emily-(jim))) and (shallow==false)) then
  27. snow = (previousbet*2)
  28. jim = (previousbet*10)
  29. ruth = 0
  30. emily = happy
  31. lol = previousbet
  32. nextbet = (previousbet*2)
  33. end
  34. if ((kind<=(emily-(jim))) and (shallow==true)) then
  35. snow = (previousbet*2)
  36. jim = (previousbet*10)
  37. shallow = false
  38. emily = happy
  39. nextbet = (previousbet*2)
  40. lol = previousbet
  41. end
  42. if (happy>=(james+ruth)) then
  43. snow = patrick
  44. jim = (patrick*3)
  45. shallow = false
  46. lol = 0
  47. emily = (james+ruth)
  48. james = (james+ruth)
  49. ruth = (patrick*10)
  50. nextbet = patrick
  51. end
  52. if (balance>=shipt) then
  53. stop()
  54. end
  55. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement