FindService Bypass

Run Settings
LanguageLua
Language Version
Run Command
local findService = game.FindService local hook do hook = hookfunction(findService, newcclosure(function(self, ...) local args = {...} local serviceName = args[1] if self == game and typeof(serviceName) == "string" then if string.match(serviceName:lower(), "virtualuser") or string.match(serviceName:lower(), "virtualinputmanager") then return nil end end return hook(self, ...) end)) end
Editor Settings
Theme
Key bindings
Full width
Lines