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 = 30
- basebet = balance/amaze
- base = basebet
- bethigh = false
- 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+lastBet.Profit
- else
- bal = bal-lastBet.Amount
- end
- if (balance>(have+(base*upper))) then
- base = base*2
- darn = 4.5
- have = balance
- end
- if (balance<(have-(base*darn))) then
- base = base*2
- downer = true
- darn = 4.5
- upper = 4.5
- have = balance
- end
- if (((balance>bug) and (downer==true) and (balance>=old)) or ((balance>bug) and (balance>(old+(basebet*10))))) then
- basebet = div
- end
- if (((balance<bug) and (downer==true) and (balance>=old)) or ((balance<bug) and (balance>(old+(basebet*10))))) then
- basebet = bal/amaze
- end
- if (((downer==true) and (balance>=old)) or (balance>(old+(basebet*10)))) then
- 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 (bal>(tarny+(basebet*amaze))) then
- basebet = ((bal-tarny)/amaze)
- have = balance
- old = balance
- downer = false
- darn = 2.5
- upper = 6.5
- div = tarny/amaze
- base = basebet
- tarny = bal
- end
- if (((nextbet+((bal/amaze)-(base*2)))>bal) or (currentstreak==-4)) then
- downer = false
- have = balance
- darn = 2.5
- upper = 4.5
- base = basebet
- end
- nextbet = base
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement