Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mango = balance
- bill = mango
- ying = balance
- bethigh = false
- chance = 49.5
- troll = (mango/24000)
- fag = troll
- flank = 6.5
- under = 2.5
- claim = (troll*10)
- krux = (troll*6.5)
- joe = 0
- nobby = ((bill-mango)/100)
- crazy = ((math.floor(mango/claim))*claim)
- nextbet = troll
- resetstats()
- -- cloc
- local clock = os.clock
- function sleep(n)-- seconds
- local t0 = clock()
- while clock() - t0 <= n do
- end
- end
- function dobet()
- sleep(0.25)
- nobby = ((balance-mango)/(mango/100))
- if ((balance>(crazy+(fag*flank))) or (balance<(crazy-(fag*under)))) then
- fag = fag*2
- flank = 4.5
- under = 4.5
- crazy = balance
- end
- if ((nobby>=(joe+0.1)) and (balance<(((math.floor(balance/claim))*claim)+krux))) then
- crazy = ((math.floor(balance/claim))*claim)
- joe = ((math.floor(nobby/0.1))*0.1)
- troll = (balance/24000)
- claim = (troll*10)
- krux = (troll*6.5)
- flank = 6.5
- under = 2.5
- fag = troll
- end
- if ((nobby>=(joe+0.1)) and (balance>(((math.floor(balance/claim))*claim)+krux))) then
- crazy = ((math.floor(balance/claim))*claim)
- joe = ((math.floor(nobby/0.1))*0.1)
- troll = (balance/24000)
- claim = (troll*10)
- krux = (troll*6.5)
- flank = 4.5
- under = 4.5
- fag = troll*2
- end
- print('percent made already')
- print(nobby)
- chance = 49.5
- nextbet = fag
- if (balance>5000) then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment