Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stopprofit = 50
- ---------------------------------------------------------------don' t change anything
- ------------------------------------------------or change if you know how to edit
- function changebet()
- randswitch= math.random(1,20)
- if(randswitch >= 5) then
- return true
- else
- return false
- end
- end
- base = 0.0000010 ----can be set---------set your basebet HERE
- chance = 90 -------------------set your starting chance HERE
- bethigh = true
- target = balance + (balance * stopprofit / 100)
- function dobet()
- if (balance >= target) then stop() print("YOU WIN")
- end
- function dobet()
- if (win) then
- nextbet = base
- bethigh = true
- chance =90
- else
- nextbet = nextbet * 2
- chance = 49.5
- bethigh = false
- end
- if (currentstreak == - 2) then
- bethigh = false
- chance = 65
- nextbet = nextbet * 1.5
- end
- if (currentstreak == - 3) then
- bethigh = true
- chance = 75
- nextbet = nextbet * 3
- end
- if (currentstreak == -4) then
- bethigh = false
- chance = 49.5
- nextbet = nextbet
- end
- if (currentstreak == - 5) then
- bethigh = true
- chance = 65
- nextbet = nextbet * 1.5
- print (" made by jimchua from philippines")
- end
- if (currentstreak == - 6) then
- bethigh = false
- chance = 75
- nextbet = nextbet * 3
- end
- if (currentstreak == - 7) then
- bethigh = true
- chance = 49.5
- nextbet = nextbet
- end
- if (currentstreak == - 8) then
- bethigh = false
- chance = 65
- nextbet = nextbet * 1.5
- end
- if (currentstreak == - 9) then
- bethigh = false
- chance = 75
- nextbet = nextbet * 3
- end
- if (currentstreak == - 10) then
- bethigh = true
- chance = 49.5
- nextbet = nextbet
- end
- if (currentstreak == - 11) then
- bethigh = false
- chance = 65
- nextbet = nextbet * 1.5
- end
- if (currentstreak == - 12) then
- bethigh = true
- chance = 75
- nextbet = nextbet * 3
- end
- if (currentstreak == - 14) then
- bethigh = false
- chance = 49.5
- nextbet = nextbet
- end
- if (currentstreak == - 15) then
- bethigh = false
- chance = 65
- nextbet = nextbet * 1.5
- end
- if (currentstreak == - 16) then
- bethigh = true
- chance = 75
- nextbet = nextbet * 3
- end
- if (currentstreak == - 17) then
- bethigh = false
- chance = 49.5
- nextbet = nextbet
- end
- if (currentstreak == - 18) then
- bethigh = true
- chance = 65
- nextbet = nextbet * 100
- end
- end
- end
Add Comment
Please, Sign In to add comment