wghcbgfftgh

forever.lua

May 28th, 2025 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.66 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({
  4. Name = "Fail Hub | Grow a Garden",
  5. HidePremium = false,
  6. SaveConfig = true,
  7. ConfigFolder = "OrionTest",
  8. IntroText = "😡Fail Hub😡"
  9. })
  10.  
  11. local Tab = Window:MakeTab({
  12. Name = "Farms",
  13. Icon = "rbxassetid://4483345998",
  14. PremiumOnly = false
  15. })
  16. local Section = Tab:AddSection({
  17. Name = "-----------Farms------------"
  18. })
  19. local Tab1 = Window:MakeTab({
  20. Name = "Anti",
  21. PremiumOnly = false
  22. })
  23. local Section = Tab1:AddSection({
  24. Name = "-----------Anti------------"
  25. })
  26. local Tab2 = Window:MakeTab({
  27. Name = "Shops",
  28. Icon = "rbxassetid://137034053430296",
  29. PremiumOnly = false
  30. })
  31. local Section = Tab2:AddSection({
  32. Name = "-----------Shops------------"
  33. })
  34. local Tab5 = Window:MakeTab({
  35. Name = "Misc",
  36. Icon = "rbxassetid://18256006858",
  37. PremiumOnly = false
  38. })
  39. local Section = Tab5:AddSection({
  40. Name = "-----------Misc------------"
  41. })
  42. local Tab4 = Window:MakeTab({
  43. Name = "Teleport",
  44. Icon = "rbxassetid://4483345998",
  45. PremiumOnly = false
  46. })
  47. local Section = Tab4:AddSection({
  48. Name = "-----------Teleport------------"
  49. })
  50. local Tab6 = Window:MakeTab({
  51. Name = "Help?",
  52. Icon = "rbxassetid://73047051183885",
  53. PremiumOnly = false
  54. })
  55. local Section = Tab6:AddSection({
  56. Name = "-----------Help?------------"
  57. })
  58.  
  59.  
  60. function farm()
  61. if true then
  62. print("nah")
  63. else
  64. print("no")
  65. end
  66. end
  67.  
  68. Tab:AddToggle({
  69. Name = "Auto Farms",
  70. Default = false,
  71. Callback = function()
  72. farm()
  73. end
  74. })
  75.  
  76. Tab:AddToggle({
  77. Name = "Auto Farm All",
  78. Default = false,
  79. Callback = function()
  80. farm()
  81. end
  82. })
  83.  
  84. local Section = Tab:AddSection({
  85. Name = "-----------Farm Grow------------"
  86. })
  87.  
  88. Tab:AddToggle({
  89. Name = "Auto Grow",
  90. Default = false,
  91. Callback = function()
  92. farm()
  93. end
  94. })
  95.  
  96. Tab:AddButton({
  97. Name = "Check Grow",
  98. Callback = function()
  99. wait(2)
  100. game.Players.LocalPlayer:kick("Load Failed!")
  101. end
  102. })
  103.  
  104. local Section = Tab:AddSection({
  105. Name = "-----------[SECONDS] Farm and Grow------------"
  106. })
  107.  
  108. Tab:AddSlider({
  109. Name = "Speed Farms",
  110. Min = 0,
  111. Max = 20,
  112. Default = 5,
  113. Color = Color3.fromRGB(255,255,255),
  114. Increment = 1,
  115. ValueName = "auto farm",
  116. Callback = function(Value)
  117. print(Value)
  118. end
  119. })
  120.  
  121. Tab:AddSlider({
  122. Name = "Speed Grow",
  123. Min = 0,
  124. Max = 20,
  125. Default = 5,
  126. Color = Color3.fromRGB(255,255,255),
  127. Increment = 1,
  128. ValueName = "auto grow",
  129. Callback = function(Value)
  130. print(Value)
  131. end
  132. })
  133.  
  134.  
  135. local Section = Tab:AddSection({
  136. Name = "-----------[Auto [SECONDS]] Farm and Grow------------"
  137. })
  138.  
  139. Tab:AddSlider({
  140. Name = "Auto Speed Farms",
  141. Min = 0,
  142. Max = 20,
  143. Default = 5,
  144. Color = Color3.fromRGB(255,255,255),
  145. Increment = 1,
  146. ValueName = "farms",
  147. Callback = function(Value)
  148. print(Value)
  149. end
  150. })
  151.  
  152. Tab:AddButton({
  153. Name = "Start Farms",
  154. Callback = function()
  155. print("nah")
  156. end
  157. })
  158.  
  159. Tab:AddSlider({
  160. Name = "Auto Speed Grow",
  161. Min = 0,
  162. Max = 20,
  163. Default = 5,
  164. Color = Color3.fromRGB(255,255,255),
  165. Increment = 1,
  166. ValueName = "farms",
  167. Callback = function(Value)
  168. print(Value)
  169. end
  170. })
  171.  
  172. Tab:AddButton({
  173. Name = "Start Grow",
  174. Callback = function()
  175. print("nah")
  176. end
  177. })
  178.  
  179. Tab1:AddButton({
  180. Name = "Anti Drops Fruit",
  181. Callback = function()
  182. Fruit_Spawn.Destroy()
  183. end
  184. })
  185.  
  186. Tab1:AddButton({
  187. Name = "Anti Tornado",
  188. Callback = function()
  189. Tornado.Destroy()
  190. end
  191. })
  192.  
  193. Tab1:AddButton({
  194. Name = "Anti Virus",
  195. Callback = function()
  196. delay = true
  197. end
  198. })
  199.  
  200. Tab1:AddButton({
  201. Name = "Anti all",
  202. Callback = function()
  203. Players.Destroy()
  204. end
  205. })
  206.  
  207. Tab2:AddToggle({
  208. Name = "Check Shops seed",
  209. Default = false,
  210. Callback = function(Value)
  211. if true then
  212. print("there!")
  213. else
  214. print("bro")
  215. end
  216. end
  217. })
  218.  
  219. Tab2:AddToggle({
  220. Name = "Check Shops sell",
  221. Default = false,
  222. Callback = function(Value)
  223. if true then
  224. print("there!")
  225. else
  226. print("bro")
  227. end
  228. end
  229. })
  230.  
  231. Tab2:AddButton({
  232. Name = "Auto Buy Seeds",
  233. Callback = function()
  234. local args = {
  235. "Carrot",
  236. "Strawberry",
  237. "Blueberry",
  238. "Orange Tulip",
  239. "Tomato",
  240. "Corn",
  241. "Daffodil",
  242. "Watermelon",
  243. "Pumpkin",
  244. "Apple",
  245. "Bamboo",
  246. "Coconut",
  247. "Cactus",
  248. "Dragon Fruit",
  249. "Mango",
  250. "Grape",
  251. "Mushroom",
  252. "Pepper",
  253. "Cacao",
  254. "Beanstalk"
  255. }
  256. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuySeedStock"):FireServer(unpack(args))
  257. end
  258. })
  259.  
  260. local Section = Tab2:AddSection({
  261. Name = "-----------Shop Seeds------------"
  262. })
  263.  
  264. Tab2:AddButton({
  265. Name = "Buy Seeds",
  266. Callback = function()
  267. local args = {
  268. "Carrot",
  269. "Strawberry",
  270. "Blueberry",
  271. "Orange Tulip"
  272. }
  273. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuySeedStock"):FireServer(unpack(args))
  274. end
  275. })
  276.  
  277. Tab2:AddButton({
  278. Name = "Buy Seeds v2",
  279. Callback = function()
  280. local args = {
  281. "Carrot",
  282. "Strawberry",
  283. "Blueberry",
  284. "Orange Tulip",
  285. "Daffodil",
  286. "Watermelon",
  287. "Pumpkin",
  288. "Apple",
  289. "Bamboo",
  290. "Coconut",
  291. "Cactus"
  292. }
  293. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuySeedStock"):FireServer(unpack(args))
  294. end
  295. })
  296.  
  297.  
  298.  
  299. local Section = Tab2:AddSection({
  300. Name = "-----------Shop Sell------------"
  301. })
  302.  
  303. Tab2:AddButton({
  304. Name = "Collect Seed +1",
  305. Callback = function()
  306. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, 0.406077147, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  307. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("Sell_Item"):FireServer()
  308. end
  309. })
  310.  
  311. Tab2:AddButton({
  312. Name = "Auto Collect",
  313. Callback = function()
  314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, 0.406077147, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  315. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("Sell_Inventory"):FireServer()
  316. end
  317. })
  318.  
  319. local Section = Tab2:AddSection({
  320. Name = "-----------Shop Pet------------"
  321. })
  322.  
  323. Tab2:AddButton({
  324. Name = "Buy Pets",
  325. Callback = function()
  326. local args = {
  327. 1
  328. }
  329. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyPetEgg"):FireServer(unpack(args))
  330. end
  331. })
  332.  
  333.  
  334. Tab2:AddButton({
  335. Name = "Buy Pets v2",
  336. Callback = function()
  337. local args = {
  338. 2
  339. }
  340. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyPetEgg"):FireServer(unpack(args))
  341. end
  342. })
  343.  
  344. Tab2:AddButton({
  345. Name = "Buy Pets v3",
  346. Callback = function()
  347. local args = {
  348. 3
  349. }
  350. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyPetEgg"):FireServer(unpack(args))
  351. end
  352. })
  353.  
  354. local Section = Tab2:AddSection({
  355. Name = "-----------Shop Gear------------"
  356. })
  357.  
  358. Tab2:AddButton({
  359. Name = "Buy Watering Can",
  360. Callback = function()
  361. local args = {
  362. "Watering Can"
  363. }
  364. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  365. end
  366. })
  367.  
  368. Tab2:AddButton({
  369. Name = "Buy Trowel",
  370. Callback = function()
  371. local args = {
  372. "Trowel"
  373. }
  374. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  375. end
  376. })
  377.  
  378. Tab2:AddButton({
  379. Name = "Buy Recall Wrench",
  380. Callback = function()
  381. local args = {
  382. "Recall Wrench"
  383. }
  384. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  385. end
  386. })
  387.  
  388. Tab2:AddButton({
  389. Name = "Buy Basic Sprinkler",
  390. Callback = function()
  391. local args = {
  392. "Basic Sprinkler"
  393. }
  394. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  395. end
  396. })
  397.  
  398. Tab2:AddButton({
  399. Name = "Buy Advanced Sprinkler",
  400. Callback = function()
  401. local args = {
  402. "Advanced Sprinkler"
  403. }
  404. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  405. end
  406. })
  407.  
  408. Tab2:AddButton({
  409. Name = "Buy Godly Sprinkler",
  410. Callback = function()
  411. local args = {
  412. "Godly Sprinkler"
  413. }
  414. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  415. end
  416. })
  417.  
  418. Tab2:AddButton({
  419. Name = "Buy Lightning Rod",
  420. Callback = function()
  421. local args = {
  422. "Lightning Rod"
  423. }
  424. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  425. end
  426. })
  427.  
  428. Tab2:AddButton({
  429. Name = "Buy Master Sprinkler",
  430. Callback = function()
  431. local args = {
  432. "Master Sprinkler"
  433. }
  434. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  435. end
  436. })
  437.  
  438. Tab2:AddButton({
  439. Name = "Buy Favorite Tool",
  440. Callback = function()
  441. local args = {
  442. "Favorite Tool"
  443. }
  444. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyGearStock"):FireServer(unpack(args))
  445. end
  446. })
  447.  
  448. local Section = Tab2:AddSection({
  449. Name = "-----------Shop Cosmetics------------"
  450. })
  451.  
  452. Tab2:AddButton({
  453. Name = "Buy Grey Stone Pillar",
  454. Callback = function()
  455. local args = {
  456. "Grey Stone Pillar"
  457. }
  458. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyCosmeticItem"):FireServer(unpack(args))
  459. end
  460. })
  461.  
  462. Tab2:AddButton({
  463. Name = "Buy Rock Pile",
  464. Callback = function()
  465. local args = {
  466. "Rock Pile"
  467. }
  468. game:GetService("ReplicatedStorage"):WaitForChild("GameEvents"):WaitForChild("BuyCosmeticItem"):FireServer(unpack(args))
  469. end
  470. })
  471.  
  472. Tab2:AddLabel("To Many Resquet!")
  473.  
  474. Tab5:AddSlider({
  475. Name = "Walkspeed",
  476. Min = 0,
  477. Max = 200,
  478. Default = 5,
  479. Color = Color3.fromRGB(255,255,255),
  480. Increment = 0.5,
  481. ValueName = "walkspeed",
  482. Callback = function(Value)
  483. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  484. end
  485. })
  486.  
  487. Tab5:AddSlider({
  488. Name = "JumpPower",
  489. Min = 0,
  490. Max = 200,
  491. Default = 5,
  492. Color = Color3.fromRGB(255,255,255),
  493. Increment = 0.5,
  494. ValueName = "jumppower",
  495. Callback = function(Value)
  496. game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  497. end
  498. })
  499.  
  500. Tab5:AddButton({
  501. Name = "WalkSpeed Nomral",
  502. Callback = function()
  503. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  504. end
  505. })
  506.  
  507. Tab5:AddButton({
  508. Name = "JumpPower Nomral",
  509. Callback = function()
  510. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  511. end
  512. })
  513.  
  514. Tab4:AddButton({
  515. Name = "Teleport Shop Seed",
  516. Callback = function()
  517. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, -27.0039806, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  518. end
  519. })
  520.  
  521. Tab4:AddButton({
  522. Name = "Teleport Shop Sell",
  523. Callback = function()
  524. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(90.3854752, 2.76619363, 0.406077147, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  525. end
  526. })
  527.  
  528. Tab4:AddButton({
  529. Name = "Teleport Shop Pets",
  530. Callback = function()
  531. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-288.891846, 2.88188696, -2.19200087, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  532. end
  533. })
  534.  
  535. Tab4:AddButton({
  536. Name = "Teleport Shop Gear",
  537. Callback = function()
  538. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-289.385284, 2.76619267, -32.6635399, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  539. end
  540. })
  541.  
  542. Tab4:AddButton({
  543. Name = "Teleport Shop Cosmetic",
  544. Callback = function()
  545. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-289.073212, 2.78396988, -14.9485931, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  546. end
  547. })
  548.  
  549. Tab6:AddParagraph("Help","No Note For Help Found [ERROR: 500]")
Tags: forever.lua
Advertisement
Add Comment
Please, Sign In to add comment