Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --funella Orion
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- print("Welcome to funelle")
- print(game.Players.LocalPlayer.Name)
- print("Enjoy This Script And Dont Forget to look in the Discord")
- print("discord.gg/rE2RgvEhMY")
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/BigDilk/BigDilk/main/010100100011113'),true))()
- --Window
- local MainWindow = OrionLib:MakeWindow({Name = "Funella Orion ", HidePremium = false, SaveConfig = true, ConfigFolder = "Funella Orion"})
- --[[
- 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.
- ]]
- print('This User executed funella Orion Hub')
- OrionLib:MakeNotification({
- Name = "",
- Content = "Follow me on ig @bigpwappy",
- 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.
- ]]
- --Main Section/tab
- local MainTab = MainWindow:MakeTab({
- Name = "Player 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 MainSection = MainTab:AddSection({
- Name = "Player mods "
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- MainTab:AddButton({
- Name = "Destroy Interface",
- Callback = function()
- OrionLib:Destroy()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- MainTab:AddButton({
- Name = "Execute UnNamed Esp",
- Callback = function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/tBCk0ixj'),true))()
- print('UnNamed Esp executed succesfully')
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- MainTab:AddButton({
- Name = "Do front/back flips",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/7wDcPtLk'))()
- OrionLib:MakeNotification({
- Name = "Z for front flip, X for back flip",
- Content = "Notification content... what will it say??",
- 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.
- ]]
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- MainTab:AddToggle({
- Name = "Be fast asf",
- Default = false,
- Callback = function(Fast)
- if Fast then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 300
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 30
- else
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 16
- end
- end
- })
- --[[
- Name = <string> - The name of the toggle.
- Default = <bool> - The default value of the toggle.
- Callback = <function> - The function of the toggle.
- ]]
- MainTab:AddButton({
- Name = "Bypassed flight",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/BypassedFly.lua"))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- MainTab:AddButton({
- Name = "Orca Hub",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/richie0866/orca/master/public/latest.lua'),true))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- MainTab:AddButton({
- Name = "Fly in any game",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/Uuhhch2r'))()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- MainTab:AddSlider({
- Name = "Choose your speed",
- Min = 16,
- Max = 500,
- Default = 16,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "Speed",
- Callback = function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end
- })
- MainTab:AddButton({
- Name = "Print Your IP",
- Callback = function()
- print("Your IP is")
- wait (0.5)
- print(game:HttpGet('https://ipinfo.io/ip'))
- OrionLib:MakeNotification({
- Name = "",
- Content = "Press F9 To See It",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- end
- })
- MainTab:AddButton({
- Name = "Print Your HWID",
- Callback = function()
- print("Your HardWare ID Is")
- wait (0.5)
- print(game:GetService("RbxAnalyticsService"):GetClientId())
- end
- })
- --funella versions
- local MainTab = MainWindow:MakeTab({
- Name = "funella versions",
- 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 = MainTab:AddSection({
- Name = "all funella versions"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- MainTab:AddButton({
- Name = "Execute OG funella",
- Callback = function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/vHXs4b0B'),true))()
- print("OG funella executed succesfully")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- MainTab:AddButton({
- Name = "RayField Funella",
- Callback = function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/43hQdDs7'),true))()
- print("Rayfield Funella executted succesfully")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- --loggs abt the script
- local MainTab = MainWindow:MakeTab({
- Name = "Loggs",
- 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 MainsSection = MainTab:AddSection({
- Name = "Loggs abt the script"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- MainTab:AddDropdown({
- Name = "4/15/2023",
- Default = "...",
- Options = {"The UI was made"},
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the dropdown.
- Default = <string> - The default value of the dropdown.
- Options = <table> - The options in the dropdown.
- Callback = <function> - The function of the dropdown.
- ]]
- MainTab:AddDropdown({
- Name = "4/16/2023",
- Default = "...",
- Options = {"added btools,changed the name,added Credits section,added UI toggle"},
- Callback = function(Value)
- print(Value)
- end
- })
- MainTab:AddDropdown({
- Name = "4/17/2023",
- Default = "...",
- Options = {"added loggs section"},
- Callback = function(Value)
- print(Value)
- end
- })
- MainTab:AddDropdown({
- Name = "6/3/2023",
- Default = "...",
- Options = {"Full funella released"},
- Callback = function(Value)
- print(Value)
- end
- })
- MainTab:AddDropdown({
- Name = "6/23/2023",
- Default = "...",
- Options = {"6/23/2023 Made rayfield version"},
- Callback = function(Value)
- print(Value)
- end
- })
- MainTab:AddDropdown({
- Name = "7/2/2023",
- Default = "...",
- Options = {"Made Orion version"},
- Callback = function(Value)
- print(Value)
- end
- })
- --Credits
- local MainTab = MainWindow:MakeTab({
- Name = "Credits",
- 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 MainSection = MainTab:AddSection({
- Name = "Credits"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- MainTab:AddDropdown({
- Name = "Credits",
- Default = "Click to see ;)",
- Options = {"BigPwappy on IG", "Official_danny20 on tt", "BigBootydestroyer on Yt"},
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the dropdown.
- Default = <string> - The default value of the dropdown.
- Options = <table> - The options in the dropdown.
- Callback = <function> - The function of the dropdown.
- ]]
- --info abt the UI
- local MainTab = MainWindow:MakeTab({
- Name = "Info abt the UI",
- 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 MainSection = MainTab:AddSection({
- Name = "Info abt the UI"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- MainTab:AddDropdown({
- Name = "Info",
- Default = "...",
- Options = {"Version 6", "Some what discontinued", "No longer beta"},
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the dropdown.
- Default = <string> - The default value of the dropdown.
- Options = <table> - The options in the dropdown.
- Callback = <function> - The function of the dropdown.
- ]]
- --info abt the creator
- local MainTab = MainWindow:MakeTab({
- Name = "Info abt the Creator",
- 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 MainSection = MainTab:AddSection({
- Name = "Info abt me"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- MainTab:AddDropdown({
- Name = "Info abt me",
- Default = "...",
- Options = {"Im a 13 year old coder", "This is my 3rd script ive wrotten", "I dont have any experience in coding"},
- Callback = function(Value)
- print(Value)
- end
- })
- --[[
- Name = <string> - The name of the dropdown.
- Default = <string> - The default value of the dropdown.
- Options = <table> - The options in the dropdown.
- Callback = <function> - The function of the dropdown.
- ]]
- --finishing the script
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement