Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer.Character
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()local player = game.Players.LocalPlayer
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "MultiApe Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- --[[
- Name = <string> - The name of the UI.
- HidePremium = <bool> - Whether or not the user details shows Premium status or not.
- SaveConfig = <bool> - Toggles the config saving in the UI.
- ConfigFolder = <string> - The name of the folder where the configs are saved.
- IntroEnabled = <bool> - Whether or not to show the intro animation.
- IntroText = <string> - Text to show in the intro animation.
- IntroIcon = <string> - URL to the image you want to use in the intro animation.
- Icon = <string> - URL to the image you want displayed on the window.
- CloseCallback = <function> - Function to execute when the window is closed.
- ]]
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Tab = Window:MakeTab({
- Name = "Character Mods",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Character Mods"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- OrionLib:MakeNotification({
- Name = "OO AA",
- Content = "MultiApe Being Loaded (still w.i.p)",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- Tab:AddButton({
- Name = "Speed",
- Callback = function()
- player.Character.Humanoid.WalkSpeed = 100
- end
- })
- Tab:AddButton({
- Name = "Jump",
- Callback = function()
- player.Character.Humanoid.JumpPower = 100
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "High Gravity",
- Callback = function()
- game.Workspace.Gravity = 4
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Low Gravity",
- Callback = function()
- game.Workspace.Gravity = 340
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Reset Speed",
- Callback = function()
- player.Character.Humanoid.WalkSpeed = 16
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Reset JumpPower",
- Callback = function()
- player.Character.Humanoid.JumpPower = 52
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Section = Tab:AddSection({
- Name = "Admin Scripts & Extra"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "Infinite Jump",
- Callback = function()
- player.Character.Humanoid.infiniteJumpPower = 100
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Infinite Yield",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Tp Tool",
- Callback = function()
- print("button pressed")
- while true do
- wait(1)
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Permanent Tp Tool"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Nameless Admin",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Nameless-Admin-no-byfron-ui-11288"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Keyboard ⌨",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GGH52lan/GGH52lan/main/keyboard.txt"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "Op Hubs",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Op Hubs"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "MoonHub 🌑",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://pastebin.com/raw/LwQkm563"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "TigerXHub 🐯",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://raw.githubusercontent.com/balintTheDevX/Tiger-X-V3/main/Tiger%20X%20its%20Back"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "GhostHub 👻",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "Op Scripts",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Op Scripts"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "Ip Logger (fake)",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Furkanreisgg/-p-logger/main/FurkanScriptRoblox%20ip%20logger"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Superman Fly",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://pastebin.com/raw/5yLUa0Dd"))();
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Random Script",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://pastebin.com/raw/2PSrmyeq"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Hitbox For All Games",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://pastebin.com/raw/wg9suSjr"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "Ai Scripts",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Ai Script"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "Ai Chat Hub",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Guerric9018/chatbothub/main/ChatbotHub.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- local Tab = Window:MakeTab({
- Name = "Chat Bypass Scripts",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "Chat Bypass Scripts"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- Tab:AddButton({
- Name = "BetterBypasser(OP)",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Synergy-Networks/products/main/BetterBypasser/loader.lua",true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "SimpleBypass",
- Callback = function()
- print("button pressed")
- loadstring(game:HttpGet("https://pastebin.com/raw/T4FEyvHH"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement