www.roblox-scripter.com

Script – BOXING BETA!

Thank you for using our website
Your script:

				
					local mt = getrawmetatable(game)
local old = mt.__namecall
setreadonly(mt,false)
mt.__namecall = newcclosure(function(self, ...)
 local args = {...}
 if getnamecallmethod() == 'FireServer' and self.Name == 'DeviceClientRemote' then
   args[1] = "mobile"
 end
 return old(self, unpack(args))
end)
				
			

How about trying out new scripts?