case clicker script 2019 local updateCaseBux; local c_code; for i,v in next, debug.getregistry() do if type(v) == "function" then local upvals = debug.getupvalues(v); for a,b in next, upvals do if a == "updateCaseBux" then updateCaseBux = b; end if a == "c_code" then case clicker script 2019 How to dowload it? case clicker script 2019 c_code = b; end end end end game:GetService("RunService").RenderStepped:Connect(function() updateCaseBux:FireServer(c_code) end) case clicker script 2019