Advertisement
coinwalk

trial lua

Apr 9th, 2022
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. patrick = 0.000001
  2. snow = patrick
  3. jim = (patrick*3)
  4. ruth = (patrick*10)
  5. mum = 7
  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. snow = patrick
  44. jim = (patrick*3)
  45. shallow = false
  46. mum = 7
  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