с какого то скрипта попозже норм скину код
1729530293
function send_request(ip)
local url = "http://" .. ip .. ":185"
local _, response_code, _, _ = http.request(url)
if response_code == 200 then
print("пинговочка")
else
print("я гей ошибочке)
end
end