-- Fishing at 10 - Preroll Strategy Like the strategy, please donate to 1PkbNePmQ9nbqqLYy87nCrFm1dwVgSQFpr base=0.00000030 preroll=25 prebet=0.00000001 chance=10.00 multiplier=1.15 -- <> multiplier2=1.3 -- <> target=0.01000000 --<< Set your Target Balance>> highlevel=0 nextbet=prebet bethigh=false counter=0 betcount=0 counter=0 c=preroll altbet=1 e=0 resetstats() resetseed() function dobet() betcount+=1 counter+=1 tmp = currentstreak+preroll if win then nextbet=prebet c=preroll altbet=1 if e == 1 then bethigh=!bethigh e=0 else e+=1 end if balance > target then stop() print("TARGET REACHED!") end if profit>0 then print(" ") print("Bet WON!") print("Total Profit : "..string.format("%.8f", profit)) print(" ") end if betcount>100 then print("Highest Win Level "..highlevel) print("Number of Rolls : "..counter) resetseed() betcount=0 end else if tmp>0 then if tmp < (preroll*0.70) then nextbet=previousbet*multiplier2 else nextbet=prebet end end if tmp == 0 then nextbet=base end if tmp < 0 then nextbet=previousbet*multiplier c+=1 print("Lost Bet # "..c) if c > highlevel then highlevel=c end end if c == (45+altbet) then bethigh=!bethigh altbet+=7 end end end end end end