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:Satoshis Random
Uploaded by: luke69
Discription:
Hi everyone, i wrote this script. I play long time wit DOGE in 999Dice, and modify a little for satoshis with bitsler . This script randomize al bets, and multiply the chance to win. I begin 5000 satoshis only and dont lose after fews hours. But i dont have the time to test with long time .  





CommentsLogin or Register
overa04:11:2017 04:00
This comment has been removed.
    Login or Register
overa04:11:2017 08:10
??????! ????? email... ???? ????????? ??????????? ?? ?????????? ? ??????.
    Login or Register
luke6904:11:2017 16:13
what is youre question ??
    Login or Register
overa05:11:2017 02:55
Hello! It is possible for communication.
    Login or Register
luke6905:11:2017 11:07
yes ok ,, contact me firminpignot@gmail.com 
    Login or Register
bitcoiner06:11:2017 06:28
This comment has been removed.
    Login or Register
luke6906:11:2017 07:04

--Try with small bankroll (5000 satoshis)
-- BITSLER


nextbet=0.00000001


chance =math.random(45,55)
basebet =0.00000001
bethigh = true
betcount=0
session=0
losecount=0

wincount=0
lostchance=0
low=0
high=0
counter=0

resetseed()
resetstats()

target=balance+0.00005000

function dobet()

rstseed()

betcount+=1


ching()--remove this line if you don't want a ching on every bet
resetbuiltin()--no built in function is used, this can be removed
if (win) then
   chance =(math.random()*(55-45)+45)
   nextbet =0.00000001
   losecount = 0
end
if (!win) then
alarm()
   losecount += 1
   if (losecount > 1) then
      nextbet = previousbet*4.2
   chance =math.random(70,75)
   bethigh = !bethigh
      print ("LOSE")
   print(nextbet)
   print(chance)
   print(profit)
   print(bets)
   else
      nextbet = previousbet*2.7
   chance =math.random(55,65) 
   --bethigh = !bethigh
   print ("LOSE")
   print(nextbet)
   print(chance)
   print(profit)
   print(bets)
 

end
end
end

function rstseed()

if counter==100 then
 
               resetseed()
               counter=0
               low=0
               high=0

 else 

                  counter+=1


end


if balance > target then
	print(" ")
	stop()
	ching()
	print("TARGET REACHED!")
	print(" ")
        ching()
	print(" ")



 end
  
end

end



    Login or Register
luke6906:11:2017 07:05
i trying like that and work.. sorry for all 
    Login or Register
overa15:11:2017 09:54
how to mute sound
    Login or Register
SPAMDOMINA29:11:2017 15:36
como silenciar o som
    Login or Register