Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- OrionLib:MakeNotification({
- Name = "Ligma Hub",
- Content = "Small Scripts",
- Image = "rbxassetid://8970015790",
- Time = 5
- })
- local Window = OrionLib:MakeWindow({Name = "Ligma Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "Orion"})
- --Player Tab--
- local PlayerTab = Window:MakeTab({
- Name = "Player",
- Icon = "rbxassetid://17458438693",
- PremiumOnly = false
- })
- local PlayerSection = PlayerTab:AddSection({
- Name = "Player"
- })
- PlayerSection:AddSlider({
- Name = "Walkspeed",
- Min = 16,
- Max = 100,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Walkspeed",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
- end
- })
- PlayerSection:AddSlider({
- Name = "JumpPower",
- Min = 50,
- Max = 250,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "JumpPower",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
- end
- })
- PlayerTab:AddButton({
- Name = "Inf Jump",
- Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/y3mdVu9i"))()
- print("Inf Jump Activated")
- end
- })
- --Player Tab End--
- --Scripts Tab--
- local ScriptTab = Window:MakeTab({
- Name = "Scripts",
- Icon = "rbxassetid://7074019216",
- PremiumOnly = false
- })
- local PlayerSection = ScriptTab:AddSection({
- Name = "Scripts"
- })
- ScriptTab:AddButton({
- Name = "Infinite Yield",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
- print("Infinite Yield Executed")
- end
- })
- ScriptTab:AddButton({
- Name = "Nameless Admin",
- Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
- print("Nameless Admin Executed")
- end
- })
- ScriptTab:AddButton({
- Name = "Speedy Mode",
- Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/ZuzcvBFG'))()
- print("Speedy Mode Activated")
- end
- })
- --Script Tab End--
- --FPS Tab--
- local FPSTab = Window:MakeTab({
- Name = "FPS",
- Icon = "rbxassetid://1079452554",
- PremiumOnly = false
- })
- local FPSSection = FPSTab:AddSection({
- Name = "FPS"
- })
- FPSTab:AddButton({
- Name = "ESP",
- Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/zV20f3Bk'))()
- print("ESP Activated")
- end
- })
- FPSTab:AddButton({
- Name = "Quotas Hub (OP)",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Insertl/QuotasHub/main/BETAv1.3"))()
- print("Quotas Hub Executed")
- end
- })
- FPSTab:AddButton({
- Name = "Owl Hub",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
- print("Owl Hub Executed")
- end
- })
- FPSTab:AddButton({
- Name = "Super Aimbot (SUPER OP)",
- Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/neLVDaNn'))()
- print("Aimbot Activated")
- end
- })
- --FPS Tab End--
- --Premium Tab--
- local PremiumTab = Window:MakeTab({
- Name = "Premium Scripts",
- Icon = "rbxassetid://6071020687",
- PremiumOnly = false
- })
- local PremiumSection = PremiumTab:AddSection({
- Name = "Premium Scripts"
- })
- PremiumTab:AddButton({
- Name = "Pendulum Hub",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V5.lua"))()
- print("Pendulum Hub Executed")
- end
- })
- PremiumTab:AddButton({
- Name = "ChatBot",
- Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/C3r8s6JB'))()
- print("ChatBot is ONLINE")
- end
- })
- --Premium Tab End
- --Settings Tab--
- local SettingsTab = Window:MakeTab({
- Name = "Settings",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local SettingsSection = SettingsTab:AddSection({
- Name = "Settings"
- })
- SettingsSection:AddButton({
- Name = "Remove Ligma Hub",
- Callback = function()
- OrionLib:Destroy()
- end
- })
- --Settings End--
- OrionLib:Init() --UI Lib End
Advertisement
Add Comment
Please, Sign In to add comment