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/10000
- base = basebet
- bethigh = false
- chance = 49.5
- have = balance
- old = balance
- darn = 2.5
- upper = 6.5
- target = 60000
- downer = false
- nextbet = basebet
- resetstats()
- function dobet()
- if (balance<(have-(base*darn))) then
- nextbet = base*2
- base = base*2
- downer = true
- darn = 4.5
- upper = 4.5
- have = balance
- end
- if (balance>(have+(base*upper))) then
- nextbet = base*2
- base = base*2
- darn = 4.5
- upper = 4.5
- have = balance
- end
- if (((balance>=old) and (downer==true) and (balance<(old+(basebet*6.5)))) or (balance>(old+(basebet*30))) and (balance<(old+((math.floor((balance-old)/(basebet*10)))*(basebet*10))+(basebet*6.5)))) then
- nextbet = basebet
- base = 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>=old) and (downer==true) and (balance==(old+(basebet*7)))) or (balance>(old+(basebet*30))) and (balance==(old+((math.floor((balance-old)/(basebet*10)))*(basebet*10))+(basebet*7)))) then
- nextbet = basebet*2
- base = basebet*2
- upper = 6.5
- darn = 2.5
- downer = false
- have = balance
- 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