Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({
- Name = "Fail Hub | Grow a Garden",
- HidePremium = false,
- SaveConfig = true,
- ConfigFolder = "OrionTest",
- IntroText = "đĄFail HubđĄ"
- })
- local Tab = Window:MakeTab({
- Name = "Farms",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "-----------Farms------------"
- })
- local Tab1 = Window:MakeTab({
- Name = "Anti",
- PremiumOnly = false
- })
- local Section = Tab1:AddSection({
- Name = "-----------Anti------------"
- })
- local Tab2 = Window:MakeTab({
- Name = "Shops",
- Icon = "rbxassetid://137034053430296",
- PremiumOnly = false
- })
- local Section = Tab2:AddSection({
- Name = "-----------Shops------------"
- })
- local Tab5 = Window:MakeTab({
- Name = "Misc",
- Icon = "rbxassetid://18256006858",
- PremiumOnly = false
- })
- local Section = Tab5:AddSection({
- Name = "-----------Misc------------"
- })
- local Tab4 = Window:MakeTab({
- Name = "Teleport",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab4:AddSection({
- Name = "-----------Teleport------------"
- })
- local Tab6 = Window:MakeTab({
- Name = "Help?",
- Icon = "rbxassetid://73047051183885",
- PremiumOnly = false
- })
- local Section = Tab6:AddSection({
- Name = "-----------Help?------------"
- })
- function farm()
- if true then
- print("nah")
- else
- print("no")
- end
- end
- Tab:AddToggle({
- Name = "Auto Farms",
- Default = false,
- Callback = function()
- farm()
- end
- })
- Tab:AddToggle({
- Name = "Auto Farm All",
- Default = false,
- Callback = function()
- farm()
- end
- })
- local Section = Tab:AddSection({
- Name = "-----------Farm Grow------------"
- })
- Tab:AddToggle({
- Name = "Auto Grow",
- Default = false,
- Callback = function()
- farm()
- end
- })
- Tab:AddButton({
- Name = "Check Grow",
- Callback = function()
- wait(2)
- game.Players.LocalPlayer:kick("Load Failed!")
- end
- })
- local Section = Tab:AddSection({
- Name = "-----------[SECONDS] Farm and Grow------------"
- })
- Tab:AddSlider({
- Name = "Speed Farms",
- Min = 0,
- Max = 20,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "auto farm",
- Callback = function(Value)
- print(Value)
- end
- })
- Tab:AddSlider({
- Name = "Speed Grow",
- Min = 0,
- Max = 20,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "auto grow",
- Callback = function(Value)
- print(Value)
- end
- })
- local Section = Tab:AddSection({
- Name = "-----------[Auto [SECONDS]] Farm and Grow------------"
- })
- Tab:AddSlider({
- Name = "Auto Speed Farms",
- Min = 0,
- Max = 20,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "farms",
- Callback = function(Value)
- print(Value)
- end
- })
- Tab:AddButton({
- Name = "Start Farms",
- Callback = function()
- print("nah")
- end
- })
- Tab:AddSlider({
- Name = "Auto Speed Grow",
- Min = 0,
- Max = 20,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 1,
- ValueName = "farms",
- Callback = function(Value)
- print(Value)
- end
- })
- Tab:AddButton({
- Name = "Start Grow",
- Callback = function()
- print("nah")
- end
- })
- Tab1:AddButton({
- Name = "Anti Drops Fruit",
- Callback = function()
- Fruit_Spawn.Destroy()
- end
- })
- Tab1:AddButton({
- Name = "Anti Tornado",
- Callback = function()
- Tornado.Destroy()
- end
- })
- Tab1:AddButton({
- Name = "Anti Virus",
- Callback = function()
- delay = true
- end
- })
- Tab1:AddButton({
- Name = "Anti all",
- Callback = function()
- Players.Destroy()
- end
- })
- Tab2:AddToggle({
- Name = "Check Shops seed",
- Default = false,
- Callback = function(Value)
- if true then
- print("there!")
- else
- print("bro")
- end
- end
- })
- Tab2:AddToggle({
- Name = "Check Shops sell",
- Default = false,
- Callback = function(Value)
- if true then
- print("there!")
- else
- print("bro")
- end
- end
- })
- Tab2:AddButton({
- Name = "Auto Buy Seeds",
- Callback = function()
- local args = {
- "Carrot",
- "Strawberry",
- "Blueberry",
- "Orange Tulip",
- "Tomato",
- "Corn",
- "Daffodil",
- "Watermelon",
- "Pumpkin",
- "Apple",
- "Bamboo",
- "Coconut",
- "Cactus",
- "Dragon Fruit",
- "Mango",
- "Grape",
- "Mushroom",
- "Pepper",
- "Cacao",
- "Beanstalk"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuySeedStock"):FireServer(unpack(args))
- end
- })
- local Section = Tab2:AddSection({
- Name = "-----------Shop Seeds------------"
- })
- Tab2:AddButton({
- Name = "Buy Seeds",
- Callback = function()
- local args = {
- "Carrot",
- "Strawberry",
- "Blueberry",
- "Orange Tulip"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuySeedStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Seeds v2",
- Callback = function()
- local args = {
- "Carrot",
- "Strawberry",
- "Blueberry",
- "Orange Tulip",
- "Daffodil",
- "Watermelon",
- "Pumpkin",
- "Apple",
- "Bamboo",
- "Coconut",
- "Cactus"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuySeedStock"):FireServer(unpack(args))
- end
- })
- local Section = Tab2:AddSection({
- Name = "-----------Shop Sell------------"
- })
- Tab2:AddButton({
- Name = "Collect Seed +1",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, 0.406077147, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("Sell_Item"):FireServer()
- end
- })
- Tab2:AddButton({
- Name = "Auto Collect",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, 0.406077147, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("Sell_Inventory"):FireServer()
- end
- })
- local Section = Tab2:AddSection({
- Name = "-----------Shop Pet------------"
- })
- Tab2:AddButton({
- Name = "Buy Pets",
- Callback = function()
- local args = {
- 1
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyPetEgg"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Pets v2",
- Callback = function()
- local args = {
- 2
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyPetEgg"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Pets v3",
- Callback = function()
- local args = {
- 3
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyPetEgg"):FireServer(unpack(args))
- end
- })
- local Section = Tab2:AddSection({
- Name = "-----------Shop Gear------------"
- })
- Tab2:AddButton({
- Name = "Buy Watering Can",
- Callback = function()
- local args = {
- "Watering Can"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Trowel",
- Callback = function()
- local args = {
- "Trowel"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Recall Wrench",
- Callback = function()
- local args = {
- "Recall Wrench"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Basic Sprinkler",
- Callback = function()
- local args = {
- "Basic Sprinkler"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Advanced Sprinkler",
- Callback = function()
- local args = {
- "Advanced Sprinkler"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Godly Sprinkler",
- Callback = function()
- local args = {
- "Godly Sprinkler"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Lightning Rod",
- Callback = function()
- local args = {
- "Lightning Rod"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Master Sprinkler",
- Callback = function()
- local args = {
- "Master Sprinkler"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Favorite Tool",
- Callback = function()
- local args = {
- "Favorite Tool"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
- end
- })
- local Section = Tab2:AddSection({
- Name = "-----------Shop Cosmetics------------"
- })
- Tab2:AddButton({
- Name = "Buy Grey Stone Pillar",
- Callback = function()
- local args = {
- "Grey Stone Pillar"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyCosmeticItem"):FireServer(unpack(args))
- end
- })
- Tab2:AddButton({
- Name = "Buy Rock Pile",
- Callback = function()
- local args = {
- "Rock Pile"
- }
- game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyCosmeticItem"):FireServer(unpack(args))
- end
- })
- Tab2:AddLabel("To Many Resquet!")
- Tab5:AddSlider({
- Name = "Walkspeed",
- Min = 0,
- Max = 200,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 0.5,
- ValueName = "walkspeed",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
- end
- })
- Tab5:AddSlider({
- Name = "JumpPower",
- Min = 0,
- Max = 200,
- Default = 5,
- Color = Color3.fromRGB(255,255,255),
- Increment = 0.5,
- ValueName = "jumppower",
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
- end
- })
- Tab5:AddButton({
- Name = "WalkSpeed Nomral",
- Callback = function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- })
- Tab5:AddButton({
- Name = "JumpPower Nomral",
- Callback = function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end
- })
- Tab4:AddButton({
- Name = "Teleport Shop Seed",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, -27.0039806, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- end
- })
- Tab4:AddButton({
- Name = "Teleport Shop Sell",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, 0.406077147, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- end
- })
- Tab4:AddButton({
- Name = "Teleport Shop Pets",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-288.891846, 2.88188696, -2.19200087, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- end
- })
- Tab4:AddButton({
- Name = "Teleport Shop Gear",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-289.385284, 2.76619267, -32.6635399, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- end
- })
- Tab4:AddButton({
- Name = "Teleport Shop Cosmetic",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-289.073212, 2.78396988, -14.9485931, 0, 0, 1, 0, 1, -0, -1, 0, 0)
- end
- })
- Tab6:AddParagraph("Help","No Note For Help Found [ERROR: 500]")
Advertisement
Add Comment
Please, Sign In to add comment