Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bob = 0.00000001
- cript = bob
- god = (bob*3)
- have = balance
- ian = balance
- oldbal = balance
- slop = balance
- joe = false
- chance = 49.5
- fish = true
- nextbet = bob
- target = 5000
- bethigh = false
- resetstats()
- function dobet()
- bolank = balance
- if (bolank<=(have-god)) then
- have = have-god
- cript = (cript*2)
- nextbet = cript
- god = (cript*5)
- joe = true
- end
- if (bolank>(have+(cript*6))) then
- have = have+(cript*7)
- cript = (cript*2)
- nextbet = cript
- god = (cript*5)
- joe = false
- end
- if ((bolank-ian)>(bob*10)) then
- ian = ian+(bob*10)
- have = ian
- nextbet = bob
- cript = bob
- god = (bob*3)
- joe = false
- end
- if ((joe==true) and (bolank>=ian)) then
- nextbet = bob
- cript = bob
- god = (bob*3)
- have = ian
- ian = ian
- joe = false
- end
- print("ian")
- print(ian)
- if (nextbet>=balance) then
- stop()
- end
- if (balance>=target) then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement