Advertisement
coinwalk

Untitled

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