Advertisement
trixade

Lua Webhook Executions Tracker [EXPLOIT]

Jul 31st, 2022 (edited)
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.88 KB | None | 0 0
  1. --this is a simple lua webhook executions tracker [EXPLOIT]
  2. --By Trix#2794
  3.  
  4. local request = http_request or request or (syn and syn.request)
  5.  
  6. request({
  7.     Method = "POST",
  8.     Url = "", -- enter ur webhook here
  9.     Headers = {
  10.         ["Content-Type"] = "application/json"
  11.     },
  12.     Body = game:GetService("HttpService"):JSONEncode({
  13.         username = "Executions",
  14.         content = "`" .. game.Players.LocalPlayer.Name  .. "` has executed the Scr1pt ! **"..("__("..game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name)..")__".."**".." **|** ".."**"..game.PlaceId.." | ".."**".."Using : ".."**__"..identifyexecutor().."__**".." **|** ".."**__"..game.Players.LocalPlayer.AccountAge.."__**".." Days Old".." **|** ".."Country : ".."**__"..game:GetService("LocalizationService"):GetCountryRegionForPlayerAsync(game.Players.LocalPlayer).."__**".." **|** ",
  15.     })
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement