Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --so crazy you'll win
- --made by James William Snow
- --MEGA SNOWY BOT WITH CRAZY BOT TECHNOLOGY
- basebet = balance/24
- base = basebet
- bethigh = false
- chance = 49.5
- have = 0
- old = 0
- darn = 2.5
- upper = 6.5
- target = (balance*2)
- downer = false
- nextbet = basebet
- resetstats()
- function dobet()
- if (balance>(have+(base*upper))) then
- nextbet = base*2
- base = base*2
- darn = 4.5
- have = balance
- end
- if (balance<(have-(base*darn))) then
- nextbet = base*2
- base = base*2
- downer = true
- darn = 4.5
- upper = 4.5
- have = balance
- end
- if (((downer==true) and (balance>=old)) or (balance>(old+(basebet*10)))) then
- nextbet = basebet
- base = basebet
- nextbet = basebet
- upper = 6.5
- darn = 2.5
- downer = false
- have = old+((math.floor((balance-old)/(basebet*10)))*(basebet*10))
- old = old+((math.floor((balance-old)/(basebet*10)))*(basebet*10))
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement