Advertisement
Guest User

for Hunt

a guest
Apr 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. chance = 98
  2. nextbet = 0.000001
  3. target = 6.66
  4. function dobet()
  5. if lastBet.Roll == target then
  6. print(lastBet.ID)
  7. ching()
  8. stop()
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement