Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---snowy mega bot lua script
- ---for use with paradice.in on mydicebot
- ---created 2021
- bob = 1000000
- b = balance/50000
- x = bob
- g = true
- chance = 49.5 --- chance for 2x
- bethigh = false
- nextbet = b
- f = 0
- target = balance*1000
- old = balance
- v = bob
- resetstats()
- function dobet()
- if win then
- v = v-1
- else
- v = v+1
- end
- if (v<=(x-6)) then
- nextbet = previousbet*2
- x = v
- end
- if (v>=(x+4)) then
- nextbet = previousbet*2
- x = v
- end
- if (balance>=(old+(b*10))) then
- nextbet = b
- v = bob
- x = bob
- lol = true
- old = balance
- end
- if (balance>target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement