Advertisement
Guest User

321

a guest
May 24th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. chance=12.38
  2. nextbet=0.00002000
  3. bethigh=false
  4. currency = "bch"
  5.  
  6. digit1 = 0
  7. digit2 = 1
  8. matches = 0
  9. function dobet()
  10.     if win and (string.match(lastBet.Roll, digit1) and string.match(lastBet.Roll, digit2)) then
  11.         print(lastBet.Roll)
  12.         print(lastBet.ID)
  13.         matches +=1
  14.     end
  15.     if !win then
  16.         mathes = 0
  17.     end
  18.     if mathes==2 then
  19.         ching()
  20.         stop()
  21.     end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement