Star Simulator Beta Free Builds Open Source

Uploaded On
Script Credit :- Mods#0001
Features

Free Builds Open Source

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local mt = getrawmetatable(game) local old = mt.__namecall setreadonly(mt, false) mt.__namecall = newcclosure( function(remote, ...) args = {...} method = tostring(getnamecallmethod()) if method == "FireServer" and tostring(remote) == "UseMoney" and tonumber(args[3]) then args[3] = 0 return old(remote, unpack(args)) end return old(remote, ...) end ) setreadonly(mt, true)