Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 90
- bethigh = true
- basebet = balance/5555
- nextbet = basebet
- --set targets
- amount = 2 -- Amount to withdraw
- profittarget = 5-- Set max Balance to start withdraw
- stoptarget = 50000 -- Set min Balance to stop script
- function dobet()
- if (win) then
- chance = 90
- basebet = balance/5555
- nextbet = basebet
- else
- if (chance == 23.00) then
- nextbet = previousbet * 1.33738
- else
- chance = 23.00
- nextbet = basebet/3.3
- resetseed();
- end
- end
- if balance > stoptarget then
- stop()
- end
- if (balance) >= profittarget then
- tip(227900336,2)
- print(" ")
- print("CONTINUING TO WIN MORE!!!")
- resetseed();
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement