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 = 0.0001
- base = basebet
- cry = basebet*9.9
- bob = basebet*9.9
- bethigh = false
- chance = 49.5
- have = balance
- old = balance
- pip = balance
- darn = 2.9
- upper = 6.9
- target = 0.2
- downer = false
- look = false
- poop = balance
- sod = balance
- good = balance
- beest = 0
- beed = 0
- nextbet = basebet
- resetstats()
- function dobet()
- beed = beed+1
- if (beed==1) then
- basebet = lastBet.Amount
- base = basebet
- cry = basebet*9.9
- bob = basebet*9.9
- end
- if balance<poop then
- poop = balance
- print('----------------------------------------------')
- print('lowestbal')
- print(poop)
- print('----------------------------------------------')
- else
- print('----------------------------------------------')
- print('lowestbal')
- print(poop)
- print('----------------------------------------------')
- end
- if (balance>good) then
- good = balance
- print('----------------------------------------------')
- print('bigestbal')
- print(good)
- print('----------------------------------------------')
- else
- print('----------------------------------------------')
- print('bigestbal')
- print(good)
- print('----------------------------------------------')
- end
- if (lastBet.amount>beest) then
- beest = lastBet.Amount
- print('----------------------------------------------')
- print('bigestbet')
- print(beest)
- print('----------------------------------------------')
- else
- print('----------------------------------------------')
- print('bigestbet')
- print(beest)
- print('----------------------------------------------')
- end
- if (balance>(have+(base*upper))) then
- nextbet = lastBet.Amount*2
- base = nextbet
- downer = false
- look = true
- darn = 4.9
- upper = 4.9
- have = balance
- end
- if ((balance<(have-(base*darn))) and (look==false)) then
- nextbet = lastBet.Amount*2
- base = nextbet
- downer = true
- darn = 4.9
- upper = 4.9
- have = balance
- end
- if ((balance<(have-(base*darn))) and (look==true)) then
- nextbet = lastBet.Amount*2
- base = nextbet
- downer = false
- darn = 4.9
- upper = 4.9
- have = balance
- end
- if (((balance>=old) and (downer==true) and (balance<(old+(basebet*7)))) or (balance>(old+(basebet*10))) and (balance<(old+((math.floor((balance-old)/(basebet*10)))*(basebet*10))+(basebet*7)))) then
- nextbet = basebet
- base = basebet
- upper = 6.9
- darn = 2.9
- downer = false
- look = false
- have = old+((math.floor((balance-old)/(basebet*10)))*(basebet*10))
- old = old+((math.floor((balance-old)/(basebet*10)))*(basebet*10))
- end
- if ((balance-nextbet)<=(old-cry)) then
- nextbet = basebet
- base = basebet
- upper = 6.9
- darn = 2.9
- downer = false
- look = false
- have = old-((math.ceil((old-balance)/(basebet*10)))*(basebet*10))
- have = old-((math.ceil((old-balance)/(basebet*10)))*(basebet*10))
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement