Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local function Check(func) if string.find(debug.getinfo(func).short_src,"snte_source.lua") then return true else return false end end for k,v in pairs(net.Receivers) do if Check(v) then net.Receive(v,function(_,p) p:ChatPrint("Exploiting is bad ! :C") end) end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement