Star Simulator Script | BETA FREE BUILDS OPEN SOURCE

Created by ETBebo

Features:

  • So basically you build without Spending Resources
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)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS