ADVERTISEMENTREMOVE ADS
Simple Webhook logger
48,271 views
Universal script•
1 year ago

Script Preview
Description
Logs the discord webhooks and protect yourself from scammers
Features:
- Log discord webhooks
Tested with
ADVERTISEMENTREMOVE ADS
10 Lines • 221 Bytes
Verified
local detect = function(link)
setclipboard(link)
end
hookfunction(request,function(info)
if string.find(info.Url,"discord") then
detect(info.Url)
return --// make it stop
end
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
crazy thumbnail
erm what is this thumbnail?
the thumbnail goes hard for some reason
nice thumbnail
Lol everyone comes for the thumbnail
Thumbnail makes me hard
View magnet frfr
what if I use http_request instead