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:20% Chance 2 Wins Edited
Uploaded by: whipzman
Discription:
This is based of 2wins by chilly2k
This works best on sites where you can bet 0 as a prebet;
Chance is set at 20% feel free to change
Change at your own risk

Tell me what else you want added;





CommentsLogin or Register
Hjorten31:10:2016 07:24
This comment has been removed.
    Login or Register
DmitriyFX20:04:2018 20:52
LUA ERROR!!
'end' expected after function body, got 'else'
    Login or Register
Tomy4525:08:2020 02:00
Find the line:

    if (wincount == 2) then go = true end
 else


....and remove "end" from that line. Then will be working.
    Login or Register
savixx07:03:2020 05:10
hey bro can anyone tell me how to add streak on loss if i m on 2x payout and i want to automatically stop after 5 losses and along with when i got profit ?in any script
    Login or Register
biawaklaut13:09:2020 13:14

-- for max streak loss -20
if currentstreak < -20 then stop() end
-- add before latest end ----
end

    Login or Register