Need help with the bot or want someone to talk to?
FORUM.SEUNTJIE.COM

The forum is a good platform for asking or offering help with programmer mode scripts

LUA Scripts

Download a script for your bot, or upload your own to share with other users. Login or Register to upload

How do I use this?


Name:Pluscoup by chilly2k and grendel25
Uploaded by: grendel25
Discription:
http://www.roulette30.com/2014/01/oscars-grind-system-pluscoup-progression.html





CommentsLogin or Register
findyou133725:05:2016 15:44
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?
    Login or Register
seuntjie27:05:2016 07:22
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.
    Login or Register
chaiyoot710:06:2016 15:50
how to fix?
http://www.mx7.com/i/192/lYyozt.jpg
    Login or Register
flashyolo42012:07:2017 01:00
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
    Login or Register
Tomy4523:08:2020 02:50
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
    Login or Register
Tomy4523:08:2020 02:23
This comment has been removed.
    Login or Register
Tomy4523:08:2020 02:29
This comment has been removed.
    Login or Register
Tomy4523:08:2020 02:31
This comment has been removed.
    Login or Register
Tomy4523:08:2020 02:38
This comment has been removed.
    Login or Register
Tomy4523:08:2020 02:43
This comment has been removed.
    Login or Register
Tomy4523:08:2020 02:18
This comment has been removed.
    Login or Register
Andrewblood28:06:2018 20:34
Great but after 100.000 rolls i stopped by 12k satoschi bet because he goes more and more with my balance down (0.01)...
    Login or Register
Aragorn8321:06:2017 14:30
brilliant script
    Login or Register
flashyolo42011:07:2017 07:43
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
    Login or Register