Terpesona Script
Terpesona Script
function dobet()
if balance >= wdtarget then
--TO ACTIVATE AUTO WITHDRAW, REMOVE DOUBLE DASH or STRIP BEFORE WITHDRAW BELOW
withdraw(save,wallet)
print(" ")
print("Nice")
print(" ")
print("Keep it up")
print(" ")
end
tmpprofit = 0
nextbet = base
investprofit = 0
invest(balance - startbalance)
end
else
print("Since we havent reached our target times last bet by
multiplierwin")
nextbet = previousbet*multiplierwin
end
end
else
nextbet = previousbet*multiplierlose
nextbet = base
end
end
end