Advertisement
epicguest

doors item giver

Jan 20th, 2023
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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("DOORS ITEM GIVER", "Ocean")
  3. local Tab = Window:NewTab("Main")
  4. local Section = Tab:NewSection("Everything in the GUI")
  5.  
  6. Section:NewLabel("MADE BY SHARKBOY GAMER")
  7.  
  8. Section:NewButton("Crucifix", "Gives you the crucifix in doors (only works on custom entities that you spawn)", function()
  9. loadstring(game:HttpGet("https://pastebin.com/raw/vYhqWNDq"))()
  10. -- Achievement
  11. local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
  12.  
  13. -- Creates and displays your custom achievement
  14. Achievements.Get({
  15. Title = "Wait what?",
  16. Desc = "LSPLASH IS GONNA BE SO MAD AT YOU BRO LOL",
  17. Reason = '"get the crucifix before the hotel+doors update',
  18. Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
  19. })
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement