Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- lollypop skript hub 1
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Lollypop Hub", "Serpent")
- --LOKAL PLAYER
- local Player = Window:NewTab("Lokal Player")
- local PlayerSection = Player:NewSection("Player")
- -- skript hub
- local Skripts = Window:NewTab("Skripts")
- local SkriptsSection =
- Skripts:NewSection("Skripts")
- SkriptsSection:NewButton("99 fail impossible obby tile skript", "purple = ✅ green = tile broke or 🔥", function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/DhLMep63'),true))()
- end)
- SkriptsSection:NewButton("FLY GUI V3", "mobile fly skript", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-FLY-GUI-V3-8402"))()
- end)
- SkriptsSection:NewButton("Infinite Yield", "FE Admin Kommands", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- SkriptsSection:NewButton("Fates Admin (Type !cmds)", "type !setprefix ; then ;saveprefix to Save", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
- end)
- SkriptsSection:NewButton("No Klip", "go thru walls and people", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/GSLJP70k"))()
- end)
- SkriptsSection:NewButton("Flashbaxk Skript", "rewind", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/cgWLwdN9", true))()
- end)
- -- HUBS & GUIS
- local Games = Window:NewTab("HUBS & GUIS")
- local GamesSection =
- Games:NewSection("HUBS & GUIS")
- GamesSection:NewButton("ASTRAL HUB V3", "has a lot of skripts", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Vcsk/AstralHub/main/Main.lua", true))()
- end)
- GamesSection:NewButton("Harsh Texh v7.4", "has a lot of skripts", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/YellowGreg/HarshTech7.4-Beta/main/HarshTech7.4.lua'),true))()
- end)
- GamesSection:NewButton("Skript Loader Hub (huge GUI)", "has a lot of skripts", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/zzYSdwhk", true))()
- end)
- -- Tools
- local Tools = Window:NewTab("Tools")
- local ToolsSection =
- Tools:NewSection("Tools")
- ToolsSection:NewButton("BTools", "building tools not FE", function()
- a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- a.BinType = 2
- b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- b.BinType = 3
- c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- c.BinType = 4
- end)
- ToolsSection:NewButton("Super Tools", "tools", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/Super%20tools"))()
- end)
- ToolsSection:NewButton("FE invisible tool", "enables and disables invisibility", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LraZZsaZ"))()
- end)
- -- Fun Stuff
- local Fun = Window:NewTab("Fun/Troll")
- local FunSection =
- Fun:NewSection("Fun Skripts")
- FunSection:NewButton("Xhat Troller", "make users say what u want but in white", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/MBpnp3yS'))()
- end)
- FunSection:NewButton("FE Portal Gun (teleport)", "type user and walk thru the portal to go to user", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/H9B4aGij"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement