MIC UP Script | ENTER WITHOUT VC ENABLED

Created by RobloxFan777back

Features:

  • ENTER WITHOUT VC ENABLED
local mt = getrawmetatable(game)
local namecall = mt.__namecall
setreadonly(mt, false)
mt.__namecall = newcclosure(function(self, ...)
   if getnamecallmethod() == "IsVoiceEnabledForUserIdAsync" then
       return true;
   end
   return namecall(self, ...)
end)
setreadonly(mt, true)
  • enter vip room without purchasing
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
   if v:IsA("Part") and v.Name == "VIP Door" or v.Name == "ProximityAndTouchGamepassPurchase" then
       v:Destroy()
   end
end

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