poky1084 / bot4lucky

a bot for luckygames.io / luckygames.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bot4lucky

a bot for luckygames.io / luckygames.app (Dice, Balls)
the strategy script must be coded in javascript, and not Lua script.

Videos:


Info:

Please favourite the repo in case you liked/used it. Thank you!

Discord: fisk_992
Stake: poky1084
Telegram:: @poky_1084

Use:

functions: resetstats(), log('text'), start(), stop(), resetAll(), resetChart(), deleteLogs()

!!the strategy must be in dobet() method, and dobet() must be declared as shown below!!

nextbet = 0.00001 //in crypto format, not USD
chance = 98

dobet = function(){
 //strategy code
}

or:

function dobet(){
 //strategy code
}

Balls:

game = "balls"
numbers = [0,1,2,3,4,5,6,7,8]

Dice:

game = "dice"
chance = 49.5
nextbet = 0
bethigh = false

About

a bot for luckygames.io / luckygames.app


Languages

Language:JavaScript 100.0%