Advertisement
Yenzkeirando

shadow scripts UI

Nov 15th, 2022
2,136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  6.  
  7. local Window = Library.CreateLib("shadow scripts UI", "Ocean")
  8.  
  9. local Tab = Window:NewTab("random scripts")
  10.  
  11. local Section = Tab:NewSection("Scripts ↓")
  12.  
  13. Section:NewButton("FLY GUI V3 MODDED", "TEST", function()
  14. loadstring(game: HttpGet('https://pastebin.com/raw/3UYg1qqb'))()
  15. end)
  16.  
  17. Section:NewButton("Nameless animation V3 -My World (read info)", "keybinds: F R T Q | this script was not made by me", function()
  18. loadstring(game:HttpGet("https://pastebin.com/raw/CsKA3L8Z"))()
  19. end)
  20.  
  21. Section:NewButton("PRISON LIFE HACK", "it wasn't made by me! but I put it here because I use this script a lot", function()
  22. loadstring(game: HttpGet('https://pastebin.com/raw/VUzUCJGf'))()
  23. end)
  24.  
  25. Section:NewButton("NUKER MOD GUI da hood(script owner in info)", "Made by tokixqp#3489 and Lucifear#0001", function()
  26. loadstring(game: HttpGet('https://pastebin.com/raw/DDXCeVtk'))()
  27. end)
  28.  
  29. Section:NewButton("KEYBOARD SCRIPT", "Made by ???", function()
  30. loadstring(game: HttpGet('https://pastebin.com/raw/YtdxEz0q'))()
  31. end)
  32.  
  33. Section:NewButton("Doors script made by darkrai", "cool script for doors.... yeaahh", function()
  34. loadstring(game: HttpGet('https://pastebin.com/raw/wm4eQSUQ'))()
  35. end)
  36.  
  37. Section:NewButton("Infinite Yield FE", "MY FAVORITE SCRIPT", function()
  38. loadstring(game: HttpGet('https://pastebin.com/raw/8fUy5TBM'))()
  39. end)
  40.  
  41. game:GetService("StarterGui"):SetCore("SendNotification", {
  42. Title = "SHADOW SCRIPTS UI";
  43. Text = "thank you very much for using this script btw are you subscribed to my channel?";
  44. Icon = "rbxthumb://type=Asset&id=505845268&w=150&h=150"})
  45. Duration = 5;
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement