Advertisement
NiceBBMBThai

WEBHOOK KAT!

Jun 20th, 2021 (edited)
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. local Notification = loadstring(game:HttpGet("https://api.irisapp.ca/Scripts/IrisBetterNotifications.lua"))()
  2.  
  3. Notification.Notify("NBT", "HUB", "rbxassetid://6394116489", {
  4. Duration = 5,
  5. Main = {
  6. Rounding = true,
  7. }
  8. });
  9.  
  10. Notification.WallNotification("NBT", "NBT HUB", {
  11. Duration = 1,
  12. TitleSettings = {
  13. Enabled = false
  14. }
  15. });
  16. wait()
  17. game:GetService("RunService").Stepped:Wait();
  18. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  19. Text = "------------Run Script | NBT HUB------------"
  20. });
  21. wait()
  22. game.StarterGui:SetCore("SendNotification", {
  23. Title = "NBT";
  24. Text = "KAT!";
  25. Icon = "rbxassetid://6394116489";
  26. Duration = 0;
  27. })
  28. wait()
  29. webhook = "https://discord.com/api/webhooks/876438702488973372/qlHl4glNRT5sWKdyL5aDoxSGRKcQzo7kA7e5hIljAxeABmH16gezGORIe6VrMFueQmnW"
  30. userName = game.Players.LocalPlayer.Name
  31. message1 = game.Players.LocalPlayer.Name .. " ได้เรียกใช้สคริปต์ KAT! SCRIPT : NBT HUB"
  32. message2 = game.Players.LocalPlayer.Name .. " ได้เรียกใช้สคริปต์ KAT! SCRIPT : NBT HUB"
  33. gameId = "GameID | " .. game.PlaceId
  34. customPhotoLink = "https://t3.rbxcdn.com/3141a043d26f3f28876e984ba683932c"
  35.  
  36. game:HttpGet("https://asdlikuajsbdgiasdgbiuandbiaudgbaiwudf.000webhostapp.com/luatowebhook.php?USERNAME=" .. userName .. "&MSG=" .. message1 .. "&WEBHOOK=" .. webhook .. "&CUSTOMPHOTO=" .. customPhotoLink .. "&MSG1=" .. gameId)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement