LUA Scripts
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
This script absolutely safe with high profit. any way to contact you?
@testspambom, No script is safe in gambling especially with "HIGH PROFIT" you said!
this script jumps to red death and busting whole balance at some point! do not use on real money!
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
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!
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