Advertisement
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')))()
- local Window = OrionLib:MakeWindow({Name = "Devels AutoFarm", 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.
- ]]
- local Tab = Window:MakeTab({
- Name = "Farming",
- 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 = "Section"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- OrionLib:MakeNotification({
- Name = "Welcome",
- Content = "Script Loaded",
- 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 = "STRENGTH",
- Callback = function() _G.kick = true while _G.kick do wait() if _G.kick == false then return end if _G.kick == true then game:GetService("ReplicatedStorage").Remotes.DoubleReg:FireServer() end end
- print("button pressed")
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- --[[
- Name = <string> - The name of the toggle.
- Default = <bool> - The default value of the toggle.
- Callback = <> - The function of the toggle.
- ]]
- local Tab = Window:MakeTab({
- Name = "PVP",
- 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 = "Section"
- })
- Tab:AddButton({
- Name = "INFINITE YIELD!",
- Callback = function()loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("button pressed")
- end
- })
- local Tab = Window:MakeTab({
- Name = "FARMING2",
- 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 = "Section"
- })
- Tab:AddButton({
- Name = "HP!",
- Callback = function() _G.riotheW = true
- while wait() do
- if _G.riotheW == false then
- return
- end
- if _G.riotheW == true then
- game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer(3)
- game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
- end
- end
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "AUTO PUSHUP!",
- Callback = function() while wait() do
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
- game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
- end
- end})
- local Tab = Window:MakeTab({
- Name = "STAT CHECKER",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Tea Hub!",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Aurelius0863/TeaHub/main/Loader.lua"))()
- end})
- local Tab = Window:MakeTab({
- Name = "FUN",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Fling Script",
- Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/fj5VwQtC'))()
- end})
- local Tab = Window:MakeTab({
- Name = "Straw Hub",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddButton({
- Name = "Straw Hub",
- Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/vep1032/VepStuff/main/COBRA%20KAI%20KARATE%20%7C%20OPEN%20SOURCE%20GUI"))()
- end})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement