Advertisement
coinwalk

lol again good

Dec 15th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. chance = 49.95
  2. bethigh = false
  3. lol = 0
  4. wd = balance*200
  5. big = balance*250
  6. huge = balance*400
  7. save = balance*200
  8. one = balance/22560
  9. two = balance/10240
  10. three = balance/5120
  11. nextbet = one
  12. four = balance/2560
  13. five = balance/1280
  14. six = balance/640
  15. seven = balance/160
  16. function dobet()
  17.  
  18. if (win) then
  19. chance = 49
  20. lol = 0
  21. nextbet = one
  22. else
  23. lol += 1
  24. end
  25. if (lol > 0) then
  26. chance = 49.95
  27. nextbet = two
  28. end
  29. if (lol > 1) then
  30. chance = 49.95
  31. nextbet = three
  32. end
  33. if (lol > 2) then
  34. chance = 49.95
  35. nextbet = four
  36. end
  37. if (lol > 3) then
  38. chance = 49.95
  39. nextbet = five
  40. end
  41. if (lol > 4) then
  42. chance = 49.95
  43. nextbet = six
  44. end
  45. if (lol > 5) then
  46. chance = 49.95
  47. nextbet = seven
  48. end
  49. if (lol > 6) then
  50. chance = 49.95
  51. nextbet = previousbet*2
  52. end
  53. --for these tips use two different accounts on two different dicebots at the same time
  54. if balance > big and balance < huge then
  55. tip(294814877,wd)
  56. end
  57. --for this tip use saving account
  58. if balance > huge then
  59. tip(294940661,save)
  60. end
  61. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement