Advertisement
rrixh

lollypop skript hub original

Jun 15th, 2023 (edited)
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | Gaming | 0 0
  1. -- lollypop skript hub 1
  2.  
  3. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  4. local Window = Library.CreateLib("Lollypop Hub", "Serpent")
  5.  
  6. --LOKAL PLAYER
  7. local Player = Window:NewTab("Lokal Player")
  8. local PlayerSection = Player:NewSection("Player")
  9.  
  10.  
  11. -- skript hub
  12. local Skripts = Window:NewTab("Skripts")
  13. local SkriptsSection =
  14. Skripts:NewSection("Skripts")
  15.  
  16. SkriptsSection:NewButton("99 fail impossible obby tile skript", "purple = ✅ green = tile broke or 🔥", function()
  17. loadstring(game:HttpGet(('https://pastebin.com/raw/DhLMep63'),true))()
  18. end)
  19.  
  20. SkriptsSection:NewButton("FLY GUI V3", "mobile fly skript", function()
  21. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-FLY-GUI-V3-8402"))()
  22. end)
  23.  
  24. SkriptsSection:NewButton("Infinite Yield", "FE Admin Kommands", function()
  25. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  26. end)
  27.  
  28. SkriptsSection:NewButton("Fates Admin (Type !cmds)", "type !setprefix ; then ;saveprefix to Save", function()
  29. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
  30. end)
  31.  
  32. SkriptsSection:NewButton("No Klip", "go thru walls and people", function()
  33. loadstring(game:HttpGet("https://pastebin.com/raw/GSLJP70k"))()
  34. end)
  35.  
  36.  
  37. SkriptsSection:NewButton("Flashbaxk Skript", "rewind", function()
  38. loadstring(game:HttpGet("https://pastebin.com/raw/cgWLwdN9", true))()
  39. end)
  40.  
  41.  
  42. -- HUBS & GUIS
  43. local Games = Window:NewTab("HUBS & GUIS")
  44. local GamesSection =
  45. Games:NewSection("HUBS & GUIS")
  46.  
  47. GamesSection:NewButton("ASTRAL HUB V3", "has a lot of skripts", function()
  48. loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/AstralHub/main/Main.lua", true))()
  49. end)
  50.  
  51. GamesSection:NewButton("Harsh Texh v7.4", "has a lot of skripts", function()
  52. loadstring(game:HttpGet(('https://raw.githubusercontent.com/YellowGreg/HarshTech7.4-Beta/main/HarshTech7.4.lua'),true))()
  53. end)
  54.  
  55. GamesSection:NewButton("Skript Loader Hub (huge GUI)", "has a lot of skripts", function()
  56. loadstring(game:HttpGet("https://pastebin.com/raw/zzYSdwhk", true))()
  57. end)
  58.  
  59.  
  60. -- Tools
  61. local Tools = Window:NewTab("Tools")
  62. local ToolsSection =
  63. Tools:NewSection("Tools")
  64.  
  65. ToolsSection:NewButton("BTools", "building tools not FE", function()
  66. a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  67. a.BinType = 2
  68. b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  69. b.BinType = 3
  70. c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  71. c.BinType = 4
  72. end)
  73.  
  74. ToolsSection:NewButton("Super Tools", "tools", function()
  75. loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/Super%20tools"))()
  76. end)
  77.  
  78. ToolsSection:NewButton("FE invisible tool", "enables and disables invisibility", function()
  79. loadstring(game:HttpGet("https://pastebin.com/raw/LraZZsaZ"))()
  80. end)
  81.  
  82.  
  83. -- Fun Stuff
  84. local Fun = Window:NewTab("Fun/Troll")
  85. local FunSection =
  86. Fun:NewSection("Fun Skripts")
  87.  
  88. FunSection:NewButton("Xhat Troller", "make users say what u want but in white", function()
  89. loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))()
  90. end)
  91.  
  92. FunSection:NewButton("FE Portal Gun (teleport)", "type user and walk thru the portal to go to user", function()
  93. loadstring(game:HttpGet("https://pastebin.com/raw/H9B4aGij"))()
  94. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement