The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Logger script pastebin roblox
By Logger on 2024-09-23 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local webhookcheck =
  2.    is_sirhurt_closure and "Sirhurt" or pebc_execute and "ProtoSmasher" or syn and "Synapse X" or
  3.    secure_load and "Sentinel" or
  4.    KRNL_LOADED and "Krnl" or
  5.    SONA_LOADED and "Sona" or
  6.    "Kid with shit exploit"
  7.  
  8. local url =
  9.    "webhookhere" -- put ur webhook here dumbos
  10. local data = {
  11.    ["content"] = "Executed [SCRIPT NAME]",
  12.    ["embeds"] = {
  13.        {
  14.            ["title"] = "**Someone Executed [SCRIPT NAME]** in: "   ..game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name.. " :)",
  15.            ["description"] = "Username: " .. game.Players.LocalPlayer.Name.." with **"..webhookcheck.."**",
  16.            ["type"] = "rich",
  17.            ["color"] = tonumber(0x7269da),
  18.            ["image"] = {
  19.                ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  20.                    tostring(game:GetService("Players").LocalPlayer.Name)
  21.            }
  22.        }
  23.    }
  24. }
  25. local newdata = game:GetService("HttpService"):JSONEncode(data)
  26.  
  27. local headers = {
  28.    ["content-type"] = "application/json"
  29. }
  30. request = http_request or request or HttpPost or syn.request
  31. local abcdef = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  32. request(abcdef)



  • Recent Roblox Scripts