Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("DOORS ITEM GIVER", "Ocean")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Everything in the GUI")
- Section:NewLabel("MADE BY SHARKBOY GAMER")
- Section:NewButton("WELCOME ACHIEVEMENT", "gives you the welcome achievement", function()
- -- Achievement
- local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
- -- Creates and displays your custom achievement
- Achievements.Get({
- Title = "WELCOMEE",
- Desc = "welcome to the script :D",
- Reason = '"used the script',
- Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
- })
- end)
- Section:NewButton("Crucifix", "Gives you the crucifix in doors (only works on custom entities that you spawn)", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/vYhqWNDq"))()
- -- Achievement
- local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
- -- Creates and displays your custom achievement
- Achievements.Get({
- Title = "Wait what?",
- Desc = "LSPLASH IS GONNA BE SO MAD AT YOU BRO LOL",
- Reason = '"get the crucifix before the hotel+doors update',
- Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
- })
- end)
- Section:NewButton("SKELETON KEY ACHIEVEMENT", "gives you the skeleton key achievement", function()
- -- Achievement
- local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()
- -- Creates and displays your custom achievement
- Achievements.Get({
- Title = "Wait what?",
- Desc = "LSPLASH IS GONNA BE SO MAD AT YOU BRO LOL",
- Reason = '"get the skeleton key before the hotel+doors update',
- Image = "https://tr.rbxcdn.com/e97b809a33e25c3ca823b224b3f981b9/420/420/Image/Png",
- })
- end)
Advertisement
Advertisement