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
- bal = balance
- divie = balance/300
- bolux = divie
- hold = divie
- bethigh = false
- chance = 49.5
- have = balance
- old = balance
- darn = 2.5
- upper = 6.5
- target = 70000
- lol = false
- stick = false
- brick = false
- nextbet = bolux
- resetstats()
- function dobet()
- if win then
- bal = bal+lastBet.Profit
- else
- bal = bal-lastBet.Amount
- end
- if ((bal>(have+(hold*upper))) and (lol==false)) then
- nextbet = lastBet.Amount*2
- hold = nextbet
- darn = 4.5
- upper = 4.5
- have = bal
- end
- if ((bal==(have+(hold*upper))) and (lol==true)) then
- nextbet = lastBet.Amount*2
- hold = nextbet
- darn = 4.5
- upper = 4.5
- have = bal
- lol = false
- end
- if ((bal<(have-(hold*darn))) and (stick==false)) then
- nextbet = lastBet.Amount*2
- hold = nextbet
- darn = 4.5
- upper = 4.5
- stick = true
- brick = true
- lol = false
- have = bal
- end
- if ((bal<(have-(hold*darn))) and (stick==true)) then
- nextbet = bolux
- hold = bolux
- stick = false
- brick = true
- have = bal
- darn = 9.5
- upper = 0
- lol = true
- end
- if (((bal>=old) and (brick==true)) or ((bal>(old+(bolux*10))) and (bal<(old+((math.floor((bal-old)/(bolux*10)))*(bolux*10))+(bolux*6.5))))) then
- have = old+((math.floor((bal-old)/(bolux*10)))*(bolux*10))
- old = old+((math.floor((bal-old)/(bolux*10)))*(bolux*10))
- bolux = bal/300
- nextbet = bolux
- hold = bolux
- kold = bal
- stick = false
- brick = false
- lol = false
- darn = 2.5
- upper = 6.5
- end
- if (bal>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement