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
- divie = 24000
- basebet = balance/divie
- base = basebet
- bethigh = false
- chance = 49.5
- have = balance
- old = balance
- james = balance
- darn = 2.5
- upper = 6.5
- zoink = 0
- target = 7000
- downer = false
- fold = false
- nextbet = basebet
- resetstats()
- function dobet()
- if (balance<(have-(base*2.5))) then
- nextbet = lastBet.Amount*2
- base = nextbet
- downer = true
- darn = 4.5
- have = balance
- end
- if (balance>(have+(base*upper))) then
- nextbet = lastBet.Amount*2
- base = nextbet
- darn = 4.5
- upper = 4.5
- fold = false
- have = balance
- end
- if ((balance<(james-(basebet*20))) and (fold==false)) then
- nextbet = basebet
- base = basebet
- have = balance
- james = balance
- fold = true
- end
- if (balance>james) then
- james = balance
- end
- if (((balance>=old) and (downer==true) and (balance<(old+(basebet*6.5))) and (fold==false)) or (balance>(old+(basebet*10))) 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
- james = balance
- fold = 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))) and (fold==false)) or (balance>(old+(basebet*10))) 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
- fold = false
- james = balance
- 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