Advertisement
Pmn20002

Reamins Mystery

Apr 29th, 2023
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 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("BARRY'S PRISON RUN! (FIRST PERSON OBBY!", "DarkTheme")
  3.  
  4. local Tab = Window:NewTab("Main")
  5. local TabSection = Tab:NewSection("Main")
  6.  
  7.  
  8. TabSection:NewButton("Change Clothes To Police", "", function()
  9. loadstring(game:HttpGet('https://pastebin.com/raw/cSCDryAL'))()
  10. end)
  11.  
  12.  
  13.  
  14. TabSection:NewButton("Free gamepasses RESET AFTER CLICKING", "", function()
  15. loadstring(game:HttpGet('https://pastebin.com/raw/cDn1Pmn2'))()
  16. end)
  17.  
  18.  
  19.  
  20.  
  21. local GR = Window:NewTab("Badges")
  22. local GRSection = GR:NewSection("Badges")
  23.  
  24.  
  25.  
  26.  
  27. GRSection:NewButton("Easy Mode Badge", "", function()
  28. loadstring(game:HttpGet('https://pastebin.com/raw/8ZgSy105'))()
  29. end)
  30.  
  31.  
  32.  
  33. GRSection:NewButton("Hard Mode Badge", "", function()
  34. loadstring(game:HttpGet('https://pastebin.com/raw/vKij1CFe'))()
  35. end)
  36.  
  37.  
  38. GRSection:NewButton("HiddenGem Badge", "", function()
  39. loadstring(game:HttpGet('https://pastebin.com/raw/xQDp7UFz'))()
  40. end)
  41.  
  42.  
  43. GRSection:NewButton("Lava Mode Badge", "", function()
  44. loadstring(game:HttpGet('https://pastebin.com/raw/UcgKCZjq'))()
  45. end)
  46.  
  47.  
  48.  
  49. local TL = Window:NewTab("Teleport")
  50. local TLSection = TL:NewSection("Teleport")
  51.  
  52.  
  53.  
  54.  
  55. TLSection:NewButton("Prison", "", function()
  56. loadstring(game:HttpGet('https://pastebin.com/raw/F4Et5Zhc'))()
  57. end)
  58.  
  59.  
  60. TLSection:NewButton("End", "", function()
  61. loadstring(game:HttpGet('https://pastebin.com/raw/MpPqRbVe'))()
  62. end)
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement