This site is being migrated to
https://gambler.bot with time.

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:SERBAINDO SCRIPT
Uploaded by: asahi2012
Discription:
I use this script for 1 month and reach 300% profit (with change account daily twice in VPN).

PLEASE STOP THE SCRIPT WHEN GRAPHIC/MARKET IS FLAT OR SIDEWAYS.


Please if anyone know to set STOP LOSS tell me where to input the script formula.


For donation just send to my doge wallet:
D7ikqrcojbrXY1y6oc6hfB6UizjrP6RGjW





CommentsLogin or Register
testspambom19:04:2020 16:18
This script absolutely safe with high profit.
any way to contact you?
    Login or Register
salem821:04:2020 09:08
@testspambom, No script is safe in gambling especially with "HIGH PROFIT" you said!
    Login or Register
cryptomonk26:04:2020 13:37
this script jumps to red death and busting whole balance at some point! do not use on real money!
    Login or Register
salem821:04:2020 09:06
this script is copied version of old script and posted by another user you can't ask for donations with minor changes.
you changed nothing in betting patter also you not gave credit to user who actually made it
    Login or Register
cryptomonk21:04:2020 17:45
holy cow! so some scumbags are doing plagiarism and fake scripts?! look out - next thing you know, they intentionally publish a malicious code to steal or bust your coin! i was in hope this is safe/clean place... oh, dear - world has come to this!
    Login or Register
cryptomonk26:04:2020 12:14
the stop-profit and stop-loss looks like this:

stopgain = balance*1.10
stoploss = balance*0.90

function dobet()

if balance - nextbet >= stopgain then
	stop()
	ching()
	print "winner, chicken dinner! :p"
	end
	
if balance - nextbet <= stoploss then
	stop()
	alarm()
	print "oopsie, daisie! :p"
	end
    Login or Register