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