Advertisement
SlyHades66

Remote Argument Protector

Oct 2nd, 2016
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. game:GetService("LogService").MessageOut:connect(function(msg)
  2.     if string.find(string.lower(msg), "remote") or string.find(string.lower(msg), "args") or string.find(string.lower(msg), "path") or string.find(string.lower(msg), "arguments") then
  3.         while true do
  4.            
  5.         end
  6.     end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement