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
- amaze = 10000
- basebet = balance/amaze
- base = basebet
- bethigh = true
- chance = 49.5
- have = balance
- old = balance
- darn = 2.5
- upper = 6.5
- bal = balance
- bug = balance
- target = 5000
- tarny = balance
- tarn = balance
- div = basebet
- downer = false
- nextbet = basebet
- resetstats()
- function dobet()
- if win then
- bal = bal+base
- else
- bal = bal-base
- end
- if (bal>(have+(base*upper))) then
- base = base*2
- darn = 4.5
- have = bal
- end
- if (bal<(have-(base*darn))) then
- base = base*2
- downer = true
- darn = 4.5
- upper = 4.5
- have = bal
- end
- if (((downer==true) and (bal>=old)) or (bal>(old+(basebet*10)))) then
- base = basebet
- upper = 6.5
- darn = 2.5
- downer = false
- have = old+((math.floor((bal-old)/(basebet*10)))*(basebet*10))
- old = old+((math.floor((bal-old)/(basebet*10)))*(basebet*10))
- end
- nextbet = base
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement