LUA Scripts
http://www.roulette30.com/2014/01/oscars-grind-system-pluscoup-progression.html
the script works great . but after a few minutes or hours i become a message "lua error script , what can i do to solve this?
Can you provide more details regarding the error? It should give a line number etc. If you encounter it again, please post the error and a screenshot of the console/last few bets before the error.
how to fix? http://www.mx7.com/i/192/lYyozt.jpg
nevermind it was just bitsler server throttling the bets. But also is this fully pulscoup because i noticed for example coming from -40u and the bet is current 25u if i win we will be at -15u shouldnt the next bet be then 16u? to get the 1 unit profit but instead i notice it continues and places 26u wager for next bet and when it loses it puts you into more of a hole losing 10 more units then we should if we are playing real oscars grind just trying to get clarification thankss
With reduction. Here you go: --SYSTEM: Oscar’s grind basebet = 0.00000001 nextbet = basebet chance = 49.5 minbal=balance-0.0300000 maxbal=balance+0.01500000 loss = 0 function dobet() if win then loss -= previousbet nextbet = previousbet + basebet if nextbet > loss then nextbet = loss + basebet end if loss < 0 then nextbet = basebet loss = 0 end end if !win then loss += previousbet nextbet = previousbet end print("") print("loss:") print(loss) if balance < minbal then stop() end if balance > maxbal then stop() end end
This comment has been removed.
Great but after 100.000 rolls i stopped by 12k satoschi bet because he goes more and more with my balance down (0.01)...
brilliant script
hi so i noticed when i use this script the bot slows down at times is that normal? for example sometimes it would be fast for 10 bets then it stops and takes a bit for the next few bets then stops so on it also stops at random intervals not after a win or anything because i noticed it stops sometimes in middle of a lose streak but then resumes from where it left off just pause every now and then