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
- currency = "trx"
- resetstats()
- --resetseed()
- minbet = 1e-8
- nextbet = minbet
- amaze = 1e3
- basebet = balance / amaze
- if basebet<minbet then basebet=minbet end
- base = basebet
- bethigh = true
- chance = 24.75
- have = balance
- old = balance
- darn = 2.5
- upper = 6.5
- bug = balance
- sbal = balance
- target = sbal * 2
- bob = 0
- bib = 0
- tarny = balance
- tarn = balance
- div = basebet
- downer = false
- nextbet = basebet
- ath = balance
- function dobet()
- if (balance >= target) then
- stop()
- ching()
- end
- if (lastBet.Roll > 75.24) then
- bob = bob + 1
- end
- if ((bob >= (math.random(1, 3))) and (bethigh == false)) then
- bethigh = true
- bob = 0
- end
- if (lastBet.Roll < 24.75) then
- bib = bib + 1
- end
- if ((bib >= (math.random(1, 3))) and (bethigh == true)) then
- bethigh = false
- bib = 0
- end
- if (balance < (have - (base * darn))) then
- chance = math.random(49,66)
- if balance>ath then
- ath = balance
- basebet = balance / amaze
- if basebet<minbet then basebet=minbet end
- base = basebet
- end
- base = base * (99/chance)
- downer = true
- darn = 4.5
- upper = 4.5
- bob = 0
- have = balance
- end
- if (((downer == true) and (balance >= old)) or (balance > (old + (basebet * 10)))) then
- chance = math.random(49,66)
- base = basebet* (99/chance)
- upper = 6.5
- darn = 2.5
- bob = 0
- bib = 0
- downer = false
- have = old + ((math.floor((balance - old) / (basebet * 10))) * (basebet * 10))
- old = old + ((math.floor((balance - old) / (basebet * 10))) * (basebet * 10))
- end
- nextbet = base
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement