Advertisement
MaxproGlitcher

See_privite_message_gui_Max

Feb 12th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Guid By MaxproGlitcher Discord: MaxproGlitcher#6199", "Ocean")
  3.  
  4.  
  5. local Notification = loadstring(game:HttpGet("https://pastebin.com/raw/byN8L23W"))()
  6.  
  7. Notification.Notify("Notifications", "Script by MaxproGlitcher", "rbxassetid://11823384169", {
  8. Duration = 7,
  9.  
  10. TitleSettings = {
  11. TextXAlignment = Enum.TextXAlignment.Center,
  12. Font = Enum.Font.SourceSansSemibold,
  13. },
  14.  
  15. GradientSettings = {
  16. GradientEnabled = false,
  17. SolidColorEnabled = true,
  18. SolidColor = Color3.fromRGB(255, 255, 255),
  19. Retract = true
  20. }
  21. })
  22.  
  23. --update 1.0
  24. local update = Window:NewTab("update 1.0")
  25. local updateSection = update:NewSection("Chats logs")
  26.  
  27. local updateSection = update:NewSection("")
  28.  
  29. local updateSection = update:NewSection("")
  30.  
  31. local updateSection = update:NewSection("")
  32.  
  33. local updateSection = update:NewSection("")
  34.  
  35. local updateSection = update:NewSection("")
  36.  
  37.  
  38.  
  39. --Chatslogs
  40. local Chatslogs = Window:NewTab("Chatslogs")
  41. local ChatslogsSection = Chatslogs:NewSection("Chatslogs")
  42.  
  43. ChatslogsSection:NewButton("Chatslogs", "Chats logs code", function()
  44. loadstring(game:HttpGet('https://pastebin.com/raw/raUDEGZe'))()
  45. end)
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement