Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- enablezz=false
- enablesrc=false
- cls=999999
- clsID=0
- new=999999
- clsNMBR=0
- div=100000000 --satoshi
- --SETTING--------------
- bethigh=false --true/false = bet over/under
- chance=98
- nextbet=10/div --base bet (1/div = 1 satoshi)
- roll=45 --Roll hunt
- -----------------------
- function dobet()
- evaluate = math.abs(roll - lastBet.roll)
- if evaluate <= cls then
- cls = evaluate
- clsID = lastBet.id
- clsNMBR = lastBet.roll
- end
- --[[ if cls < new then
- print("YOU'RE LEADER")
- end
- if cls > new then
- print("YOU'RE NOT LEADER")
- end
- if cls == new then
- print("YOU 'RE EX AEQUO")
- end --]]
- print(" ID ROLL CLOSEST= " ..clsNMBR)
- print(" Check this bet! b:" ..clsID)
- print(" GAP= " ..cls)
- if lastBet.roll==roll then
- print("STRIKE!!!!! ID = Check this bet! b:" ..lastBet.id)
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement