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("BARRY'S PRISON RUN! (FIRST PERSON OBBY!", "DarkTheme")
- local Tab = Window:NewTab("Main")
- local TabSection = Tab:NewSection("Main")
- TabSection:NewButton("Change Clothes To Police", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/cSCDryAL'))()
- end)
- TabSection:NewButton("Free gamepasses RESET AFTER CLICKING", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/cDn1Pmn2'))()
- end)
- local GR = Window:NewTab("Badges")
- local GRSection = GR:NewSection("Badges")
- GRSection:NewButton("Easy Mode Badge", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/8ZgSy105'))()
- end)
- GRSection:NewButton("Hard Mode Badge", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/vKij1CFe'))()
- end)
- GRSection:NewButton("HiddenGem Badge", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/xQDp7UFz'))()
- end)
- GRSection:NewButton("Lava Mode Badge", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/UcgKCZjq'))()
- end)
- local TL = Window:NewTab("Teleport")
- local TLSection = TL:NewSection("Teleport")
- TLSection:NewButton("Prison", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/F4Et5Zhc'))()
- end)
- TLSection:NewButton("End", "", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/MpPqRbVe'))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement