NaughtyBOB

IG

May 26th, 2022 (edited)
7,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 303.27 KB | None | 0 0
  1. repeat wait()
  2. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  3. local mouse = game.Players.LocalPlayer:GetMouse()
  4. repeat wait() until mouse
  5. print("Loading")
  6. local Character = game.Players.LocalPlayer.Character
  7. local mouse = game.Players.LocalPlayer:GetMouse()
  8. repeat wait() until mouse
  9. local Island = ""
  10. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  11. Island = island
  12. end
  13. local plr = game.Players.LocalPlayer
  14. local torso = plr.Character.LowerTorso
  15. local flying = false
  16. local deb = true
  17. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  18. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  19. local maxspeed = 25
  20. local speed = 25
  21. local fly = true
  22. function Fly()
  23. local bg = Instance.new("BodyGyro", torso)
  24. bg.P = 9e4
  25. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  26. bg.cframe = torso.CFrame
  27. local bv = Instance.new("BodyVelocity", torso)
  28. bv.velocity = Vector3.new(0,0.1,0)
  29. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  30. repeat wait()
  31. plr.Character.Humanoid.PlatformStand = true
  32. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  33. speed = speed + 2
  34. if speed > maxspeed then
  35. speed = maxspeed
  36. end
  37. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  38. speed = 0
  39. if speed < 0 then
  40. speed = 0
  41. end
  42. end
  43. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  44. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  45. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  46. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  47. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  48. else
  49. bv.velocity = Vector3.new(0,0.1,0)
  50. end
  51. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame
  52. until not flying
  53. ctrl = {f = 0, b = 0, l = 0, r = 0}
  54. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  55. speed = 0
  56. bg:Destroy()
  57. bv:Destroy()
  58. plr.Character.Humanoid.PlatformStand = false
  59. end
  60. mouse.KeyDown:connect(function(key)
  61. if key:lower() == "v" and fly == true then
  62. if flying then flying = false
  63. else
  64. flying = true
  65. Fly()
  66. end
  67. elseif key:lower() == "w" then
  68. ctrl.f = 1
  69. elseif key:lower() == "s" then
  70. ctrl.b = -1
  71. elseif key:lower() == "a" then
  72. ctrl.l = -1
  73. elseif key:lower() == "d" then
  74. ctrl.r = 1
  75. end
  76. end)
  77. mouse.KeyUp:connect(function(key)
  78. if key:lower() == "w" then
  79. ctrl.f = 0
  80. elseif key:lower() == "s" then
  81. ctrl.b = 0
  82. elseif key:lower() == "a" then
  83. ctrl.l = 0
  84. elseif key:lower() == "d" then
  85. ctrl.r = 0
  86. end
  87. end)
  88. Fly()
  89.  
  90. local function NoclipLoop()
  91. if noClip == true then
  92. for _, child in pairs(Character:GetDescendants()) do
  93. if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
  94. child.CanCollide = false
  95. end
  96. end
  97. end
  98. end
  99.  
  100. local CmdGui = Instance.new("ScreenGui")
  101. local Background = Instance.new("Frame")
  102. local CmdHandler = Instance.new("ScrollingFrame")
  103. local Close = Instance.new("TextButton")
  104. local Minimum = Instance.new("TextButton")
  105. local CmdName = Instance.new("TextButton")
  106. local Plr = game.Players.LocalPlayer
  107. local GetM = Plr:GetMouse()
  108. local Character = game.Players.LocalPlayer.Character
  109. local VirtualInputManager = game:GetService("VirtualInputManager")
  110. local TS = game:GetService('TweenService')
  111. local HR = Character.HumanoidRootPart
  112. Toggled1 = false Toggled2 = false Toggled3 = false Toggled4 = false Toggled5 = false Toggled6 = false Toggled7 = false Toggled8 = false Toggled9 = false Toggled10 = false Toggled11 = false Toggled12 = false Toggled13 = false Toggled14 = false Toggled15 = false Toggled16 = false Toggled17 = false Toggled18 = false Toggled19 = false Toggled20 = false Toggled21 = false Toggled22 = false Toggled23 = false Toggled24 = false Toggled25 = false Toggled26 = false Toggled27 = false Toggled28 = false Toggled29 = false Toggled30 = false Toggled31 = false Toggled32 = false Toggled33 = false Toggled34 = false Toggled35 = false Toggled36 = false Toggled37 = false Toggled38 = false Toggled39 = false Toggled40 = false Toggled41 = false Toggled42 = false Toggled43 = false Toggled44 = false Toggled45 = false Toggled46 = false Toggled47 = false Toggled48 = false Toggled49 = false Toggled50 = false Toggled51 = false Toggled52 = false Toggled53 = false Toggled54 = false Toggled55 = false Toggled56 = false Toggled57 = false Toggled58 = false Toggled59 = false Toggled60 = false Toggled61 = false Toggled62 = false Toggled63 = false Toggled64 = false Toggled65 = false Toggled66 = false Toggled67 = false Toggled68 = false Toggled69 = false Toggled70 = false Toggled71 = false Toggled72 = false Toggled73 = false Toggled74 = false Toggled75 = false Toggled76 = false Toggled77 = false Toggled78 = false Toggled79 = false Toggled80 = false Toggled81 = false Toggled82 = false Toggled83 = false Toggled84 = false
  113. Toggled85 = false Toggled86 = false Toggled87 = false
  114.  
  115.  
  116. CmdGui.Name = "CmdGui"
  117. CmdGui.Parent = game:GetService("CoreGui")
  118.  
  119. Background.Name = "Background"
  120. Background.Parent = CmdGui
  121. Background.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  122. Background.BorderSizePixel = 0
  123. Background.BorderColor3 = Color3.new(1,0,1)
  124. Background.Position = UDim2.new(0.06, 0, 0.20, 0)
  125. Background.Size = UDim2.new(0, 120, 0, 220)
  126. Background.Active = true
  127.  
  128. Background2 = Instance.new("Frame")
  129. Background2.Name = "Background2"
  130. Background2.Parent = Background
  131. Background2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  132. Background2.BorderSizePixel = 0
  133. Background2.BorderColor3 = Color3.new(1,0,1)
  134. Background2.Position = UDim2.new(1, 0, 0.1, 0)
  135. Background2.Size = UDim2.new(0, 150, 0, 165)
  136. Background2.Active = true
  137. Background2.Visible = false
  138.  
  139. Background3 = Instance.new("Frame")
  140. Background3.Name = "Background3"
  141. Background3.Parent = Background
  142. Background3.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  143. Background3.BorderSizePixel = 0
  144. Background3.BorderColor3 = Color3.new(1,0,1)
  145. Background3.Position = UDim2.new(1, 0, 0.3, 0)
  146. Background3.Size = UDim2.new(0, 120, 0, 125)
  147. Background3.Active = true
  148. Background3.Visible = false
  149.  
  150. Background4 = Instance.new("Frame")
  151. Background4.Name = "Background4"
  152. Background4.Parent = Background
  153. Background4.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  154. Background4.BorderSizePixel = 0
  155. Background4.BorderColor3 = Color3.new(1,0,1)
  156. Background4.Position = UDim2.new(1, 0, 0.1, 0)
  157. Background4.Size = UDim2.new(0, 150, 0, 170)
  158. Background4.Active = true
  159. Background4.Visible = false
  160.  
  161. Background5 = Instance.new("Frame")
  162. Background5.Name = "Background5"
  163. Background5.Parent = Background
  164. Background5.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  165. Background5.BorderSizePixel = 0
  166. Background5.BorderColor3 = Color3.new(1,0,1)
  167. Background5.Position = UDim2.new(1, 0, 0.3, 0)
  168. Background5.Size = UDim2.new(0, 150, 0, 125)
  169. Background5.Active = true
  170. Background5.Visible = false
  171.  
  172. Background6 = Instance.new("Frame")
  173. Background6.Name = "Background6"
  174. Background6.Parent = Background
  175. Background6.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  176. Background6.BorderSizePixel = 0
  177. Background6.BorderColor3 = Color3.new(1,0,1)
  178. Background6.Position = UDim2.new(1, 0, 0.2, 0)
  179. Background6.Size = UDim2.new(0, 110, 0, 90)
  180. Background6.Active = true
  181. Background6.Visible = false
  182.  
  183. Background8 = Instance.new("Frame")
  184. Background8.Name = "Players"
  185. Background8.Parent = Background
  186. Background8.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  187. Background8.BorderSizePixel = 0
  188. Background8.BorderColor3 = Color3.new(1,0,1)
  189. Background8.Position = UDim2.new(1, 0, 0.1, 0)
  190. Background8.Size = UDim2.new(0, 150, 0, 190)
  191. Background8.Active = true
  192. Background8.Visible = false
  193.  
  194. Background7 = Instance.new("Frame")
  195. Background7.Name = "Background"
  196. Background7.Parent = Background8
  197. Background7.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  198. Background7.BorderSizePixel = 0
  199. Background7.BorderColor3 = Color3.new(1,0,1)
  200. Background7.Position = UDim2.new(1, 0, 0.1, 0)
  201. Background7.Size = UDim2.new(0, 120, 0, 190)
  202. Background7.Active = true
  203. Background7.Visible = false
  204.  
  205. Background9 = Instance.new("Frame")
  206. Background9.Name = "Background9"
  207. Background9.Parent = Background4
  208. Background9.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  209. Background9.BorderSizePixel = 0
  210. Background9.BorderColor3 = Color3.new(1,0,1)
  211. Background9.Position = UDim2.new(1, 0, 0.1, 0)
  212. Background9.Size = UDim2.new(0, 105, 0, 150)
  213. Background9.Active = true
  214. Background9.Visible = false
  215.  
  216. Background10 = Instance.new("Frame")
  217. Background10.Name = "Background10"
  218. Background10.Parent = Background
  219. Background10.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  220. Background10.BorderSizePixel = 0
  221. Background10.BorderColor3 = Color3.new(1,0,1)
  222. Background10.Position = UDim2.new(1, 0, 0.05, 0)
  223. Background10.Size = UDim2.new(0, 150, 0, 200)
  224. Background10.Active = true
  225. Background10.Visible = false
  226.  
  227. Background11 = Instance.new("Frame")
  228. Background11.Name = "Background11"
  229. Background11.Parent = Background
  230. Background11.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  231. Background11.BorderSizePixel = 0
  232. Background11.BorderColor3 = Color3.new(1,0,1)
  233. Background11.Position = UDim2.new(1, 0, 0.05, 0)
  234. Background11.Size = UDim2.new(0, 150, 0, 200)
  235. Background11.Active = true
  236. Background11.Visible = false
  237.  
  238. Background12 = Instance.new("Frame")
  239. Background12.Name = "Background12"
  240. Background12.Parent = Background
  241. Background12.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  242. Background12.BorderSizePixel = 0
  243. Background12.BorderColor3 = Color3.new(1,0,1)
  244. Background12.Position = UDim2.new(1, 0, 0.05, 0)
  245. Background12.Size = UDim2.new(0, 150, 0, 200)
  246. Background12.Active = true
  247. Background12.Visible = false
  248.  
  249. Playerz = Instance.new("TextLabel")
  250. Playerz.Name = "Playrz"
  251. Playerz.Parent = Background7
  252. Playerz.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  253. Playerz.BorderSizePixel = 0
  254. Playerz.Size = UDim2.new(0, 120, 0, 15)
  255. Playerz.Font = Enum.Font.GothamBlack
  256. Playerz.Text = "Players"
  257. Playerz.TextColor3 = Color3.fromRGB(255, 255, 255)
  258. Playerz.TextScaled = true
  259. Playerz.TextSize = 14.000
  260. Playerz.TextWrapped = true
  261.  
  262. PlrCmdHandler = Instance.new("ScrollingFrame")
  263. PlrCmdHandler.Name = "CmdHandler"
  264. PlrCmdHandler.Parent = Background7
  265. PlrCmdHandler.Active = true
  266. PlrCmdHandler.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  267. PlrCmdHandler.BackgroundTransparency = 1.000
  268. PlrCmdHandler.BorderSizePixel = 0
  269. PlrCmdHandler.AutomaticCanvasSize = "Y"
  270. PlrCmdHandler.Position = UDim2.new(0.05, 0, 0.08, 0)
  271. PlrCmdHandler.Size = UDim2.new(0, 113, 0, 170)
  272. PlrCmdHandler.ScrollBarThickness = 4
  273.  
  274. MachineHandler = Instance.new("ScrollingFrame")
  275. MachineHandler.Name = "MachineHandler"
  276. MachineHandler.Parent = Background8
  277. MachineHandler.Active = true
  278. MachineHandler.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  279. MachineHandler.BackgroundTransparency = 1.000
  280. MachineHandler.BorderSizePixel = 0
  281. MachineHandler.AutomaticCanvasSize = "Y"
  282. MachineHandler.Position = UDim2.new(0, 0, 0, 0)
  283. MachineHandler.Size = UDim2.new(0, 150, 0, 170)
  284. MachineHandler.ScrollBarThickness = 6
  285.  
  286. CmdName.Name = "CmdName"
  287. CmdName.AutoButtonColor = false
  288. CmdName.Parent = Background
  289. CmdName.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  290. CmdName.BorderSizePixel = 0
  291. CmdName.Size = UDim2.new(0, 87, 0, 15)
  292. CmdName.Font = Enum.Font.GothamBlack
  293. CmdName.Text = "Islands GUI"
  294. CmdName.TextColor3 = Color3.fromRGB(255, 255, 255)
  295. CmdName.TextScaled = true
  296. CmdName.TextSize = 14.000
  297. CmdName.TextWrapped = true
  298. Dragg = false
  299.  
  300. CmdName.MouseButton1Down:Connect(function()Dragg = true while Dragg do game.TweenService:Create(Background, TweenInfo.new(.06), {Position = UDim2.new(0,GetM.X-40,0,GetM.Y-5)}):Play()wait()end end)
  301. CmdName.MouseButton1Up:Connect(function()Dragg = false end)
  302.  
  303. CmdHandler.Name = "CmdHandler"
  304. CmdHandler.Parent = Background
  305. CmdHandler.Active = true
  306. CmdHandler.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  307. CmdHandler.BackgroundTransparency = 1.000
  308. CmdHandler.BorderSizePixel = 0
  309. CmdHandler.AutomaticCanvasSize = "Y"
  310. CmdHandler.Position = UDim2.new(0.05, 0, 0.08, 0)
  311. CmdHandler.Size = UDim2.new(0, 113, 0, 200)
  312. CmdHandler.ScrollBarThickness = 4
  313.  
  314. local Grid = Instance.new("UIGridLayout")
  315. Grid.CellSize = UDim2.new(0.95,0,0.1,0)
  316. Grid.CellPadding = UDim2.new(0,1,0,5)
  317. Grid.SortOrder = "LayoutOrder"
  318. Grid.Parent = game:GetService("CoreGui").CmdGui.Background.CmdHandler
  319.  
  320. Close.Name = "Close"
  321. Close.Parent = Background
  322. Close.BackgroundColor3 = Color3.fromRGB(155, 0, 0)
  323. Close.BorderSizePixel = 0
  324. Close.Position = UDim2.new(0.87, 0, 0.0001, 0)
  325. Close.Size = UDim2.new(0, 15, 0, 15)
  326. Close.Font = Enum.Font.SourceSans
  327. Close.Text = "X"
  328. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. Close.TextSize = 14.000
  330. Close.MouseButton1Click:Connect(function() Toggled1 = false Toggled2 = false Toggled3 = false Toggled4 = false Toggled5 = false Toggled6 = false Toggled7 = false Toggled8 = false Toggled9 = false Toggled10 = false Toggled11 = false Toggled12 = false Toggled13 = false Toggled14 = false Toggled15 = false Toggled16 = false Toggled17 = false Toggled18 = false Toggled19 = false Toggled20 = false Toggled21 = false Toggled22 = false Toggled23 = false Toggled24 = false Toggled25 = false Toggled26 = false Toggled27 = false Toggled28 = false Toggled29 = false Toggled30 = false Toggled31 = false Toggled32 = false Toggled33 = false Toggled34 = false Toggled35 = false Toggled36 = false Toggled37 = false Toggled38 = false Toggled39 = false Toggled40 = false Toggled41 = false Toggled42 = false Toggled43 = false Toggled44 = false Toggled45 = false Toggled46 = false Toggled47 = false Toggled48 = false Toggled49 = false Toggled50 = false Toggled51 = false Toggled52 = false Toggled53 = false Toggled54 = false Toggled55 = false Toggled56 = false Toggled57 = false Toggled58 = false Toggled59 = false Toggled60 = false Toggled61 = false Toggled62 = false Toggled63 = false Toggled64 = false Toggled65 = false Toggled66 = false Toggled67 = false Toggled68 = false Toggled69 = false Toggled70 = false Toggled71 = false Toggled72 = false Toggled73 = false Toggled74 = false Toggled75 = false Toggled76 = false Toggled77 = false Toggled78 = false Toggled79 = false Toggled80 = false Toggled81 = false Toggled82 = false Toggled83 = false Toggled84 = false
  331. Toggled85 = false Toggled86 = false Toggled87 = false
  332. fly = false
  333. CmdGui:Destroy()
  334. end)
  335.  
  336. Minimum.Name = "Minimum"
  337. Minimum.Parent = Background
  338. Minimum.BackgroundColor3 = Color3.fromRGB(0, 155, 155)
  339. Minimum.BorderSizePixel = 0
  340. Minimum.Position = UDim2.new(0.74, 0, 0.0001, 0)
  341. Minimum.Size = UDim2.new(0, 15, 0, 14)
  342. Minimum.Font = Enum.Font.SourceSans
  343. Minimum.Text = "-"
  344. Minimum.TextColor3 = Color3.fromRGB(255, 255, 255)
  345. Minimum.TextSize = 14.000
  346. Minimum.MouseButton1Click:Connect(function()
  347. if Background.BackgroundTransparency == 0 then
  348. Background.BackgroundTransparency = 1
  349. Background2.Visible = false
  350. Background3.Visible = false
  351. Background4.Visible = false
  352. Background5.Visible = false
  353. Background6.Visible = false
  354. Background7.Visible = false
  355. Background8.Visible = false
  356. Background9.Visible = false
  357. Background10.Visible = false
  358. Background11.Visible = false
  359. Background12.Visible = false
  360. Background.Size = UDim2.new(0, 120, 0, 25)
  361. CmdHandler.Visible = false
  362. Toggled8 = false
  363. Toggled5 = false
  364. Toggled6 = false
  365. Toggled13 = false
  366. Toggled22 = false
  367. Toggled26 = false
  368. Toggled27 = false
  369. Toggled47 = false
  370. Toggled50 = false
  371. Toggled70 = false
  372. Toggled73 = false
  373. elseif Background.BackgroundTransparency == 1 then
  374. Background.BackgroundTransparency = 0
  375. Background.Size = UDim2.new(0, 120, 0, 220)
  376. CmdHandler.Visible = true
  377. end
  378. end)
  379.  
  380. Item1 = Instance.new("TextButton")
  381. Item1.Position = UDim2.new(0,1,0,26)
  382. Item1.Size = UDim2.new(0,100,0,20)
  383. Item1.BackgroundColor3 = Color3.new(0,0,1)
  384. Item1.BorderColor3 = Color3.new(1,1,1)
  385. Item1.ZIndex = 2
  386. Item1.Parent = Background6
  387. Item1.Text = "Flower"
  388. Item1.TextColor3 = Color3.new(1,1,1)
  389. Item1.TextScaled = true
  390.  
  391. Item3 = Instance.new("TextButton")
  392. Item3.Position = UDim2.new(0,1,0,341)
  393. Item3.Size = UDim2.new(0,100,0,20)
  394. Item3.BackgroundColor3 = Color3.new(0,0,1)
  395. Item3.BorderColor3 = Color3.new(1,1,1)
  396. Item3.ZIndex = 2
  397. Item3.Text = "Copy Discord link to Clipboard"
  398. Item3.TextColor3 = Color3.fromRGB(250,250,250)
  399. Item3.TextScaled = true
  400. Item3.LayoutOrder = 10
  401. Item3.Parent = CmdHandler
  402.  
  403. Title = Instance.new("TextButton")
  404. Title.Position = UDim2.new(0,1,0,101)
  405. Title.Size = UDim2.new(0,100,0,20)
  406. Title.BackgroundColor3 = Color3.new(0,0,1)
  407. Title.BorderColor3 = Color3.new(1,1,1)
  408. Title.ZIndex = 2
  409. Title.LayoutOrder = 4
  410. Title.Parent = CmdHandler
  411. Title.Text = "Mob Farms >"
  412. Title.TextColor3 = Color3.fromRGB(250,250,250)
  413. Title.TextScaled = true
  414.  
  415. local BowBoss = Instance.new("TextButton") -- not bowboss anymore. now Trees
  416. BowBoss.Position = UDim2.new(0,1,0,76)
  417. BowBoss.Size = UDim2.new(0,100,0,20)
  418. BowBoss.BackgroundColor3 = Color3.new(0,0,1)
  419. BowBoss.BorderColor3 = Color3.new(1,1,1)
  420. BowBoss.ZIndex = 2
  421. BowBoss.LayoutOrder = 3
  422. BowBoss.Parent = CmdHandler
  423. BowBoss.Text = "Wood >"
  424. BowBoss.TextColor3 = Color3.fromRGB(250,250,250)
  425. BowBoss.TextScaled = true
  426.  
  427. local GUIs = Instance.new("TextButton")
  428. GUIs.Position = UDim2.new(0,1,0,51)
  429. GUIs.Size = UDim2.new(0,100,0,20)
  430. GUIs.BackgroundColor3 = Color3.new(0,0,1)
  431. GUIs.BorderColor3 = Color3.new(1,1,1)
  432. GUIs.ZIndex = 2
  433. GUIs.LayoutOrder = 2
  434. GUIs.Parent = CmdHandler
  435. GUIs.Text = "Event >"
  436. GUIs.TextColor3 = Color3.fromRGB(250,250,250)
  437. GUIs.TextScaled = true
  438.  
  439. local Notification2 = Instance.new("TextLabel")
  440. Notification2.Position = UDim2.new(0,1,0,5)
  441. Notification2.Size = UDim2.new(0,100,0,40)
  442. Notification2.BackgroundColor3 = Color3.fromRGB(50, 200, 50)
  443. Notification2.BorderColor3 = Color3.fromRGB(190, 50, 250)
  444. Notification2.ZIndex = 2
  445. Notification2.Text = "Updated 9/17/2022"
  446. Notification2.TextColor3 = Color3.new(0,0,0)
  447. Notification2.TextScaled = true
  448. Notification2.LayoutOrder = 1
  449. Notification2.Parent = CmdHandler
  450.  
  451. local Teleports = Instance.new("TextButton")
  452. Teleports.Position = UDim2.new(0,1,0,243)
  453. Teleports.Size = UDim2.new(0,100,0,20)
  454. Teleports.BackgroundColor3 = Color3.new(0,0,1)
  455. Teleports.BorderColor3 = Color3.new(1,1,1)
  456. Teleports.ZIndex = 2
  457. Teleports.Parent = CmdHandler
  458. Teleports.Text = "Teleports >"
  459. Teleports.TextColor3 = Color3.fromRGB(250,250,250)
  460. Teleports.TextScaled = true
  461. Teleports.Visible = false
  462.  
  463.  
  464. local CmdHandler7 = Instance.new("ScrollingFrame")
  465. CmdHandler7.Name = "CmdHandler6"
  466. CmdHandler7.Parent = Background10
  467. CmdHandler7.Active = true
  468. CmdHandler7.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  469. CmdHandler7.BackgroundTransparency = 1.000
  470. CmdHandler7.BorderSizePixel = 0
  471. CmdHandler7.AutomaticCanvasSize = "Y"
  472. CmdHandler7.Position = UDim2.new(0, 1, 0, 1)
  473. CmdHandler7.Size = UDim2.new(0, 148, 0, 195)
  474. CmdHandler7.ScrollBarThickness = 8
  475.  
  476. local CmdHandler8 = Instance.new("ScrollingFrame")
  477. CmdHandler8.Name = "CmdHandler8"
  478. CmdHandler8.Parent = Background11
  479. CmdHandler8.Active = true
  480. CmdHandler8.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  481. CmdHandler8.BackgroundTransparency = 1.000
  482. CmdHandler8.BorderSizePixel = 0
  483. CmdHandler8.AutomaticCanvasSize = "Y"
  484. CmdHandler8.Position = UDim2.new(0, 1, 0, 1)
  485. CmdHandler8.Size = UDim2.new(0, 148, 0, 195)
  486. CmdHandler8.ScrollBarThickness = 8
  487.  
  488. local Lunar = Instance.new("Frame")
  489. Lunar.Name = "Lunar"
  490. Lunar.Parent = Background11
  491. Lunar.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  492. Lunar.BorderSizePixel = 0
  493. Lunar.BorderColor3 = Color3.new(1,0,1)
  494. Lunar.Position = UDim2.new(1, 0, 0.05, 0)
  495. Lunar.Size = UDim2.new(0, 150, 0, 200)
  496. Lunar.Active = true
  497. Lunar.Visible = false
  498.  
  499. local LunarScroll = Instance.new("ScrollingFrame")
  500. LunarScroll.Name = "LunarScroll"
  501. LunarScroll.Parent = Lunar
  502. LunarScroll.Active = true
  503. LunarScroll.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  504. LunarScroll.BackgroundTransparency = 1.000
  505. LunarScroll.BorderSizePixel = 0
  506. LunarScroll.AutomaticCanvasSize = "Y"
  507. LunarScroll.Position = UDim2.new(0, 1, 0, 1)
  508. LunarScroll.Size = UDim2.new(0, 148, 0, 195)
  509. LunarScroll.ScrollBarThickness = 8
  510.  
  511. local Cletus = Instance.new("Frame")
  512. Cletus.Name = "Cletus"
  513. Cletus.Parent = Background11
  514. Cletus.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  515. Cletus.BorderSizePixel = 0
  516. Cletus.BorderColor3 = Color3.new(1,0,1)
  517. Cletus.Position = UDim2.new(1, 0, 0.05, 0)
  518. Cletus.Size = UDim2.new(0, 150, 0, 200)
  519. Cletus.Active = true
  520. Cletus.Visible = false
  521.  
  522. local CletusScroll = Instance.new("ScrollingFrame")
  523. CletusScroll.Name = "CletusScroll"
  524. CletusScroll.Parent = Cletus
  525. CletusScroll.Active = true
  526. CletusScroll.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  527. CletusScroll.BackgroundTransparency = 1.000
  528. CletusScroll.BorderSizePixel = 0
  529. CletusScroll.AutomaticCanvasSize = "Y"
  530. CletusScroll.Position = UDim2.new(0, 1, 0, 1)
  531. CletusScroll.Size = UDim2.new(0, 148, 0, 195)
  532. CletusScroll.ScrollBarThickness = 8
  533.  
  534. local CA = Instance.new("TextBox")
  535. CA.Position = UDim2.new(0,20,0,0)
  536. CA.Size = UDim2.new(0,100,0,20)
  537. CA.BackgroundColor3 = Color3.fromRGB(50,50,50)
  538. CA.BorderSizePixel = 1
  539. CA.BorderColor3 = Color3.new(1,1,1)
  540. CA.ZIndex = 2
  541. CA.Parent = CletusScroll
  542. CA.Text = ""
  543. CA.PlaceholderText = "Enter Amount"
  544. CA.TextColor3 = Color3.fromRGB(250,250,250)
  545. CA.TextScaled = true
  546.  
  547. local C1 = Instance.new("TextButton")
  548. C1.Position = UDim2.new(0,1,0,21)
  549. C1.Size = UDim2.new(0,140,0,20)
  550. C1.BackgroundColor3 = Color3.fromRGB(0,0,250)
  551. C1.BorderSizePixel = 1
  552. C1.BorderColor3 = Color3.new(1,1,1)
  553. C1.ZIndex = 2
  554. C1.Parent = CletusScroll
  555. C1.Text = "Wheat Seeds"
  556. C1.TextColor3 = Color3.fromRGB(250,250,250)
  557. C1.TextScaled = true
  558. C1.MouseButton1Click:Connect(function()
  559. Cookie = {[1] = {
  560. ["merchant"] = "seeds",
  561. ["offerId"] = 101,
  562. ["amount"] = tonumber(CA.Text)
  563. }}
  564. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  565. end)
  566.  
  567. local C2 = Instance.new("TextButton")
  568. C2.Position = UDim2.new(0,1,0,42)
  569. C2.Size = UDim2.new(0,140,0,20)
  570. C2.BackgroundColor3 = Color3.fromRGB(0,0,250)
  571. C2.BorderSizePixel = 1
  572. C2.BorderColor3 = Color3.new(1,1,1)
  573. C2.ZIndex = 2
  574. C2.Parent = CletusScroll
  575. C2.Text = "Tomato Seeds"
  576. C2.TextColor3 = Color3.fromRGB(250,250,250)
  577. C2.TextScaled = true
  578. C2.MouseButton1Click:Connect(function()
  579. Cookie = {[1] = {
  580. ["merchant"] = "seeds",
  581. ["offerId"] = 102,
  582. ["amount"] = tonumber(CA.Text)
  583. }}
  584. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  585. end)
  586.  
  587. local C3 = Instance.new("TextButton")
  588. C3.Position = UDim2.new(0,1,0,63)
  589. C3.Size = UDim2.new(0,140,0,20)
  590. C3.BackgroundColor3 = Color3.fromRGB(0,0,250)
  591. C3.BorderSizePixel = 1
  592. C3.BorderColor3 = Color3.new(1,1,1)
  593. C3.ZIndex = 2
  594. C3.Parent = CletusScroll
  595. C3.Text = "Potato Seeds"
  596. C3.TextColor3 = Color3.fromRGB(250,250,250)
  597. C3.TextScaled = true
  598. C3.MouseButton1Click:Connect(function()
  599. Cookie = {[1] = {
  600. ["merchant"] = "seeds",
  601. ["offerId"] = 103,
  602. ["amount"] = tonumber(CA.Text)
  603. }}
  604. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  605. end)
  606.  
  607. local C4 = Instance.new("TextButton")
  608. C4.Position = UDim2.new(0,1,0,84)
  609. C4.Size = UDim2.new(0,140,0,20)
  610. C4.BackgroundColor3 = Color3.fromRGB(0,0,250)
  611. C4.BorderSizePixel = 1
  612. C4.BorderColor3 = Color3.new(1,1,1)
  613. C4.ZIndex = 2
  614. C4.Parent = CletusScroll
  615. C4.Text = "Carrot Seeds"
  616. C4.TextColor3 = Color3.fromRGB(250,250,250)
  617. C4.TextScaled = true
  618. C4.MouseButton1Click:Connect(function()
  619. Cookie = {[1] = {
  620. ["merchant"] = "seeds",
  621. ["offerId"] = 104,
  622. ["amount"] = tonumber(CA.Text)
  623. }}
  624. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  625. end)
  626.  
  627. local C5 = Instance.new("TextButton")
  628. C5.Position = UDim2.new(0,1,0,105)
  629. C5.Size = UDim2.new(0,140,0,20)
  630. C5.BackgroundColor3 = Color3.fromRGB(0,0,250)
  631. C5.BorderSizePixel = 1
  632. C5.BorderColor3 = Color3.new(1,1,1)
  633. C5.ZIndex = 2
  634. C5.Parent = CletusScroll
  635. C5.Text = "Spinach Seeds"
  636. C5.TextColor3 = Color3.fromRGB(250,250,250)
  637. C5.TextScaled = true
  638. C5.MouseButton1Click:Connect(function()
  639. Cookie = {[1] = {
  640. ["merchant"] = "seeds",
  641. ["offerId"] = 105,
  642. ["amount"] = tonumber(CA.Text)
  643. }}
  644. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  645. end)
  646.  
  647. local C6 = Instance.new("TextButton")
  648. C6.Position = UDim2.new(0,1,0,126)
  649. C6.Size = UDim2.new(0,140,0,20)
  650. C6.BackgroundColor3 = Color3.fromRGB(0,0,250)
  651. C6.BorderSizePixel = 1
  652. C6.BorderColor3 = Color3.new(1,1,1)
  653. C6.ZIndex = 2
  654. C6.Parent = CletusScroll
  655. C6.Text = "Onion Seeds"
  656. C6.TextColor3 = Color3.fromRGB(250,250,250)
  657. C6.TextScaled = true
  658. C6.MouseButton1Click:Connect(function()
  659. Cookie = {[1] = {
  660. ["merchant"] = "seeds",
  661. ["offerId"] = 106,
  662. ["amount"] = tonumber(CA.Text)
  663. }}
  664. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  665. end)
  666.  
  667. local C7 = Instance.new("TextButton")
  668. C7.Position = UDim2.new(0,1,0,147)
  669. C7.Size = UDim2.new(0,140,0,20)
  670. C7.BackgroundColor3 = Color3.fromRGB(0,0,250)
  671. C7.BorderSizePixel = 1
  672. C7.BorderColor3 = Color3.new(1,1,1)
  673. C7.ZIndex = 2
  674. C7.Parent = CletusScroll
  675. C7.Text = "Grape Seeds"
  676. C7.TextColor3 = Color3.fromRGB(250,250,250)
  677. C7.TextScaled = true
  678. C7.MouseButton1Click:Connect(function()
  679. Cookie = {[1] = {
  680. ["merchant"] = "seeds",
  681. ["offerId"] = 107,
  682. ["amount"] = tonumber(CA.Text)
  683. }}
  684. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  685. end)
  686.  
  687. local C8 = Instance.new("TextButton")
  688. C8.Position = UDim2.new(0,1,0,168)
  689. C8.Size = UDim2.new(0,140,0,20)
  690. C8.BackgroundColor3 = Color3.fromRGB(0,0,250)
  691. C8.BorderSizePixel = 1
  692. C8.BorderColor3 = Color3.new(1,1,1)
  693. C8.ZIndex = 2
  694. C8.Parent = CletusScroll
  695. C8.Text = "Cactus Seeds"
  696. C8.TextColor3 = Color3.fromRGB(250,250,250)
  697. C8.TextScaled = true
  698. C8.MouseButton1Click:Connect(function()
  699. Cookie = {[1] = {
  700. ["merchant"] = "seeds",
  701. ["offerId"] = 108,
  702. ["amount"] = tonumber(CA.Text)
  703. }}
  704. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  705. end)
  706.  
  707. local C9 = Instance.new("TextButton")
  708. C9.Position = UDim2.new(0,1,0,189)
  709. C9.Size = UDim2.new(0,140,0,20)
  710. C9.BackgroundColor3 = Color3.fromRGB(0,0,250)
  711. C9.BorderSizePixel = 1
  712. C9.BorderColor3 = Color3.new(1,1,1)
  713. C9.ZIndex = 2
  714. C9.Parent = CletusScroll
  715. C9.Text = "Rice Seeds"
  716. C9.TextColor3 = Color3.fromRGB(250,250,250)
  717. C9.TextScaled = true
  718. C9.MouseButton1Click:Connect(function()
  719. Cookie = {[1] = {
  720. ["merchant"] = "seeds",
  721. ["offerId"] = 109,
  722. ["amount"] = tonumber(CA.Text)
  723. }}
  724. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  725. end)
  726.  
  727. local C10 = Instance.new("TextButton")
  728. C10.Position = UDim2.new(0,1,0,210)
  729. C10.Size = UDim2.new(0,140,0,20)
  730. C10.BackgroundColor3 = Color3.fromRGB(0,0,250)
  731. C10.BorderSizePixel = 1
  732. C10.BorderColor3 = Color3.new(1,1,1)
  733. C10.ZIndex = 2
  734. C10.Parent = CletusScroll
  735. C10.Text = "Dragon Fruit Seeds"
  736. C10.TextColor3 = Color3.fromRGB(250,250,250)
  737. C10.TextScaled = true
  738. C10.MouseButton1Click:Connect(function()
  739. Cookie = {[1] = {
  740. ["merchant"] = "seeds",
  741. ["offerId"] = 110,
  742. ["amount"] = tonumber(CA.Text)
  743. }}
  744. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  745. end)
  746.  
  747. local C11 = Instance.new("TextButton")
  748. C11.Position = UDim2.new(0,1,0,231)
  749. C11.Size = UDim2.new(0,140,0,20)
  750. C11.BackgroundColor3 = Color3.fromRGB(0,0,250)
  751. C11.BorderSizePixel = 1
  752. C11.BorderColor3 = Color3.new(1,1,1)
  753. C11.ZIndex = 2
  754. C11.Parent = CletusScroll
  755. C11.Text = "Melon (3/Day)"
  756. C11.TextColor3 = Color3.fromRGB(250,250,250)
  757. C11.TextScaled = true
  758. C11.MouseButton1Click:Connect(function()
  759. args = {
  760. [1] = {
  761. ["merchant"] = "melon_shop",
  762. ["offerId"] = 2,
  763. ["amount"] = 3
  764. }}
  765. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(args))
  766. end)
  767.  
  768. local C12 = Instance.new("TextButton")
  769. C12.Position = UDim2.new(0,1,0,252)
  770. C12.Size = UDim2.new(0,140,0,20)
  771. C12.BackgroundColor3 = Color3.fromRGB(0,0,250)
  772. C12.BorderSizePixel = 1
  773. C12.BorderColor3 = Color3.new(1,1,1)
  774. C12.ZIndex = 2
  775. C12.Parent = CletusScroll
  776. C12.Text = "Pineapple (6/Day)"
  777. C12.TextColor3 = Color3.fromRGB(250,250,250)
  778. C12.TextScaled = true
  779. C12.MouseButton1Click:Connect(function()
  780. args = {
  781. [1] = {
  782. ["merchant"] = "spring_shop_pineapple",
  783. ["offerId"] = 2,
  784. ["amount"] = 6
  785. }}
  786. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(args))
  787. end)
  788.  
  789. local C13 = Instance.new("TextButton")
  790. C13.Position = UDim2.new(0,1,0,273)
  791. C13.Size = UDim2.new(0,140,0,20)
  792. C13.BackgroundColor3 = Color3.fromRGB(0,0,250)
  793. C13.BorderSizePixel = 1
  794. C13.BorderColor3 = Color3.new(1,1,1)
  795. C13.ZIndex = 2
  796. C13.Parent = CletusScroll
  797. C13.Text = "Radish (8/Day)"
  798. C13.TextColor3 = Color3.fromRGB(250,250,250)
  799. C13.TextScaled = true
  800. C13.MouseButton1Click:Connect(function()
  801. args = {
  802. [1] = {
  803. ["merchant"] = "spring_shop_radish",
  804. ["offerId"] = 10,
  805. ["amount"] = 8
  806. }}
  807. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(args))
  808. end)
  809.  
  810. local C13 = Instance.new("TextButton")
  811. C13.Position = UDim2.new(0,1,0,294)
  812. C13.Size = UDim2.new(0,140,0,20)
  813. C13.BackgroundColor3 = Color3.fromRGB(0,0,250)
  814. C13.BorderSizePixel = 1
  815. C13.BorderColor3 = Color3.new(1,1,1)
  816. C13.ZIndex = 2
  817. C13.Parent = CletusScroll
  818. C13.Text = "Pumpkins (4/Day)"
  819. C13.TextColor3 = Color3.fromRGB(250,250,250)
  820. C13.TextScaled = true
  821. C13.MouseButton1Click:Connect(function()
  822. args = {
  823. [1] = {
  824. ["merchant"] = "autumn_shop",
  825. ["offerId"] = 10,
  826. ["amount"] = 4
  827. }}
  828. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(args))
  829. end)
  830.  
  831. local Wholesaler = Instance.new("Frame")
  832. Wholesaler.Name = "Wholesaler"
  833. Wholesaler.Parent = Background11
  834. Wholesaler.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  835. Wholesaler.BorderSizePixel = 0
  836. Wholesaler.BorderColor3 = Color3.new(1,0,1)
  837. Wholesaler.Position = UDim2.new(1, 0, 0.05, 0)
  838. Wholesaler.Size = UDim2.new(0, 150, 0, 200)
  839. Wholesaler.Active = true
  840. Wholesaler.Visible = false
  841.  
  842. local WholesalerScroll = Instance.new("ScrollingFrame")
  843. WholesalerScroll.Name = "CletusScroll"
  844. WholesalerScroll.Parent = Wholesaler
  845. WholesalerScroll.Active = true
  846. WholesalerScroll.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  847. WholesalerScroll.BackgroundTransparency = 1.000
  848. WholesalerScroll.BorderSizePixel = 0
  849. WholesalerScroll.AutomaticCanvasSize = "Y"
  850. WholesalerScroll.Position = UDim2.new(0, 1, 0, 1)
  851. WholesalerScroll.Size = UDim2.new(0, 148, 0, 195)
  852. WholesalerScroll.ScrollBarThickness = 8
  853.  
  854. local N1 = Instance.new("TextLabel")
  855. N1.Position = UDim2.new(0,0,0,0)
  856. N1.Size = UDim2.new(0,150,0,15)
  857. N1.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  858. N1.BorderColor3 = Color3.fromRGB(25, 25, 25)
  859. N1.ZIndex = 2
  860. N1.Parent = CmdHandler7
  861. N1.Text = "Farm Stuff"
  862. N1.TextColor3 = Color3.fromRGB(2,2,2)
  863. N1.TextScaled = true
  864.  
  865. local N2 = Instance.new("TextLabel")
  866. N2.Position = UDim2.new(0,0,0,200)
  867. N2.Size = UDim2.new(0,150,0,15)
  868. N2.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  869. N2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  870. N2.ZIndex = 2
  871. N2.Parent = CmdHandler7
  872. N2.Text = "Wilderness Islands"
  873. N2.TextColor3 = Color3.fromRGB(2,2,2)
  874. N2.TextScaled = true
  875.  
  876. local CmdHandler2 = Instance.new("ScrollingFrame")
  877. CmdHandler2.Name = "CmdHandler2"
  878. CmdHandler2.Parent = Background3
  879. CmdHandler2.Active = true
  880. CmdHandler2.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  881. CmdHandler2.BackgroundTransparency = 1.000
  882. CmdHandler2.BorderSizePixel = 0
  883. CmdHandler2.AutomaticCanvasSize = "Y"
  884. CmdHandler2.Position = UDim2.new(0, 1, 0, 0)
  885. CmdHandler2.Size = UDim2.new(0, 118, 0, 125)
  886. CmdHandler2.ScrollBarThickness = 10
  887.  
  888. local CmdHandler3 = Instance.new("ScrollingFrame")
  889. CmdHandler3.Name = "CmdHandler3"
  890. CmdHandler3.Parent = Background4
  891. CmdHandler3.Active = true
  892. CmdHandler3.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  893. CmdHandler3.BackgroundTransparency = 1.000
  894. CmdHandler3.BorderSizePixel = 0
  895. CmdHandler3.AutomaticCanvasSize = "Y"
  896. CmdHandler3.Position = UDim2.new(0, 1, 0, 1)
  897. CmdHandler3.Size = UDim2.new(0, 148, 0, 165)
  898. CmdHandler3.ScrollBarThickness = 8
  899.  
  900. local CmdHandler4 = Instance.new("ScrollingFrame")
  901. CmdHandler4.Name = "CmdHandler4"
  902. CmdHandler4.Parent = Background2
  903. CmdHandler4.Active = true
  904. CmdHandler4.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  905. CmdHandler4.BackgroundTransparency = 1.000
  906. CmdHandler4.BorderSizePixel = 0
  907. CmdHandler4.AutomaticCanvasSize = "Y"
  908. CmdHandler4.Position = UDim2.new(0, 1, 0, 1)
  909. CmdHandler4.Size = UDim2.new(0, 148, 0, 165)
  910. CmdHandler4.ScrollBarThickness = 8
  911.  
  912. local CmdHandler5 = Instance.new("ScrollingFrame")
  913. CmdHandler5.Name = "CmdHandler5"
  914. CmdHandler5.Parent = Background5
  915. CmdHandler5.Active = true
  916. CmdHandler5.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  917. CmdHandler5.BackgroundTransparency = 1.000
  918. CmdHandler5.BorderSizePixel = 0
  919. CmdHandler5.AutomaticCanvasSize = "Y"
  920. CmdHandler5.Position = UDim2.new(0, 1, 0, 1)
  921. CmdHandler5.Size = UDim2.new(0, 148, 0, 165)
  922. CmdHandler5.ScrollBarThickness = 8
  923.  
  924. local CmdHandler9 = Instance.new("ScrollingFrame")
  925. CmdHandler9.Name = "CmdHandler9"
  926. CmdHandler9.Parent = Background12
  927. CmdHandler9.Active = true
  928. CmdHandler9.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  929. CmdHandler9.BackgroundTransparency = 1.000
  930. CmdHandler9.BorderSizePixel = 0
  931. CmdHandler9.AutomaticCanvasSize = "Y"
  932. CmdHandler9.Position = UDim2.new(0, 1, 0, 1)
  933. CmdHandler9.Size = UDim2.new(0, 148, 0, 195)
  934. CmdHandler9.ScrollBarThickness = 8
  935.  
  936. local Notification2 = Instance.new("TextLabel")
  937. Notification2.Size = UDim2.new(0,120,0,15)
  938. Notification2.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  939. Notification2.BorderColor3 = Color3.fromRGB(25, 25, 25)
  940. Notification2.ZIndex = 2
  941. Notification2.Parent = CmdHandler2
  942. Notification2.Text = "Teleports"
  943. Notification2.TextColor3 = Color3.fromRGB(2,2,2)
  944. Notification2.TextScaled = true
  945.  
  946. local Notification3 = Instance.new("TextLabel")
  947. Notification3.Position = UDim2.new(0,0,0,0)
  948. Notification3.Size = UDim2.new(0,150,0,15)
  949. Notification3.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  950. Notification3.BorderColor3 = Color3.fromRGB(25, 25, 25)
  951. Notification3.ZIndex = 2
  952. Notification3.Parent = CmdHandler3
  953. Notification3.Text = "Other Things"
  954. Notification3.TextColor3 = Color3.fromRGB(2,2,2)
  955. Notification3.TextScaled = true
  956.  
  957. local Notification4 = Instance.new("TextLabel")
  958. Notification4.Position = UDim2.new(0,0,0,300)
  959. Notification4.Size = UDim2.new(0,150,0,15)
  960. Notification4.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  961. Notification4.BorderColor3 = Color3.fromRGB(25, 25, 25)
  962. Notification4.ZIndex = 2
  963. Notification4.Parent = CmdHandler3
  964. Notification4.Text = "Flowers/Floral"
  965. Notification4.TextColor3 = Color3.fromRGB(2,2,2)
  966. Notification4.TextScaled = true
  967.  
  968. local Notification5 = Instance.new("TextLabel")
  969. Notification5.Size = UDim2.new(0,150,0,15)
  970. Notification5.Position = UDim2.new(0,0,0,170)
  971. Notification5.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  972. Notification5.BorderColor3 = Color3.fromRGB(25, 25, 25)
  973. Notification5.ZIndex = 2
  974. Notification5.Parent = CmdHandler3
  975. Notification5.Text = "Shop Stuff"
  976. Notification5.TextColor3 = Color3.fromRGB(2,2,2)
  977. Notification5.TextScaled = true
  978.  
  979. local BottomOfMisc = Instance.new("TextLabel") -- Bottom of Misc
  980. BottomOfMisc.Position = UDim2.new(0,0,0,520)
  981. BottomOfMisc.Size = UDim2.new(0,120,0,15)
  982. BottomOfMisc.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  983. BottomOfMisc.BorderColor3 = Color3.fromRGB(25, 25, 25)
  984. BottomOfMisc.Parent = CmdHandler3
  985. BottomOfMisc.ZIndex = 2
  986. BottomOfMisc.Text = ""
  987. BottomOfMisc.TextColor3 = Color3.fromRGB(2,2,2)
  988. BottomOfMisc.TextScaled = true
  989.  
  990. local Notification6 = Instance.new("TextLabel")
  991. Notification6.Position = UDim2.new(0,0,0,0)
  992. Notification6.Size = UDim2.new(0,140,0,15)
  993. Notification6.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  994. Notification6.BorderColor3 = Color3.fromRGB(25, 25, 25)
  995. Notification6.ZIndex = 2
  996. Notification6.Parent = CmdHandler4
  997. Notification6.Text = "Mob Farms"
  998. Notification6.TextColor3 = Color3.fromRGB(2,2,2)
  999. Notification6.TextScaled = true
  1000.  
  1001. local Notification7 = Instance.new("TextLabel")
  1002. Notification7.Position = UDim2.new(0,0,0,150)
  1003. Notification7.Size = UDim2.new(0,140,0,15)
  1004. Notification7.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  1005. Notification7.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1006. Notification7.ZIndex = 2
  1007. Notification7.Parent = CmdHandler4
  1008. Notification7.Text = "Bow Aimbot (Patched)"
  1009. Notification7.TextColor3 = Color3.fromRGB(2,2,2)
  1010. Notification7.TextScaled = true
  1011.  
  1012. local Notification8 = Instance.new("TextLabel")
  1013. Notification8.Position = UDim2.new(0,0,0,0)
  1014. Notification8.Size = UDim2.new(0,140,0,15)
  1015. Notification8.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  1016. Notification8.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1017. Notification8.ZIndex = 2
  1018. Notification8.Parent = CmdHandler5
  1019. Notification8.Text = "Wood Chopper"
  1020. Notification8.TextColor3 = Color3.fromRGB(2,2,2)
  1021. Notification8.TextScaled = true
  1022.  
  1023. local Notification9 = Instance.new("TextLabel")
  1024. Notification9.Position = UDim2.new(0,0,0,0)
  1025. Notification9.Size = UDim2.new(0,140,0,15)
  1026. Notification9.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  1027. Notification9.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1028. Notification9.ZIndex = 2
  1029. Notification9.Parent = MachineHandler
  1030. Notification9.Text = "Stonecutter (broken)"
  1031. Notification9.TextColor3 = Color3.fromRGB(2,2,2)
  1032. Notification9.TextScaled = true
  1033.  
  1034. Notification10 = Instance.new("TextLabel")
  1035. Notification10.Position = UDim2.new(0,0,0,100)
  1036. Notification10.Size = UDim2.new(0,140,0,15)
  1037. Notification10.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  1038. Notification10.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1039. Notification10.ZIndex = 2
  1040. Notification10.Parent = MachineHandler
  1041. Notification10.Text = "Small Furnace"
  1042. Notification10.TextColor3 = Color3.fromRGB(2,2,2)
  1043. Notification10.TextScaled = true
  1044.  
  1045. local Notification11 = Instance.new("TextLabel")
  1046. Notification11.Position = UDim2.new(0,0,0,0)
  1047. Notification11.Size = UDim2.new(0,140,0,15)
  1048. Notification11.BackgroundColor3 = Color3.fromRGB(25, 200, 200)
  1049. Notification11.BorderColor3 = Color3.fromRGB(25, 25, 25)
  1050. Notification11.ZIndex = 2
  1051. Notification11.Parent = CmdHandler9
  1052. Notification11.Text = "WildernessIslands"
  1053. Notification11.TextColor3 = Color3.fromRGB(2,2,2)
  1054. Notification11.TextScaled = true
  1055.  
  1056. local Item4 = Instance.new("TextButton")
  1057. Item4.Position = UDim2.new(0,0,1,1)
  1058. Item4.Size = UDim2.new(0,70,0,20)
  1059. Item4.BackgroundColor3 = Color3.fromRGB(63,165,63)
  1060. Item4.BorderSizePixel = 0
  1061. Item4.ZIndex = 2
  1062. Item4.Parent = Notification6
  1063. Item4.Text = "Slimes"
  1064. Item4.TextColor3 = Color3.fromRGB(250,250,250)
  1065. Item4.TextScaled = true
  1066.  
  1067. local Item5 = Instance.new("TextButton")
  1068. Item5.Position = UDim2.new(0,71,1,1)
  1069. Item5.Size = UDim2.new(0,69,0,20)
  1070. Item5.BackgroundColor3 = Color3.fromRGB(163, 162, 165)
  1071. Item5.BorderSizePixel = 0
  1072. Item5.ZIndex = 2
  1073. Item5.Parent = Notification6
  1074. Item5.Text = "Buffalkor"
  1075. Item5.TextColor3 = Color3.fromRGB(1,1,1)
  1076. Item5.TextScaled = true
  1077.  
  1078. local Mob3 = Instance.new("TextButton")
  1079. Mob3.Position = UDim2.new(0,0,1,22)
  1080. Mob3.Size = UDim2.new(0,70,0,20)
  1081. Mob3.BackgroundColor3 = Color3.fromRGB(128, 0, 0)
  1082. Mob3.BorderSizePixel = 0
  1083. Mob3.ZIndex = 2
  1084. Mob3.Parent = Notification6
  1085. Mob3.Text = "Wizard"
  1086. Mob3.TextColor3 = Color3.fromRGB(250,250,250)
  1087. Mob3.TextScaled = true
  1088.  
  1089. local Mob4 = Instance.new("TextButton")
  1090. Mob4.Position = UDim2.new(0,71,1,22)
  1091. Mob4.Size = UDim2.new(0,69,0,20)
  1092. Mob4.BackgroundColor3 = Color3.fromRGB(194,178,128)
  1093. Mob4.BorderSizePixel = 0
  1094. Mob4.ZIndex = 2
  1095. Mob4.Parent = Notification6
  1096. Mob4.Text = "Skorps"
  1097. Mob4.TextColor3 = Color3.fromRGB(1,1,1)
  1098. Mob4.TextScaled = true
  1099.  
  1100. local Mob5 = Instance.new("TextButton")
  1101. Mob5.Position = UDim2.new(0,0,1,64)
  1102. Mob5.Size = UDim2.new(0,70,0,20)
  1103. Mob5.BackgroundColor3 = Color3.fromRGB(155,0,0)
  1104. Mob5.BorderSizePixel = 0
  1105. Mob5.ZIndex = 2
  1106. Mob5.Parent = Notification6
  1107. Mob5.Text = "magmaBlob"
  1108. Mob5.TextColor3 = Color3.fromRGB(255,200,1)
  1109. Mob5.TextScaled = true
  1110.  
  1111. local Mob6 = Instance.new("TextButton")
  1112. Mob6.Position = UDim2.new(0,0,1,43)
  1113. Mob6.Size = UDim2.new(0,70,0,20)
  1114. Mob6.BackgroundColor3 = Color3.fromRGB(200,200,200)
  1115. Mob6.BorderSizePixel = 0
  1116. Mob6.ZIndex = 2
  1117. Mob6.Parent = Notification6
  1118. Mob6.Text = "Skeleton Pirate"
  1119. Mob6.TextColor3 = Color3.new(0,0,0)
  1120. Mob6.TextScaled = true
  1121.  
  1122. local Mob7 = Instance.new("TextButton")
  1123. Mob7.Position = UDim2.new(0,70,1,43)
  1124. Mob7.Size = UDim2.new(0,70,0,20)
  1125. Mob7.BackgroundColor3 = Color3.fromRGB(200,50,50)
  1126. Mob7.BorderSizePixel = 0
  1127. Mob7.ZIndex = 2
  1128. Mob7.Parent = Notification6
  1129. Mob7.Text = "Crabs"
  1130. Mob7.TextColor3 = Color3.fromRGB(255,200,1)
  1131. Mob7.TextScaled = true
  1132.  
  1133. local Mob8 = Instance.new("TextButton")
  1134. Mob8.Position = UDim2.new(0,70,1,64)
  1135. Mob8.Size = UDim2.new(0,70,0,20)
  1136. Mob8.BackgroundColor3 = Color3.fromRGB(163, 162, 165)
  1137. Mob8.BorderSizePixel = 0
  1138. Mob8.ZIndex = 2
  1139. Mob8.Parent = Notification6
  1140. Mob8.Text = "Rock Mimic"
  1141. Mob8.TextColor3 = Color3.fromRGB(0,0,0)
  1142. Mob8.TextScaled = true
  1143.  
  1144. local God = Instance.new("TextButton")
  1145. God.Position = UDim2.new(0,1,1,110)
  1146. God.Size = UDim2.new(0,138,0,20)
  1147. God.BackgroundColor3 = Color3.fromRGB(50,50,50)
  1148. God.BorderSizePixel = 1
  1149. God.BorderColor3 = Color3.fromRGB(200,100,100)
  1150. God.ZIndex = 2
  1151. God.Parent = Notification6
  1152. God.Text = "Enable God Mode"
  1153. God.TextColor3 = Color3.fromRGB(50,200,100)
  1154. God.TextScaled = true
  1155.  
  1156. local Item6 = Instance.new("TextButton")
  1157. Item6.Position = UDim2.new(0,1,1,150)
  1158. Item6.Size = UDim2.new(0,135,0,20)
  1159. Item6.BackgroundColor3 = Color3.fromRGB(70,70,70)
  1160. Item6.BorderSizePixel = 2
  1161. Item6.BorderColor3 = Color3.new(0,1,0)
  1162. Item6.ZIndex = 2
  1163. Item6.Parent = Notification7
  1164. Item6.Text = "Fire ProximityPrompts"
  1165. Item6.TextColor3 = Color3.fromRGB(50,250,50)
  1166. Item6.TextScaled = true
  1167. Item6.Modal = true
  1168.  
  1169. local Item7 = Instance.new("TextButton")
  1170. Item7.Position = UDim2.new(0,0,1,1)
  1171. Item7.Size = UDim2.new(0,54,0,20)
  1172. Item7.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1173. Item7.BorderSizePixel = 1
  1174. Item7.ZIndex = 2
  1175. Item7.Parent = Notification2
  1176. Item7.Text = "Hub Island"
  1177. Item7.TextColor3 = Color3.fromRGB(250,250,250)
  1178. Item7.TextScaled = true
  1179.  
  1180. local Item8 = Instance.new("TextButton")
  1181. Item8.Position = UDim2.new(0,0,1,21)
  1182. Item8.Size = UDim2.new(0,54,0,20)
  1183. Item8.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1184. Item8.BorderSizePixel = 1
  1185. Item8.ZIndex = 2
  1186. Item8.Parent = Notification2
  1187. Item8.Text = "Slime Island"
  1188. Item8.TextColor3 = Color3.fromRGB(250,250,250)
  1189. Item8.TextScaled = true
  1190.  
  1191. local Item9 = Instance.new("TextButton")
  1192. Item9.Position = UDim2.new(0,54,1,22)
  1193. Item9.Size = UDim2.new(0,54,0,20)
  1194. Item9.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1195. Item9.BorderSizePixel = 1
  1196. Item9.ZIndex = 2
  1197. Item9.Parent = Notification2
  1198. Item9.Text = "Slime Boss"
  1199. Item9.TextColor3 = Color3.fromRGB(250,250,250)
  1200. Item9.TextScaled = true
  1201.  
  1202. local Item10 = Instance.new("TextButton")
  1203. Item10.Position = UDim2.new(0,54,1,1)
  1204. Item10.Size = UDim2.new(0,54,0,20)
  1205. Item10.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1206. Item10.BorderSizePixel = 1
  1207. Item10.ZIndex = 2
  1208. Item10.Parent = Notification2
  1209. Item10.Text = "Buffalkor Island"
  1210. Item10.TextColor3 = Color3.fromRGB(250,250,250)
  1211. Item10.TextScaled = true
  1212.  
  1213. local Item11 = Instance.new("TextButton")
  1214. Item11.Position = UDim2.new(0,0,1,41)
  1215. Item11.Size = UDim2.new(0,54,0,20)
  1216. Item11.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1217. Item11.BorderSizePixel = 1
  1218. Item11.ZIndex = 2
  1219. Item11.Parent = Notification2
  1220. Item11.Text = "Wizard Island"
  1221. Item11.TextColor3 = Color3.fromRGB(250,250,250)
  1222. Item11.TextScaled = true
  1223.  
  1224. local Item12 = Instance.new("TextButton")
  1225. Item12.Position = UDim2.new(0,54,1,41)
  1226. Item12.Size = UDim2.new(0,54,0,20)
  1227. Item12.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1228. Item12.BorderSizePixel = 1
  1229. Item12.ZIndex = 2
  1230. Item12.Parent = Notification2
  1231. Item12.Text = "Wizard Boss"
  1232. Item12.TextColor3 = Color3.fromRGB(250,250,250)
  1233. Item12.TextScaled = true
  1234.  
  1235. local Item13 = Instance.new("TextButton")
  1236. Item13.Position = UDim2.new(0,0,1,61)
  1237. Item13.Size = UDim2.new(0,54,0,20)
  1238. Item13.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1239. Item13.BorderSizePixel = 1
  1240. Item13.ZIndex = 2
  1241. Item13.Parent = Notification2
  1242. Item13.Text = "Desert Island"
  1243. Item13.TextColor3 = Color3.fromRGB(250,250,250)
  1244. Item13.TextScaled = true
  1245.  
  1246. local Item14 = Instance.new("TextButton")
  1247. Item14.Position = UDim2.new(0,54,1,61)
  1248. Item14.Size = UDim2.new(0,54,0,20)
  1249. Item14.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1250. Item14.BorderSizePixel = 1
  1251. Item14.ZIndex = 2
  1252. Item14.Parent = Notification2
  1253. Item14.Text = "Bhaa Boss"
  1254. Item14.TextColor3 = Color3.fromRGB(250,250,250)
  1255. Item14.TextScaled = true
  1256.  
  1257. local Item15 = Instance.new("TextButton")
  1258. Item15.Position = UDim2.new(0,0,1,81)
  1259. Item15.Size = UDim2.new(0,54,0,20)
  1260. Item15.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1261. Item15.BorderSizePixel = 1
  1262. Item15.ZIndex = 2
  1263. Item15.Parent = Notification2
  1264. Item15.Text = "Diamond Mines"
  1265. Item15.TextColor3 = Color3.fromRGB(250,250,250)
  1266. Item15.TextScaled = true
  1267.  
  1268. local Item16 = Instance.new("TextButton")
  1269. Item16.Position = UDim2.new(0,54,1,81)
  1270. Item16.Size = UDim2.new(0,54,0,20)
  1271. Item16.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1272. Item16.BorderSizePixel = 1
  1273. Item16.ZIndex = 2
  1274. Item16.Parent = Notification2
  1275. Item16.Text = "Kor Boss"
  1276. Item16.TextColor3 = Color3.fromRGB(250,250,250)
  1277. Item16.TextScaled = true
  1278.  
  1279. local Item17 = Instance.new("TextButton")
  1280. Item17.Position = UDim2.new(0,0,1,121)
  1281. Item17.Size = UDim2.new(0,54,0,20)
  1282. Item17.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1283. Item17.BorderSizePixel = 1
  1284. Item17.ZIndex = 2
  1285. Item17.Parent = Notification2
  1286. Item17.Text = "Spirit Island"
  1287. Item17.TextColor3 = Color3.fromRGB(250,250,250)
  1288. Item17.TextScaled = true
  1289.  
  1290. local TP1 = Instance.new("TextButton")
  1291. TP1.Position = UDim2.new(0,0,1,141)
  1292. TP1.Size = UDim2.new(0,54,0,20)
  1293. TP1.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1294. TP1.BorderSizePixel = 1
  1295. TP1.ZIndex = 2
  1296. TP1.Parent = Notification2
  1297. TP1.Text = "PVP Island"
  1298. TP1.TextColor3 = Color3.fromRGB(250,250,250)
  1299. TP1.TextScaled = true
  1300.  
  1301. local TP2 = Instance.new("TextButton")
  1302. TP2.Position = UDim2.new(0,54,1,141)
  1303. TP2.Size = UDim2.new(0,54,0,20)
  1304. TP2.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1305. TP2.BorderSizePixel = 1
  1306. TP2.ZIndex = 1
  1307. TP2.Parent = Notification2
  1308. TP2.Text = "Fish Festival"
  1309. TP2.TextColor3 = Color3.fromRGB(250,250,250)
  1310. TP2.TextScaled = true
  1311.  
  1312. local TP3 = Instance.new("TextButton")
  1313. TP3.Position = UDim2.new(0,0,1,161)
  1314. TP3.Size = UDim2.new(0,54,0,20)
  1315. TP3.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1316. TP3.BorderSizePixel = 1
  1317. TP3.ZIndex = 2
  1318. TP3.Parent = Notification2
  1319. TP3.Text = "Cletus Farm"
  1320. TP3.TextColor3 = Color3.fromRGB(250,250,250)
  1321. TP3.TextScaled = true
  1322.  
  1323. local Item18 = Instance.new("TextButton")
  1324. Item18.Position = UDim2.new(0,54,1,121)
  1325. Item18.Size = UDim2.new(0,54,0,20)
  1326. Item18.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1327. Item18.BorderSizePixel = 1
  1328. Item18.ZIndex = 2
  1329. Item18.Parent = Notification2
  1330. Item18.Text = "Pirate Isle"
  1331. Item18.TextColor3 = Color3.fromRGB(250,250,250)
  1332. Item18.TextScaled = true
  1333.  
  1334. local Item19 = Instance.new("TextButton")
  1335. Item19.Position = UDim2.new(0,0,1,101)
  1336. Item19.Size = UDim2.new(0,54,0,20)
  1337. Item19.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1338. Item19.BorderSizePixel = 1
  1339. Item19.ZIndex = 2
  1340. Item19.Parent = Notification2
  1341. Item19.Text = "Underworld"
  1342. Item19.TextColor3 = Color3.fromRGB(250,250,250)
  1343. Item19.TextScaled = true
  1344.  
  1345. local Item20 = Instance.new("TextButton")
  1346. Item20.Position = UDim2.new(0,54,1,101)
  1347. Item20.Size = UDim2.new(0,54,0,20)
  1348. Item20.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1349. Item20.BorderSizePixel = 1
  1350. Item20.ZIndex = 2
  1351. Item20.Parent = Notification2
  1352. Item20.Text = "Dragon Boss"
  1353. Item20.TextColor3 = Color3.fromRGB(250,250,250)
  1354. Item20.TextScaled = true
  1355.  
  1356. local Tests = Instance.new("TextButton")
  1357. Tests.Position = UDim2.new(0,1,0,151)
  1358. Tests.Size = UDim2.new(0,100,0,20)
  1359. Tests.BackgroundColor3 = Color3.new(0,0,1)
  1360. Tests.BorderColor3 = Color3.new(1,1,1)
  1361. Tests.ZIndex = 2
  1362. Tests.LayoutOrder = 6
  1363. Tests.Parent = CmdHandler
  1364. Tests.Text = "Misc >"
  1365. Tests.TextColor3 = Color3.fromRGB(250,250,250)
  1366. Tests.TextScaled = true
  1367.  
  1368. local Item22 = Instance.new("TextButton")
  1369. Item22.Position = UDim2.new(0,0,1,1)
  1370. Item22.Size = UDim2.new(0,70,0,20)
  1371. Item22.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1372. Item22.BorderSizePixel = 0
  1373. Item22.ZIndex = 2
  1374. Item22.Parent = Notification4
  1375. Item22.Text = "Pick Useless Fertiles"
  1376. Item22.TextColor3 = Color3.fromRGB(250,250,250)
  1377. Item22.TextScaled = true
  1378.  
  1379. local Item23 = Instance.new("TextButton")
  1380. Item23.Position = UDim2.new(0,0,1,1)
  1381. Item23.Size = UDim2.new(0,70,0,20)
  1382. Item23.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1383. Item23.BorderSizePixel = 1
  1384. Item23.ZIndex = 2
  1385. Item23.Parent = N1
  1386. Item23.Text = "Honeycomb"
  1387. Item23.TextColor3 = Color3.fromRGB(250,250,250)
  1388. Item23.TextScaled = true
  1389.  
  1390. local Item24 = Instance.new("TextButton")
  1391. Item24.Position = UDim2.new(0,71,1,1)
  1392. Item24.Size = UDim2.new(0,70,0,20)
  1393. Item24.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1394. Item24.BorderSizePixel = 1
  1395. Item24.ZIndex = 2
  1396. Item24.Parent = Notification3
  1397. Item24.Text = "Collect Nearby in/out"
  1398. Item24.TextColor3 = Color3.fromRGB(250,250,250)
  1399. Item24.TextScaled = true
  1400.  
  1401. local Item25 = Instance.new("TextButton")
  1402. Item25.Position = UDim2.new(0,0,1,22)
  1403. Item25.Size = UDim2.new(0,70,0,20)
  1404. Item25.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1405. Item25.BorderSizePixel = 1
  1406. Item25.ZIndex = 2
  1407. Item25.Parent = N1
  1408. Item25.Text = "Auto-Mayo"
  1409. Item25.TextColor3 = Color3.fromRGB(250,250,250)
  1410. Item25.TextScaled = true
  1411.  
  1412. local Item2 = Instance.new("TextButton")
  1413. Item2.Position = UDim2.new(0,0,1,1)
  1414. Item2.Size = UDim2.new(0,70,0,20)
  1415. Item2.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1416. Item2.BorderSizePixel = 1
  1417. Item2.ZIndex = 2
  1418. Item2.Parent = Notification3
  1419. Item2.Text = "Join/Invite"
  1420. Item2.TextColor3 = Color3.fromRGB(250,250,250)
  1421. Item2.TextScaled = true
  1422.  
  1423. local Item26 = Instance.new("TextButton")
  1424. Item26.Position = UDim2.new(0,1,1,65)
  1425. Item26.Size = UDim2.new(0,140,0,20)
  1426. Item26.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1427. Item26.BorderSizePixel = 1
  1428. Item26.ZIndex = 2
  1429. Item26.Parent = Notification5
  1430. Item26.Text = "Find Held Item in Vending"
  1431. Item26.TextColor3 = Color3.fromRGB(250,250,250)
  1432. Item26.TextScaled = true
  1433.  
  1434. local Item27 = Instance.new("TextButton")
  1435. Item27.Position = UDim2.new(0,0,1,85)
  1436. Item27.Size = UDim2.new(0,70,0,20)
  1437. Item27.BackgroundColor3 = Color3.fromRGB(63,165,63)
  1438. Item27.BorderSizePixel = 0
  1439. Item27.ZIndex = 2
  1440. Item27.Parent = Notification7
  1441. Item27.Text = "Slime King"
  1442. Item27.TextColor3 = Color3.fromRGB(250,250,250)
  1443. Item27.TextScaled = true
  1444.  
  1445. local Item28 = Instance.new("TextButton")
  1446. Item28.Position = UDim2.new(0,71,1,85)
  1447. Item28.Size = UDim2.new(0,69,0,20)
  1448. Item28.BackgroundColor3 = Color3.fromRGB(128, 0, 0)
  1449. Item28.BorderSizePixel = 0
  1450. Item28.ZIndex = 2
  1451. Item28.Parent = Notification7
  1452. Item28.Text = "Wizard Boss"
  1453. Item28.TextColor3 = Color3.fromRGB(250,250,250)
  1454. Item28.TextScaled = true
  1455.  
  1456. local Item29 = Instance.new("TextButton")
  1457. Item29.Position = UDim2.new(0,0,1,22)
  1458. Item29.Size = UDim2.new(0,70,0,20)
  1459. Item29.BackgroundColor3 = Color3.fromRGB(194,178,128)
  1460. Item29.BorderSizePixel = 0
  1461. Item29.ZIndex = 2
  1462. Item29.Parent = Notification7
  1463. Item29.Text = "Bhaa"
  1464. Item29.TextColor3 = Color3.fromRGB(0,0,0)
  1465. Item29.TextScaled = true
  1466.  
  1467. local Item30 = Instance.new("TextButton")
  1468. Item30.Position = UDim2.new(0,71,1,22)
  1469. Item30.Size = UDim2.new(0,69,0,20)
  1470. Item30.BackgroundColor3 = Color3.fromRGB(163, 162, 165)
  1471. Item30.BorderSizePixel = 0
  1472. Item30.ZIndex = 2
  1473. Item30.Parent = Notification7
  1474. Item30.Text = "Kor"
  1475. Item30.TextColor3 = Color3.fromRGB(0,0,0)
  1476. Item30.TextScaled = true
  1477.  
  1478. local Item31 = Instance.new("TextButton")
  1479. Item31.Position = UDim2.new(0,0,1,43)
  1480. Item31.Size = UDim2.new(0,70,0,20)
  1481. Item31.BackgroundColor3 = Color3.fromRGB(155,0,0)
  1482. Item31.BorderSizePixel = 0
  1483. Item31.ZIndex = 2
  1484. Item31.Parent = Notification7
  1485. Item31.Text = "Infernal Dragon"
  1486. Item31.TextColor3 = Color3.fromRGB(250,250,250)
  1487. Item31.TextScaled = true
  1488.  
  1489. local Item32 = Instance.new("TextButton")
  1490. Item32.Position = UDim2.new(0,0,1,22)
  1491. Item32.Size = UDim2.new(0,70,0,20)
  1492. Item32.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1493. Item32.BorderSizePixel = 1
  1494. Item32.ZIndex = 2
  1495. Item32.Parent = Notification3
  1496. Item32.Text = "Send items to Click"
  1497. Item32.TextColor3 = Color3.fromRGB(250,250,250)
  1498. Item32.TextScaled = true
  1499.  
  1500. local Item33 = Instance.new("TextButton")
  1501. Item33.Position = UDim2.new(0,72,1,1)
  1502. Item33.Size = UDim2.new(0,70,0,20)
  1503. Item33.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1504. Item33.BorderSizePixel = 1
  1505. Item33.ZIndex = 2
  1506. Item33.Parent = N1
  1507. Item33.Text = "Collect Truffles"
  1508. Item33.TextColor3 = Color3.fromRGB(250,250,250)
  1509. Item33.TextScaled = true
  1510.  
  1511. local Item34 = Instance.new("TextButton")
  1512. Item34.Position = UDim2.new(0,71,1,1)
  1513. Item34.Size = UDim2.new(0,70,0,20)
  1514. Item34.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1515. Item34.BorderSizePixel = 1
  1516. Item34.ZIndex = 2
  1517. Item34.Parent = Notification4
  1518. Item34.Text = "Pick Unfertile"
  1519. Item34.TextColor3 = Color3.fromRGB(250,250,250)
  1520. Item34.TextScaled = true
  1521.  
  1522. local Item35 = Instance.new("TextButton")
  1523. Item35.Position = UDim2.new(0,0,1,22)
  1524. Item35.Size = UDim2.new(0,70,0,20)
  1525. Item35.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1526. Item35.BorderSizePixel = 1
  1527. Item35.ZIndex = 2
  1528. Item35.Parent = Notification4
  1529. Item35.Text = "Water Flowers"
  1530. Item35.TextColor3 = Color3.fromRGB(250,250,250)
  1531. Item35.TextScaled = true
  1532.  
  1533. local Item36 = Instance.new("TextButton")
  1534. Item36.Position = UDim2.new(0,71,1,22)
  1535. Item36.Size = UDim2.new(0,70,0,20)
  1536. Item36.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1537. Item36.BorderSizePixel = 1
  1538. Item36.ZIndex = 2
  1539. Item36.Parent = Notification4
  1540. Item36.Text = "Clear Grass/Rocks"
  1541. Item36.TextColor3 = Color3.fromRGB(250,250,250)
  1542. Item36.TextScaled = true
  1543.  
  1544. local Item42 = Instance.new("TextButton")
  1545. Item42.Position = UDim2.new(0,1,0,199)
  1546. Item42.Size = UDim2.new(0,100,0,20)
  1547. Item42.BackgroundColor3 = Color3.fromRGB(0,0,250)
  1548. Item42.BorderSizePixel = 1
  1549. Item42.BorderColor3 = Color3.new(1,1,1)
  1550. Item42.ZIndex = 2
  1551. Item42.LayoutOrder = 8
  1552. Item42.Parent = CmdHandler
  1553. Item42.Text = "Machines >"
  1554. Item42.TextColor3 = Color3.fromRGB(250,250,250)
  1555. Item42.TextScaled = true
  1556.  
  1557. local Item43 = Instance.new("TextButton")
  1558. Item43.Position = UDim2.new(0,71,1,64)
  1559. Item43.Size = UDim2.new(0,70,0,20)
  1560. Item43.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1561. Item43.BorderSizePixel = 1
  1562. Item43.ZIndex = 2
  1563. Item43.Parent = Notification3
  1564. Item43.Text = "Put ALL items into trade"
  1565. Item43.TextColor3 = Color3.fromRGB(250,250,250)
  1566. Item43.TextScaled = true
  1567.  
  1568. local Item44 = Instance.new("TextButton")
  1569. Item44.Position = UDim2.new(0,0,1,43)
  1570. Item44.Size = UDim2.new(0,70,0,20)
  1571. Item44.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1572. Item44.BorderSizePixel = 1
  1573. Item44.ZIndex = 2
  1574. Item44.Parent = Notification3
  1575. Item44.Text = "Island Pickaxe Aura"
  1576. Item44.TextColor3 = Color3.fromRGB(250,250,250)
  1577. Item44.TextScaled = true
  1578.  
  1579. local Item45 = Instance.new("TextButton")
  1580. Item45.Position = UDim2.new(0,0,1,45)
  1581. Item45.Size = UDim2.new(0,140,0,20)
  1582. Item45.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1583. Item45.BorderSizePixel = 1
  1584. Item45.ZIndex = 2
  1585. Item45.Parent = Notification4
  1586. Item45.Text = "Water Nearby"
  1587. Item45.TextColor3 = Color3.fromRGB(250,250,250)
  1588. Item45.TextScaled = true
  1589.  
  1590. local Item46 = Instance.new("TextButton")
  1591. Item46.Position = UDim2.new(0,71,1,43)
  1592. Item46.Size = UDim2.new(0,70,0,20)
  1593. Item46.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1594. Item46.BorderSizePixel = 1
  1595. Item46.ZIndex = 2
  1596. Item46.Parent = Notification3
  1597. Item46.Text = "Pickup Drops Aura"
  1598. Item46.TextColor3 = Color3.fromRGB(250,250,250)
  1599. Item46.TextScaled = true
  1600.  
  1601. local Item47 = Instance.new("TextButton")
  1602. Item47.Position = UDim2.new(0,0,1,85)
  1603. Item47.Size = UDim2.new(0,140,0,20)
  1604. Item47.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1605. Item47.BorderSizePixel = 1
  1606. Item47.ZIndex = 2
  1607. Item47.Parent = Notification3
  1608. Item47.Text = "Destroy Coal /iron /ironOre"
  1609. Item47.TextColor3 = Color3.fromRGB(250,250,250)
  1610. Item47.TextScaled = true
  1611.  
  1612. local Item48 = Instance.new("TextButton")
  1613. Item48.Position = UDim2.new(0,0,1,66)
  1614. Item48.Size = UDim2.new(0,140,0,20)
  1615. Item48.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1616. Item48.BorderSizePixel = 1
  1617. Item48.ZIndex = 2
  1618. Item48.Parent = Notification4
  1619. Item48.Text = "Clear Island Fertiles"
  1620. Item48.TextColor3 = Color3.fromRGB(250,250,250)
  1621. Item48.TextScaled = true
  1622.  
  1623. local Item50 = Instance.new("TextButton")
  1624. Item50.Position = UDim2.new(0,0,1,1)
  1625. Item50.Size = UDim2.new(0,70,0,20)
  1626. Item50.BackgroundColor3 = Color3.fromRGB(186,164,138)
  1627. Item50.BorderSizePixel = 1
  1628. Item50.ZIndex = 2
  1629. Item50.Parent = Notification8
  1630. Item50.Text = "Oak Wood"
  1631. Item50.TextColor3 = Color3.fromRGB(0,0,0)
  1632. Item50.TextScaled = true
  1633.  
  1634. local Item51 = Instance.new("TextButton")
  1635. Item51.Position = UDim2.new(0,71,1,1)
  1636. Item51.Size = UDim2.new(0,70,0,20)
  1637. Item51.BackgroundColor3 = Color3.fromRGB(248,223,161)
  1638. Item51.BorderSizePixel = 1
  1639. Item51.ZIndex = 2
  1640. Item51.Parent = Notification8
  1641. Item51.Text = "Birch Wood"
  1642. Item51.TextColor3 = Color3.fromRGB(0,0,0)
  1643. Item51.TextScaled = true
  1644.  
  1645. local Item52 = Instance.new("TextButton")
  1646. Item52.Position = UDim2.new(0,0,1,22)
  1647. Item52.Size = UDim2.new(0,70,0,20)
  1648. Item52.BackgroundColor3 = Color3.fromRGB(85,52,43)
  1649. Item52.BorderSizePixel = 1
  1650. Item52.ZIndex = 2
  1651. Item52.Parent = Notification8
  1652. Item52.Text = "Pine Wood"
  1653. Item52.TextColor3 = Color3.fromRGB(250,250,250)
  1654. Item52.TextScaled = true
  1655.  
  1656. local Item53 = Instance.new("TextButton")
  1657. Item53.Position = UDim2.new(0,71,1,22)
  1658. Item53.Size = UDim2.new(0,70,0,20)
  1659. Item53.BackgroundColor3 = Color3.fromRGB(200,111,87)
  1660. Item53.BorderSizePixel = 1
  1661. Item53.ZIndex = 2
  1662. Item53.Parent = Notification8
  1663. Item53.Text = "Maple Wood"
  1664. Item53.TextColor3 = Color3.fromRGB(0,0,0)
  1665. Item53.TextScaled = true
  1666.  
  1667. local Item54 = Instance.new("TextButton")
  1668. Item54.Position = UDim2.new(0,0,1,43)
  1669. Item54.Size = UDim2.new(0,70,0,20)
  1670. Item54.BackgroundColor3 = Color3.fromRGB(258,233,171)
  1671. Item54.BorderSizePixel = 1
  1672. Item54.ZIndex = 2
  1673. Item54.Parent = Notification8
  1674. Item54.Text = "Hickory Wood"
  1675. Item54.TextColor3 = Color3.fromRGB(0,0,0)
  1676. Item54.TextScaled = true
  1677.  
  1678. local Item55 = Instance.new("TextButton")
  1679. Item55.Position = UDim2.new(0,71,1,43)
  1680. Item55.Size = UDim2.new(0,69,0,20)
  1681. Item55.BackgroundColor3 = Color3.fromRGB(168,105,165)
  1682. Item55.BorderSizePixel = 1
  1683. Item55.ZIndex = 2
  1684. Item55.Parent = Notification8
  1685. Item55.Text = "Spirit Wood"
  1686. Item55.TextColor3 = Color3.fromRGB(0,0,0)
  1687. Item55.TextScaled = true
  1688.  
  1689. local Item56 = Instance.new("TextButton")
  1690. Item56.Position = UDim2.new(0,0,1,43)
  1691. Item56.Size = UDim2.new(0,140,0,20)
  1692. Item56.BackgroundColor3 = Color3.fromRGB(50,250,150)
  1693. Item56.BorderSizePixel = 1
  1694. Item56.ZIndex = 2
  1695. Item56.Parent = Notification9
  1696. Item56.Text = "aquaBlock -> aquaCarved"
  1697. Item56.TextColor3 = Color3.fromRGB(0,0,0)
  1698. Item56.TextScaled = true
  1699.  
  1700. local Item57 = Instance.new("TextButton")
  1701. Item57.Position = UDim2.new(0,0,1,22)
  1702. Item57.Size = UDim2.new(0,140,0,20)
  1703. Item57.BackgroundColor3 = Color3.fromRGB(50,250,150)
  1704. Item57.BorderSizePixel = 1
  1705. Item57.ZIndex = 2
  1706. Item57.Parent = Notification9
  1707. Item57.Text = "aquaBlock -> aquaTiles"
  1708. Item57.TextColor3 = Color3.fromRGB(0,0,0)
  1709. Item57.TextScaled = true
  1710.  
  1711. local Item58 = Instance.new("TextButton")
  1712. Item58.Position = UDim2.new(0,0,1,1)
  1713. Item58.Size = UDim2.new(0,140,0,20)
  1714. Item58.BackgroundColor3 = Color3.fromRGB(50,250,150)
  1715. Item58.BorderSizePixel = 1
  1716. Item58.ZIndex = 2
  1717. Item58.Parent = Notification9
  1718. Item58.Text = "aquaBlock -> aquaBrick"
  1719. Item58.TextColor3 = Color3.fromRGB(0,0,0)
  1720. Item58.TextScaled = true
  1721.  
  1722. local Item59 = Instance.new("TextButton")
  1723. Item59.Position = UDim2.new(0,72,1,22)
  1724. Item59.Size = UDim2.new(0,70,0,20)
  1725. Item59.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1726. Item59.BorderSizePixel = 1
  1727. Item59.ZIndex = 2
  1728. Item59.Parent = N1
  1729. Item59.Text = "Cloth Loom"
  1730. Item59.TextColor3 = Color3.fromRGB(250,250,250)
  1731. Item59.TextScaled = true
  1732.  
  1733. local Item60 = Instance.new("TextButton")
  1734. Item60.Position = UDim2.new(0,0,1,87)
  1735. Item60.Size = UDim2.new(0,140,0,20)
  1736. Item60.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1737. Item60.BorderSizePixel = 1
  1738. Item60.ZIndex = 2
  1739. Item60.Parent = Notification4
  1740. Item60.Text = "Clear ALL but Tulips"
  1741. Item60.TextColor3 = Color3.fromRGB(250,250,250)
  1742. Item60.TextScaled = true
  1743.  
  1744. local Item61 = Instance.new("TextButton")
  1745. Item61.Position = UDim2.new(0,0,1,64)
  1746. Item61.Size = UDim2.new(0,70,0,20)
  1747. Item61.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1748. Item61.BorderSizePixel = 1
  1749. Item61.ZIndex = 2
  1750. Item61.Parent = Notification3
  1751. Item61.Text = "NONO"
  1752. Item61.TextColor3 = Color3.fromRGB(250,250,250)
  1753. Item61.TextScaled = true
  1754.  
  1755. local Item62 = Instance.new("TextButton")
  1756. Item62.Position = UDim2.new(0,0,1,127)
  1757. Item62.Size = UDim2.new(0,70,0,20)
  1758. Item62.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1759. Item62.BorderSizePixel = 1
  1760. Item62.ZIndex = 2
  1761. Item62.Parent = N1
  1762. Item62.Text = "Pick Avocados"
  1763. Item62.TextColor3 = Color3.fromRGB(250,250,250)
  1764. Item62.TextScaled = true
  1765.  
  1766. local Item63 = Instance.new("TextButton")
  1767. Item63.Position = UDim2.new(0,72,1,43)
  1768. Item63.Size = UDim2.new(0,70,0,20)
  1769. Item63.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1770. Item63.BorderSizePixel = 1
  1771. Item63.ZIndex = 2
  1772. Item63.Parent = N1
  1773. Item63.Text = "Animal Farm"
  1774. Item63.TextColor3 = Color3.fromRGB(250,250,250)
  1775. Item63.TextScaled = true
  1776.  
  1777. local UnPlow = Instance.new("TextButton")
  1778. UnPlow.Position = UDim2.new(0,1,1,43)
  1779. UnPlow.Size = UDim2.new(0,70,0,20)
  1780. UnPlow.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1781. UnPlow.BorderSizePixel = 1
  1782. UnPlow.ZIndex = 2
  1783. UnPlow.Parent = N1
  1784. UnPlow.Text = "Unplow Nearby"
  1785. UnPlow.TextColor3 = Color3.fromRGB(250,250,250)
  1786. UnPlow.TextScaled = true
  1787.  
  1788. local Item64 = Instance.new("TextButton")
  1789. Item64.Position = UDim2.new(0,0,1,108)
  1790. Item64.Size = UDim2.new(0,70,0,20)
  1791. Item64.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1792. Item64.BorderSizePixel = 1
  1793. Item64.ZIndex = 2
  1794. Item64.Parent = Notification4
  1795. Item64.Text = "Leaf Collector"
  1796. Item64.TextColor3 = Color3.fromRGB(250,250,250)
  1797. Item64.TextScaled = true
  1798.  
  1799. local Item65 = Instance.new("TextButton")
  1800. Item65.Position = UDim2.new(0,71,1,106)
  1801. Item65.Size = UDim2.new(0,70,0,20)
  1802. Item65.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1803. Item65.BorderSizePixel = 1
  1804. Item65.ZIndex = 2
  1805. Item65.Parent = Notification3
  1806. Item65.Text = "Auto Eat >"
  1807. Item65.TextColor3 = Color3.fromRGB(250,250,250)
  1808. Item65.TextScaled = true
  1809.  
  1810. local CmdHandler6 = Instance.new("ScrollingFrame")
  1811. CmdHandler6.Name = "CmdHandler6"
  1812. CmdHandler6.Parent = Background9
  1813. CmdHandler6.Active = true
  1814. CmdHandler6.BackgroundColor3 = Color3.fromRGB(5, 5, 5)
  1815. CmdHandler6.BackgroundTransparency = 1.000
  1816. CmdHandler6.BorderSizePixel = 0
  1817. CmdHandler6.AutomaticCanvasSize = "Y"
  1818. CmdHandler6.Position = UDim2.new(0, 1, 0, 1)
  1819. CmdHandler6.Size = UDim2.new(0, 100, 0, 149)
  1820. CmdHandler6.ScrollBarThickness = 8
  1821.  
  1822. local YPos = 1
  1823. local NaMe = 1
  1824. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1825. if v:FindFirstChild("food") then
  1826. Foodz = Instance.new("TextButton")
  1827. Foodz.Name = NaMe
  1828. Foodz.Position = UDim2.new(0,1,0,YPos)
  1829. Foodz.Size = UDim2.new(0,95,0,15)
  1830. Foodz.BackgroundColor3 = Color3.fromRGB(70,70,70)
  1831. Foodz.BorderColor3 = Color3.new(1,1,1)
  1832. Foodz.ZIndex = 2
  1833. Foodz.Parent = CmdHandler6
  1834. Foodz.Text = v.Name
  1835. Foodz.TextColor3 = Color3.fromRGB(250,250,250)
  1836. Foodz.TextScaled = true
  1837. NaMe = NaMe + 1
  1838. YPos = YPos + 15
  1839. end
  1840. end
  1841.  
  1842. local Item66 = Instance.new("TextButton")
  1843. Item66.Position = UDim2.new(0,71,1,43)
  1844. Item66.Size = UDim2.new(0,70,0,20)
  1845. Item66.BackgroundColor3 = Color3.fromRGB(124,92,70)
  1846. Item66.BorderSizePixel = 0
  1847. Item66.ZIndex = 2
  1848. Item66.Parent = Notification7
  1849. Item66.Text = "Fhangorn"
  1850. Item66.TextColor3 = Color3.fromRGB(250,250,250)
  1851. Item66.TextScaled = true
  1852.  
  1853. local SlimeQueen = Instance.new("TextButton")
  1854. SlimeQueen.Position = UDim2.new(0,1,1,64)
  1855. SlimeQueen.Size = UDim2.new(0,70,0,20)
  1856. SlimeQueen.BackgroundColor3 = Color3.fromRGB(225,50,100)
  1857. SlimeQueen.BorderSizePixel = 0
  1858. SlimeQueen.ZIndex = 2
  1859. SlimeQueen.Parent = Notification7
  1860. SlimeQueen.Text = "Slime Queen"
  1861. SlimeQueen.TextColor3 = Color3.fromRGB(250,250,250)
  1862. SlimeQueen.TextScaled = true
  1863.  
  1864. local Item67 = Instance.new("TextButton")
  1865. Item67.Position = UDim2.new(0,1,0,175)
  1866. Item67.Size = UDim2.new(0,100,0,20)
  1867. Item67.BackgroundColor3 = Color3.fromRGB(0,0,250)
  1868. Item67.BorderSizePixel = 1
  1869. Item67.BorderColor3 = Color3.new(1,1,1)
  1870. Item67.ZIndex = 2
  1871. Item67.LayoutOrder = 2
  1872. Item67.Parent = CmdHandler
  1873. Item67.Text = "Farming >"
  1874. Item67.TextColor3 = Color3.fromRGB(250,250,250)
  1875. Item67.TextScaled = true
  1876.  
  1877. local Item68 = Instance.new("TextButton")
  1878. Item68.Position = UDim2.new(0,71,1,106)
  1879. Item68.Size = UDim2.new(0,70,0,20)
  1880. Item68.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1881. Item68.BorderSizePixel = 1
  1882. Item68.ZIndex = 2
  1883. Item68.Parent = N1
  1884. Item68.Text = "Candy Cane"
  1885. Item68.TextColor3 = Color3.fromRGB(250,250,250)
  1886. Item68.TextScaled = true
  1887.  
  1888. local Item69 = Instance.new("TextButton")
  1889. Item69.Position = UDim2.new(0,0,1,85)
  1890. Item69.Size = UDim2.new(0,70,0,20)
  1891. Item69.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1892. Item69.BorderSizePixel = 1
  1893. Item69.ZIndex = 2
  1894. Item69.Parent = N1
  1895. Item69.Text = "Dragon Fruit"
  1896. Item69.TextColor3 = Color3.fromRGB(250,250,250)
  1897. Item69.TextScaled = true
  1898.  
  1899. local Item70 = Instance.new("TextButton")
  1900. Item70.Position = UDim2.new(0,72,1,85)
  1901. Item70.Size = UDim2.new(0,70,0,20)
  1902. Item70.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1903. Item70.BorderSizePixel = 1
  1904. Item70.ZIndex = 2
  1905. Item70.Parent = N1
  1906. Item70.Text = "Auto-Yak Butter"
  1907. Item70.TextColor3 = Color3.fromRGB(250,250,250)
  1908. Item70.TextScaled = true
  1909.  
  1910. local Item72 = Instance.new("TextButton")
  1911. Item72.Position = UDim2.new(0,0,1,1)
  1912. Item72.Size = UDim2.new(0,70,0,20)
  1913. Item72.BackgroundColor3 = Color3.fromRGB(161,157,148)
  1914. Item72.BorderSizePixel = 1
  1915. Item72.ZIndex = 2
  1916. Item72.Parent = Notification10
  1917. Item72.Text = "Iron"
  1918. Item72.TextColor3 = Color3.fromRGB(0,0,0)
  1919. Item72.TextScaled = true
  1920.  
  1921. local Item73 = Instance.new("TextButton")
  1922. Item73.Position = UDim2.new(0,71,1,1)
  1923. Item73.Size = UDim2.new(0,70,0,20)
  1924. Item73.BackgroundColor3 = Color3.fromRGB(255,215,0)
  1925. Item73.BorderSizePixel = 1
  1926. Item73.ZIndex = 2
  1927. Item73.Parent = Notification10
  1928. Item73.Text = "Gold"
  1929. Item73.TextColor3 = Color3.fromRGB(0,0,0)
  1930. Item73.TextScaled = true
  1931.  
  1932. local Item74 = Instance.new("TextButton")
  1933. Item74.Position = UDim2.new(0,0,1,64)
  1934. Item74.Size = UDim2.new(0,70,0,20)
  1935. Item74.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1936. Item74.BorderSizePixel = 1
  1937. Item74.ZIndex = 2
  1938. Item74.Parent = N1
  1939. Item74.Text = "Plow Nearby"
  1940. Item74.TextColor3 = Color3.fromRGB(250,250,250)
  1941. Item74.TextScaled = true
  1942.  
  1943. local Item75 = Instance.new("TextButton")
  1944. Item75.Position = UDim2.new(0,0,1,106)
  1945. Item75.Size = UDim2.new(0,70,0,20)
  1946. Item75.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1947. Item75.BorderSizePixel = 1
  1948. Item75.ZIndex = 2
  1949. Item75.Parent = Notification3
  1950. Item75.Text = "Auto-Fish"
  1951. Item75.TextColor3 = Color3.fromRGB(250,250,250)
  1952. Item75.TextScaled = true
  1953.  
  1954. local Item76 = Instance.new("TextButton")
  1955. Item76.Position = UDim2.new(0,0,1,21)
  1956. Item76.Size = UDim2.new(0,141,0,20)
  1957. Item76.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1958. Item76.BorderSizePixel = 1
  1959. Item76.ZIndex = 2
  1960. Item76.Parent = Notification10
  1961. Item76.Text = "Clear Small Furnace"
  1962. Item76.TextColor3 = Color3.new(1,1,1)
  1963. Item76.TextScaled = true
  1964.  
  1965. local Item77 = Instance.new("TextButton")
  1966. Item77.Position = UDim2.new(0,0,1,106)
  1967. Item77.Size = UDim2.new(0,71,0,20)
  1968. Item77.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1969. Item77.BorderSizePixel = 1
  1970. Item77.ZIndex = 2
  1971. Item77.Parent = N1
  1972. Item77.Text = "Spirit Crystals"
  1973. Item77.TextColor3 = Color3.new(1,1,1)
  1974. Item77.TextScaled = true
  1975.  
  1976. local Item78 = Instance.new("TextButton")
  1977. Item78.Position = UDim2.new(0,72,1,64)
  1978. Item78.Size = UDim2.new(0,70,0,20)
  1979. Item78.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1980. Item78.BorderSizePixel = 1
  1981. Item78.ZIndex = 2
  1982. Item78.Parent = N1
  1983. Item78.Text = "Give Fertility Potions"
  1984. Item78.TextColor3 = Color3.fromRGB(250,250,250)
  1985. Item78.TextScaled = true
  1986.  
  1987. local Item79 = Instance.new("TextButton")
  1988. Item79.Position = UDim2.new(0,0,1,127)
  1989. Item79.Size = UDim2.new(0,70,0,20)
  1990. Item79.BackgroundColor3 = Color3.fromRGB(63,63,63)
  1991. Item79.BorderSizePixel = 1
  1992. Item79.ZIndex = 2
  1993. Item79.Parent = Notification3
  1994. Item79.Text = "Catch Spirits"
  1995. Item79.TextColor3 = Color3.fromRGB(250,250,250)
  1996. Item79.TextScaled = true
  1997.  
  1998. local Item80 = Instance.new("TextButton")
  1999. Item80.Position = UDim2.new(0,1,0,222)
  2000. Item80.Size = UDim2.new(0,100,0,20)
  2001. Item80.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2002. Item80.BorderSizePixel = 1
  2003. Item80.BorderColor3 = Color3.new(1,1,1)
  2004. Item80.ZIndex = 2
  2005. Item80.LayoutOrder = 9
  2006. Item80.Parent = CmdHandler
  2007. Item80.Text = "Hub Shops >"
  2008. Item80.TextColor3 = Color3.fromRGB(250,250,250)
  2009. Item80.TextScaled = true
  2010.  
  2011. local Item81 = Instance.new("TextButton")
  2012. Item81.Position = UDim2.new(0,1,0,1)
  2013. Item81.Size = UDim2.new(0,100,0,20)
  2014. Item81.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2015. Item81.BorderSizePixel = 1
  2016. Item81.BorderColor3 = Color3.new(1,1,1)
  2017. Item81.ZIndex = 2
  2018. Item81.Parent = CmdHandler8
  2019. Item81.Text = "Lunar >"
  2020. Item81.TextColor3 = Color3.fromRGB(250,250,250)
  2021. Item81.TextScaled = true
  2022.  
  2023. local LA = Instance.new("TextBox")
  2024. LA.Position = UDim2.new(0,20,0,0)
  2025. LA.Size = UDim2.new(0,100,0,20)
  2026. LA.BackgroundColor3 = Color3.fromRGB(50,50,50)
  2027. LA.BorderSizePixel = 1
  2028. LA.BorderColor3 = Color3.new(1,1,1)
  2029. LA.ZIndex = 2
  2030. LA.Parent = LunarScroll
  2031. LA.Text = ""
  2032. LA.PlaceholderText = "Enter Amount"
  2033. LA.TextColor3 = Color3.fromRGB(250,250,250)
  2034. LA.TextScaled = true
  2035.  
  2036. local L1 = Instance.new("TextButton")
  2037. L1.Position = UDim2.new(0,1,0,21)
  2038. L1.Size = UDim2.new(0,140,0,20)
  2039. L1.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2040. L1.BorderSizePixel = 1
  2041. L1.BorderColor3 = Color3.new(1,1,1)
  2042. L1.ZIndex = 2
  2043. L1.Parent = LunarScroll
  2044. L1.Text = "Fortune Cookies"
  2045. L1.TextColor3 = Color3.fromRGB(250,250,250)
  2046. L1.TextScaled = true
  2047. L1.MouseButton1Click:Connect(function()
  2048. Cookie = {[1] = {
  2049. ["merchant"] = "lunar",
  2050. ["offerId"] = 2,
  2051. ["amount"] = tonumber(LA.Text)
  2052. }}
  2053. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2054. end)
  2055.  
  2056. local L2 = Instance.new("TextButton")
  2057. L2.Position = UDim2.new(0,1,0,42)
  2058. L2.Size = UDim2.new(0,140,0,20)
  2059. L2.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2060. L2.BorderSizePixel = 1
  2061. L2.BorderColor3 = Color3.new(1,1,1)
  2062. L2.ZIndex = 2
  2063. L2.Parent = LunarScroll
  2064. L2.Text = "Lion Lounge"
  2065. L2.TextColor3 = Color3.fromRGB(250,250,250)
  2066. L2.TextScaled = true
  2067. L2.MouseButton1Click:Connect(function()
  2068. Cookie = {[1] = {
  2069. ["merchant"] = "lunar",
  2070. ["offerId"] = 20,
  2071. ["amount"] = tonumber(LA.Text)
  2072. }}
  2073. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2074. end)
  2075.  
  2076. local L3 = Instance.new("TextButton")
  2077. L3.Position = UDim2.new(0,1,0,63)
  2078. L3.Size = UDim2.new(0,140,0,20)
  2079. L3.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2080. L3.BorderSizePixel = 1
  2081. L3.BorderColor3 = Color3.new(1,1,1)
  2082. L3.ZIndex = 2
  2083. L3.Parent = LunarScroll
  2084. L3.Text = "Lunar Banner"
  2085. L3.TextColor3 = Color3.fromRGB(250,250,250)
  2086. L3.TextScaled = true
  2087. L3.MouseButton1Click:Connect(function()
  2088. Cookie = {[1] = {
  2089. ["merchant"] = "lunar",
  2090. ["offerId"] = 30,
  2091. ["amount"] = tonumber(LA.Text)
  2092. }}
  2093. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2094. end)
  2095.  
  2096. local L4 = Instance.new("TextButton")
  2097. L4.Position = UDim2.new(0,1,0,84)
  2098. L4.Size = UDim2.new(0,140,0,20)
  2099. L4.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2100. L4.BorderSizePixel = 1
  2101. L4.BorderColor3 = Color3.new(1,1,1)
  2102. L4.ZIndex = 2
  2103. L4.Parent = LunarScroll
  2104. L4.Text = "Lunar Drum"
  2105. L4.TextColor3 = Color3.fromRGB(250,250,250)
  2106. L4.TextScaled = true
  2107. L4.MouseButton1Click:Connect(function()
  2108. Cookie = {[1] = {
  2109. ["merchant"] = "lunar",
  2110. ["offerId"] = 40,
  2111. ["amount"] = tonumber(LA.Text)
  2112. }}
  2113. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2114. end)
  2115.  
  2116. L5 = Instance.new("TextButton")
  2117. L5.Position = UDim2.new(0,1,0,105)
  2118. L5.Size = UDim2.new(0,140,0,20)
  2119. L5.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2120. L5.BorderSizePixel = 1
  2121. L5.BorderColor3 = Color3.new(1,1,1)
  2122. L5.ZIndex = 2
  2123. L5.Parent = LunarScroll
  2124. L5.Text = "Lunar Gate"
  2125. L5.TextColor3 = Color3.fromRGB(250,250,250)
  2126. L5.TextScaled = true
  2127. L5.MouseButton1Click:Connect(function()
  2128. Cookie = {[1] = {
  2129. ["merchant"] = "lunar",
  2130. ["offerId"] = 50,
  2131. ["amount"] = tonumber(LA.Text)
  2132. }}
  2133. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2134. end)
  2135.  
  2136. L6 = Instance.new("TextButton")
  2137. L6.Position = UDim2.new(0,1,0,126)
  2138. L6.Size = UDim2.new(0,140,0,20)
  2139. L6.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2140. L6.BorderSizePixel = 1
  2141. L6.BorderColor3 = Color3.new(1,1,1)
  2142. L6.ZIndex = 2
  2143. L6.Parent = LunarScroll
  2144. L6.Text = "Lunar Lamp"
  2145. L6.TextColor3 = Color3.fromRGB(250,250,250)
  2146. L6.TextScaled = true
  2147. L6.MouseButton1Click:Connect(function()
  2148. Cookie = {[1] = {
  2149. ["merchant"] = "lunar",
  2150. ["offerId"] = 60,
  2151. ["amount"] = tonumber(LA.Text)
  2152. }}
  2153. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2154. end)
  2155.  
  2156. L7 = Instance.new("TextButton")
  2157. L7.Position = UDim2.new(0,1,0,147)
  2158. L7.Size = UDim2.new(0,140,0,20)
  2159. L7.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2160. L7.BorderSizePixel = 1
  2161. L7.BorderColor3 = Color3.new(1,1,1)
  2162. L7.ZIndex = 2
  2163. L7.Parent = LunarScroll
  2164. L7.Text = "Stacked Star Lunar Lantern"
  2165. L7.TextColor3 = Color3.fromRGB(250,250,250)
  2166. L7.TextScaled = true
  2167. L7.MouseButton1Click:Connect(function()
  2168. Cookie = {[1] = {
  2169. ["merchant"] = "lunar",
  2170. ["offerId"] = 70,
  2171. ["amount"] = tonumber(LA.Text)
  2172. }}
  2173. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2174. end)
  2175.  
  2176. L8 = Instance.new("TextButton")
  2177. L8.Position = UDim2.new(0,1,0,168)
  2178. L8.Size = UDim2.new(0,140,0,20)
  2179. L8.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2180. L8.BorderSizePixel = 1
  2181. L8.BorderColor3 = Color3.new(1,1,1)
  2182. L8.ZIndex = 2
  2183. L8.Parent = LunarScroll
  2184. L8.Text = "Star Lunar Lantern"
  2185. L8.TextColor3 = Color3.fromRGB(250,250,250)
  2186. L8.TextScaled = true
  2187. L8.MouseButton1Click:Connect(function()
  2188. Cookie = {[1] = {
  2189. ["merchant"] = "lunar",
  2190. ["offerId"] = 80,
  2191. ["amount"] = tonumber(LA.Text)
  2192. }}
  2193. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2194. end)
  2195.  
  2196. L9 = Instance.new("TextButton")
  2197. L9.Position = UDim2.new(0,1,0,189)
  2198. L9.Size = UDim2.new(0,140,0,20)
  2199. L9.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2200. L9.BorderSizePixel = 1
  2201. L9.BorderColor3 = Color3.new(1,1,1)
  2202. L9.ZIndex = 2
  2203. L9.Parent = LunarScroll
  2204. L9.Text = "Stacked Lunar Lantern"
  2205. L9.TextColor3 = Color3.fromRGB(250,250,250)
  2206. L9.TextScaled = true
  2207. L9.MouseButton1Click:Connect(function()
  2208. Cookie = {[1] = {
  2209. ["merchant"] = "lunar",
  2210. ["offerId"] = 90,
  2211. ["amount"] = tonumber(LA.Text)
  2212. }}
  2213. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2214. end)
  2215.  
  2216. L10 = Instance.new("TextButton")
  2217. L10.Position = UDim2.new(0,1,0,210)
  2218. L10.Size = UDim2.new(0,140,0,20)
  2219. L10.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2220. L10.BorderSizePixel = 1
  2221. L10.BorderColor3 = Color3.new(1,1,1)
  2222. L10.ZIndex = 2
  2223. L10.Parent = LunarScroll
  2224. L10.Text = "Lunar Lantern Small"
  2225. L10.TextColor3 = Color3.fromRGB(250,250,250)
  2226. L10.TextScaled = true
  2227. L10.MouseButton1Click:Connect(function()
  2228. Cookie = {[1] = {
  2229. ["merchant"] = "lunar",
  2230. ["offerId"] = 100,
  2231. ["amount"] = tonumber(LA.Text)
  2232. }}
  2233. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2234. end)
  2235.  
  2236. L11 = Instance.new("TextButton")
  2237. L11.Position = UDim2.new(0,1,0,231)
  2238. L11.Size = UDim2.new(0,140,0,20)
  2239. L11.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2240. L11.BorderSizePixel = 1
  2241. L11.BorderColor3 = Color3.new(1,1,1)
  2242. L11.ZIndex = 2
  2243. L11.Parent = LunarScroll
  2244. L11.Text = "Tiger Bean Bag"
  2245. L11.TextColor3 = Color3.fromRGB(250,250,250)
  2246. L11.TextScaled = true
  2247. L11.MouseButton1Click:Connect(function()
  2248. Cookie = {[1] = {
  2249. ["merchant"] = "lunar",
  2250. ["offerId"] = 110,
  2251. ["amount"] = tonumber(LA.Text)
  2252. }}
  2253. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2254. end)
  2255.  
  2256. L12 = Instance.new("TextButton")
  2257. L12.Position = UDim2.new(0,1,0,252)
  2258. L12.Size = UDim2.new(0,140,0,20)
  2259. L12.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2260. L12.BorderSizePixel = 1
  2261. L12.BorderColor3 = Color3.new(1,1,1)
  2262. L12.ZIndex = 2
  2263. L12.Parent = LunarScroll
  2264. L12.Text = "Tiger Coin Bag"
  2265. L12.TextColor3 = Color3.fromRGB(250,250,250)
  2266. L12.TextScaled = true
  2267. L12.MouseButton1Click:Connect(function()
  2268. Cookie = {[1] = {
  2269. ["merchant"] = "lunar",
  2270. ["offerId"] = 120,
  2271. ["amount"] = tonumber(LA.Text)
  2272. }}
  2273. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2274. end)
  2275.  
  2276. L13 = Instance.new("TextButton")
  2277. L13.Position = UDim2.new(0,1,0,273)
  2278. L13.Size = UDim2.new(0,140,0,20)
  2279. L13.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2280. L13.BorderSizePixel = 1
  2281. L13.BorderColor3 = Color3.new(1,1,1)
  2282. L13.ZIndex = 2
  2283. L13.Parent = LunarScroll
  2284. L13.Text = "Tiger Fridge"
  2285. L13.TextColor3 = Color3.fromRGB(250,250,250)
  2286. L13.TextScaled = true
  2287. L13.MouseButton1Click:Connect(function()
  2288. Cookie = {[1] = {
  2289. ["merchant"] = "lunar",
  2290. ["offerId"] = 130,
  2291. ["amount"] = tonumber(LA.Text)
  2292. }}
  2293. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2294. end)
  2295.  
  2296. L14 = Instance.new("TextButton")
  2297. L14.Position = UDim2.new(0,1,0,294)
  2298. L14.Size = UDim2.new(0,140,0,20)
  2299. L14.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2300. L14.BorderSizePixel = 1
  2301. L14.BorderColor3 = Color3.new(1,1,1)
  2302. L14.ZIndex = 2
  2303. L14.Parent = LunarScroll
  2304. L14.Text = "Tiger Jacuzzi"
  2305. L14.TextColor3 = Color3.fromRGB(250,250,250)
  2306. L14.TextScaled = true
  2307. L14.MouseButton1Click:Connect(function()
  2308. Cookie = {[1] = {
  2309. ["merchant"] = "lunar",
  2310. ["offerId"] = 140,
  2311. ["amount"] = tonumber(LA.Text)
  2312. }}
  2313. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2314. end)
  2315.  
  2316. L14 = Instance.new("TextButton")
  2317. L14.Position = UDim2.new(0,1,0,315)
  2318. L14.Size = UDim2.new(0,140,0,20)
  2319. L14.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2320. L14.BorderSizePixel = 1
  2321. L14.BorderColor3 = Color3.new(1,1,1)
  2322. L14.ZIndex = 2
  2323. L14.Parent = LunarScroll
  2324. L14.Text = "Red Envelope (1 per day)"
  2325. L14.TextColor3 = Color3.fromRGB(250,250,250)
  2326. L14.TextScaled = true
  2327. L14.MouseButton1Click:Connect(function()
  2328. Cookie = {[1] = {
  2329. ["merchant"] = "lunar",
  2330. ["offerId"] = 1,
  2331. ["amount"] = 1
  2332. }}
  2333. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(Cookie))
  2334. end)
  2335.  
  2336. local Item82 = Instance.new("TextButton")
  2337. Item82.Position = UDim2.new(0,1,0,21)
  2338. Item82.Size = UDim2.new(0,100,0,20)
  2339. Item82.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2340. Item82.BorderSizePixel = 1
  2341. Item82.BorderColor3 = Color3.new(1,1,1)
  2342. Item82.ZIndex = 2
  2343. Item82.Parent = CmdHandler8
  2344. Item82.Text = "Cletus >"
  2345. Item82.TextColor3 = Color3.fromRGB(250,250,250)
  2346. Item82.TextScaled = true
  2347.  
  2348. local Item83 = Instance.new("TextButton")
  2349. Item83.Position = UDim2.new(0,1,0,42)
  2350. Item83.Size = UDim2.new(0,100,0,20)
  2351. Item83.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2352. Item83.BorderSizePixel = 1
  2353. Item83.BorderColor3 = Color3.new(1,1,1)
  2354. Item83.ZIndex = 2
  2355. Item83.Parent = CmdHandler8
  2356. Item83.Text = "Wholesaler >"
  2357. Item83.TextColor3 = Color3.fromRGB(250,250,250)
  2358. Item83.TextScaled = true
  2359.  
  2360. local Item84 = Instance.new("TextButton")
  2361. Item84.Position = UDim2.new(0,1,0,126)
  2362. Item84.Size = UDim2.new(0,100,0,20)
  2363. Item84.BackgroundColor3 = Color3.fromRGB(0,0,250)
  2364. Item84.BorderSizePixel = 1
  2365. Item84.BorderColor3 = Color3.new(1,1,1)
  2366. Item84.ZIndex = 2
  2367. Item84.LayoutOrder = 5
  2368. Item84.Parent = CmdHandler
  2369. Item84.Text = "Mining >"
  2370. Item84.TextColor3 = Color3.fromRGB(250,250,250)
  2371. Item84.TextScaled = true
  2372.  
  2373. local Item85 = Instance.new("TextButton")
  2374. Item85.Position = UDim2.new(0,0,1,1)
  2375. Item85.Size = UDim2.new(0,70,0,20)
  2376. Item85.BackgroundColor3 = Color3.fromRGB(63,63,63)
  2377. Item85.BorderSizePixel = 1
  2378. Item85.ZIndex = 2
  2379. Item85.Parent = Notification11
  2380. Item85.Text = "Buffalkor Island"
  2381. Item85.TextColor3 = Color3.fromRGB(250,250,250)
  2382. Item85.TextScaled = true
  2383.  
  2384. local Item86 = Instance.new("TextButton")
  2385. Item86.Position = UDim2.new(0,72,1,1)
  2386. Item86.Size = UDim2.new(0,70,0,20)
  2387. Item86.BackgroundColor3 = Color3.fromRGB(63,63,63)
  2388. Item86.BorderSizePixel = 1
  2389. Item86.ZIndex = 2
  2390. Item86.Parent = Notification11
  2391. Item86.Text = "Diamond Island"
  2392. Item86.TextColor3 = Color3.fromRGB(250,250,250)
  2393. Item86.TextScaled = true
  2394.  
  2395. local Item87 = Instance.new("TextButton")
  2396. Item87.Position = UDim2.new(0,71,1,127)
  2397. Item87.Size = UDim2.new(0,70,0,20)
  2398. Item87.BackgroundColor3 = Color3.fromRGB(63,63,63)
  2399. Item87.BorderSizePixel = 1
  2400. Item87.ZIndex = 2
  2401. Item87.Parent = N1
  2402. Item87.Text = "Pick Berries"
  2403. Item87.TextColor3 = Color3.fromRGB(250,250,250)
  2404. Item87.TextScaled = true
  2405.  
  2406. local Item88 = Instance.new("TextButton")
  2407. Item88.Position = UDim2.new(0,1,1,148)
  2408. Item88.Size = UDim2.new(0,70,0,20)
  2409. Item88.BackgroundColor3 = Color3.fromRGB(63,63,63)
  2410. Item88.BorderSizePixel = 1
  2411. Item88.ZIndex = 2
  2412. Item88.Parent = N1
  2413. Item88.Text = "Composter"
  2414. Item88.TextColor3 = Color3.fromRGB(250,250,250)
  2415. Item88.TextScaled = true
  2416.  
  2417. local Item89 = Instance.new("TextButton")
  2418. Item89.Position = UDim2.new(0,71,1,148)
  2419. Item89.Size = UDim2.new(0,70,0,20)
  2420. Item89.BackgroundColor3 = Color3.fromRGB(63,63,63)
  2421. Item89.BorderSizePixel = 1
  2422. Item89.ZIndex = 2
  2423. Item89.Parent = N1
  2424. Item89.Text = "Rice"
  2425. Item89.TextColor3 = Color3.fromRGB(250,250,250)
  2426. Item89.TextScaled = true
  2427.  
  2428. local function NoclipLoop()
  2429. if noClip == true and Plr.Character ~= nil then
  2430. for _, child in pairs(Plr.Character:GetDescendants()) do
  2431. if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
  2432. child.CanCollide = false
  2433. end
  2434. end
  2435. end
  2436. end
  2437.  
  2438. local VoidParasite = Instance.new("TextButton")
  2439. VoidParasite.Position = UDim2.new(0,0,1,1)
  2440. VoidParasite.Size = UDim2.new(0,70,0,20)
  2441. VoidParasite.BackgroundColor3 = Color3.fromRGB(150,63,150)
  2442. VoidParasite.BorderSizePixel = 1
  2443. VoidParasite.ZIndex = 2
  2444. VoidParasite.Parent = N2
  2445. VoidParasite.Text = "Void Parasite"
  2446. VoidParasite.TextColor3 = Color3.fromRGB(250,250,250)
  2447. VoidParasite.TextScaled = true
  2448. VoidParasite.MouseButton1Click:Connect(function()
  2449. if Toggled87 then
  2450. Toggled87 = false
  2451. VoidParasite.BackgroundColor3 = Color3.fromRGB(150,63,150)
  2452. VoidParasite.Text = "Void Parasite"
  2453. VoidParasite.TextColor3 = Color3.new(1,1,1)
  2454. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  2455. Noclipping:Disconnect()
  2456. noClip = false
  2457. tween:Cancel()
  2458. else
  2459. Toggled87 = true
  2460. VoidParasite.BackgroundColor3 = Color3.new(0,255,255)
  2461. VoidParasite.Text = "Farming!"
  2462. VoidParasite.TextColor3 = Color3.fromRGB(0,0,0)
  2463. local BV = Instance.new("BodyVelocity")
  2464. BV.Velocity = Vector3.new(0,0,0)
  2465. BV.Parent = Character.HumanoidRootPart
  2466. BV.MaxForce = Vector3.new(0,math.huge,0)
  2467. noClip = true
  2468. Noclipping = game:GetService('RunService').Stepped:Connect(NoclipLoop)
  2469. while Toggled87 == true do
  2470. wait()
  2471. Point = game:GetService("Workspace").WildernessBlocks:WaitForChild("voidParasite").Position
  2472. Distance = (HR.Position - Point).Magnitude
  2473. Speed = 20
  2474. Time = Distance/Speed
  2475. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  2476. tween:Play()
  2477. wait(Time - 2)
  2478. args = {
  2479. [1] = {
  2480. ["player"] = game:GetService("Players").LocalPlayer,
  2481. ["player_tracking_category"] = "join_from_web",
  2482. ["model"] = game:GetService("Workspace").WildernessBlocks:FindFirstChild("voidParasite")
  2483. }
  2484. }
  2485. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_HARVEST_CROP_REQUEST:InvokeServer(unpack(args))
  2486. end
  2487. end
  2488. end)
  2489.  
  2490.  
  2491. Title.MouseButton1Click:Connect(function()
  2492. if Toggled5 then
  2493. Toggled5 = false
  2494. Title.BackgroundColor3 = Color3.new(0,0,1)
  2495. Title.Text = "Mob Farms >"
  2496. Title.TextColor3 = Color3.fromRGB(250,250,250)
  2497. Background2.Visible = false
  2498. else
  2499. Toggled5 = true
  2500. Toggled6 = false
  2501. Toggled8 = false
  2502. Toggled13 = false
  2503. Toggled22 = false
  2504. Toggled26 = false
  2505. Toggled27 = false
  2506. Toggled47 = false
  2507. Toggled50 = false
  2508. Toggled70 = false
  2509. Background10.Visible = false
  2510. Item67.Text = "Farming >"
  2511. Title.Text = "Mob Farms <"
  2512. Background3.Visible = false
  2513. Background4.Visible = false
  2514. Background5.Visible = false
  2515. Background6.Visible = false
  2516. Background7.Visible = false
  2517. Background8.Visible = false
  2518. Background9.Visible = false
  2519. Background11.Visible = false
  2520. Background12.Visible = false
  2521. Item84.Text = "Mining >"
  2522. Toggled73 = false
  2523. Tests.Text = "Misc >"
  2524. BowBoss.Text = "Wood >"
  2525. Teleports.Text = "Teleports >"
  2526. GUIs.Text = "Event >"
  2527. Item42.Text = "Machines >"
  2528. Item65.Text = "Auto Eat >"
  2529. Item80.Text = "Hub Shops >"
  2530. Background2.Visible = true
  2531. end
  2532. end)
  2533.  
  2534. BowBoss.MouseButton1Click:Connect(function()
  2535. if Toggled13 then
  2536. Toggled13 = false
  2537. BowBoss.BackgroundColor3 = Color3.new(0,0,1)
  2538. BowBoss.Text = "Wood >"
  2539. BowBoss.TextColor3 = Color3.fromRGB(250,250,250)
  2540. Background5.Visible = false
  2541. else
  2542. Toggled13 = true
  2543. Toggled6 = false
  2544. Toggled5 = false
  2545. Toggled8 = false
  2546. Toggled22 = false
  2547. Toggled26 = false
  2548. Toggled27 = false
  2549. Toggled47 = false
  2550. Toggled50 = false
  2551. Toggled70 = false
  2552. Background10.Visible = false
  2553. Item67.Text = "Farming >"
  2554. BowBoss.Text = "Wood <"
  2555. Title.Text = "Mob Farms >"
  2556. Background3.Visible = false
  2557. Background4.Visible = false
  2558. Background2.Visible = false
  2559. Background6.Visible = false
  2560. Background7.Visible = false
  2561. Background8.Visible = false
  2562. Background9.Visible = false
  2563. Background11.Visible = false
  2564. Background12.Visible = false
  2565. Item84.Text = "Mining >"
  2566. Toggled73 = false
  2567. Tests.Text = "Misc >"
  2568. Teleports.Text = "Teleports >"
  2569. GUIs.Text = "Event >"
  2570. Item42.Text = "Machines >"
  2571. Item65.Text = "Auto Eat >"
  2572. Item80.Text = "Hub Shops >"
  2573. Background5.Visible = true
  2574. print("done")
  2575. end
  2576. end)
  2577.  
  2578. GUIs.MouseButton1Click:Connect(function()
  2579. if Toggled22 then
  2580. Toggled22 = false
  2581. GUIs.BackgroundColor3 = Color3.new(0,0,1)
  2582. GUIs.Text = "Event >"
  2583. GUIs.TextColor3 = Color3.fromRGB(250,250,250)
  2584. Background6.Visible = false
  2585. else
  2586. Toggled22 = true
  2587. Toggled13 = false
  2588. Toggled6 = false
  2589. Toggled5 = false
  2590. Toggled8 = false
  2591. Toggled26 = false
  2592. Toggled27 = false
  2593. Toggled47 = false
  2594. Toggled50 = false
  2595. Toggled70 = false
  2596. Background10.Visible = false
  2597. Item67.Text = "Farming >"
  2598. BowBoss.Text = "Wood >"
  2599. Title.Text = "Mob Farms >"
  2600. Background3.Visible = false
  2601. Background4.Visible = false
  2602. Background2.Visible = false
  2603. Background5.Visible = false
  2604. Background7.Visible = false
  2605. Background8.Visible = false
  2606. Background9.Visible = false
  2607. Background11.Visible = false
  2608. Background12.Visible = false
  2609. Item84.Text = "Mining >"
  2610. Toggled73 = false
  2611. Tests.Text = "Misc >"
  2612. Teleports.Text = "Teleports >"
  2613. Item42.Text = "Machines >"
  2614. Item65.Text = "Auto Eat >"
  2615. GUIs.Text = "Event <"
  2616. Item80.Text = "Hub Shops >"
  2617. Background6.Visible = true
  2618. print("done")
  2619. end
  2620. end)
  2621.  
  2622. Teleports.MouseButton1Click:Connect(function()
  2623. if Toggled6 then
  2624. Toggled6 = false
  2625. Teleports.BackgroundColor3 = Color3.new(0,0,1)
  2626. Teleports.Text = "Teleports >"
  2627. Teleports.TextColor3 = Color3.fromRGB(250,250,250)
  2628. Background3.Visible = false
  2629. else
  2630. Toggled6 = true
  2631. Toggled5 = false
  2632. Toggled8 = false
  2633. Toggled13 = false
  2634. Toggled22 = false
  2635. Toggled26 = false
  2636. Toggled27 = false
  2637. Toggled47 = false
  2638. Toggled50 = false
  2639. Toggled70 = false
  2640. Background10.Visible = false
  2641. Item67.Text = "Farming >"
  2642. Teleports.Text = "Teleports <"
  2643. Background2.Visible = false
  2644. Background4.Visible = false
  2645. Background5.Visible = false
  2646. Background6.Visible = false
  2647. Background7.Visible = false
  2648. Background8.Visible = false
  2649. Background9.Visible = false
  2650. Background11.Visible = false
  2651. Background12.Visible = false
  2652. Item84.Text = "Mining >"
  2653. Toggled73 = false
  2654. Item80.Text = "Hub Shops >"
  2655. Title.Text = "Mob Farms >"
  2656. Tests.Text = "Misc >"
  2657. BowBoss.Text = "Wood >"
  2658. GUIs.Text = "Event >"
  2659. Item42.Text = "Machines >"
  2660. Item65.Text = "Auto Eat >"
  2661. Background3.Visible = true
  2662. end
  2663. end)
  2664.  
  2665. Tests.MouseButton1Click:Connect(function()
  2666. if Toggled8 then
  2667. Toggled8 = false
  2668. Tests.BackgroundColor3 = Color3.new(0,0,1)
  2669. Tests.Text = "Misc >"
  2670. Tests.TextColor3 = Color3.fromRGB(250,250,250)
  2671. Background4.Visible = false
  2672. else
  2673. Toggled8 = true
  2674. Toggled5 = false
  2675. Toggled6 = false
  2676. Toggled13 = false
  2677. Toggled22 = false
  2678. Toggled26 = false
  2679. Toggled27 = false
  2680. Toggled47 = false
  2681. Toggled50 = false
  2682. Toggled70 = false
  2683. Background10.Visible = false
  2684. Item67.Text = "Farming >"
  2685. Tests.Text = "Misc <"
  2686. Background2.Visible = false
  2687. Background3.Visible = false
  2688. Background5.Visible = false
  2689. Background6.Visible = false
  2690. Background7.Visible = false
  2691. Background8.Visible = false
  2692. Background9.Visible = false
  2693. Background11.Visible = false
  2694. Background12.Visible = false
  2695. Item84.Text = "Mining >"
  2696. Toggled73 = false
  2697. Title.Text = "Mob Farms >"
  2698. Teleports.Text = "Teleports >"
  2699. BowBoss.Text = "Wood >"
  2700. GUIs.Text = "Event >"
  2701. Item42.Text = "Machines >"
  2702. Item65.Text = "Auto Eat >"
  2703. Item80.Text = "Hub Shops >"
  2704. Background4.Visible = true
  2705. end
  2706. end)
  2707.  
  2708. Item65.MouseButton1Click:Connect(function()
  2709. if Toggled47 then
  2710. Toggled47 = false
  2711. Item65.Text = "Auto Eat >"
  2712. Background9.Visible = false
  2713. else
  2714. Toggled47 = true
  2715. Toggled5 = false
  2716. Toggled13 = false
  2717. Toggled22 = false
  2718. Toggled26 = false
  2719. Toggled27 = false
  2720. Toggled50 = false
  2721. Toggled70 = false
  2722. Background10.Visible = false
  2723. Item67.Text = "Farming >"
  2724. Item65.Text = "Auto Eat <"
  2725. Item80.Text = "Hub Shops >"
  2726. Background2.Visible = false
  2727. Background3.Visible = false
  2728. Background5.Visible = false
  2729. Background6.Visible = false
  2730. Background7.Visible = false
  2731. Background8.Visible = false
  2732. Background11.Visible = false
  2733. Background12.Visible = false
  2734. Item84.Text = "Mining >"
  2735. Toggled73 = false
  2736. Title.Text = "Mob Farms >"
  2737. Teleports.Text = "Teleports >"
  2738. BowBoss.Text = "Wood >"
  2739. Item42.Text = "Machines >"
  2740. Background9.Visible = true
  2741. end
  2742. end)
  2743.  
  2744. Item67.MouseButton1Click:Connect(function()
  2745. if Toggled50 then
  2746. Toggled50 = false
  2747. Background10.Visible = false
  2748. Item67.Text = "Farming >"
  2749. Item67.BackgroundColor3 = Color3.new(0,0,1)
  2750. Item67.TextColor3 = Color3.fromRGB(250,250,250)
  2751. else
  2752. Toggled8 = false
  2753. Toggled5 = false
  2754. Toggled6 = false
  2755. Toggled13 = false
  2756. Toggled22 = false
  2757. Toggled26 = false
  2758. Toggled27 = false
  2759. Toggled47 = false
  2760. Toggled50 = true
  2761. Toggled70 = false
  2762. Item67.Text = "Farming <"
  2763. Background10.Visible = true
  2764. Background2.Visible = false
  2765. Background3.Visible = false
  2766. Background4.Visible = false
  2767. Background5.Visible = false
  2768. Background6.Visible = false
  2769. Background7.Visible = false
  2770. Background8.Visible = false
  2771. Background9.Visible = false
  2772. Background11.Visible = false
  2773. Background12.Visible = false
  2774. Item84.Text = "Mining >"
  2775. Toggled73 = false
  2776. Title.Text = "Mob Farms >"
  2777. Teleports.Text = "Teleports >"
  2778. BowBoss.Text = "Wood >"
  2779. GUIs.Text = "Event >"
  2780. Item42.Text = "Machines >"
  2781. Item65.Text = "Auto Eat >"
  2782. Tests.Text = "Misc >"
  2783. Item80.Text = "Hub Shops >"
  2784. end
  2785. end)
  2786.  
  2787. Item80.MouseButton1Click:Connect(function()
  2788. if Toggled70 then
  2789. Toggled70 = false
  2790. Background11.Visible = false
  2791. Item80.Text = "Hub Shops >"
  2792. Item80.BackgroundColor3 = Color3.new(0,0,1)
  2793. Item80.TextColor3 = Color3.fromRGB(250,250,250)
  2794. else
  2795. Toggled8 = false
  2796. Toggled5 = false
  2797. Toggled6 = false
  2798. Toggled13 = false
  2799. Toggled22 = false
  2800. Toggled26 = false
  2801. Toggled27 = false
  2802. Toggled47 = false
  2803. Toggled50 = false
  2804. Toggled70 = true
  2805. Item80.Text = "Hub Shops <"
  2806. Item67.Text = "Farming >"
  2807. Background10.Visible = false
  2808. Background2.Visible = false
  2809. Background3.Visible = false
  2810. Background4.Visible = false
  2811. Background5.Visible = false
  2812. Background6.Visible = false
  2813. Background7.Visible = false
  2814. Background8.Visible = false
  2815. Background9.Visible = false
  2816. Background11.Visible = true
  2817. Background12.Visible = false
  2818. Item84.Text = "Mining >"
  2819. Toggled73 = false
  2820. Title.Text = "Mob Farms >"
  2821. Teleports.Text = "Teleports >"
  2822. BowBoss.Text = "Wood >"
  2823. GUIs.Text = "Event >"
  2824. Item42.Text = "Machines >"
  2825. Item65.Text = "Auto Eat >"
  2826. Tests.Text = "Misc >"
  2827. end
  2828. end)
  2829.  
  2830. Item81.MouseButton1Click:Connect(function() -- lunar
  2831. if Toggled71 then
  2832. Toggled71 = false
  2833. Lunar.Visible = false
  2834. Item81.Text = "Lunar >"
  2835. Item81.BackgroundColor3 = Color3.new(0,0,1)
  2836. Item81.TextColor3 = Color3.fromRGB(250,250,250)
  2837. else
  2838. Toggled71 = true
  2839. Item81.Text = "Lunar <"
  2840. Lunar.Visible = true
  2841. Toggled72 = false
  2842. Item82.Text = "Cletus >"
  2843. Cletus.Visible = false
  2844. Toggled73 = false
  2845. Wholesaler.Visible = false
  2846. Item83.Text = "Wholesaler >"
  2847. end
  2848. end)
  2849.  
  2850. Item82.MouseButton1Click:Connect(function() -- lunar
  2851. if Toggled72 then
  2852. Toggled72 = false
  2853. Cletus.Visible = false
  2854. Item82.Text = "Cletus >"
  2855. Item82.BackgroundColor3 = Color3.new(0,0,1)
  2856. Item82.TextColor3 = Color3.fromRGB(250,250,250)
  2857. else
  2858. Toggled72 = true
  2859. Item82.Text = "Cletus <"
  2860. Cletus.Visible = true
  2861. Lunar.Visible = false
  2862. Item81.Text = "Lunar >"
  2863. Toggled71 = false
  2864. Toggled73 = false
  2865. Wholesaler.Visible = false
  2866. Item83.Text = "Wholesaler >"
  2867. end
  2868. end)
  2869.  
  2870. Item83.MouseButton1Click:Connect(function() -- lunar
  2871. if Toggled73 then
  2872. Toggled73 = false
  2873. Wholesaler.Visible = false
  2874. Item83.Text = "Wholesaler >"
  2875. Item83.BackgroundColor3 = Color3.new(0,0,1)
  2876. Item83.TextColor3 = Color3.fromRGB(250,250,250)
  2877. else
  2878. Toggled73 = true
  2879. Item83.Text = "Wholesaler <"
  2880. Wholesaler.Visible = true
  2881. Lunar.Visible = false
  2882. Cletus.Visible = false
  2883. Item81.Text = "Lunar >"
  2884. Item82.Text = "Cletus >"
  2885. Toggled71 = false
  2886. Toggled72 = false
  2887. end
  2888. end)
  2889.  
  2890. Item84.MouseButton1Click:Connect(function()
  2891. if Toggled73 then
  2892. Toggled73 = false
  2893. Background12.Visible = false
  2894. Item84.Text = "Mining >"
  2895. Item84.BackgroundColor3 = Color3.new(0,0,1)
  2896. Item84.TextColor3 = Color3.fromRGB(250,250,250)
  2897. else
  2898. Toggled8 = false
  2899. Toggled5 = false
  2900. Toggled6 = false
  2901. Toggled13 = false
  2902. Toggled22 = false
  2903. Toggled26 = false
  2904. Toggled27 = false
  2905. Toggled47 = false
  2906. Toggled50 = false
  2907. Toggled70 = false
  2908. Toggled73 = true
  2909. Item80.Text = "Hub Shops >"
  2910. Item67.Text = "Farming >"
  2911. Item84.Text = "Mining <"
  2912. Background10.Visible = false
  2913. Background2.Visible = false
  2914. Background3.Visible = false
  2915. Background4.Visible = false
  2916. Background5.Visible = false
  2917. Background6.Visible = false
  2918. Background7.Visible = false
  2919. Background8.Visible = false
  2920. Background9.Visible = false
  2921. Background11.Visible = false
  2922. Background12.Visible = true
  2923. Title.Text = "Mob Farms >"
  2924. Teleports.Text = "Teleports >"
  2925. BowBoss.Text = "Wood >"
  2926. GUIs.Text = "Event >"
  2927. Item42.Text = "Machines >"
  2928. Item65.Text = "Auto Eat >"
  2929. Tests.Text = "Misc >"
  2930. end
  2931. end)
  2932.  
  2933.  
  2934. Item2.MouseButton1Click:Connect(function()
  2935. loadstring(game:HttpGet('https://pastebin.com/raw/3MYQCdby'))()
  2936. end)
  2937.  
  2938. Item3.MouseButton1Click:Connect(function()
  2939. setclipboard("https://discord.gg/VxqpSsQ5")
  2940. Item3.Text = "Discord link copied!"
  2941. wait(3)
  2942. Item3.Text = "Copy Discord link to Clipboard"
  2943.  
  2944. end)
  2945.  
  2946. Item4.MouseButton1Click:Connect(function()
  2947. if Toggled1 then
  2948. Toggled1 = false
  2949. Item4.BackgroundColor3 = Color3.fromRGB(63,165,63)
  2950. Item4.Text = "Slimes"
  2951. Item4.TextColor3 = Color3.fromRGB(250,250,250)
  2952. else
  2953. Toggled1 = true
  2954. Item4.BackgroundColor3 = Color3.new(1,0,0)
  2955. Item4.Text = "KILL!"
  2956. Item4.TextColor3 = Color3.fromRGB(0,0,0)
  2957. WS = 30
  2958. local Player = game.Players.LocalPlayer
  2959. local Humanoid = Player.Character.Humanoid
  2960. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2961. if Toggled24 then
  2962. Humanoid.WalkSpeed = WS
  2963. end
  2964. end)
  2965. Humanoid.WalkSpeed = WS
  2966. while Toggled1 == true do
  2967. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild("slime"):WaitForChild("HumanoidRootPart") then
  2968. game.Players.LocalPlayer.Character.Humanoid:MoveTo(game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild("slime").HumanoidRootPart.Position)
  2969. game.Players.LocalPlayer.Character.Humanoid.MoveToFinished:wait()
  2970. end
  2971. end
  2972. end
  2973. end)
  2974.  
  2975. Item5.MouseButton1Click:Connect(function()
  2976. if Toggled2 then
  2977. Toggled2 = false
  2978. Item5.BackgroundColor3 = Color3.fromRGB(163, 162, 165)
  2979. Item5.Text = "Buffalkor"
  2980. Item5.TextColor3 = Color3.fromRGB(1,1,1)
  2981. b1.CanCollide = false
  2982. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  2983. tween:Cancel()
  2984. else
  2985. Toggled2 = true
  2986. Item5.BackgroundColor3 = Color3.new(1,0,0)
  2987. Item5.Text = "KILL"
  2988. Item5.TextColor3 = Color3.fromRGB(0,0,0)
  2989. local enemy = "buffalkor"
  2990. local BV = Instance.new("BodyVelocity")
  2991. BV.Velocity = Vector3.new(0,0,0)
  2992. BV.Parent = Character.HumanoidRootPart
  2993. BV.MaxForce = Vector3.new(0,math.huge,0)
  2994. while Toggled2 == true do
  2995. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy):WaitForChild("HumanoidRootPart") then
  2996. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy).HumanoidRootPart.Position
  2997. Distance = (HR.Position - Point).Magnitude
  2998. Speed = 20
  2999. Time = Distance/Speed
  3000. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  3001. tween:Play()
  3002. wait(Time - 2)
  3003. end
  3004. end
  3005. end
  3006. end)
  3007.  
  3008. Mob3.MouseButton1Click:Connect(function()
  3009. if Toggled3 then
  3010. Toggled3 = false
  3011. Mob3.BackgroundColor3 = Color3.fromRGB(128,0,0)
  3012. Mob3.Text = "Wizard"
  3013. Mob3.TextColor3 = Color3.fromRGB(250,250,250)
  3014. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  3015. tween:Cancel()
  3016. else
  3017. Toggled3 = true
  3018. Mob3.BackgroundColor3 = Color3.new(1,0,0)
  3019. Mob3.Text = "KILL!"
  3020. Mob3.TextColor3 = Color3.fromRGB(0,0,0)
  3021. local enemy = "wizardLizard"
  3022. local BV = Instance.new("BodyVelocity")
  3023. BV.Velocity = Vector3.new(0,0,0)
  3024. BV.Parent = Character.HumanoidRootPart
  3025. BV.MaxForce = Vector3.new(0,math.huge,0)
  3026. while Toggled3 == true do
  3027. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy):WaitForChild("HumanoidRootPart") then
  3028. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy).HumanoidRootPart.Position
  3029. Distance = (HR.Position - Point).Magnitude
  3030. Speed = 20
  3031. Time = Distance/Speed
  3032. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  3033. tween:Play()
  3034. wait(Time - 2)
  3035. end
  3036. end
  3037. end
  3038. end)
  3039.  
  3040. Mob4.MouseButton1Click:Connect(function()
  3041. if Toggled4 then
  3042. Toggled4 = false
  3043. Mob4.BackgroundColor3 = Color3.fromRGB(194,178,128)
  3044. Mob4.Text = "Skorps"
  3045. Mob4.TextColor3 = Color3.fromRGB(1,1,1)
  3046. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  3047. tween:Cancel()
  3048. else
  3049. Toggled4 = true
  3050. Mob4.BackgroundColor3 = Color3.new(1,0,0)
  3051. Mob4.Text = "KILL!"
  3052. Mob4.TextColor3 = Color3.fromRGB(0,0,0)
  3053. local BV = Instance.new("BodyVelocity")
  3054. BV.Velocity = Vector3.new(0,0,0)
  3055. BV.Parent = Character.HumanoidRootPart
  3056. BV.MaxForce = Vector3.new(0,math.huge,0)
  3057. while Toggled4 == true do
  3058. print("searching for skorps")
  3059. if game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild("skorpRuby") then
  3060. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild("skorpRuby").HumanoidRootPart.Position
  3061. Distance = (HR.Position - Point).Magnitude
  3062. Speed = 20
  3063. Time = Distance/Speed
  3064. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  3065. tween:Play()
  3066. wait(Time - 2)
  3067. elseif game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild("skorpGold") then
  3068. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild("skorpGold").HumanoidRootPart.Position
  3069. Distance = (HR.Position - Point).Magnitude
  3070. Speed = 20
  3071. Time = Distance/Speed
  3072. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  3073. tween:Play()
  3074. wait(Time - 2)
  3075. elseif game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild("skorpIron")then
  3076. print("found iron skorp")
  3077. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild("skorpIron").HumanoidRootPart.Position
  3078. Distance = (HR.Position - Point).Magnitude
  3079. Speed = 20
  3080. Time = Distance/Speed
  3081. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  3082. tween:Play()
  3083. wait(Time - 2)
  3084. end
  3085. print("Finished, starting over")
  3086. wait()
  3087. end
  3088. end
  3089. end)
  3090.  
  3091. Item6.MouseButton1Click:Connect(function()
  3092. _G.prox = {}
  3093. local c = 0
  3094. for i, v in pairs(workspace:GetDescendants()) do
  3095. if v.Name == "ProximityPrompt" then
  3096. if v.Parent:IsA("Model") then
  3097. if (v.Parent.PrimaryPart.Position - HR.Position).Magnitude < 25 then
  3098. table.insert(_G.prox, v)
  3099. end
  3100. elseif (v.Parent.Position - HR.Position).Magnitude < 25 then
  3101. table.insert(_G.prox, v)
  3102. end
  3103. end
  3104. end
  3105. for i, v in pairs(_G.prox) do
  3106. fireproximityprompt(v)
  3107. end
  3108. end)
  3109.  
  3110. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  3111.  
  3112. mouse.Button1Down:connect(function()
  3113. if Toggled7 == true then
  3114. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = mouse.Hit
  3115. end
  3116. end)
  3117.  
  3118. Item22.MouseButton1Click:Connect(function()
  3119. if Toggled9 then
  3120. Toggled9 = false
  3121. Item22.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3122. Item22.Text = "Pick Useless Fertiles"
  3123. Item22.TextColor3 = Color3.fromRGB(250,250,250)
  3124. Pickem:Disconnect()
  3125. else
  3126. Toggled9 = true
  3127. Item22.BackgroundColor3 = Color3.new(0,255,255)
  3128. Item22.Text = "Pickin"
  3129. Item22.TextColor3 = Color3.fromRGB(0,0,0)
  3130. end
  3131. end)
  3132.  
  3133. if Island == "" then wait() else
  3134. Island.Blocks.ChildAdded:Connect(function(flower)
  3135. if Toggled9 == true and (flower.Name == "flowerHibiscusPinkFertile" or flower.Name == "flowerHibiscusLightGreenFertile" or flower.Name == "flowerHibiscusBlueFertile" or flower.Name == "flowerHibiscusWhiteFertile" or flower.Name == "flowerHibiscusPurpleFertile" or flower.Name == "flowerHibiscusOrangeFertile" or flower.Name == "flowerHibiscusBlackFertile" or flower.Name == "flowerHyacinthRedFertile" or flower.Name == "flowerHyacinthYellowFertile" or flower.Name == "flowerHyacinthBlueFertile" or flower.Name == "flowerHyacinthCyanFertile" or flower.Name == "flowerHyacinthLightGreenFertile" or flower.Name == "flowerHyacinthOrangeFertile" or flower.Name == "flowerHyacinthRedFertile" or flower.Name == "flowerLilyCyanFertile" or flower.Name == "flowerLilyBlueFertile" or flower.Name == "flowerLilyBlackFertile" or flower.Name == "flowerLilyYellowFertile" or flower.Name == "flowerLilyDarkGreenFertile" or flower.Name == "flowerLilyRedFertile" or flower.Name == "flowerDaisyWhiteFertile" or flower.Name == "flowerDaisyRedFertile" or flower.Name == "flowerDaisyLightGreenFertile" or flower.Name == "flowerDaisyCyanFertile" or flower.Name == "flowerDaisyDarkGreenFertile" or flower.Name == "flowerDaisyYellowFertile" or flower.Name == "flowerTulipYellowFertile" or flower.Name == "flowerTulipLightGreenFertile" or flower.Name == "flowerTulipRedFertile" or flower.Name == "flowerTulipPinkFertile" or flower.Name == "flowerTulipOrangeFertile" or flower.Name == "flowerTulipDarkGreenFertile" or flower.Name == "flowerTulipWhiteFertile" or flower.Name == "flowerMumWhiteFertile" or flower.Name == "flowerMumRedFertile" or flower.Name == "flowerMumCyanFertile" or flower.Name == "flowerMumLightGreenFertile" or flower.Name == "flowerMumBlueFertile" or flower.Name == "flowerMumBlackFertile" or flower.Name == "flowerMumPurpleFertile" or flower.Name == "flowerMumPinkFertile" or flower.Name == "flowerMumChromeFertile" or flower.Name == "flowerDaffodilYellowFertile" or flower.Name == "flowerDaffodilOrangeFertile" or flower.Name == "flowerDaffodilLightGreenFertile" or flower.Name == "flowerDaffodilPinkFertile" or flower.Name == "flowerDaffodilWhiteFertile" or flower.Name == "flowerDaffodilDarkGreenFertile" or flower.Name == "flowerRosePurpleFertile" or flower.Name == "flowerRosePinkFertile" or flower.Name == "flowerYellowHyacinthFertile") then
  3136. local args = {
  3137. [1] = {
  3138. ["flower"] = flower
  3139. }}game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3140. end
  3141. end)
  3142. end
  3143.  
  3144. Item34.MouseButton1Click:Connect(function()
  3145. if Toggled23 then
  3146. Toggled23 = false
  3147. Item34.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3148. Item34.Text = "Pick Unfertile"
  3149. Item34.TextColor3 = Color3.fromRGB(250,250,250)
  3150. else
  3151. Toggled23 = true
  3152. Item34.BackgroundColor3 = Color3.new(0,255,255)
  3153. Item34.Text = "Pickin"
  3154. Item34.TextColor3 = Color3.fromRGB(0,0,0)
  3155. local Island = ""
  3156. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  3157. if (island:IsA("Model")) then
  3158. Island = island
  3159. end
  3160. end
  3161. while Toggled23 == true do
  3162. print("picking flower")
  3163. if Island.Blocks:FindFirstChild("flowerHyacinthCyan") then
  3164. local args = {
  3165. [1] = {
  3166. ["flower"] = Island.Blocks.flowerHyacinthCyan
  3167. }
  3168. }
  3169. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3170. elseif Island.Blocks:FindFirstChild("flowerTulipDarkGreen") then
  3171. local args = {
  3172. [1] = {
  3173. ["flower"] = Island.Blocks.flowerTulipDarkGreen
  3174. }
  3175. }
  3176.  
  3177. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3178. elseif Island.Blocks:FindFirstChild("flowerMumWhite") then
  3179. local args = {
  3180. [1] = {
  3181. ["flower"] = Island.Blocks.flowerMumWhite
  3182. }
  3183. }
  3184. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3185. elseif Island.Blocks:FindFirstChild("flowerMumMundane") then
  3186. local args = {
  3187. [1] = {
  3188. ["flower"] = Island.Blocks.flowerMumMundane
  3189. }
  3190. }
  3191. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3192. elseif Island.Blocks:FindFirstChild("flowerMumCyan") then
  3193. local args = {
  3194. [1] = {
  3195. ["flower"] = Island.Blocks.flowerMumCyan
  3196. }
  3197. }
  3198. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3199. elseif Island.Blocks:FindFirstChild("flowerMumPink") then
  3200. local args = {
  3201. [1] = {
  3202. ["flower"] = Island.Blocks.flowerMumPink
  3203. }
  3204. }
  3205. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3206. elseif Island.Blocks:FindFirstChild("flowerMumLightGreen") then
  3207. local args = {
  3208. [1] = {
  3209. ["flower"] = Island.Blocks.flowerMumLightGreen
  3210. }
  3211. }
  3212. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3213. elseif Island.Blocks:FindFirstChild("flowerMumBlue") then
  3214. local args = {
  3215. [1] = {
  3216. ["flower"] = Island.Blocks.flowerMumBlue
  3217. }
  3218. }
  3219. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3220. elseif Island.Blocks:FindFirstChild("flowerMumPurple") then
  3221. local args = {
  3222. [1] = {
  3223. ["flower"] = Island.Blocks.flowerMumPurple
  3224. }
  3225. }
  3226. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3227. elseif Island.Blocks:FindFirstChild("flowerMumChrome") then
  3228. local args = {
  3229. [1] = {
  3230. ["flower"] = Island.Blocks.flowerMumChrome
  3231. }
  3232. }
  3233. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3234. elseif Island.Blocks:FindFirstChild("flowerTulipLightGreen") then
  3235. local args = {
  3236. [1] = {
  3237. ["flower"] = Island.Blocks.flowerTulipLightGreen
  3238. }
  3239. }
  3240.  
  3241. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3242. elseif Island.Blocks:FindFirstChild("flowerTulipWhite") then
  3243. local args = {
  3244. [1] = {
  3245. ["flower"] = Island.Blocks.flowerTulipWhite
  3246. }
  3247. }
  3248.  
  3249. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3250. elseif Island.Blocks:FindFirstChild("flowerTulipOrange") then
  3251. local args = {
  3252. [1] = {
  3253. ["flower"] = Island.Blocks.flowerTulipOrange
  3254. }
  3255. }
  3256.  
  3257. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3258. elseif Island.Blocks:FindFirstChild("flowerTulipPink") then
  3259. local args = {
  3260. [1] = {
  3261. ["flower"] = Island.Blocks.flowerTulipPink
  3262. }
  3263. }
  3264.  
  3265. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3266. elseif Island.Blocks:FindFirstChild("flowerTulipMundane") then
  3267. local args = {
  3268. [1] = {
  3269. ["flower"] = Island.Blocks.flowerTulipMundane
  3270. }
  3271. }
  3272.  
  3273. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3274. elseif Island.Blocks:FindFirstChild("flowerHyacinthRed") then
  3275. local args = {
  3276. [1] = {
  3277. ["flower"] = Island.Blocks.flowerHyacinthRed
  3278. }
  3279. }
  3280.  
  3281. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3282. elseif Island.Blocks:FindFirstChild("flowerHyacinthOrange") then
  3283. local args = {
  3284. [1] = {
  3285. ["flower"] = Island.Blocks.flowerHyacinthOrange
  3286. }
  3287. }
  3288.  
  3289. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3290. elseif Island.Blocks:FindFirstChild("flowerHyacinthLightGreen") then
  3291. local args = {
  3292. [1] = {
  3293. ["flower"] = Island.Blocks.flowerHyacinthLightGreen
  3294. }
  3295. }
  3296.  
  3297. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3298. elseif Island.Blocks:FindFirstChild("flowerHyacinthMundane") then
  3299. local args = {
  3300. [1] = {
  3301. ["flower"] = Island.Blocks.flowerHyacinthMundane
  3302. }
  3303. }
  3304.  
  3305. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3306. elseif Island.Blocks:FindFirstChild("flowerHibiscusMundane") then
  3307. local args = {
  3308. [1] = {
  3309. ["flower"] = Island.Blocks.flowerHibiscusMundane
  3310. }
  3311. }
  3312.  
  3313. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3314. elseif Island.Blocks:FindFirstChild("flowerHibiscusBlack") then
  3315. local args = {
  3316. [1] = {
  3317. ["flower"] = Island.Blocks.flowerHibiscusBlack
  3318. }
  3319. }
  3320.  
  3321. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3322. elseif Island.Blocks:FindFirstChild("flowerHibiscusBlue") then
  3323. local args = {
  3324. [1] = {
  3325. ["flower"] = Island.Blocks.flowerHibiscusBlue
  3326. }
  3327. }
  3328.  
  3329. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3330. elseif Island.Blocks:FindFirstChild("flowerHibiscusOrange") then
  3331. local args = {
  3332. [1] = {
  3333. ["flower"] = Island.Blocks.flowerHibiscusOrange
  3334. }
  3335. }
  3336.  
  3337. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3338. elseif Island.Blocks:FindFirstChild("flowerHibiscusPink") then
  3339. local args = {
  3340. [1] = {
  3341. ["flower"] = Island.Blocks.flowerHibiscusPink
  3342. }
  3343. }
  3344.  
  3345. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3346. elseif Island.Blocks:FindFirstChild("flowerHibiscusWhite") then
  3347. local args = {
  3348. [1] = {
  3349. ["flower"] = Island.Blocks.flowerHibiscusWhite
  3350. }
  3351. }
  3352.  
  3353. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3354. elseif Island.Blocks:FindFirstChild("flowerHibiscusPurple") then
  3355. local args = {
  3356. [1] = {
  3357. ["flower"] = Island.Blocks.flowerHibiscusPurple
  3358. }
  3359. }
  3360.  
  3361. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3362. elseif Island.Blocks:FindFirstChild("flowerRoseMundane") then
  3363. local args = {
  3364. [1] = {
  3365. ["flower"] = Island.Blocks.flowerRoseMundane
  3366. }
  3367. }
  3368.  
  3369. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3370. elseif Island.Blocks:FindFirstChild("flowerRosePink") then
  3371. local args = {
  3372. [1] = {
  3373. ["flower"] = Island.Blocks.flowerRosePink
  3374. }
  3375. }
  3376.  
  3377. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3378. elseif Island.Blocks:FindFirstChild("flowerRosePurple") then
  3379. local args = {
  3380. [1] = {
  3381. ["flower"] = Island.Blocks.flowerRosePurple
  3382. }
  3383. }
  3384.  
  3385. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3386. elseif Island.Blocks:FindFirstChild("flowerLilyBlack") then
  3387. local args = {
  3388. [1] = {
  3389. ["flower"] = Island.Blocks.flowerLilyBlack
  3390. }
  3391. }
  3392.  
  3393. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3394. elseif Island.Blocks:FindFirstChild("flowerLilyYellow") then
  3395. local args = {
  3396. [1] = {
  3397. ["flower"] = Island.Blocks.flowerLilyYellow
  3398. }
  3399. }
  3400.  
  3401. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3402. elseif Island.Blocks:FindFirstChild("flowerLilyBlue") then
  3403. local args = {
  3404. [1] = {
  3405. ["flower"] = Island.Blocks.flowerLilyBlue
  3406. }
  3407. }
  3408.  
  3409. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3410. elseif Island.Blocks:FindFirstChild("flowerLilyCyan") then
  3411. local args = {
  3412. [1] = {
  3413. ["flower"] = Island.Blocks.flowerLilyCyan
  3414. }
  3415. }
  3416.  
  3417. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3418. elseif Island.Blocks:FindFirstChild("flowerLilyDarkGreen") then
  3419. local args = {
  3420. [1] = {
  3421. ["flower"] = Island.Blocks.flowerLilyDarkGreen
  3422. }
  3423. }
  3424.  
  3425. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3426. elseif Island.Blocks:FindFirstChild("flowerLilyMundane") then
  3427. local args = {
  3428. [1] = {
  3429. ["flower"] = Island.Blocks.flowerLilyMundane
  3430. }
  3431. }
  3432.  
  3433. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3434. elseif Island.Blocks:FindFirstChild("flowerDaisyMundane") then
  3435. local args = {
  3436. [1] = {
  3437. ["flower"] = Island.Blocks.flowerDaisyMundane
  3438. }
  3439. }
  3440.  
  3441. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3442. elseif Island.Blocks:FindFirstChild("flowerDaisyLightGreen") then
  3443. local args = {
  3444. [1] = {
  3445. ["flower"] = Island.Blocks.flowerDaisyLightGreen
  3446. }
  3447. }
  3448.  
  3449. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3450. elseif Island.Blocks:FindFirstChild("flowerDaisyDarkGreen") then
  3451. local args = {
  3452. [1] = {
  3453. ["flower"] = Island.Blocks.flowerDaisyDarkGreen
  3454. }
  3455. }
  3456.  
  3457. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3458. elseif Island.Blocks:FindFirstChild("flowerDaisyCyan") then
  3459. local args = {
  3460. [1] = {
  3461. ["flower"] = Island.Blocks.flowerDaisyCyan
  3462. }
  3463. }
  3464.  
  3465. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3466. elseif Island.Blocks:FindFirstChild("flowerDaisyWhite") then
  3467. local args = {
  3468. [1] = {
  3469. ["flower"] = Island.Blocks.flowerDaisyWhite
  3470. }
  3471. }
  3472.  
  3473. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3474. elseif Island.Blocks:FindFirstChild("flowerDaffodilYellow") then
  3475. local args = {
  3476. [1] = {
  3477. ["flower"] = Island.Blocks.flowerDaffodilYellow
  3478. }
  3479. }
  3480.  
  3481. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3482. elseif Island.Blocks:FindFirstChild("flowerDaffodilOrange") then
  3483. local args = {
  3484. [1] = {
  3485. ["flower"] = Island.Blocks.flowerDaffodilOrange
  3486. }
  3487. }
  3488.  
  3489. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3490. elseif Island.Blocks:FindFirstChild("flowerDaffodilLightGreen") then
  3491. local args = {
  3492. [1] = {
  3493. ["flower"] = Island.Blocks.flowerDaffodilLightGreen
  3494. }
  3495. }
  3496.  
  3497. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3498. elseif Island.Blocks:FindFirstChild("flowerDaffodilDarkGreen") then
  3499. local args = {
  3500. [1] = {
  3501. ["flower"] = Island.Blocks.flowerDaffodilDarkGreen
  3502. }
  3503. }
  3504.  
  3505. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3506. elseif Island.Blocks:FindFirstChild("flowerDaffodilWhite") then
  3507. local args = {
  3508. [1] = {
  3509. ["flower"] = Island.Blocks.flowerDaffodilWhite
  3510. }
  3511. }
  3512.  
  3513. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3514. elseif Island.Blocks:FindFirstChild("flowerDaffodilMundane") then
  3515. local args = {
  3516. [1] = {
  3517. ["flower"] = Island.Blocks.flowerDaffodilMundane
  3518. }
  3519. }
  3520.  
  3521. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  3522. else
  3523. wait()
  3524. end
  3525. end
  3526. end
  3527. end)
  3528.  
  3529. Item35.MouseButton1Click:Connect(function()
  3530. if Toggled24 then
  3531. Toggled24 = false
  3532. Item35.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3533. Item35.Text = "Water Flowers"
  3534. Item35.TextColor3 = Color3.fromRGB(250,250,250)
  3535. else
  3536. Toggled24 = true
  3537. Item35.BackgroundColor3 = Color3.new(0,255,255)
  3538. Item35.Text = "Waterin"
  3539. Item35.TextColor3 = Color3.fromRGB(0,0,0)
  3540. WS = 30
  3541. local Player = game.Players.LocalPlayer
  3542. local Humanoid = Player.Character.Humanoid
  3543. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  3544. if Toggled24 then
  3545. Humanoid.WalkSpeed = WS
  3546. end
  3547. end)
  3548. Humanoid.WalkSpeed = WS
  3549. local Island = ""
  3550. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  3551. if (island:IsA("Model")) then
  3552. Island = island
  3553. end
  3554. end
  3555. print("Found island",Island)
  3556. while Toggled24 == true do
  3557. for _,Fertile in pairs(Island.Blocks:GetChildren()) do
  3558. if (Fertile:IsA("Part")) and Fertile:FindFirstChild("Watered") and Fertile:FindFirstChild("Top") then
  3559. if Fertile.Watered.Value == true then
  3560. wait()
  3561. elseif Fertile.Watered.Value == false then
  3562. if Toggled24 == true then
  3563. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Fertile.Position).magnitude > 24 then
  3564. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Fertile.Position)
  3565. game.Players.LocalPlayer.Character.Humanoid.MoveToFinished:wait()
  3566. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  3567. if v.Name == "wateringCan" then
  3568. v.Parent = game:GetService("Players").LocalPlayer.Character
  3569. wait()
  3570. end
  3571. end
  3572. local args = {
  3573. [1] = {
  3574. ["block"] = Fertile
  3575. }
  3576. }
  3577. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_WATER_BLOCK:InvokeServer(unpack(args))
  3578. else
  3579. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  3580. if v.Name == "wateringCan" then
  3581. v.Parent = game:GetService("Players").LocalPlayer.Character
  3582. wait()
  3583. end
  3584. end
  3585. local args = {
  3586. [1] = {
  3587. ["block"] = Fertile
  3588. }
  3589. }
  3590. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_WATER_BLOCK:InvokeServer(unpack(args))
  3591. end
  3592. end
  3593. end
  3594. end
  3595. end
  3596. end
  3597. end
  3598. end)
  3599.  
  3600. Item36.MouseButton1Click:Connect(function()
  3601. if Toggled25 then
  3602. Toggled25 = false
  3603. Item36.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3604. Item36.Text = "Clear Grass/Rocks"
  3605. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  3606. tween:Cancel()
  3607. Item36.TextColor3 = Color3.fromRGB(250,250,250)
  3608. else
  3609. Toggled25 = true
  3610. Item36.BackgroundColor3 = Color3.new(0,255,255)
  3611. Item36.Text = "clearing spawnables"
  3612. Item36.TextColor3 = Color3.fromRGB(0,0,0)
  3613. local BV = Instance.new("BodyVelocity")
  3614. local YSpeed = 0
  3615. BV.Velocity = Vector3.new(0,0,0)
  3616. BV.Parent = Character.HumanoidRootPart
  3617. BV.MaxForce = Vector3.new(0,math.huge,0)
  3618. local TS = game:GetService('TweenService')
  3619. local HR = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  3620. local Island = ""
  3621. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  3622. if (island:IsA("Model")) then
  3623. Island = island
  3624. end
  3625. end
  3626. print("Found island",Island)
  3627. while Toggled25 == true do
  3628. if Toggled25 == true then
  3629. wait()
  3630. if Island.Blocks:FindFirstChild("naturalRock1") then
  3631. Point = Island.Blocks:FindFirstChild("naturalRock1").Position
  3632. if (HR.Position - Point).Magnitude > 23 then
  3633. Distance = (HR.Position - Point).Magnitude
  3634. Speed = 20
  3635. Time = Distance/Speed
  3636. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  3637. tween:Play()
  3638. wait(Time - 2)
  3639. end
  3640. local TS = game:GetService('TweenService')
  3641. local HR = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  3642. if Plr.Character:FindFirstChild("opalPickaxe") or Plr.Character:FindFirstChild("voidMattock") then
  3643. wait()
  3644. else
  3645. print("equipping tool")
  3646. if Plr.Backpack:FindFirstChild("voidMattock") then
  3647. Plr.Backpack:FindFirstChild("voidMattock").Parent = game:GetService("Players").LocalPlayer.Character
  3648. wait()
  3649. elseif Plr.Backpack:FindFirstChild("opalPickaxe") then
  3650. Plr.Backpack:FindFirstChild("opalPickaxe").Parent = game:GetService("Players").LocalPlayer.Character
  3651. wait()
  3652. end
  3653. end
  3654. print("smack that rock!")
  3655. local args = {
  3656. [1] = {
  3657. ["player_tracking_category"] = "join_from_web",
  3658. ["part"] = Island.Blocks:FindFirstChild("naturalRock1").MeshPart,
  3659. ["block"] = Island.Blocks:FindFirstChild("naturalRock1"),
  3660. ["norm"] = nil --[[Vector3]],
  3661. ["pos"] = nil --[[Vector3]]
  3662. }
  3663. }
  3664. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  3665. wait()
  3666.  
  3667. elseif Island.Blocks:FindFirstChild("tallGrass") then
  3668. Point = Island.Blocks:FindFirstChild("tallGrass").Position
  3669. if (HR.Position - Point).Magnitude > 23 then
  3670. Distance = (HR.Position - Point).Magnitude
  3671. Speed = 20
  3672. Time = Distance/Speed
  3673. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  3674. tween:Play()
  3675. wait(Time - 2)
  3676. end
  3677. if Plr.Character:FindFirstChild("opalPickaxe") or Plr.Character:FindFirstChild("voidMattock") then
  3678. wait()
  3679. else
  3680. print("equipping tool")
  3681. if Plr.Backpack:FindFirstChild("voidMattock") then
  3682. Plr.Backpack:FindFirstChild("voidMattock").Parent = game:GetService("Players").LocalPlayer.Character
  3683. wait()
  3684. elseif Plr.Backpack:FindFirstChild("opalPickaxe") then
  3685. Plr.Backpack:FindFirstChild("opalPickaxe").Parent = game:GetService("Players").LocalPlayer.Character
  3686. wait()
  3687. end
  3688. end
  3689. local args = {
  3690. [1] = {
  3691. ["player_tracking_category"] = "join_from_web",
  3692. ["part"] = Island.Blocks:FindFirstChild("tallGrass").MeshPart,
  3693. ["block"] = Island.Blocks:FindFirstChild("tallGrass"),
  3694. ["norm"] = nil --[[Vector3]],
  3695. ["pos"] = nil --[[Vector3]]
  3696. }
  3697. }
  3698.  
  3699. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  3700. end
  3701. end
  3702. end
  3703. end
  3704. end)
  3705.  
  3706. Item23.MouseButton1Click:Connect(function()
  3707. if Toggled10 then
  3708. Toggled10 = false
  3709. Item23.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3710. Item23.Text = "Honeycomb"
  3711. Item23.TextColor3 = Color3.fromRGB(250,250,250)
  3712. else
  3713. Toggled10 = true
  3714. Item23.BackgroundColor3 = Color3.new(0,255,255)
  3715. Item23.Text = "Gettn HC"
  3716. Item23.TextColor3 = Color3.fromRGB(0,0,0)
  3717. while Toggled10 == true do
  3718. for i,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  3719. wait()
  3720. if (island:IsA("Model")) then
  3721. for i,beehive in pairs(island.Blocks:GetDescendants()) do
  3722. if (beehive:IsA("Model")) and beehive.Name == "beeHive" and beehive.Root.Effects.Honey.ParticleEmitter.Enabled == true then
  3723. print("Found Honeycomb")
  3724. local Beehive = beehive.Parent.Parent.Parent
  3725.  
  3726. local args = {
  3727. [1] = {
  3728. ["tree"] = Beehive
  3729. }
  3730. }
  3731. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_COLLECT_HONEY:InvokeServer(unpack(args))
  3732. wait(1)
  3733. end
  3734.  
  3735. end
  3736. end
  3737. end
  3738. end
  3739. end
  3740. end)
  3741.  
  3742. Item24.MouseButton1Click:Connect(function()
  3743. if Toggled11 then
  3744. Toggled11 = false
  3745. Item24.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3746. Item24.Text = "Collect Nearby in/out"
  3747. Item24.TextColor3 = Color3.fromRGB(250,250,250)
  3748. else
  3749. Toggled11 = true
  3750. Item24.BackgroundColor3 = Color3.new(0,255,255)
  3751. Item24.Text = "Collecting"
  3752. Item24.TextColor3 = Color3.fromRGB(0,0,0)
  3753. while Toggled11 == true do
  3754. wait()
  3755. for i,v in pairs(game:GetDescendants()) do
  3756. if (v:IsA("Part")) and (v.Name == "chestLargeIndustrialIO" or v.Name == "chestMediumIndustrialIO") and (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude < 24 then
  3757. wait()
  3758. for _, b in pairs(v.Contents:GetChildren()) do
  3759. if (b:IsA("Tool")) then
  3760. if Toggled11 then
  3761. wait()
  3762. local args = {
  3763. [1] = {
  3764. ["chest"] = v,
  3765. ["player_tracking_category"] = "join_from_web",
  3766. ["amount"] = b.Amount.Value,
  3767. ["tool"] = b,
  3768. ["action"] = "withdraw"
  3769. }
  3770. }
  3771. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_CHEST_TRANSACTION:InvokeServer(unpack(args))
  3772. end
  3773. end
  3774. end
  3775. end
  3776. end
  3777. end
  3778. end
  3779. end)
  3780.  
  3781. Item25.MouseButton1Click:Connect(function()
  3782. if Toggled12 then
  3783. Toggled12 = false
  3784. Item25.BackgroundColor3 = Color3.fromRGB(63,63,63)
  3785. Item25.Text = "Auto-Mayo"
  3786. Item25.TextColor3 = Color3.fromRGB(250,250,250)
  3787. else
  3788. Toggled12 = true
  3789. Item25.BackgroundColor3 = Color3.new(0,255,255)
  3790. Item25.Text = "Makin' the mayo"
  3791. Item25.TextColor3 = Color3.fromRGB(0,0,0)
  3792. local Island = ""
  3793. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  3794. if (island:IsA("Model")) then
  3795. Island = island
  3796. end
  3797. end
  3798. print("Found island",Island)
  3799. while Toggled12 == true do
  3800. wait()
  3801. for _,MayoSpinner in pairs(Island.Blocks:GetChildren()) do
  3802. if (MayoSpinner:IsA("Part")) and MayoSpinner.Name == "churner" then
  3803. print("Found mayo spinner")
  3804. wait()
  3805.  
  3806. local args = {
  3807. [1] = {
  3808. ["amount"] = 1,
  3809. ["block"] = MayoSpinner,
  3810. ["player_tracking_category"] = "join_from_web",
  3811. ["toolName"] = "egg"
  3812. }
  3813. }
  3814.  
  3815. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  3816.  
  3817. if MayoSpinner.WorkerContents:FindFirstChild("jarMayonnaise") then
  3818.  
  3819. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(MayoSpinner.Position + Vector3.new(0,5,0))
  3820. print("gettn that mayo")
  3821. wait()
  3822. local args = {
  3823. [1] = {
  3824. ["tool"] = MayoSpinner.WorkerContents.jarMayonnaise,
  3825. ["player_tracking_category"] = "join_from_web"
  3826. }
  3827. }
  3828.  
  3829. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  3830. else
  3831. print("no mayo")
  3832. end
  3833. end
  3834. end
  3835. end
  3836. end
  3837. end)
  3838.  
  3839. Item26.MouseButton1Click:Connect(function()
  3840. local Tool = ""
  3841.  
  3842. for i,tool in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3843. if (tool:IsA("Tool")) then
  3844. print(Tool)
  3845.  
  3846. for _,v in pairs(game.Workspace:GetDescendants()) do
  3847. if (v:IsA("Folder")) and v.Name == "SellingContents" then
  3848. if v:FindFirstChild(tool.Name) then
  3849. print("Found a machine")
  3850. game.Players.LocalPlayer.Character.Humanoid:MoveTo(v.Parent.Position)
  3851. end
  3852. end
  3853. end
  3854. end
  3855. end
  3856. end)
  3857.  
  3858. local BowPower = Instance.new("TextBox")
  3859. BowPower.Position = UDim2.new(0,0,1,0)
  3860. BowPower.Size = UDim2.new(0,140,0,20)
  3861. BowPower.BackgroundColor3 = Color3.fromRGB(50,50,50)
  3862. BowPower.BorderSizePixel = 0
  3863. BowPower.BorderColor3 = Color3.new(1,1,1)
  3864. BowPower.ZIndex = 2
  3865. BowPower.Parent = Notification7
  3866. BowPower.Text = ""
  3867. BowPower.PlaceholderText = "Bow Power eg:1000"
  3868. BowPower.TextColor3 = Color3.fromRGB(250,250,250)
  3869. BowPower.TextScaled = true
  3870.  
  3871. Item27.MouseButton1Click:Connect(function()
  3872. if Toggled14 then
  3873. Toggled14 = false
  3874. Item27.BackgroundColor3 = Color3.fromRGB(63,165,63)
  3875. Item27.Text = "Slime King"
  3876. Item27.TextColor3 = Color3.fromRGB(250,250,250)
  3877. else
  3878. Toggled14 = true
  3879. Item27.BackgroundColor3 = Color3.new(1,0,0)
  3880. Item27.Text = "Pew Pew"
  3881. Item27.TextColor3 = Color3.fromRGB(0,0,0)
  3882. while Toggled14 == true do
  3883. wait()
  3884. end
  3885. end
  3886. end)
  3887.  
  3888. SlimeQueen.MouseButton1Click:Connect(function()
  3889. if Toggled76 then
  3890. Toggled76 = false
  3891. SlimeQueen.BackgroundColor3 = Color3.fromRGB(225,50,100)
  3892. SlimeQueen.Text = "Slime Queen"
  3893. SlimeQueen.TextColor3 = Color3.fromRGB(250,250,250)
  3894. else
  3895. Toggled76 = true
  3896. SlimeQueen.BackgroundColor3 = Color3.new(1,0,0)
  3897. SlimeQueen.Text = "Pew Pew"
  3898. SlimeQueen.TextColor3 = Color3.fromRGB(0,0,0)
  3899. while Toggled76 == true do
  3900. wait()
  3901. end
  3902. end
  3903. end)
  3904.  
  3905. local VoidDog = Instance.new("TextButton")
  3906. VoidDog.Position = UDim2.new(0,1,1,106)
  3907. VoidDog.Size = UDim2.new(0,70,0,20)
  3908. VoidDog.BackgroundColor3 = Color3.fromRGB(150,0,150)
  3909. VoidDog.BorderSizePixel = 0
  3910. VoidDog.ZIndex = 2
  3911. VoidDog.Parent = Notification7
  3912. VoidDog.Text = "Void Dog(Boss)"
  3913. VoidDog.TextColor3 = Color3.fromRGB(250,250,250)
  3914. VoidDog.TextScaled = true
  3915. VoidDog.MouseButton1Click:Connect(function()
  3916. if Toggled81 then
  3917. Toggled81 = false
  3918. VoidDog.BackgroundColor3 = Color3.fromRGB(150,0,150)
  3919. VoidDog.Text = "Void Dog(Boss)"
  3920. VoidDog.TextColor3 = Color3.fromRGB(250,250,250)
  3921. else
  3922. Toggled81 = true
  3923. VoidDog.BackgroundColor3 = Color3.new(1,0,0)
  3924. VoidDog.Text = "Pew Pew"
  3925. VoidDog.TextColor3 = Color3.fromRGB(0,0,0)
  3926. while Toggled81 == true do
  3927. wait()
  3928. for i,v in pairs(game.Workspace.WildernessIsland.Entities:GetChildren()) do
  3929. if v.Name == "voidDog" and v:FindFirstChild("HumanoidRootPart") then
  3930. if (v.HumanoidRootPart.Position - Vector3.new(-10224, 315, 9321)).Magnitude < 175 then
  3931. wait()
  3932. end
  3933. end
  3934. end
  3935. end
  3936. end
  3937. end)
  3938.  
  3939. local Buff = Instance.new("TextButton")
  3940. Buff.Position = UDim2.new(0,71,1,106)
  3941. Buff.Size = UDim2.new(0,70,0,20)
  3942. Buff.BackgroundColor3 = Color3.fromRGB(150,150,150)
  3943. Buff.BorderSizePixel = 0
  3944. Buff.ZIndex = 2
  3945. Buff.Parent = Notification7
  3946. Buff.Text = "Buffalkor"
  3947. Buff.TextColor3 = Color3.fromRGB(250,250,250)
  3948. Buff.TextScaled = true
  3949. Buff.MouseButton1Click:Connect(function()
  3950. if Toggled84 then
  3951. Toggled84 = false
  3952. Buff.BackgroundColor3 = Color3.fromRGB(150,150,150)
  3953. Buff.Text = "Buffalkor"
  3954. Buff.TextColor3 = Color3.fromRGB(250,250,250)
  3955. else
  3956. Toggled84 = true
  3957. Buff.BackgroundColor3 = Color3.new(1,0,0)
  3958. Buff.Text = "Pew Pew"
  3959. Buff.TextColor3 = Color3.fromRGB(0,0,0)
  3960. while Toggled84 == true do
  3961. wait()
  3962. print("Starting loop for buffs")
  3963. for i,buffs in pairs(game.Workspace.WildernessIsland.Entities:GetChildren()) do
  3964. if buffs.Name == "buffalkor" and buffs:FindFirstChild("HumanoidRootPart") and (buffs.HumanoidRootPart.Position - Vector3.new(1288, 395, 279)).Magnitude < 175 then
  3965. wait()
  3966. end
  3967. end
  3968. end
  3969. end
  3970. end)
  3971.  
  3972. local VoidSerpent = Instance.new("TextButton")
  3973. VoidSerpent.Position = UDim2.new(0,71,1,64)
  3974. VoidSerpent.Size = UDim2.new(0,70,0,20)
  3975. VoidSerpent.BackgroundColor3 = Color3.fromRGB(150,0,150)
  3976. VoidSerpent.BorderSizePixel = 0
  3977. VoidSerpent.ZIndex = 2
  3978. VoidSerpent.Parent = Notification7
  3979. VoidSerpent.Text = "Void Serpent"
  3980. VoidSerpent.TextColor3 = Color3.fromRGB(250,250,250)
  3981. VoidSerpent.TextScaled = true
  3982. VoidSerpent.MouseButton1Click:Connect(function()
  3983. if Toggled82 then
  3984. Toggled82 = false
  3985. VoidSerpent.BackgroundColor3 = Color3.fromRGB(150,0,150)
  3986. VoidSerpent.Text = "Void Serpent"
  3987. VoidSerpent.TextColor3 = Color3.fromRGB(250,250,250)
  3988. else
  3989. Toggled82 = true
  3990. VoidSerpent.BackgroundColor3 = Color3.new(1,0,0)
  3991. VoidSerpent.Text = "Pew Pew"
  3992. VoidSerpent.TextColor3 = Color3.fromRGB(0,0,0)
  3993. while Toggled82 == true do
  3994. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild("voidSerpent").ActiveAnimations:FindFirstChild("10537952778") then
  3995. wait()
  3996. else
  3997. wait()
  3998. end
  3999. end
  4000. end
  4001. end)
  4002.  
  4003.  
  4004. Item28.MouseButton1Click:Connect(function()
  4005. if Toggled15 then
  4006. Toggled15 = false
  4007. Item28.BackgroundColor3 = Color3.fromRGB(128, 0, 0)
  4008. Item28.Text = "Wizard Boss"
  4009. Item28.TextColor3 = Color3.fromRGB(250,250,250)
  4010. else
  4011. Toggled15 = true
  4012. Item28.BackgroundColor3 = Color3.new(1,0,0)
  4013. Item28.Text = "Pew Pew"
  4014. Item28.TextColor3 = Color3.fromRGB(0,0,0)
  4015. while Toggled15 == true do
  4016. wait()
  4017. end
  4018. end
  4019. end)
  4020.  
  4021. Item29.MouseButton1Click:Connect(function()
  4022. if Toggled16 then
  4023. Toggled16 = false
  4024. Item29.BackgroundColor3 = Color3.fromRGB(194,178,128)
  4025. Item29.Text = "Bhaa"
  4026. Item29.TextColor3 = Color3.fromRGB(0,0,0)
  4027. else
  4028. Toggled16 = true
  4029. Item29.BackgroundColor3 = Color3.new(1,0,0)
  4030. Item29.Text = "Pew Pew"
  4031. Item29.TextColor3 = Color3.fromRGB(0,0,0)
  4032. while Toggled16 == true do
  4033. wait()
  4034. end
  4035. end
  4036. end)
  4037.  
  4038. Item30.MouseButton1Click:Connect(function()
  4039. if Toggled17 then
  4040. Toggled17 = false
  4041. Item30.BackgroundColor3 = Color3.fromRGB(163, 162, 165)
  4042. Item30.Text = "Kor"
  4043. Item30.TextColor3 = Color3.fromRGB(0,0,0)
  4044. else
  4045. Toggled17 = true
  4046. Item30.BackgroundColor3 = Color3.new(1,0,0)
  4047. Item30.Text = "Pew Pew"
  4048. Item30.TextColor3 = Color3.fromRGB(0,0,0)
  4049. while Toggled17 == true do
  4050. wait()
  4051. end
  4052. end
  4053. end)
  4054.  
  4055. Item31.MouseButton1Click:Connect(function()
  4056. if Toggled18 then
  4057. Toggled18 = false
  4058. Item31.BackgroundColor3 = Color3.fromRGB(155,0,0)
  4059. Item31.Text = "Infernal Dragon"
  4060. Item31.TextColor3 = Color3.fromRGB(250,250,250)
  4061. else
  4062. Toggled18 = true
  4063. Item31.BackgroundColor3 = Color3.new(1,0,0)
  4064. Item31.Text = "Pew Pew"
  4065. Item31.TextColor3 = Color3.fromRGB(0,0,0)
  4066. while Toggled18 == true do
  4067. wait()
  4068. end
  4069. end
  4070. end)
  4071.  
  4072. Mob5.MouseButton1Click:Connect(function()
  4073. if Toggled19 then
  4074. Toggled19 = false
  4075. Mob5.BackgroundColor3 = Color3.fromRGB(155,0,0)
  4076. Mob5.Text = "magmaBlob"
  4077. Mob5.TextColor3 = Color3.fromRGB(255,200,1)
  4078. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4079. tween:Cancel()
  4080. else
  4081. Toggled19 = true
  4082. Mob5.BackgroundColor3 = Color3.new(1,0,0)
  4083. Mob5.Text = "KILL"
  4084. Mob5.TextColor3 = Color3.fromRGB(0,0,0)
  4085. local BV = Instance.new("BodyVelocity")
  4086. BV.Velocity = Vector3.new(0,0,0)
  4087. BV.Parent = Character.HumanoidRootPart
  4088. BV.MaxForce = Vector3.new(0,math.huge,0)
  4089. local enemy = "magmaBlob"
  4090. while Toggled19 == true do
  4091. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy):WaitForChild("HumanoidRootPart") then
  4092. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy).HumanoidRootPart.Position
  4093. Distance = (HR.Position - Point).Magnitude
  4094. Speed = 20
  4095. Time = Distance/Speed
  4096. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4097. tween:Play()
  4098. wait(Time - 2)
  4099. end
  4100. wait()
  4101. end
  4102. end
  4103. end)
  4104.  
  4105. Mob6.MouseButton1Click:Connect(function()
  4106. if Toggled48 then
  4107. Toggled48 = false
  4108. Mob6.BackgroundColor3 = Color3.fromRGB(200,200,200)
  4109. Mob6.Text = "Skeleton Pirate"
  4110. Mob6.TextColor3 = Color3.new(0,0,0)
  4111. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4112. tween:Cancel()
  4113. else
  4114. Toggled48 = true
  4115. Mob6.BackgroundColor3 = Color3.new(1,0,0)
  4116. Mob6.Text = "KILL"
  4117. Mob6.TextColor3 = Color3.fromRGB(0,0,0)
  4118. local BV = Instance.new("BodyVelocity")
  4119. BV.Velocity = Vector3.new(0,0,0)
  4120. BV.Parent = Character.HumanoidRootPart
  4121. BV.MaxForce = Vector3.new(0,math.huge,0)
  4122. local enemy = "skeletonPirate"
  4123. while Toggled48 == true do
  4124. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy):WaitForChild("HumanoidRootPart") then
  4125. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy).HumanoidRootPart.Position
  4126. Distance = (HR.Position - Point).Magnitude
  4127. Speed = 20
  4128. Time = Distance/Speed
  4129. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4130. tween:Play()
  4131. wait(Time - 2)
  4132. end
  4133. wait()
  4134. end
  4135. end
  4136. end)
  4137.  
  4138. Mob7.MouseButton1Click:Connect(function()
  4139. if Toggled49 then
  4140. Toggled49 = false
  4141. Mob7.BackgroundColor3 = Color3.fromRGB(200,50,50)
  4142. Mob7.Text = "Crabs"
  4143. Mob7.TextColor3 = Color3.fromRGB(255,200,1)
  4144. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4145. tween:Cancel()
  4146. else
  4147. Toggled49 = true
  4148. Mob7.BackgroundColor3 = Color3.new(1,0,0)
  4149. Mob7.Text = "KILL"
  4150. Mob7.TextColor3 = Color3.fromRGB(0,0,0)
  4151. local BV = Instance.new("BodyVelocity")
  4152. BV.Velocity = Vector3.new(0,0,0)
  4153. BV.Parent = Character.HumanoidRootPart
  4154. BV.MaxForce = Vector3.new(0,math.huge,0)
  4155. local enemy = "hostileCrab"
  4156. while Toggled49 == true do
  4157. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy):WaitForChild("HumanoidRootPart") then
  4158. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy).HumanoidRootPart.Position
  4159. Distance = (HR.Position - Point).Magnitude
  4160. Speed = 20
  4161. Time = Distance/Speed
  4162. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4163. tween:Play()
  4164. wait(Time - 2)
  4165. end
  4166. wait()
  4167. end
  4168. end
  4169. end)
  4170.  
  4171. Mob8.MouseButton1Click:Connect(function()
  4172. if Toggled60 then
  4173. Toggled60 = false
  4174. Mob8.BackgroundColor3 = Color3.fromRGB(163, 162, 165)
  4175. Mob8.Text = "Rock Mimic"
  4176. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4177. tween:Cancel()
  4178. else
  4179. Toggled60 = true
  4180. Mob8.BackgroundColor3 = Color3.new(1,0,0)
  4181. Mob8.Text = "KILL"
  4182. local BV = Instance.new("BodyVelocity")
  4183. BV.Velocity = Vector3.new(0,0,0)
  4184. BV.Parent = Character.HumanoidRootPart
  4185. BV.MaxForce = Vector3.new(0,math.huge,0)
  4186. local enemy = "rockMimicGold"
  4187. local enemy2 = "rockMimicIron"
  4188. local enemy3 = "rockMimicCoal"
  4189. while Toggled60 == true do
  4190. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy):WaitForChild("HumanoidRootPart") then
  4191. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy).HumanoidRootPart.Position
  4192. Distance = (HR.Position - Point).Magnitude
  4193. Speed = 20
  4194. Time = Distance/Speed
  4195. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4196. tween:Play()
  4197. wait(Time - 2)
  4198. elseif game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy2):WaitForChild("HumanoidRootPart") then
  4199. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy2).HumanoidRootPart.Position
  4200. Distance = (HR.Position - Point).Magnitude
  4201. Speed = 20
  4202. Time = Distance/Speed
  4203. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4204. tween:Play()
  4205. wait(Time - 2)
  4206. elseif game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy3):WaitForChild("HumanoidRootPart") then
  4207. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy3).HumanoidRootPart.Position
  4208. Distance = (HR.Position - Point).Magnitude
  4209. Speed = 20
  4210. Time = Distance/Speed
  4211. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4212. tween:Play()
  4213. wait(Time - 2)
  4214. end
  4215. wait()
  4216. end
  4217. end
  4218. end)
  4219.  
  4220. local Mob9 = Instance.new("TextButton")
  4221. Mob9.Position = UDim2.new(0,1,1,85)
  4222. Mob9.Size = UDim2.new(0,70,0,20)
  4223. Mob9.BackgroundColor3 = Color3.fromRGB(150,0,150)
  4224. Mob9.BorderSizePixel = 0
  4225. Mob9.ZIndex = 2
  4226. Mob9.Parent = Notification6
  4227. Mob9.Text = "Void Dog"
  4228. Mob9.TextColor3 = Color3.fromRGB(0,0,0)
  4229. Mob9.TextScaled = true
  4230. Mob9.MouseButton1Click:Connect(function()
  4231. if Toggled49 then
  4232. Toggled49 = false
  4233. Mob9.BackgroundColor3 = Color3.fromRGB(150,0,150)
  4234. Mob9.Text = "Void Dog"
  4235. Mob9.TextColor3 = Color3.fromRGB(255,200,1)
  4236. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4237. tween:Cancel()
  4238. else
  4239. Toggled49 = true
  4240. Mob9.BackgroundColor3 = Color3.new(1,0,0)
  4241. Mob9.Text = "KILL"
  4242. Mob9.TextColor3 = Color3.fromRGB(0,0,0)
  4243. local BV = Instance.new("BodyVelocity")
  4244. BV.Velocity = Vector3.new(0,0,0)
  4245. BV.Parent = Character.HumanoidRootPart
  4246. BV.MaxForce = Vector3.new(0,math.huge,0)
  4247. local enemy = "voidDog"
  4248. while Toggled49 == true do
  4249. if game:GetService("Workspace").WildernessIsland.Entities:WaitForChild(enemy):WaitForChild("HumanoidRootPart") then
  4250. Point = game:GetService("Workspace").WildernessIsland.Entities:FindFirstChild(enemy).HumanoidRootPart.Position
  4251. Distance = (HR.Position - Point).Magnitude
  4252. Speed = 20
  4253. Time = Distance/Speed
  4254. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4255. tween:Play()
  4256. wait(Time - 2)
  4257. end
  4258. wait()
  4259. end
  4260. end
  4261. end)
  4262.  
  4263.  
  4264. Item32.MouseButton1Click:Connect(function()
  4265. if Toggled20 then
  4266. Toggled20 = false
  4267. Item32.BackgroundColor3 = Color3.fromRGB(63,63,63)
  4268. Item32.Text = "Send items to Click"
  4269. Item32.TextColor3 = Color3.fromRGB(250,250,250)
  4270. else
  4271. Toggled20 = true
  4272. Item32.BackgroundColor3 = Color3.new(1,0,0)
  4273. Item32.Text = "Click Away"
  4274. Item32.TextColor3 = Color3.fromRGB(0,255,255)
  4275. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  4276. mouse.Button1Down:connect(function()
  4277. for i,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4278. if (island:IsA("Model")) then
  4279. for i, tool in pairs(island.Drops:GetChildren()) do
  4280. if (tool:IsA("Tool")) then
  4281. if Toggled20 then
  4282. tool.HandleDisabled.Position = mouse.Hit.Position + Vector3.new(0,5,0)
  4283. end
  4284. end
  4285. end
  4286. end
  4287. end
  4288. end)
  4289. end
  4290. end)
  4291.  
  4292. Item33.MouseButton1Click:Connect(function()
  4293. if Toggled21 then
  4294. Toggled21 = false
  4295. Item33.BackgroundColor3 = Color3.fromRGB(63,63,63)
  4296. Item33.Text = "Collect Truffles"
  4297. Item33.TextColor3 = Color3.fromRGB(250,250,250)
  4298. tween:Cancel()
  4299. else
  4300. Toggled21 = true
  4301. Item33.BackgroundColor3 = Color3.fromRGB(0,255,255)
  4302. Item33.Text = "Collecting"
  4303. Item33.TextColor3 = Color3.fromRGB(0,0,0)
  4304. local Island = ""
  4305. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4306. if (island:IsA("Model")) then
  4307. Island = island
  4308. end
  4309. end
  4310. print("Found island",Island)
  4311. while Toggled21 == true do
  4312. wait()
  4313. for _,TruffleBarrel in pairs(Island.Blocks:GetChildren()) do
  4314. if (TruffleBarrel:IsA("Part")) and TruffleBarrel.Name == "barrelTruffle" then
  4315. if TruffleBarrel.Contents:FindFirstChild("truffleBlack") then
  4316. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - TruffleBarrel.Position).magnitude > 24 then
  4317. Point = TruffleBarrel.Position
  4318. Distance = (HR.Position - Point).Magnitude
  4319. Speed = 20
  4320. Time = Distance/Speed
  4321. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4322. tween:Play()
  4323. wait(Time - 2)
  4324. end
  4325. local args = {
  4326. [1] = {
  4327. ["chest"] = TruffleBarrel,
  4328. ["player_tracking_category"] = "join_from_web",
  4329. ["amount"] = 1,
  4330. ["tool"] = TruffleBarrel.Contents.truffleBlack,
  4331. ["action"] = "withdraw"
  4332. }
  4333. }
  4334.  
  4335. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_CHEST_TRANSACTION:InvokeServer(unpack(args))
  4336. elseif TruffleBarrel.Contents:FindFirstChild("truffleWhite") then
  4337. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - TruffleBarrel.Position).magnitude > 24 then
  4338. Point = TruffleBarrel.Position
  4339. Distance = (HR.Position - Point).Magnitude
  4340. Speed = 20
  4341. Time = Distance/Speed
  4342. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4343. tween:Play()
  4344. wait(Time - 2)
  4345. end
  4346. local args = {
  4347. [1] = {
  4348. ["chest"] = TruffleBarrel,
  4349. ["player_tracking_category"] = "join_from_web",
  4350. ["amount"] = 1,
  4351. ["tool"] = TruffleBarrel.Contents.truffleWhite,
  4352. ["action"] = "withdraw"
  4353. }
  4354. }
  4355.  
  4356. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_CHEST_TRANSACTION:InvokeServer(unpack(args))
  4357.  
  4358. wait()
  4359. else
  4360. wait()
  4361. end
  4362. end
  4363. end
  4364. end
  4365. end
  4366. end)
  4367.  
  4368. Item42.MouseButton1Click:Connect(function()
  4369. if Toggled27 then
  4370. Toggled27 = false
  4371. Item42.BackgroundColor3 = Color3.new(0,0,1)
  4372. Item42.Text = "Machines >"
  4373. Item42.TextColor3 = Color3.fromRGB(250,250,250)
  4374. Background8.Visible = false
  4375. else
  4376. Toggled27 = true
  4377. Toggled5 = false
  4378. Toggled6 = false
  4379. Toggled8 = false
  4380. Toggled13 = false
  4381. Toggled22 = false
  4382. Toggled26 = false
  4383. Toggled47 = false
  4384. Toggled50 = false
  4385. Toggled70 = false
  4386. Background10.Visible = false
  4387. Item67.Text = "Farming >"
  4388. Item42.Text = "Machines <"
  4389. Background2.Visible = false
  4390. Background3.Visible = false
  4391. Background4.Visible = false
  4392. Background5.Visible = false
  4393. Background6.Visible = false
  4394. Background7.Visible = false
  4395. Background9.Visible = false
  4396. Background11.Visible = false
  4397. Background12.Visible = false
  4398. Item84.Text = "Mining >"
  4399. Toggled73 = false
  4400. Tests.Text = "Misc >"
  4401. BowBoss.Text = "Wood >"
  4402. Teleports.Text = "Teleports >"
  4403. GUIs.Text = "Event >"
  4404. Title.Text = "Mob Farms >"
  4405. Item65.Text = "Auto Eat >"
  4406. Item80.Text = "Hub Shops >"
  4407. Background8.Visible = true
  4408. end
  4409. end)
  4410.  
  4411. Item43.MouseButton1Click:Connect(function()
  4412. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4413. if v.Name == "rageblade" or v.Name == "arrow1" or v.Name == "bow3" or v.Name == "wateringCan" or v.Name == "sickleDiamond" or v.Name == "diamondPickaxe" or v.Name == "opalPickaxe" or v.Name == "opalAxe" or v.Name == "shears" or v.Name == "diamondAxe" or v.Name == "shovelStone" or v.Name == "fishingRodIron" or v.Name == "pizzaTruffle" or v.Name == "avocadoToastTruffle" or v.Name == "clippers" then wait() else
  4414. local args = {
  4415. [1] = v.Name,
  4416. [2] = v.Amount.Value
  4417. }
  4418.  
  4419. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.SetTradeQuantity:FireServer(unpack(args))
  4420. end
  4421. end
  4422. wait()
  4423. local args = {
  4424. [1] = true
  4425. }
  4426. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.SetTradeStatus:FireServer(unpack(args))
  4427. end)
  4428.  
  4429. Item44.MouseButton1Click:Connect(function()
  4430. if Toggled28 then
  4431. Toggled28 = false
  4432. Item44.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  4433. Item44.Text = "Island Pickaxe Aura"
  4434. Item44.TextColor3 = Color3.fromRGB(250,250,250)
  4435. else
  4436. Toggled28 = true
  4437. Item44.BackgroundColor3 = Color3.new(0,0,1)
  4438. Item44.Text = "Breaking Rocks!"
  4439. Item44.TextColor3 = Color3.fromRGB(250,250,0)
  4440. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4441. if (island:IsA("Model")) then
  4442. Island = island
  4443. end
  4444. end
  4445. while Toggled28 == true do
  4446. wait()
  4447. if Island then
  4448. for i,v in pairs(Island.Blocks:GetChildren()) do
  4449. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude < 23 and v:FindFirstChild("CollisionBoxes") and v:FindFirstChild("1") then
  4450. print("Hitting "..v.Name)
  4451. local args = {
  4452. [1] = {
  4453. ["player_tracking_category"] = "join_from_web",
  4454. ["part"] = v:FindFirstChild("1"),
  4455. ["block"] = v,
  4456. ["norm"] = nil --[[Vector3]],
  4457. ["pos"] = nil --[[Vector3]]
  4458. }
  4459. }
  4460.  
  4461. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4462. end
  4463. end
  4464. else
  4465. for i,v in pairs(game.Workspace.WildernessBlocks:GetChildren()) do
  4466. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude < 23 and v:FindFirstChild("RockStage") and v:FindFirstChild("1") then
  4467. print("Hitting "..v.Name)
  4468. local args = {
  4469. [1] = {
  4470. ["player_tracking_category"] = "join_from_web",
  4471. ["part"] = v:FindFirstChild("1"),
  4472. ["block"] = v,
  4473. ["norm"] = nil --[[Vector3]],
  4474. ["pos"] = nil --[[Vector3]]
  4475. }
  4476. }
  4477. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4478. end
  4479. end
  4480. end
  4481. end
  4482. end
  4483. end)
  4484.  
  4485. Item45.MouseButton1Click:Connect(function()
  4486. if Toggled29 then
  4487. Toggled29 = false
  4488. Item45.BackgroundColor3 = Color3.fromRGB(63,63,63)
  4489. Item45.Text = "Water Nearby"
  4490. Item45.TextColor3 = Color3.fromRGB(250,250,250)
  4491. else
  4492. Toggled29 = true
  4493. Item45.BackgroundColor3 = Color3.new(0,255,255)
  4494. Item45.Text = "Watering Nearby"
  4495. Item45.TextColor3 = Color3.fromRGB(0,0,0)
  4496. local Island = ""
  4497. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4498. if (island:IsA("Model")) then
  4499. Island = island
  4500. end
  4501. end
  4502. while Toggled29 == true do
  4503. wait()
  4504. for i,thirsty in pairs(Island.Blocks:GetChildren()) do
  4505. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - thirsty.Position).magnitude < 25 and thirsty:FindFirstChild("Watered") and thirsty.Watered.Value == false then
  4506. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  4507. if v.Name == "wateringCan" then
  4508. v.Parent = game:GetService("Players").LocalPlayer.Character
  4509. wait()
  4510. end
  4511. end
  4512. local args =
  4513. {[1] = {["block"] = thirsty}}
  4514. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_WATER_BLOCK:InvokeServer(unpack(args))
  4515. end
  4516. end
  4517. end
  4518. end
  4519. end)
  4520.  
  4521. Item46.MouseButton1Click:Connect(function()
  4522. if Toggled30 then
  4523. Toggled30 = false
  4524. Item46.BackgroundColor3 = Color3.fromRGB(63,63,63)
  4525. Item46.Text = "Pickup Drops Aura"
  4526. Item46.TextColor3 = Color3.fromRGB(250,250,250)
  4527. else
  4528. Toggled30 = true
  4529. Item46.BackgroundColor3 = Color3.new(0,255,255)
  4530. Item46.Text = "Picking up nearby items"
  4531. Item46.TextColor3 = Color3.fromRGB(0,0,0)
  4532. local Island = ""
  4533. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4534. Island = island
  4535. end
  4536. while Toggled30 == true do
  4537. wait()
  4538. for i,v in pairs(Island.Drops:GetChildren()) do
  4539. if v:FindFirstChild("HandleDisabled") and (v:IsA("Tool")) and (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.HandleDisabled.Position).magnitude < 24 then
  4540. local Pickup = {
  4541. [1] = {
  4542. ["tool"] = v,
  4543. ["player_tracking_category"] = "join_from_web"
  4544. }
  4545. }
  4546.  
  4547. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(Pickup))
  4548. end
  4549. end
  4550. end
  4551. end
  4552. end)
  4553.  
  4554. Item47.MouseButton1Click:Connect(function()
  4555. if Toggled31 then
  4556. Toggled31 = false
  4557. Item47.BackgroundColor3 = Color3.fromRGB(63,63,63)
  4558. Item47.Text = "Destroy Coal/iron/ironOre"
  4559. Item47.TextColor3 = Color3.fromRGB(250,250,250)
  4560. else
  4561. Toggled31 = true
  4562. Item47.BackgroundColor3 = Color3.new(0,255,255)
  4563. Item47.Text = "Destroy!"
  4564. Item47.TextColor3 = Color3.fromRGB(0,0,0)
  4565. local Island = ""
  4566. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4567. Island = island
  4568. end
  4569. while Toggled31 == true do
  4570. for i,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4571. if (island:IsA("Model")) then
  4572. for i, tool in pairs(island.Drops:GetChildren()) do
  4573. if (tool:IsA("Tool")) and (tool.Name == "coal" or tool.Name == "ironOre" or tool.Name == "iron") then
  4574. print(tool.Name)
  4575. tool.HandleDisabled.Position = Vector3.new(-3619, -99, -3442)
  4576. end
  4577. end
  4578. end
  4579. end
  4580. wait(300)
  4581. end
  4582. end
  4583. end)
  4584.  
  4585. Item48.MouseButton1Click:Connect(function()
  4586. if Toggled32 then
  4587. Toggled32 = false
  4588. Item48.BackgroundColor3 = Color3.fromRGB(63,63,63)
  4589. Item48.Text = "Clear Island Fertiles"
  4590. Item48.TextColor3 = Color3.fromRGB(250,250,250)
  4591. else
  4592. Toggled32 = true
  4593. Item48.BackgroundColor3 = Color3.new(0,255,255)
  4594. Item48.Text = "Picking"
  4595. Item48.TextColor3 = Color3.fromRGB(0,0,0)
  4596. local Island = ""
  4597. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4598. if (island:IsA("Model")) then
  4599. Island = island
  4600. end
  4601. end
  4602. while Toggled32 == true do
  4603. if Island.Blocks:FindFirstChild("flowerHyacinthRedFertile") then
  4604. local args = {
  4605. [1] = {
  4606. ["flower"] = Island.Blocks.flowerHyacinthRedFertile
  4607. }
  4608. }
  4609.  
  4610. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4611. elseif Island.Blocks:FindFirstChild("flowerMumBlackFertile") then
  4612. local args = {
  4613. [1] = {
  4614. ["flower"] = Island.Blocks.flowerMumBlackFertile
  4615. }
  4616. }
  4617. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4618. elseif Island.Blocks:FindFirstChild("flowerMumRedFertile") then
  4619. local args = {
  4620. [1] = {
  4621. ["flower"] = Island.Blocks.flowerMumRedFertile
  4622. }
  4623. }
  4624. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4625. elseif Island.Blocks:FindFirstChild("flowerHyacinthYellowFertile") then
  4626. local args = {
  4627. [1] = {
  4628. ["flower"] = Island.Blocks.flowerHyacinthYellowFertile
  4629. }
  4630. }
  4631.  
  4632. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4633. elseif Island.Blocks:FindFirstChild("flowerTulipYellowFertile") then
  4634. local args = {
  4635. [1] = {
  4636. ["flower"] = Island.Blocks.flowerTulipYellowFertile
  4637. }
  4638. }
  4639.  
  4640. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4641. elseif Island.Blocks:FindFirstChild("flowerTulipRedFertile") then
  4642. local args = {
  4643. [1] = {
  4644. ["flower"] = Island.Blocks.flowerTulipRedFertile
  4645. }
  4646. }
  4647.  
  4648. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4649. elseif Island.Blocks:FindFirstChild("flowerHyacinthBlueFertile") then
  4650. local args = {
  4651. [1] = {
  4652. ["flower"] = Island.Blocks.flowerHyacinthBlueFertile
  4653. }
  4654. }
  4655.  
  4656. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4657. elseif Island.Blocks:FindFirstChild("flowerDaisyRedFertile") then
  4658. local args = {
  4659. [1] = {
  4660. ["flower"] = Island.Blocks.flowerDaisyRedFertile
  4661. }
  4662. }
  4663.  
  4664. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4665. elseif Island.Blocks:FindFirstChild("flowerDaisyYellowFertile") then
  4666. local args = {
  4667. [1] = {
  4668. ["flower"] = Island.Blocks.flowerDaisyYellowFertile
  4669. }
  4670. }
  4671.  
  4672. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4673. elseif Island.Blocks:FindFirstChild("flowerLilyRedFertile") then
  4674. local args = {
  4675. [1] = {
  4676. ["flower"] = Island.Blocks.flowerLilyRedFertile
  4677. }
  4678. }
  4679.  
  4680. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4681. elseif Island.Blocks:FindFirstChild("flowerLilyYellowFertile") then
  4682. local args = {
  4683. [1] = {
  4684. ["flower"] = Island.Blocks.flowerLilyYellowFertile
  4685. }
  4686. }
  4687.  
  4688. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4689. elseif Island.Blocks:FindFirstChild("flowerLilyBlueFertile") then
  4690. local args = {
  4691. [1] = {
  4692. ["flower"] = Island.Blocks.flowerLilyBlueFertile
  4693. }
  4694. }
  4695.  
  4696. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4697. elseif Island.Blocks:FindFirstChild("flowerHibiscusBlueFertile") then
  4698. local args = {
  4699. [1] = {
  4700. ["flower"] = Island.Blocks.flowerHibiscusBlueFertile
  4701. }
  4702. }
  4703.  
  4704. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4705. elseif Island.Blocks:FindFirstChild("flowerHibiscusLightGreenFertile") then
  4706. local args = {
  4707. [1] = {
  4708. ["flower"] = Island.Blocks.flowerHibiscusLightGreenFertile
  4709. }
  4710. }
  4711.  
  4712. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4713. elseif Island.Blocks:FindFirstChild("flowerHibiscusLightGreenFertile") then
  4714. local args = {
  4715. [1] = {
  4716. ["flower"] = Island.Blocks.flowerHibiscusLightGreenFertile
  4717. }
  4718. }
  4719.  
  4720. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  4721. else
  4722. wait()
  4723. end
  4724. wait()
  4725. end
  4726. end
  4727. end)
  4728.  
  4729. Item50.MouseButton1Click:Connect(function()
  4730. if Toggled33 then
  4731. Toggled33 = false
  4732. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4733. Item50.BackgroundColor3 = Color3.fromRGB(186,164,138)
  4734. Item50.Text = "Oak Wood"
  4735. Item50.TextColor3 = Color3.fromRGB(0,0,0)
  4736. tween:Cancel()
  4737. else
  4738. Toggled33 = true
  4739. local TS = game:GetService('TweenService')
  4740. local HR = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  4741. local BV = Instance.new("BodyVelocity")
  4742. local YSpeed = 0
  4743. BV.Velocity = Vector3.new(0,0,0)
  4744. BV.Parent = Character.HumanoidRootPart
  4745. BV.MaxForce = Vector3.new(0,math.huge,0)
  4746. Item50.BackgroundColor3 = Color3.new(200,0,0)
  4747. Item50.Text = "Getting Oak"
  4748. Item50.TextColor3 = Color3.fromRGB(0,0,0)
  4749. local Island = ""
  4750. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4751. if (island:IsA("Model")) then
  4752. Island = island
  4753. end
  4754. end
  4755. while Toggled33 == true do
  4756. wait()
  4757. if Island.Blocks:FindFirstChild("tree1") then
  4758. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("tree1").Position).magnitude > 24 then
  4759. Point = Island.Blocks:FindFirstChild("tree1").Position
  4760. Distance = (HR.Position - Point).Magnitude
  4761. Speed = 20
  4762. Time = Distance/Speed
  4763. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4764. tween:Play()
  4765. wait(Time - 2)
  4766. end
  4767. local args = {
  4768. [1] = {
  4769. ["player_tracking_category"] = "join_from_web",
  4770. ["part"] = Island.Blocks:FindFirstChild("tree1"):WaitForChild("trunk"),
  4771. ["block"] = Island.Blocks:FindFirstChild("tree1"),
  4772. ["norm"] = nil --[[Vector3]],
  4773. ["pos"] = nil --[[Vector3]]
  4774. }
  4775. }
  4776.  
  4777. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4778.  
  4779. elseif Island.Blocks:FindFirstChild("tree3") then
  4780. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("tree3").Position).magnitude > 24 then
  4781. Point = Island.Blocks:FindFirstChild("tree3").Position
  4782. Distance = (HR.Position - Point).Magnitude
  4783. Speed = 20
  4784. Time = Distance/Speed
  4785. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4786. tween:Play()
  4787. wait(Time - 2)
  4788. end
  4789. local args = {
  4790. [1] = {
  4791. ["player_tracking_category"] = "join_from_web",
  4792. ["part"] = Island.Blocks:FindFirstChild("tree3"):WaitForChild("trunk"),
  4793. ["block"] = Island.Blocks:FindFirstChild("tree3"),
  4794. ["norm"] = nil --[[Vector3]],
  4795. ["pos"] = nil --[[Vector3]]
  4796. }
  4797. }
  4798.  
  4799. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4800.  
  4801. elseif Island.Blocks:FindFirstChild("tree2") then
  4802. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("tree2").Position).magnitude > 24 then
  4803. Point = Island.Blocks:FindFirstChild("tree2").Position
  4804. Distance = (HR.Position - Point).Magnitude
  4805. Speed = 20
  4806. Time = Distance/Speed
  4807. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4808. tween:Play()
  4809. wait(Time - 2)
  4810. end
  4811. local args = {
  4812. [1] = {
  4813. ["player_tracking_category"] = "join_from_web",
  4814. ["part"] = Island.Blocks:FindFirstChild("tree2"):WaitForChild("trunk"),
  4815. ["block"] = Island.Blocks:FindFirstChild("tree2"),
  4816. ["norm"] = nil --[[Vector3]],
  4817. ["pos"] = nil --[[Vector3]]
  4818. }
  4819. }
  4820.  
  4821. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4822.  
  4823. elseif Island.Blocks:FindFirstChild("tree4") then
  4824. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("tree4").Position).magnitude > 24 then
  4825. Point = Island.Blocks:FindFirstChild("tree4").Position
  4826. Distance = (HR.Position - Point).Magnitude
  4827. Speed = 20
  4828. Time = Distance/Speed
  4829. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4830. tween:Play()
  4831. wait(Time - 2)
  4832. end
  4833. local args = {
  4834. [1] = {
  4835. ["player_tracking_category"] = "join_from_web",
  4836. ["part"] = Island.Blocks:FindFirstChild("tree4"):WaitForChild("trunk"),
  4837. ["block"] = Island.Blocks:FindFirstChild("tree4"),
  4838. ["norm"] = nil --[[Vector3]],
  4839. ["pos"] = nil --[[Vector3]]
  4840. }
  4841. }
  4842.  
  4843. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4844. wait()
  4845. end
  4846. end
  4847. end
  4848. end)
  4849.  
  4850. Item51.MouseButton1Click:Connect(function()
  4851. if Toggled34 then
  4852. Toggled34 = false
  4853. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4854. Item51.BackgroundColor3 = Color3.fromRGB(248,223,161)
  4855. Item51.Text = "Birch Wood"
  4856. Item51.TextColor3 = Color3.fromRGB(0,0,0)
  4857. tween:Cancel()
  4858. else
  4859. Toggled34 = true
  4860. local BV = Instance.new("BodyVelocity")
  4861. local YSpeed = 0
  4862. BV.Velocity = Vector3.new(0,0,0)
  4863. BV.Parent = Character.HumanoidRootPart
  4864. BV.MaxForce = Vector3.new(0,math.huge,0)
  4865. Item51.BackgroundColor3 = Color3.new(200,0,0)
  4866. Item51.Text = "Getting Birch"
  4867. Item51.TextColor3 = Color3.fromRGB(0,0,0)
  4868. local Island = ""
  4869. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4870. if (island:IsA("Model")) then
  4871. Island = island
  4872. end
  4873. end
  4874. while Toggled34 == true do
  4875. wait()
  4876. if Island.Blocks:FindFirstChild("treeBirch1") then
  4877. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeBirch1").Position).magnitude > 24 then
  4878. Point = Island.Blocks:FindFirstChild("treeBirch1").Position
  4879. Distance = (HR.Position - Point).Magnitude
  4880. Speed = 20
  4881. Time = Distance/Speed
  4882. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4883. tween:Play()
  4884. wait(Time - 2)
  4885. end
  4886. local args = {
  4887. [1] = {
  4888. ["player_tracking_category"] = "join_from_web",
  4889. ["part"] = Island.Blocks:FindFirstChild("treeBirch1"):WaitForChild("trunk"),
  4890. ["block"] = Island.Blocks:FindFirstChild("treeBirch1"),
  4891. ["norm"] = nil --[[Vector3]],
  4892. ["pos"] = nil --[[Vector3]]
  4893. }
  4894. }
  4895.  
  4896. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4897.  
  4898. elseif Island.Blocks:FindFirstChild("treeBirch2") then
  4899. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeBirch2").Position).magnitude > 24 then
  4900. Point = Island.Blocks:FindFirstChild("treeBirch2").Position
  4901. Distance = (HR.Position - Point).Magnitude
  4902. Speed = 20
  4903. Time = Distance/Speed
  4904. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4905. tween:Play()
  4906. wait(Time - 2)
  4907. end
  4908. local args = {
  4909. [1] = {
  4910. ["player_tracking_category"] = "join_from_web",
  4911. ["part"] = Island.Blocks:FindFirstChild("treeBirch2"):WaitForChild("trunk"),
  4912. ["block"] = Island.Blocks:FindFirstChild("treeBirch2"),
  4913. ["norm"] = nil --[[Vector3]],
  4914. ["pos"] = nil --[[Vector3]]
  4915. }
  4916. }
  4917.  
  4918. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4919. wait()
  4920. end
  4921. end
  4922. end
  4923. end)
  4924.  
  4925. Item52.MouseButton1Click:Connect(function()
  4926. if Toggled35 then
  4927. Toggled35 = false
  4928. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4929. Item52.BackgroundColor3 = Color3.fromRGB(85,52,43)
  4930. Item52.Text = "Pine Wood"
  4931. Item52.TextColor3 = Color3.fromRGB(250,250,250)
  4932. tween:Cancel()
  4933. else
  4934. Toggled35 = true
  4935. local BV = Instance.new("BodyVelocity")
  4936. local YSpeed = 0
  4937. BV.Velocity = Vector3.new(0,0,0)
  4938. BV.Parent = Character.HumanoidRootPart
  4939. BV.MaxForce = Vector3.new(0,math.huge,0)
  4940. Item52.BackgroundColor3 = Color3.new(200,0,0)
  4941. Item52.Text = "Getting Pine"
  4942. Item52.TextColor3 = Color3.fromRGB(0,0,0)
  4943. local Island = ""
  4944. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4945. if (island:IsA("Model")) then
  4946. Island = island
  4947. end
  4948. end
  4949. while Toggled35 == true do
  4950. wait()
  4951. if Island.Blocks:FindFirstChild("treePine1") then
  4952. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treePine1").Position).magnitude > 24 then
  4953. Point = Island.Blocks:FindFirstChild("treePine1").Position
  4954. Distance = (HR.Position - Point).Magnitude
  4955. Speed = 20
  4956. Time = Distance/Speed
  4957. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  4958. tween:Play()
  4959. wait(Time - 2)
  4960. end
  4961. local args = {
  4962. [1] = {
  4963. ["player_tracking_category"] = "join_from_web",
  4964. ["part"] = Island.Blocks:FindFirstChild("treePine1"):WaitForChild("trunk"),
  4965. ["block"] = Island.Blocks:FindFirstChild("treePine1"),
  4966. ["norm"] = nil --[[Vector3]],
  4967. ["pos"] = nil --[[Vector3]]
  4968. }
  4969. }
  4970.  
  4971. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  4972. wait()
  4973. end
  4974. end
  4975. end
  4976. end)
  4977.  
  4978. Item53.MouseButton1Click:Connect(function()
  4979. if Toggled36 then
  4980. Toggled36 = false
  4981. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  4982. Item53.BackgroundColor3 = Color3.fromRGB(200,111,87)
  4983. Item53.Text = "Maple Wood"
  4984. Item53.TextColor3 = Color3.fromRGB(0,0,0)
  4985. tween:Cancel()
  4986. else
  4987. Toggled36 = true
  4988. local BV = Instance.new("BodyVelocity")
  4989. local YSpeed = 0
  4990. BV.Velocity = Vector3.new(0,0,0)
  4991. BV.Parent = Character.HumanoidRootPart
  4992. BV.MaxForce = Vector3.new(0,math.huge,0)
  4993. Item53.BackgroundColor3 = Color3.new(200,0,0)
  4994. Item53.Text = "Getting Maple"
  4995. Item53.TextColor3 = Color3.fromRGB(0,0,0)
  4996. local Island = ""
  4997. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  4998. if (island:IsA("Model")) then
  4999. Island = island
  5000. end
  5001. end
  5002. while Toggled36 == true do
  5003. wait()
  5004. if Island.Blocks:FindFirstChild("treeMaple1") then
  5005. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeMaple1").Position).magnitude > 24 then
  5006. Point = Island.Blocks:FindFirstChild("treeMaple1").Position
  5007. Distance = (HR.Position - Point).Magnitude
  5008. Speed = 20
  5009. Time = Distance/Speed
  5010. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5011. tween:Play()
  5012. wait(Time - 2)
  5013. end
  5014. local args = {
  5015. [1] = {
  5016. ["player_tracking_category"] = "join_from_web",
  5017. ["part"] = Island.Blocks:FindFirstChild("treeMaple1"):WaitForChild("trunk"),
  5018. ["block"] = Island.Blocks:FindFirstChild("treeMaple1"),
  5019. ["norm"] = nil --[[Vector3]],
  5020. ["pos"] = nil --[[Vector3]]
  5021. }
  5022. }
  5023.  
  5024. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5025.  
  5026. elseif Island.Blocks:FindFirstChild("treeMaple2") then
  5027. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeMaple2").Position).magnitude > 24 then
  5028. Point = Island.Blocks:FindFirstChild("treeMaple2").Position
  5029. Distance = (HR.Position - Point).Magnitude
  5030. Speed = 20
  5031. Time = Distance/Speed
  5032. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5033. tween:Play()
  5034. wait(Time - 2)
  5035. end
  5036. local args = {
  5037. [1] = {
  5038. ["player_tracking_category"] = "join_from_web",
  5039. ["part"] = Island.Blocks:FindFirstChild("treeMaple2"):WaitForChild("trunk"),
  5040. ["block"] = Island.Blocks:FindFirstChild("treeMaple2"),
  5041. ["norm"] = nil --[[Vector3]],
  5042. ["pos"] = nil --[[Vector3]]
  5043. }
  5044. }
  5045.  
  5046. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5047. wait()
  5048. end
  5049. end
  5050. end
  5051. end)
  5052.  
  5053. Item54.MouseButton1Click:Connect(function()
  5054. if Toggled37 then
  5055. Toggled37 = false
  5056. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  5057. Item54.BackgroundColor3 = Color3.fromRGB(258,233,171)
  5058. Item54.Text = "Hickory Wood"
  5059. Item54.TextColor3 = Color3.fromRGB(0,0,0)
  5060. tween:Cancel()
  5061. else
  5062. Toggled37 = true
  5063. local BV = Instance.new("BodyVelocity")
  5064. local YSpeed = 0
  5065. BV.Velocity = Vector3.new(0,0,0)
  5066. BV.Parent = Character.HumanoidRootPart
  5067. BV.MaxForce = Vector3.new(0,math.huge,0)
  5068. Item54.BackgroundColor3 = Color3.new(200,0,0)
  5069. Item54.Text = "Getting Hickory"
  5070. Item54.TextColor3 = Color3.fromRGB(0,0,0)
  5071. local Island = ""
  5072. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5073. if (island:IsA("Model")) then
  5074. Island = island
  5075. end
  5076. end
  5077. while Toggled37 == true do
  5078. wait()
  5079. if Island.Blocks:FindFirstChild("treeHickory1") then
  5080. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeHickory1").Position).magnitude > 24 then
  5081. Point = Island.Blocks:FindFirstChild("treeHickory1").Position
  5082. Distance = (HR.Position - Point).Magnitude
  5083. Speed = 20
  5084. Time = Distance/Speed
  5085. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5086. tween:Play()
  5087. wait(Time - 2)
  5088. end
  5089. local args = {
  5090. [1] = {
  5091. ["player_tracking_category"] = "join_from_web",
  5092. ["part"] = Island.Blocks:FindFirstChild("treeHickory1"):WaitForChild("trunk"),
  5093. ["block"] = Island.Blocks:FindFirstChild("treeHickory1"),
  5094. ["norm"] = nil --[[Vector3]],
  5095. ["pos"] = nil --[[Vector3]]
  5096. }
  5097. }
  5098.  
  5099. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5100.  
  5101. elseif Island.Blocks:FindFirstChild("treeHickory2") then
  5102. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeHickory2").Position).magnitude > 24 then
  5103. Point = Island.Blocks:FindFirstChild("treeHickory2").Position
  5104. Distance = (HR.Position - Point).Magnitude
  5105. Speed = 20
  5106. Time = Distance/Speed
  5107. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5108. tween:Play()
  5109. wait(Time - 2)
  5110. end
  5111. local args = {
  5112. [1] = {
  5113. ["player_tracking_category"] = "join_from_web",
  5114. ["part"] = Island.Blocks:FindFirstChild("treeHickory2"):WaitForChild("trunk"),
  5115. ["block"] = Island.Blocks:FindFirstChild("treeHickory2"),
  5116. ["norm"] = nil --[[Vector3]],
  5117. ["pos"] = nil --[[Vector3]]
  5118. }
  5119. }
  5120.  
  5121. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5122. wait()
  5123. end
  5124. end
  5125. end
  5126. end)
  5127.  
  5128. Item55.MouseButton1Click:Connect(function()
  5129. if Toggled38 then
  5130. Toggled38 = false
  5131. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  5132. Item55.BackgroundColor3 = Color3.fromRGB(168,105,165)
  5133. Item55.Text = "Spirit Wood"
  5134. Item55.TextColor3 = Color3.fromRGB(0,0,0)
  5135. tween:Cancel()
  5136. else
  5137. Toggled38 = true
  5138. local BV = Instance.new("BodyVelocity")
  5139. local YSpeed = 0
  5140. BV.Velocity = Vector3.new(0,0,0)
  5141. BV.Parent = Character.HumanoidRootPart
  5142. BV.MaxForce = Vector3.new(0,math.huge,0)
  5143. Item55.BackgroundColor3 = Color3.new(200,0,0)
  5144. Item55.Text = "Getting Spirit"
  5145. Item55.TextColor3 = Color3.fromRGB(0,0,0)
  5146. local Island = ""
  5147. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5148. if (island:IsA("Model")) then
  5149. Island = island
  5150. end
  5151. end
  5152. while Toggled38 == true do
  5153. wait()
  5154. if Island.Blocks:FindFirstChild("treeSpirit1") then
  5155. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeSpirit1").Position).magnitude > 24 then
  5156. Point = Island.Blocks:FindFirstChild("treeSpirit1").Position
  5157. Distance = (HR.Position - Point).Magnitude
  5158. Speed = 20
  5159. Time = Distance/Speed
  5160. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5161. tween:Play()
  5162. wait(Time - 2)
  5163. end
  5164. local args = {
  5165. [1] = {
  5166. ["player_tracking_category"] = "join_from_web",
  5167. ["part"] = Island.Blocks:FindFirstChild("treeSpirit1"):WaitForChild("MeshPart"),
  5168. ["block"] = Island.Blocks:FindFirstChild("treeSpirit1"),
  5169. ["norm"] = nil --[[Vector3]],
  5170. ["pos"] = nil --[[Vector3]]
  5171. }
  5172. }
  5173.  
  5174. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5175.  
  5176. elseif Island.Blocks:FindFirstChild("treeSpirit2") then
  5177. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Island.Blocks:FindFirstChild("treeSpirit2").Position).magnitude > 24 then
  5178. Point = Island.Blocks:FindFirstChild("treeSpirit2").Position
  5179. Distance = (HR.Position - Point).Magnitude
  5180. Speed = 20
  5181. Time = Distance/Speed
  5182. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5183. tween:Play()
  5184. wait(Time - 2)
  5185. end
  5186. local args = {
  5187. [1] = {
  5188. ["player_tracking_category"] = "join_from_web",
  5189. ["part"] = Island.Blocks:FindFirstChild("treeSpirit2"):WaitForChild("MeshPart"),
  5190. ["block"] = Island.Blocks:FindFirstChild("treeSpirit2"),
  5191. ["norm"] = nil --[[Vector3]],
  5192. ["pos"] = nil --[[Vector3]]
  5193. }
  5194. }
  5195.  
  5196. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5197. wait()
  5198. end
  5199. end
  5200. end
  5201. end)
  5202.  
  5203. Item56.MouseButton1Click:Connect(function()
  5204. if Toggled39 then
  5205. Toggled39 = false
  5206. Item56.BackgroundColor3 = Color3.fromRGB(50,250,150)
  5207. Item56.Text = "aquaBlock -> aquaCarved"
  5208. Item56.TextColor3 = Color3.fromRGB(0,0,0)
  5209. else
  5210. Toggled39 = true
  5211. Item56.BackgroundColor3 = Color3.new(200,0,0)
  5212. Item56.Text = "Making Carved Aquamarine"
  5213. Item56.TextColor3 = Color3.fromRGB(0,0,0)
  5214. local Island = ""
  5215. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5216. if (island:IsA("Model")) then
  5217. Island = island
  5218. end
  5219. end
  5220. while Toggled39 == true do
  5221. for i,StoneCutter in pairs(Island.Blocks:GetChildren()) do
  5222. if StoneCutter.Name == "stonecutter" then
  5223. if StoneCutter.Working.Value == true then
  5224. if StoneCutter.WorkerContents:FindFirstChild("aquamarineCarved") then
  5225. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - StoneCutter.Position).magnitude > 24 then
  5226. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(StoneCutter.Position + Vector3.new(0,5,0))
  5227. wait()
  5228. local args = {
  5229. [1] = {
  5230. ["tool"] = StoneCutter.WorkerContents.aquamarineCarved,
  5231. ["player_tracking_category"] = "join_from_web"
  5232. }
  5233. }
  5234.  
  5235. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5236. else
  5237. local args = {
  5238. [1] = {
  5239. ["tool"] = StoneCutter.WorkerContents.aquamarineCarved,
  5240. ["player_tracking_category"] = "join_from_web"
  5241. }
  5242. }
  5243.  
  5244. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5245. end
  5246. elseif #StoneCutter.WorkerContents:GetChildren() == 0 then
  5247. print("inserting block")
  5248. local args = {
  5249. [1] = {
  5250. ["amount"] = 1,
  5251. ["block"] = StoneCutter,
  5252. ["player_tracking_category"] = "join_from_web",
  5253. ["toolName"] = "prismarineBlock"
  5254. }
  5255. }
  5256.  
  5257. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5258.  
  5259. local args = {
  5260. [1] = {
  5261. ["amount"] = 1,
  5262. ["block"] = StoneCutter,
  5263. ["player_tracking_category"] = "join_from_web",
  5264. ["toolName"] = "prismarineBlock"
  5265. }
  5266. }
  5267.  
  5268. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5269. else
  5270. wait()
  5271. end
  5272. else
  5273. print("putting coal into "..StoneCutter.Name)
  5274. local args = {
  5275. [1] = {
  5276. ["amount"] = 1,
  5277. ["block"] = StoneCutter,
  5278. ["player_tracking_category"] = "join_from_web",
  5279. ["toolName"] = "coal"
  5280. }
  5281. }
  5282.  
  5283. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5284. end
  5285. end
  5286. end
  5287. end
  5288. end
  5289. end)
  5290.  
  5291. Item57.MouseButton1Click:Connect(function()
  5292. if Toggled40 then
  5293. Toggled40 = false
  5294. Item57.BackgroundColor3 = Color3.fromRGB(50,250,150)
  5295. Item57.Text = "aquaBlock -> aquaTiles"
  5296. Item57.TextColor3 = Color3.fromRGB(0,0,0)
  5297. else
  5298. Toggled40 = true
  5299. Item57.BackgroundColor3 = Color3.new(200,0,0)
  5300. Item57.Text = "Making Aquamarine Tiles"
  5301. Item57.TextColor3 = Color3.fromRGB(0,0,0)
  5302. local Island = ""
  5303. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5304. if (island:IsA("Model")) then
  5305. Island = island
  5306. end
  5307. end
  5308. while Toggled40 == true do
  5309. for i,StoneCutter in pairs(Island.Blocks:GetChildren()) do
  5310. if StoneCutter.Name == "stonecutter" then
  5311. if StoneCutter.Working.Value == true then
  5312. if StoneCutter.WorkerContents:FindFirstChild("aquamarineTiles") then
  5313. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - StoneCutter.Position).magnitude > 24 then
  5314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(StoneCutter.Position + Vector3.new(0,5,0))
  5315. wait()
  5316. local args = {
  5317. [1] = {
  5318. ["tool"] = StoneCutter.WorkerContents.aquamarineTiles,
  5319. ["player_tracking_category"] = "join_from_web"
  5320. }
  5321. }
  5322.  
  5323. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5324. else
  5325. local args = {
  5326. [1] = {
  5327. ["tool"] = StoneCutter.WorkerContents.aquamarineTiles,
  5328. ["player_tracking_category"] = "join_from_web"
  5329. }
  5330. }
  5331.  
  5332. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5333. end
  5334. elseif #StoneCutter.WorkerContents:GetChildren() == 0 then
  5335. print("inserting block")
  5336. local args = {
  5337. [1] = {
  5338. ["amount"] = 1,
  5339. ["block"] = StoneCutter,
  5340. ["player_tracking_category"] = "join_from_web",
  5341. ["toolName"] = "prismarineBlock"
  5342. }
  5343. }
  5344.  
  5345. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5346.  
  5347. local args = {
  5348. [1] = {
  5349. ["amount"] = 1,
  5350. ["block"] = StoneCutter,
  5351. ["player_tracking_category"] = "join_from_web",
  5352. ["toolName"] = "prismarineBlock"
  5353. }
  5354. }
  5355.  
  5356. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5357. else
  5358. wait()
  5359. end
  5360. else
  5361. print("putting coal into "..StoneCutter.Name)
  5362. local args = {
  5363. [1] = {
  5364. ["amount"] = 1,
  5365. ["block"] = StoneCutter,
  5366. ["player_tracking_category"] = "join_from_web",
  5367. ["toolName"] = "coal"
  5368. }
  5369. }
  5370.  
  5371. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5372. end
  5373. end
  5374. end
  5375. end
  5376. end
  5377. end)
  5378.  
  5379. Item58.MouseButton1Click:Connect(function()
  5380. if Toggled41 then
  5381. Toggled41 = false
  5382. Item58.BackgroundColor3 = Color3.fromRGB(50,250,150)
  5383. Item58.Text = "aquaBlock -> aquaBrick"
  5384. Item58.TextColor3 = Color3.fromRGB(0,0,0)
  5385. else
  5386. Toggled41 = true
  5387. Item58.BackgroundColor3 = Color3.new(200,0,0)
  5388. Item58.Text = "Making Aquamarine Brick"
  5389. Item58.TextColor3 = Color3.fromRGB(0,0,0)
  5390. local Island = ""
  5391. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5392. if (island:IsA("Model")) then
  5393. Island = island
  5394. end
  5395. end
  5396. while Toggled41 == true do
  5397. for i,StoneCutter in pairs(Island.Blocks:GetChildren()) do
  5398. if StoneCutter.Name == "stonecutter" then
  5399. if StoneCutter.Working.Value == true then
  5400. if StoneCutter.WorkerContents:FindFirstChild("aquamarineTiles") or StoneCutter.WorkerContents:FindFirstChild("aquamarineCarved") then
  5401. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - StoneCutter.Position).magnitude > 24 then
  5402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(StoneCutter.Position + Vector3.new(0,5,0))
  5403. wait()
  5404. local args = {
  5405. [1] = {
  5406. ["tool"] = StoneCutter.WorkerContents.aquamarineTiles,
  5407. ["player_tracking_category"] = "join_from_web"
  5408. }
  5409. }
  5410.  
  5411. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5412. else
  5413. local args = {
  5414. [1] = {
  5415. ["tool"] = StoneCutter.WorkerContents.aquamarineCarved,
  5416. ["player_tracking_category"] = "join_from_web"
  5417. }
  5418. }
  5419.  
  5420. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5421. end
  5422. elseif StoneCutter.WorkerContents:FindFirstChild("prismarineBrick") then
  5423. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - StoneCutter.Position).magnitude > 24 then
  5424. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(StoneCutter.Position + Vector3.new(0,5,0))
  5425. wait()
  5426. local args = {
  5427. [1] = {
  5428. ["tool"] = StoneCutter.WorkerContents.prismarineBrick,
  5429. ["player_tracking_category"] = "join_from_web"
  5430. }
  5431. }
  5432.  
  5433. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5434. else
  5435. local args = {
  5436. [1] = {
  5437. ["tool"] = StoneCutter.WorkerContents.prismarineBrick,
  5438. ["player_tracking_category"] = "join_from_web"
  5439. }
  5440. }
  5441.  
  5442. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5443. end
  5444. elseif #StoneCutter.WorkerContents:GetChildren() == 0 then
  5445. print("inserting block")
  5446. local args = {
  5447. [1] = {
  5448. ["amount"] = 1,
  5449. ["block"] = StoneCutter,
  5450. ["player_tracking_category"] = "join_from_web",
  5451. ["toolName"] = "prismarineBlock"
  5452. }
  5453. }
  5454.  
  5455. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5456.  
  5457. local args = {
  5458. [1] = {
  5459. ["amount"] = 1,
  5460. ["block"] = StoneCutter,
  5461. ["player_tracking_category"] = "join_from_web",
  5462. ["toolName"] = "prismarineBlock"
  5463. }
  5464. }
  5465.  
  5466. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5467. else
  5468. wait()
  5469. end
  5470.  
  5471. else
  5472. print("putting coal into "..StoneCutter.Name)
  5473. local args = {
  5474. [1] = {
  5475. ["amount"] = 1,
  5476. ["block"] = StoneCutter,
  5477. ["player_tracking_category"] = "join_from_web",
  5478. ["toolName"] = "coal"
  5479. }
  5480. }
  5481.  
  5482. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5483.  
  5484. end
  5485. end
  5486. end
  5487. end
  5488. end
  5489. end)
  5490.  
  5491. Item59.MouseButton1Click:Connect(function()
  5492. if Toggled42 then
  5493. Toggled42 = false
  5494. Item59.BackgroundColor3 = Color3.fromRGB(63,63,63)
  5495. Item59.Text = "Cloth Loom"
  5496. Item59.TextColor3 = Color3.fromRGB(250,250,250)
  5497. else
  5498. Toggled42 = true
  5499. Item59.BackgroundColor3 = Color3.new(200,0,0)
  5500. Item59.Text = "Making Cloth"
  5501. Item59.TextColor3 = Color3.fromRGB(0,0,0)
  5502. local Island = ""
  5503. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5504. if (island:IsA("Model")) then
  5505. Island = island
  5506. end
  5507. end
  5508. while Toggled42 == true do
  5509. wait()
  5510. for _,Loom in pairs(Island.Blocks:GetChildren()) do
  5511. if Loom.Name == "circularLoom" then
  5512. if Loom.WorkerContents:FindFirstChild("cloth") then
  5513. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Loom.Position).magnitude > 24 then
  5514. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Loom.Position + Vector3.new(0,5,0))
  5515. wait(0.5)
  5516. end
  5517. local args = {
  5518. [1] = {
  5519. ["tool"] = Loom.WorkerContents.cloth,
  5520. ["player_tracking_category"] = "join_from_web"
  5521. }
  5522. }
  5523. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5524. elseif Loom.WorkerContents:FindFirstChild("woolWhite") then
  5525. wait()
  5526. else
  5527. local args = {
  5528. [1] = {
  5529. ["amount"] = 1,
  5530. ["block"] = Loom,
  5531. ["player_tracking_category"] = "join_from_web",
  5532. ["toolName"] = "woolWhite"
  5533. }
  5534. }
  5535. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  5536.  
  5537. end
  5538. end
  5539. end
  5540. end
  5541. end
  5542. end)
  5543.  
  5544. Item60.MouseButton1Click:Connect(function()
  5545. if Toggled43 then
  5546. Toggled43 = false
  5547. Item60.BackgroundColor3 = Color3.fromRGB(63,63,63)
  5548. Item60.Text = "Clear ALL but Tulips"
  5549. Item60.TextColor3 = Color3.fromRGB(250,250,250)
  5550. else
  5551. Toggled43 = true
  5552. Item60.BackgroundColor3 = Color3.new(0,255,255)
  5553. Item60.Text = "Picking and Mining"
  5554. Item60.TextColor3 = Color3.fromRGB(0,0,0)
  5555. local Island = ""
  5556. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5557. if (island:IsA("Model")) then
  5558. Island = island
  5559. end
  5560. end
  5561. while Toggled43 == true do
  5562. if Island.Blocks:FindFirstChild("flowerHyacinthRedFertile") then
  5563. local args = {
  5564. [1] = {
  5565. ["flower"] = Island.Blocks.flowerHyacinthRedFertile
  5566. }
  5567. }
  5568.  
  5569. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5570. wait()
  5571. elseif Island.Blocks:FindFirstChild("flowerHyacinthYellowFertile") then
  5572. local args = {
  5573. [1] = {
  5574. ["flower"] = Island.Blocks.flowerHyacinthYellowFertile
  5575. }
  5576. }
  5577.  
  5578. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5579. wait()
  5580.  
  5581. elseif Island.Blocks:FindFirstChild("flowerHyacinthBlueFertile") then
  5582. local args = {
  5583. [1] = {
  5584. ["flower"] = Island.Blocks.flowerHyacinthBlueFertile
  5585. }
  5586. }
  5587.  
  5588. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5589. wait()
  5590. elseif Island.Blocks:FindFirstChild("flowerDaisyRedFertile") then
  5591. local args = {
  5592. [1] = {
  5593. ["flower"] = Island.Blocks.flowerDaisyRedFertile
  5594. }
  5595. }
  5596.  
  5597. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5598. wait()
  5599. elseif Island.Blocks:FindFirstChild("flowerDaisyYellowFertile") then
  5600. local args = {
  5601. [1] = {
  5602. ["flower"] = Island.Blocks.flowerDaisyYellowFertile
  5603. }
  5604. }
  5605.  
  5606. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5607. wait()
  5608. elseif Island.Blocks:FindFirstChild("flowerLilyRedFertile") then
  5609. local args = {
  5610. [1] = {
  5611. ["flower"] = Island.Blocks.flowerLilyRedFertile
  5612. }
  5613. }
  5614.  
  5615. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5616. wait()
  5617. elseif Island.Blocks:FindFirstChild("flowerLilyYellowFertile") then
  5618. local args = {
  5619. [1] = {
  5620. ["flower"] = Island.Blocks.flowerLilyYellowFertile
  5621. }
  5622. }
  5623.  
  5624. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5625. wait()
  5626. elseif Island.Blocks:FindFirstChild("flowerLilyBlueFertile") then
  5627. local args = {
  5628. [1] = {
  5629. ["flower"] = Island.Blocks.flowerLilyBlueFertile
  5630. }
  5631. }
  5632.  
  5633. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5634. wait()
  5635. elseif Island.Blocks:FindFirstChild("flowerHibiscusBlueFertile") then
  5636. local args = {
  5637. [1] = {
  5638. ["flower"] = Island.Blocks.flowerHibiscusBlueFertile
  5639. }
  5640. }
  5641.  
  5642. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5643. wait()
  5644. elseif Island.Blocks:FindFirstChild("flowerHibiscusLightGreenFertile") then
  5645. local args = {
  5646. [1] = {
  5647. ["flower"] = Island.Blocks.flowerHibiscusLightGreenFertile
  5648. }
  5649. }
  5650.  
  5651. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5652. wait()
  5653. elseif Island.Blocks:FindFirstChild("flowerHibiscusLightGreenFertile") then
  5654. local args = {
  5655. [1] = {
  5656. ["flower"] = Island.Blocks.flowerHibiscusLightGreenFertile
  5657. }
  5658. }
  5659.  
  5660. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_1:InvokeServer(unpack(args))
  5661. wait()
  5662. elseif Island.Blocks:FindFirstChild("naturalRock1") then
  5663. if Toggled43 == true then
  5664. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Island.Blocks:FindFirstChild("naturalRock1").Position + Vector3.new(0,0,0))
  5665. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5666. if v.Name == "opalPickaxe" then
  5667. v.Parent = game:GetService("Players").LocalPlayer.Character
  5668. wait()
  5669. end
  5670. end
  5671. local args = {
  5672. [1] = {
  5673. ["player_tracking_category"] = "join_from_web",
  5674. ["part"] = Island.Blocks:FindFirstChild("naturalRock1").MeshPart,
  5675. ["block"] = Island.Blocks:FindFirstChild("naturalRock1"),
  5676. ["norm"] = nil --[[Vector3]],
  5677. ["pos"] = nil --[[Vector3]]
  5678. }
  5679. }
  5680.  
  5681. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5682. wait()
  5683. end
  5684. elseif Island.Blocks:FindFirstChild("tallGrass") then
  5685. if Toggled43 == true then
  5686. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Island.Blocks:FindFirstChild("tallGrass").Position + Vector3.new(0,0,0))
  5687. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5688. if v.Name == "opalPickaxe" then
  5689. v.Parent = game:GetService("Players").LocalPlayer.Character
  5690. wait()
  5691. end
  5692. end
  5693. local args = {
  5694. [1] = {
  5695. ["player_tracking_category"] = "join_from_web",
  5696. ["part"] = Island.Blocks:FindFirstChild("tallGrass").MeshPart,
  5697. ["block"] = Island.Blocks:FindFirstChild("tallGrass"),
  5698. ["norm"] = nil --[[Vector3]],
  5699. ["pos"] = nil --[[Vector3]]
  5700. }
  5701. }
  5702.  
  5703. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  5704. wait()
  5705. end
  5706. else
  5707. wait()
  5708. end
  5709. wait()
  5710. end
  5711. end
  5712. end)
  5713.  
  5714. Item61.MouseButton1Click:Connect(function()
  5715. if Toggled44 then
  5716. Toggled44 = false
  5717. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  5718. Item61.BackgroundColor3 = Color3.fromRGB(63,63,63)
  5719. Item61.Text = "nonono"
  5720. Item61.TextColor3 = Color3.fromRGB(250,250,250)
  5721. tween:Cancel()
  5722. else
  5723. Toggled44 = true
  5724. Item61.BackgroundColor3 = Color3.new(0,255,255)
  5725. Item61.Text = "ANTICHEAT"
  5726. Item61.TextColor3 = Color3.fromRGB(0,0,0)
  5727. local BV = Instance.new("BodyVelocity")
  5728. local YSpeed = 0
  5729. BV.Velocity = Vector3.new(0,0,0)
  5730. BV.Parent = Character.HumanoidRootPart
  5731. BV.MaxForce = Vector3.new(0,math.huge,0)
  5732. local Island = ""
  5733. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5734. if (island:IsA("Model")) then
  5735. Island = island
  5736. end
  5737. end
  5738. while Toggled44 == true do
  5739. wait()
  5740. for i,insect in pairs(Island.Entities:GetChildren()) do
  5741. if insect.Name == "frog" or insect.Name == "rabbit" or insect.Name == "firefly" then
  5742. if Toggled44 == true then
  5743. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - insect:WaitForChild("HumanoidRootPart").Position).magnitude > 24 then
  5744. Point = insect:WaitForChild("HumanoidRootPart").Position
  5745. Distance = (HR.Position - Point).Magnitude
  5746. Speed = 20
  5747. Time = Distance/Speed
  5748. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5749. tween:Play()
  5750. wait(Time)
  5751. end
  5752. --catch bug here
  5753. end
  5754. end
  5755. end
  5756. end
  5757. end
  5758. end)
  5759.  
  5760. Item62.MouseButton1Click:Connect(function()
  5761. if Toggled45 then
  5762. Toggled45 = false
  5763. Item62.BackgroundColor3 = Color3.fromRGB(63,63,63)
  5764. Item62.Text = "Pick Avocados"
  5765. Item62.TextColor3 = Color3.fromRGB(250,250,250)
  5766. tween:Cancel()
  5767. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  5768. else
  5769. Toggled45 = true
  5770. Item62.BackgroundColor3 = Color3.new(0,255,255)
  5771. Item62.Text = "Picking Fruit"
  5772. Item62.TextColor3 = Color3.fromRGB(0,0,0)
  5773. local BV = Instance.new("BodyVelocity")
  5774. local YSpeed = 0
  5775. BV.Velocity = Vector3.new(0,0,0)
  5776. BV.Parent = Character.HumanoidRootPart
  5777. BV.MaxForce = Vector3.new(0,math.huge,0)
  5778. local Island = ""
  5779. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  5780. if (island:IsA("Model")) then
  5781. Island = island
  5782. end
  5783. end
  5784. while Toggled45 == true do
  5785. wait()
  5786. for i,Avocado in pairs(Island.Blocks:GetDescendants()) do
  5787. if (Avocado:IsA("Tool")) and Avocado.Name == "avocado" then
  5788. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Avocado.Parent.Position).magnitude > 24 then
  5789. Point = Avocado.Parent.Position
  5790. Distance = (HR.Position - Point).Magnitude
  5791. Speed = 20
  5792. Time = Distance/Speed
  5793. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5794. tween:Play()
  5795. wait(Time - 1)
  5796. end
  5797. local args = {
  5798. [1] = {
  5799. ["tool"] = Avocado,
  5800. ["player_tracking_category"] = "join_from_web"
  5801. }
  5802. }
  5803. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  5804.  
  5805. end
  5806. end
  5807. end
  5808. end
  5809. end)
  5810.  
  5811. Item63.MouseButton1Click:Connect(function()
  5812. if Toggled46 then
  5813. Toggled46 = false
  5814. Item63.BackgroundColor3 = Color3.fromRGB(63,63,63)
  5815. Item63.Text = "Animal Farm"
  5816. Item63.TextColor3 = Color3.fromRGB(250,250,250)
  5817. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  5818. else
  5819. Toggled46 = true
  5820. Item63.BackgroundColor3 = Color3.new(0,255,255)
  5821. Item63.Text = "feedn and harvestn"
  5822. Item63.TextColor3 = Color3.fromRGB(0,0,0)
  5823. local BV = Instance.new("BodyVelocity")
  5824. local YSpeed = 0
  5825. BV.Velocity = Vector3.new(0,0,0)
  5826. BV.Parent = Character.HumanoidRootPart
  5827. BV.MaxForce = Vector3.new(0,math.huge,0)
  5828. while Toggled46 == true do
  5829. wait()
  5830. for i,insect in pairs(Island.Entities:GetChildren()) do
  5831. if insect.Name == "duck" and insect.Sleeping.Value == false and insect.FoodLevel.Value < 900 then
  5832. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  5833. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  5834. Distance = (HR.Position - Point).Magnitude
  5835. Speed = 20
  5836. Time = Distance/Speed
  5837. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5838. tween:Play()
  5839. wait(Time)
  5840. end
  5841. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5842. if v.Name == "bread" then
  5843. v.Parent = game:GetService("Players").LocalPlayer.Character
  5844. wait()
  5845. end
  5846. end
  5847. local args = {
  5848. [1] = {
  5849. ["animal"] = insect
  5850. }
  5851. }
  5852. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  5853. local args = {
  5854. [1] = {
  5855. ["animal"] = insect
  5856. }
  5857. }
  5858. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  5859. elseif insect.Name == "cow" and insect.Sleeping.Value == false and (insect.FoodLevel.Value < 900 or insect.AnimalProductReady.Value > 0) then
  5860. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  5861. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  5862. Distance = (HR.Position - Point).Magnitude
  5863. Speed = 20
  5864. Time = Distance/Speed
  5865. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5866. tween:Play()
  5867. wait(Time)
  5868. end
  5869. if insect.AnimalProductReady.Value > 0 then
  5870. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5871. if v.Name == "bucketEmpty" then
  5872. v.Parent = game:GetService("Players").LocalPlayer.Character
  5873. wait()
  5874. end
  5875. end
  5876. local args = {
  5877. [1] = {
  5878. ["animal"] = insect
  5879. }
  5880. }
  5881. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MILK_COW:InvokeServer(unpack(args))
  5882. end
  5883. if insect.FoodLevel.Value < 900 then
  5884. local args = {
  5885. [1] = {
  5886. ["animal"] = insect
  5887. }
  5888. }
  5889. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  5890. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5891. if v.Name == "wheatHarvested" then
  5892. v.Parent = game:GetService("Players").LocalPlayer.Character
  5893. wait()
  5894. end
  5895. end
  5896. local args = {
  5897. [1] = {
  5898. ["animal"] = insect
  5899. }
  5900. }
  5901. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  5902. end
  5903. elseif insect.Name == "pig" and insect.Sleeping.Value == false and (insect.FoodLevel.Value < 900 or insect.AnimalProductReady.Value > 0) then
  5904. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  5905. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  5906. Distance = (HR.Position - Point).Magnitude
  5907. Speed = 20
  5908. Time = Distance/Speed
  5909. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5910. tween:Play()
  5911. wait(Time)
  5912. end
  5913. if insect.AnimalProductReady.Value > 0 then
  5914. local args = {
  5915. [1] = {
  5916. ["animal"] = insect
  5917. }
  5918. }
  5919. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_29:InvokeServer(unpack(args))
  5920. end
  5921. if insect.FoodLevel.Value < 900 then
  5922. local args = {
  5923. [1] = {
  5924. ["animal"] = insect
  5925. }
  5926. }
  5927. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  5928. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5929. if v.Name == "carrotHarvested" then
  5930. v.Parent = game:GetService("Players").LocalPlayer.Character
  5931. wait()
  5932. end
  5933. end
  5934. local args = {
  5935. [1] = {
  5936. ["animal"] = insect
  5937. }
  5938. }
  5939. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  5940. end
  5941. elseif insect.Name == "sheep" and insect.Sleeping.Value == false and (insect.FoodLevel.Value < 900 or insect.AnimalProductReady.Value > 0) then
  5942. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  5943. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  5944. Distance = (HR.Position - Point).Magnitude
  5945. Speed = 20
  5946. Time = Distance/Speed
  5947. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5948. tween:Play()
  5949. wait(Time)
  5950. end
  5951. if insect.AnimalProductReady.Value > 0 then
  5952. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5953. if v.Name == "shears" then
  5954. v.Parent = game:GetService("Players").LocalPlayer.Character
  5955. wait()
  5956. end
  5957. end
  5958. local args = {
  5959. [1] = {
  5960. ["animal"] = insect
  5961. }
  5962. }
  5963. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_24:InvokeServer(unpack(args))
  5964. end
  5965. if insect.FoodLevel.Value < 900 then
  5966. local args = {
  5967. [1] = {
  5968. ["animal"] = insect
  5969. }
  5970. }
  5971. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  5972. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  5973. if v.Name == "potatoHarvested" then
  5974. v.Parent = game:GetService("Players").LocalPlayer.Character
  5975. wait()
  5976. end
  5977. end
  5978. local args = {
  5979. [1] = {
  5980. ["animal"] = insect
  5981. }
  5982. }
  5983. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  5984. end
  5985. elseif insect.Name == "chicken" and insect.Sleeping.Value == false and insect.FoodLevel.Value < 900 then
  5986. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  5987. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  5988. Distance = (HR.Position - Point).Magnitude
  5989. Speed = 20
  5990. Time = Distance/Speed
  5991. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  5992. tween:Play()
  5993. wait(Time)
  5994. end
  5995. if insect.FoodLevel.Value < 900 then
  5996. print("petting chicken")
  5997. local args = {
  5998. [1] = {
  5999. ["animal"] = insect
  6000. }
  6001. }
  6002. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  6003. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  6004. if v.Name == "berryHarvested" then
  6005. v.Parent = game:GetService("Players").LocalPlayer.Character
  6006. wait()
  6007. end
  6008. end
  6009. print("feeding chicken")
  6010. local args = {
  6011. [1] = {
  6012. ["animal"] = insect
  6013. }
  6014. }
  6015. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  6016. end
  6017. elseif insect.Name == "yak" and insect.Sleeping.Value == false and insect.FoodLevel.Value < 900 then
  6018. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  6019. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  6020. Distance = (HR.Position - Point).Magnitude
  6021. Speed = 20
  6022. Time = Distance/Speed
  6023. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6024. tween:Play()
  6025. wait(Time)
  6026. end
  6027. if insect.AnimalProductReady.Value > 0 then
  6028. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  6029. if v.Name == "bucketEmpty" then
  6030. v.Parent = game:GetService("Players").LocalPlayer.Character
  6031. wait()
  6032. end
  6033. end
  6034. local args = {
  6035. [1] = {
  6036. ["animal"] = insect
  6037. }
  6038. }
  6039. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MILK_COW:InvokeServer(unpack(args))
  6040. end
  6041. if insect.FoodLevel.Value < 900 then
  6042. print("petting yak")
  6043. local args = {
  6044. [1] = {
  6045. ["animal"] = insect
  6046. }
  6047. }
  6048. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  6049. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  6050. if v.Name == "radishHarvested" then
  6051. v.Parent = game:GetService("Players").LocalPlayer.Character
  6052. wait()
  6053. end
  6054. end
  6055. print("feeding yak")
  6056. local args = {
  6057. [1] = {
  6058. ["animal"] = insect
  6059. }
  6060. }
  6061. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  6062. end
  6063. elseif insect.Name == "horse" and insect.Sleeping.Value == false and insect.FoodLevel.Value < 900 then
  6064. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  6065. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  6066. Distance = (HR.Position - Point).Magnitude
  6067. Speed = 20
  6068. Time = Distance/Speed
  6069. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6070. tween:Play()
  6071. wait(Time)
  6072. end
  6073. if insect.FoodLevel.Value < 900 then
  6074. print("petting horse")
  6075. local args = {
  6076. [1] = {
  6077. ["animal"] = insect
  6078. }
  6079. }
  6080. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  6081. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  6082. if v.Name == "carrotHarvested" then
  6083. v.Parent = game:GetService("Players").LocalPlayer.Character
  6084. wait()
  6085. end
  6086. end
  6087. print("feeding yak")
  6088. local args = {
  6089. [1] = {
  6090. ["animal"] = insect
  6091. }
  6092. }
  6093. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  6094. end
  6095. elseif insect.Name == "turkey" and insect.Sleeping.Value == false and (insect.FoodLevel.Value < 900 or insect.AnimalProductReady.Value > 0) then
  6096. if (HR.Position - insect.HumanoidRootPart.Position).magnitude > 24 then
  6097. Point = insect.HumanoidRootPart.Position + Vector3.new(0,1.5,0)
  6098. Distance = (HR.Position - Point).Magnitude
  6099. Speed = 20
  6100. Time = Distance/Speed
  6101. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6102. tween:Play()
  6103. wait(Time)
  6104. end
  6105. if insect.AnimalProductReady.Value > 0 then
  6106. print("turkey ready")
  6107. local args = {
  6108. [1] = insect
  6109. }
  6110. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.SpookTurkey:FireServer(unpack(args))
  6111. end
  6112. if insect.FoodLevel.Value < 900 then
  6113. print("petting turkey")
  6114. local args = {
  6115. [1] = {
  6116. ["animal"] = insect
  6117. }
  6118. }
  6119. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PET_ANIMAL:InvokeServer(unpack(args))
  6120. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  6121. if v.Name == "berryHarvested" then
  6122. v.Parent = game:GetService("Players").LocalPlayer.Character
  6123. wait()
  6124. end
  6125. end
  6126. print("feeding turkey")
  6127. local args = {
  6128. [1] = {
  6129. ["animal"] = insect
  6130. }
  6131. }
  6132. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  6133. end
  6134. end
  6135. end
  6136. for i,nest in pairs(Island.Blocks:GetChildren()) do
  6137. if nest.Name == "nest" and (nest.Contents:FindFirstChild("egg") or nest.Contents:FindFirstChild("duckEgg")) then
  6138. if (HR.Position - nest.Position).magnitude > 24 then
  6139. Point = nest.Position + Vector3.new(0,1.5,0)
  6140. Distance = (HR.Position - Point).Magnitude
  6141. Speed = 20
  6142. Time = Distance/Speed
  6143. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6144. tween:Play()
  6145. wait(Time)
  6146. end
  6147. for _,egg in pairs(nest.Contents:GetChildren()) do
  6148. local args = {
  6149. [1] = {
  6150. ["chest"] = nest,
  6151. ["player_tracking_category"] = "join_from_web",
  6152. ["amount"] = 1,
  6153. ["tool"] = egg,
  6154. ["action"] = "withdraw"
  6155. }
  6156. }
  6157. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_CHEST_TRANSACTION:InvokeServer(unpack(args))
  6158. end
  6159. end
  6160. end
  6161. for _,itemport in pairs(Island.Blocks:GetChildren()) do
  6162. if itemport.Name == "itemPort" then
  6163. for _,eggs in pairs(itemport:GetChildren()) do
  6164. if (eggs.Name == "egg" or eggs.Name == "duckEgg") then
  6165. if (HR.Position - eggs.HandleDisabled.Position).magnitude > 24 then
  6166. Point = eggs.HandleDisabled.Position + Vector3.new(0,1.5,0)
  6167. Distance = (HR.Position - Point).Magnitude
  6168. Speed = 20
  6169. Time = Distance/Speed
  6170. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6171. tween:Play()
  6172. wait(Time)
  6173. end
  6174. print("picking up egg")
  6175. local args = {
  6176. [1] = {
  6177. ["tool"] = eggs,
  6178. ["player_tracking_category"] = "join_from_web"
  6179. }
  6180. }
  6181. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  6182. end
  6183. end
  6184. end
  6185. end
  6186. end
  6187. end
  6188. end)
  6189.  
  6190. Item64.MouseButton1Click:Connect(function()
  6191. if Toggled47 then
  6192. Toggled47 = false
  6193. Item64.BackgroundColor3 = Color3.fromRGB(63,63,63)
  6194. Item64.Text = "Leaf Collector"
  6195. Item64.TextColor3 = Color3.fromRGB(250,250,250)
  6196. tween:Cancel()
  6197. else
  6198. Toggled47 = true
  6199. Item64.BackgroundColor3 = Color3.new(0,255,255)
  6200. Item64.Text = "Collecting Leaves"
  6201. Item64.TextColor3 = Color3.fromRGB(0,0,0)
  6202. local Island = ""
  6203. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  6204. if (island:IsA("Model")) then
  6205. Island = island
  6206. end
  6207. end
  6208. while Toggled47 == true do
  6209. wait()
  6210. if game.Players.LocalPlayer.Character:FindFirstChild("clippers") then
  6211. for i,v in pairs(Island.Blocks:GetChildren()) do
  6212. if v.Name == "tree1" or v.Name == "tree2" or v.Name == "tree3" or v.Name == "tree4" or v.Name == "treeMaple1" or v.Name == "treeMaple2" then
  6213. if Toggled47 == true then
  6214. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude > 24 then
  6215. Point = v.Position + Vector3.new(0,5,0)
  6216. Distance = (HR.Position - Point).Magnitude
  6217. Speed = 20
  6218. Time = Distance/Speed
  6219. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6220. tween:Play()
  6221. wait(Time)
  6222. end
  6223. local args = {
  6224. [1] = {
  6225. ["tree"] = v
  6226. }
  6227. }
  6228. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TRIM_TREE_REQUEST:InvokeServer(unpack(args))
  6229. end
  6230. end
  6231. end
  6232. else
  6233. game.StarterGui:SetCore("SendNotification", {Title="Retrying in 5 seconds"; Text="NOT HOLDING CLIPPERS!"; Icon ="rbxassetid://62800364"; Duration=5;})
  6234. wait(5)
  6235. end
  6236. end
  6237. end
  6238. end)
  6239.  
  6240. for i,v in pairs(game:GetService("CoreGui").CmdGui.Background.Background4.Background9.CmdHandler6:GetChildren()) do
  6241. v.MouseButton1Click:Connect(function()
  6242. if Toggled48 then
  6243. Toggled48 = false
  6244. v.BackgroundColor3 = Color3.new(0,0,0)
  6245. else
  6246. Toggled48 = true
  6247. v.BackgroundColor3 = Color3.new(0,1,1)
  6248. ToOl = v.Text
  6249. while Toggled48 do
  6250. print("eating "..v.Text)
  6251. wait()
  6252.  
  6253. Plr.Backpack[ToOl].Parent = Plr.Character
  6254. wait()
  6255. args = {
  6256. [1] = {
  6257. ["tool"] = Plr.Character[ToOl]
  6258. }
  6259. }
  6260. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_EAT_FOOD:InvokeServer(unpack(args))
  6261. wait(900)
  6262. end
  6263. end
  6264. end)
  6265. end
  6266.  
  6267. Item66.MouseButton1Click:Connect(function()
  6268. if Toggled49 then
  6269. Toggled49 = false
  6270. Item66.BackgroundColor3 = Color3.fromRGB(124,92,70)
  6271. Item66.Text = "Fhangorn"
  6272. Item66.TextColor3 = Color3.fromRGB(0,0,0)
  6273. else
  6274. Toggled49 = true
  6275. Item66.BackgroundColor3 = Color3.new(1,0,0)
  6276. Item66.Text = "Pew Pew"
  6277. Item66.TextColor3 = Color3.fromRGB(0,0,0)
  6278. while Toggled49 == true do
  6279. wait()
  6280. end
  6281. end
  6282. end)
  6283.  
  6284. Item68.MouseButton1Click:Connect(function()
  6285. if Toggled51 then
  6286. Toggled51 = false
  6287. Item68.BackgroundColor3 = Color3.fromRGB(55,55,55)
  6288. Item68.Text = "Candy Cane"
  6289. Item68.TextColor3 = Color3.new(1,1,1)
  6290. VirtualInputManager:SendMouseButtonEvent(0,0, 0, false, game, 1)
  6291. tween:Cancel()
  6292. else
  6293. Toggled51 = true
  6294. Item68.BackgroundColor3 = Color3.new(0,255,255)
  6295. Item68.Text = "Cane!"
  6296. Item68.TextColor3 = Color3.fromRGB(0,0,0)
  6297. VirtualInputManager:SendMouseButtonEvent(0,0, 0, true, game, 1)
  6298. Island = ""
  6299. for i,island in pairs(game.Workspace.Islands:GetChildren()) do
  6300. if (island:IsA("Model")) then
  6301. Island = island
  6302. end
  6303. end
  6304. while Toggled51 == true do
  6305. wait()
  6306. for i,trellis in pairs(Island.Blocks:GetChildren()) do
  6307. if trellis.Name == "trellis" then
  6308. local ray = Ray.new(trellis.Position, Vector3.new(0,3,0))
  6309. local hitPart, hitPosition = workspace:FindPartOnRay(ray,trellis)
  6310. if hitPart then
  6311. if hitPart.Name == "candyCaneVine" and hitPart.stage.Value < 3 then
  6312. print("not ready yet")
  6313. elseif hitPart.Name == "candyCaneVine" and hitPart.stage.Value == 3 then
  6314. print(hitPart)
  6315. if Toggled51 == true then
  6316. if (HR.Position - hitPart.Position).magnitude > 24 then
  6317. Point = hitPart.Position
  6318. Distance = (HR.Position - Point).Magnitude
  6319. Speed = 20
  6320. Time = Distance/Speed
  6321. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6322. tween:Play()
  6323. wait(Time - 1)
  6324. end
  6325. local args = {
  6326. [1] = {
  6327. ["player"] = game:GetService("Players").LocalPlayer,
  6328. ["player_tracking_category"] = "join_from_web",
  6329. ["model"] = hitPart
  6330. }
  6331. }
  6332. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_HARVEST_CROP_REQUEST:InvokeServer(unpack(args))
  6333. end
  6334. end
  6335. else
  6336. if Toggled51 == true then
  6337. print("Planting")
  6338. local args = {
  6339. [1] = {
  6340. ["upperBlock"] = false,
  6341. ["cframe"] = CFrame.new((trellis.Position + Vector3.new(0,3,0)), (trellis.Position + Vector3.new(0,0,3))),
  6342. ["player_tracking_category"] = "join_from_web",
  6343. ["blockType"] = "candyCaneVine"
  6344. }
  6345. }
  6346. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_PLACE_REQUEST:InvokeServer(unpack(args))
  6347. end
  6348. end
  6349. end
  6350. end
  6351. end
  6352. end
  6353. end)
  6354.  
  6355. Item69.MouseButton1Click:Connect(function()
  6356. if Toggled52 then
  6357. Toggled52 = false
  6358. Item69.BackgroundColor3 = Color3.fromRGB(55,55,55)
  6359. Item69.Text = "Dragon Fruit"
  6360. Item69.TextColor3 = Color3.new(1,1,1)
  6361. VirtualInputManager:SendMouseButtonEvent(0,0, 0, false, game, 1)
  6362. tween:Cancel()
  6363. else
  6364. Toggled52 = true
  6365. Item69.BackgroundColor3 = Color3.new(0,255,255)
  6366. Item69.Text = "Dragon!"
  6367. Item69.TextColor3 = Color3.fromRGB(0,0,0)
  6368. VirtualInputManager:SendMouseButtonEvent(0,0, 0, true, game, 1)
  6369. Island = ""
  6370. for i,island in pairs(game.Workspace.Islands:GetChildren()) do
  6371. if (island:IsA("Model")) then
  6372. Island = island
  6373. end
  6374. end
  6375. while Toggled52 == true do
  6376. wait()
  6377. for i,trellis in pairs(Island.Blocks:GetChildren()) do
  6378. if trellis.Name == "trellis" then
  6379. local ray = Ray.new(trellis.Position, Vector3.new(0,3,0))
  6380. local hitPart, hitPosition = workspace:FindPartOnRay(ray,trellis)
  6381. if hitPart then
  6382. if hitPart.Name == "dragonfruit" and hitPart.stage.Value < 3 then
  6383. print("not ready yet")
  6384. elseif hitPart.Name == "dragonfruit" and hitPart.stage.Value == 3 then
  6385. print(hitPart)
  6386. if Toggled52 == true then
  6387. if (HR.Position - hitPart.Position).magnitude > 24 then
  6388. Point = hitPart.Position
  6389. Distance = (HR.Position - Point).Magnitude
  6390. Speed = 20
  6391. Time = Distance/Speed
  6392. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6393. tween:Play()
  6394. wait(Time - 1)
  6395. end
  6396. local args = {
  6397. [1] = {
  6398. ["player"] = game:GetService("Players").LocalPlayer,
  6399. ["player_tracking_category"] = "join_from_web",
  6400. ["model"] = hitPart
  6401. }
  6402. }
  6403. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_HARVEST_CROP_REQUEST:InvokeServer(unpack(args))
  6404. end
  6405. end
  6406. else
  6407. if Toggled52 == true then
  6408. print("Planting")
  6409. local args = {
  6410. [1] = {
  6411. ["upperBlock"] = false,
  6412. ["cframe"] = CFrame.new((trellis.Position + Vector3.new(0,3,0)), (trellis.Position + Vector3.new(0,0,3))),
  6413. ["player_tracking_category"] = "join_from_web",
  6414. ["blockType"] = "dragonfruit"
  6415. }
  6416. }
  6417. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_PLACE_REQUEST:InvokeServer(unpack(args))
  6418. end
  6419. end
  6420. end
  6421. end
  6422. end
  6423. end
  6424. end)
  6425.  
  6426. Item70.MouseButton1Click:Connect(function()
  6427. if Toggled53 then
  6428. Toggled53 = false
  6429. Item70.BackgroundColor3 = Color3.fromRGB(63,63,63)
  6430. Item70.Text = "Auto-Yak Butter"
  6431. Item70.TextColor3 = Color3.fromRGB(250,250,250)
  6432. else
  6433. Toggled53 = true
  6434. Item70.BackgroundColor3 = Color3.new(0,255,255)
  6435. Item70.Text = "Makin' the Butter"
  6436. Item70.TextColor3 = Color3.fromRGB(0,0,0)
  6437. local Island = ""
  6438. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  6439. if (island:IsA("Model")) then
  6440. Island = island
  6441. end
  6442. end
  6443. print("Found island",Island)
  6444. while Toggled53 == true do
  6445. wait()
  6446. for _,MayoSpinner in pairs(Island.Blocks:GetChildren()) do
  6447. if (MayoSpinner:IsA("Part")) and MayoSpinner.Name == "churner" then
  6448. print("Found churner")
  6449. wait()
  6450.  
  6451. local args = {
  6452. [1] = {
  6453. ["amount"] = 1,
  6454. ["block"] = MayoSpinner,
  6455. ["player_tracking_category"] = "join_from_web",
  6456. ["toolName"] = "bucketYakMilk"
  6457. }
  6458. }
  6459.  
  6460. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  6461.  
  6462. if MayoSpinner.WorkerContents:FindFirstChild("yakButter") then
  6463.  
  6464. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(MayoSpinner.Position + Vector3.new(0,5,0))
  6465. print("gettn that butter")
  6466. wait()
  6467. local args = {
  6468. [1] = {
  6469. ["tool"] = MayoSpinner.WorkerContents.yakButter,
  6470. ["player_tracking_category"] = "join_from_web"
  6471. }
  6472. }
  6473.  
  6474. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  6475. else
  6476. print("no butter")
  6477. end
  6478. end
  6479. end
  6480. end
  6481. end
  6482. end)
  6483.  
  6484. Item72.MouseButton1Click:Connect(function()
  6485. if Toggled55 then
  6486. Toggled55 = false
  6487. Item72.BackgroundColor3 = Color3.fromRGB(161,157,148)
  6488. Item72.Text = "Iron"
  6489. Item72.TextColor3 = Color3.fromRGB(250,250,250)
  6490. else
  6491. Toggled55 = true
  6492. Item72.BackgroundColor3 = Color3.new(0,255,255)
  6493. Item72.Text = "Smelting Iron"
  6494. Item72.TextColor3 = Color3.fromRGB(0,0,0)
  6495. local Island = ""
  6496. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  6497. if (island:IsA("Model")) then
  6498. Island = island
  6499. end
  6500. end
  6501. print("Found island",Island)
  6502. while Toggled55 == true do
  6503. wait()
  6504. for i,b in pairs(Island.Blocks:GetChildren()) do
  6505. if b.Name == "smallFurnace" then
  6506. print("found furnace", i)
  6507. if b.WorkerFuel:FindFirstChild("coal") then
  6508. print(i, "is working")
  6509. if #b.WorkerContents:GetChildren() == 0 then
  6510. print(i, "has no children")
  6511. local Repeat = 1
  6512. if Toggled55 == true then
  6513. local args = {
  6514. [1] = {
  6515. ["amount"] = 50,
  6516. ["block"] = b,
  6517. ["player_tracking_category"] = "join_from_web",
  6518. ["toolName"] = "ironOre"
  6519. }
  6520. }
  6521. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  6522. end
  6523. end
  6524. if b.WorkerOutputContents:FindFirstChild("iron") then
  6525. if b.WorkerOutputContents:FindFirstChild("iron").Amount.Value == 50 then
  6526. if Toggled55 == true then
  6527. print("withrdawing from", i)
  6528. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - b.Position).magnitude > 24 then
  6529. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(b.Position)
  6530. wait(0.3)
  6531. end
  6532. local args = {
  6533. [1] = {
  6534. ["tool"] = b.WorkerOutputContents.iron,
  6535. ["player_tracking_category"] = "join_from_web"
  6536. }
  6537. }
  6538. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  6539. end
  6540. end
  6541. end
  6542. else
  6543. print("Fueling", i)
  6544. local Repeat = 1
  6545. if Toggled55 == true then
  6546. local args = {
  6547. [1] = {
  6548. ["amount"] = 50,
  6549. ["block"] = b,
  6550. ["player_tracking_category"] = "join_from_web",
  6551. ["toolName"] = "coal"
  6552. }
  6553. }
  6554. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  6555. end
  6556. end
  6557. end
  6558. end
  6559. end
  6560. end
  6561. end)
  6562.  
  6563. Item73.MouseButton1Click:Connect(function()
  6564. if Toggled56 then
  6565. Toggled56 = false
  6566. Item73.BackgroundColor3 = Color3.fromRGB(255,215,0)
  6567. Item73.Text = "Gold"
  6568. Item73.TextColor3 = Color3.fromRGB(250,250,250)
  6569. else
  6570. Toggled56 = true
  6571. Item73.BackgroundColor3 = Color3.new(0,255,255)
  6572. Item73.Text = "Smelting Gold"
  6573. Item73.TextColor3 = Color3.fromRGB(0,0,0)
  6574. local Island = ""
  6575. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  6576. if (island:IsA("Model")) then
  6577. Island = island
  6578. end
  6579. end
  6580. print("Found island",Island)
  6581. while Toggled56 == true do
  6582. wait()
  6583. for i,b in pairs(Island.Blocks:GetChildren()) do
  6584. if b.Name == "smallFurnace" then
  6585. print("found furnace", i)
  6586. if b.WorkerFuel:FindFirstChild("coal") then
  6587. print(i, "is working")
  6588. if #b.WorkerContents:GetChildren() == 0 then
  6589. print(i, "has no children")
  6590. if Toggled56 == true then
  6591. local args = {
  6592. [1] = {
  6593. ["amount"] = 50,
  6594. ["block"] = b,
  6595. ["player_tracking_category"] = "join_from_web",
  6596. ["toolName"] = "goldOre"
  6597. }
  6598. }
  6599. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  6600. end
  6601. else
  6602. wait()
  6603. end
  6604. if b.WorkerOutputContents:FindFirstChild("gold") then
  6605. if b.WorkerOutputContents:FindFirstChild("gold").Amount.Value == 50 then
  6606. if Toggled56 == true then
  6607. print("withrdawing from", i)
  6608. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - b.Position).magnitude > 24 then
  6609. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(b.Position)
  6610. wait(0.3)
  6611. end
  6612. local args = {
  6613. [1] = {
  6614. ["tool"] = b.WorkerOutputContents.gold,
  6615. ["player_tracking_category"] = "join_from_web"
  6616. }
  6617. }
  6618. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  6619. end
  6620. end
  6621. end
  6622. else
  6623. print("Fueling", i)
  6624. if Toggled56 == true then
  6625. local args = {
  6626. [1] = {
  6627. ["amount"] = 50,
  6628. ["block"] = b,
  6629. ["player_tracking_category"] = "join_from_web",
  6630. ["toolName"] = "coal"
  6631. }
  6632. }
  6633. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  6634. end
  6635. end
  6636. end
  6637. end
  6638. end
  6639. end
  6640. end)
  6641.  
  6642. Item74.MouseButton1Click:Connect(function()
  6643. if Toggled57 then
  6644. Toggled57 = false
  6645. Item74.BackgroundColor3 = Color3.fromRGB(63,63,63)
  6646. Item74.Text = "Plow Nearby"
  6647. Item74.TextColor3 = Color3.fromRGB(250,250,250)
  6648. else
  6649. Toggled57 = true
  6650. Item74.BackgroundColor3 = Color3.new(0,255,255)
  6651. Item74.Text = "Plowing"
  6652. Item74.TextColor3 = Color3.fromRGB(0,0,0)
  6653. local Island = ""
  6654. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  6655. if (island:IsA("Model")) then
  6656. Island = island
  6657. end
  6658. end
  6659. while Toggled57 == true do
  6660. wait()
  6661. for i,Grass in pairs(Island.Blocks:GetChildren()) do
  6662. if Grass.Name == "grass" and (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Grass.Position).Magnitude < 10 then
  6663. local args = {
  6664. [1] = {
  6665. ["block"] = Grass
  6666. }
  6667. }
  6668. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PLOW_BLOCK_REQUEST:InvokeServer(unpack(args))
  6669. end
  6670. end
  6671. end
  6672. end
  6673. end)
  6674.  
  6675. UnPlow.MouseButton1Click:Connect(function()
  6676. if Toggled77 then
  6677. Toggled77 = false
  6678. UnPlow.BackgroundColor3 = Color3.fromRGB(63,63,63)
  6679. UnPlow.Text = "Unplow Nearby"
  6680. UnPlow.TextColor3 = Color3.fromRGB(250,250,250)
  6681. else
  6682. Toggled77 = true
  6683. UnPlow.BackgroundColor3 = Color3.new(0,255,255)
  6684. UnPlow.Text = "Unplowing"
  6685. UnPlow.TextColor3 = Color3.fromRGB(0,0,0)
  6686. local Island = ""
  6687. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  6688. if (island:IsA("Model")) then
  6689. Island = island
  6690. end
  6691. end
  6692. while Toggled77 == true do
  6693. wait()
  6694. for i,Grass in pairs(Island.Blocks:GetChildren()) do
  6695. if Grass.Name == "soil" and (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Grass.Position).Magnitude < 10 then
  6696. local args = {
  6697. [1] = {
  6698. ["block"] = Grass
  6699. }
  6700. }
  6701. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_PLOW_BLOCK_REQUEST:InvokeServer(unpack(args))
  6702. end
  6703. end
  6704. end
  6705. end
  6706. end)
  6707.  
  6708. Item75.MouseButton1Click:Connect(function()
  6709. if Toggled58 then
  6710. Toggled58 = false
  6711. Item75.BackgroundColor3 = Color3.fromRGB(63,63,63)
  6712. Item75.Text = "Auto-Fish"
  6713. Item75.TextColor3 = Color3.fromRGB(250,250,250)
  6714. else
  6715. Toggled58 = true
  6716. Item75.BackgroundColor3 = Color3.new(0,255,255)
  6717. Item75.Text = "Gon' Fishing"
  6718. Item75.TextColor3 = Color3.fromRGB(0,0,0)
  6719. local X,Y = 0,0
  6720. local Player = game.Players.LocalPlayer
  6721. while Toggled58 == true do
  6722. v = 0
  6723. VirtualInputManager:SendMouseButtonEvent(X, Y, 0, true, game, 1) -- click down
  6724. wait(0.5)
  6725. VirtualInputManager:SendMouseButtonEvent(X, Y, 0, false, game, 1) -- click up
  6726. repeat wait() v = v + 1 print("waiting for bite") until Player.PlayerGui.ActionBarScreenGui.ActionBar:FindFirstChild("RoactTree") or v == 200
  6727. wait(0.5)
  6728. v = 0
  6729. repeat
  6730. wait() v = v + 1
  6731. if Player.PlayerGui.ActionBarScreenGui.ActionBar:FindFirstChild("RoactTree") then
  6732. if Player.PlayerGui.ActionBarScreenGui.ActionBar.RoactTree:FindFirstChild(3) then
  6733. fish = Player.PlayerGui.ActionBarScreenGui.ActionBar.RoactTree[3].Minigame.FishZone
  6734. bobber = Player.PlayerGui.ActionBarScreenGui.ActionBar.RoactTree[3].Minigame.Marker
  6735. if bobber.AbsolutePosition.X - fish.AbsolutePosition.X < 35 then
  6736. VirtualInputManager:SendMouseButtonEvent(X, Y, 0, true, game, 1)
  6737. wait()
  6738. print("click down")
  6739. elseif bobber.AbsolutePosition.X - fish.AbsolutePosition.X > 35 then
  6740. VirtualInputManager:SendMouseButtonEvent(X, Y, 0, false, game, 1)
  6741. print("Click UP")
  6742. wait()
  6743. elseif bobber.AbsolutePosition.X - fish.AbsolutePosition.X == 35 then
  6744. wait()
  6745. print("waiting")
  6746. end
  6747. end
  6748. end
  6749. print("waiting for game over screen")
  6750. until Player.PlayerGui.ActionBarScreenGui.ActionBar:FindFirstChild("GameOverScreen") or v == 150
  6751. wait(0.5)
  6752. end
  6753. end
  6754. end)
  6755.  
  6756. Item76.MouseButton1Click:Connect(function()
  6757. island = ""
  6758. for i,v in pairs(game.Workspace.Islands:GetChildren()) do
  6759. island = v
  6760. end
  6761.  
  6762. for i,smelter in pairs(island.Blocks:GetChildren()) do
  6763. if smelter.Name == "smallFurnace" then
  6764. print("found "..smelter.Name..i)
  6765. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - smelter.Position).magnitude > 23 then
  6766. Point = smelter.Position
  6767. Distance = (HR.Position - Point).Magnitude
  6768. Speed = 20
  6769. Time = Distance/Speed
  6770. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6771. tween:Play()
  6772. wait(Time - 2)
  6773. end
  6774. for i,content in pairs(smelter.WorkerOutputContents:GetChildren()) do
  6775. local args = {
  6776. [1] = {
  6777. ["tool"] = content,
  6778. ["player_tracking_category"] = "join_from_web"
  6779. }
  6780. }
  6781. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  6782. end
  6783. for i,content in pairs(smelter.WorkerContents:GetChildren()) do
  6784. local args = {
  6785. [1] = {
  6786. ["tool"] = content,
  6787. ["player_tracking_category"] = "join_from_web"
  6788. }
  6789. }
  6790. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  6791. end
  6792. end
  6793. end
  6794. end)
  6795.  
  6796. Item77.MouseButton1Click:Connect(function()
  6797. if Toggled59 then
  6798. Toggled59 = false
  6799. Item77.BackgroundColor3 = Color3.fromRGB(55,55,55)
  6800. Item77.Text = "Spirit Crystals"
  6801. Item77.TextColor3 = Color3.new(1,1,1)
  6802. VirtualInputManager:SendMouseButtonEvent(0,0, 0, false, game, 1)
  6803. NoClipping:Disconnect()
  6804. noClip = false
  6805. else
  6806. Toggled59 = true
  6807. Item77.BackgroundColor3 = Color3.new(0,255,255)
  6808. Item77.Text = "Farming!"
  6809. Item77.TextColor3 = Color3.fromRGB(0,0,0)
  6810. VirtualInputManager:SendMouseButtonEvent(0,0, 0, true, game, 1)
  6811. noClip = true
  6812. Noclipping = game:GetService('RunService').Stepped:Connect(NoclipLoop)
  6813. while Toggled59 == true do
  6814. wait()
  6815. for i,dirt in pairs(Island.Blocks:GetChildren()) do
  6816. if dirt.Name == "soil" then
  6817. local ray = Ray.new(dirt.Position, Vector3.new(0,3,0))
  6818. local hitPart, hitPosition = workspace:FindPartOnRay(ray,dirt)
  6819. if hitPart then
  6820. if hitPart.Name == "spiritCrop" and hitPart.stage.Value == 3 then
  6821. print(hitPart,"is ready")
  6822. if Toggled59 == true then
  6823. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - hitPart.Position).magnitude > 24 then
  6824. game.Players.LocalPlayer.Character.Humanoid:MoveTo(hitPart.Position)
  6825. game.Players.LocalPlayer.Character.Humanoid.MoveToFinished:wait()
  6826. end
  6827. end
  6828. end
  6829. else
  6830. if Toggled59 == true then
  6831. print("Planting")
  6832. local args = {
  6833. [1] = {
  6834. ["upperBlock"] = false,
  6835. ["cframe"] = CFrame.new((dirt.Position + Vector3.new(0,3,0)), (dirt.Position + Vector3.new(0,0,3))),
  6836. ["player_tracking_category"] = "join_from_web",
  6837. ["blockType"] = "spiritCrop"
  6838. }
  6839. }
  6840. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_PLACE_REQUEST:InvokeServer(unpack(args))
  6841. end
  6842. end
  6843. end
  6844. end
  6845. end
  6846. end
  6847. end)
  6848.  
  6849. Item78.MouseButton1Click:Connect(function()
  6850. if Toggled60 then
  6851. Toggled60 = false
  6852. Item78.BackgroundColor3 = Color3.fromRGB(55,55,55)
  6853. Item78.Text = "Give Fertility Potions"
  6854. Item78.TextColor3 = Color3.new(1,1,1)
  6855. tween:Cancel()
  6856. else
  6857. Toggled60 = true
  6858. Item78.BackgroundColor3 = Color3.new(0,255,255)
  6859. Item78.Text = "Breeding Animals!"
  6860. Item78.TextColor3 = Color3.fromRGB(0,0,0)
  6861. Island = ""
  6862. for i,island in pairs(game.Workspace.Islands:GetChildren()) do
  6863. Island = island
  6864. end
  6865. while Toggled60 == true do
  6866. wait()
  6867. for i,Animal in pairs(Island.Entities:GetChildren()) do
  6868. if (Animal.Name == "horse" or Animal.Name == "sheep" or Animal.Name == "pig" or Animal.Name == "cow" or Animal.Name == "chicken" or Animal.Name == "duck" or Animal.Name == "yak" or Animal.Name == "turkey") and Animal.BreedSearch.Value == false then
  6869. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Animal.Position).magnitude > 23 then
  6870. Point = Animal.Position
  6871. Distance = (HR.Position - Point).Magnitude
  6872. Speed = 20
  6873. Time = Distance/Speed
  6874. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  6875. tween:Play()
  6876. wait(Time - 2)
  6877. end
  6878. if Toggled60 == true then
  6879. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  6880. if v.Name == "potionFertility" then
  6881. v.Parent = game:GetService("Players").LocalPlayer.Character
  6882. wait()
  6883. end
  6884. end
  6885. end
  6886. local args = {
  6887. [1] = {
  6888. ["animal"] = Animal
  6889. }
  6890. }
  6891. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_FEED_ANIMAL:InvokeServer(unpack(args))
  6892. end
  6893. end
  6894. wait(6)
  6895. if Toggled60 == true then
  6896. for i,spawneggs in pairs(Island.Blocks:GetDescendants()) do
  6897. if spawneggs.Name == "spawnEggSheepT1" or spawneggs.Name == "spawnEggSheepT2" or spawneggs.Name == "spawnEggSheepT3" or spawneggs.Name == "spawnEggCowT1" or spawneggs.Name == "spawnEggCowT2" or spawneggs.Name == "spawnEggCowT3" or spawneggs.Name == "spawnEggHorseT1" or spawneggs.Name == "spawnEggHorseT2" or spawneggs.Name == "spawnEggHorseT3" or spawneggs.Name == "spawnEggPigT1" or spawneggs.Name == "spawnEggPigT2" or spawneggs.Name == "spawnEggPigT3" or spawneggs.Name == "spawnEggChickenT1" or spawneggs.Name == "spawnEggChickenT2" or spawneggs.Name == "spawnEggChickenT3" or spawneggs.Name == "spawnEggYakT1" or spawneggs.Name == "spawnEggYakT2" or spawneggs.Name == "spawnEggYakT3" or spawneggs.Name == "spawnEggTurkeyT1" or spawneggs.Name == "spawnEggTurkeyT2" or spawneggs.Name == "spawnEggTurkeyT3" then
  6898. local args = {
  6899. [1] = {
  6900. ["tool"] = spawneggs,
  6901. ["player_tracking_category"] = "join_from_web"
  6902. }
  6903. }
  6904. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  6905. end
  6906. end
  6907. end
  6908. wait(146)
  6909. end
  6910. end
  6911. end)
  6912.  
  6913. Item79.MouseButton1Click:Connect(function()
  6914. if Toggled61 then
  6915. Toggled61 = false
  6916. Item79.BackgroundColor3 = Color3.fromRGB(55,55,55)
  6917. Item79.Text = "Catch Spirits"
  6918. Item79.TextColor3 = Color3.new(1,1,1)
  6919. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  6920. tween:Cancel()
  6921. else
  6922. Toggled61 = true
  6923. Item79.BackgroundColor3 = Color3.new(0,255,255)
  6924. Item79.Text = "Catching spirits"
  6925. Item79.TextColor3 = Color3.fromRGB(0,0,0)
  6926. local BV = Instance.new("BodyVelocity")
  6927. local YSpeed = 0
  6928. BV.Velocity = Vector3.new(0,0,0)
  6929. BV.Parent = Character.HumanoidRootPart
  6930. BV.MaxForce = Vector3.new(0,math.huge,0)
  6931. for i,v in pairs(game:GetService("Workspace").spawnPrefabs.WildIslands:GetChildren()) do
  6932. v:Destroy()
  6933. end
  6934. Times = 0
  6935. while Toggled61 == true do
  6936. wait()
  6937. for i,v in pairs(game.Workspace.WildernessIsland.Entities:GetChildren()) do
  6938. if v.Name == "spirit" then
  6939. if v:FindFirstChild("HumanoidRootPart") then
  6940. repeat
  6941. if Toggled61 then
  6942. Times = Times + 1
  6943. VirtualInputManager:SendMouseButtonEvent(0,0, 0, true, game, 1)
  6944. VirtualInputManager:SendMouseButtonEvent(0,0, 0, false, game, 1)
  6945. if HR then
  6946. pcall(function()
  6947. HR.CFrame = CFrame.new(v:FindFirstChild("HumanoidRootPart").Position + Vector3.new(0,-1,5))
  6948. end)
  6949. end
  6950. wait()
  6951. end
  6952. until Times == 100 or Toggled61 == false or v:FindFirstChild("HumanoidRootPart") == nil
  6953. Times = 0
  6954. end
  6955. end
  6956. end
  6957. end
  6958. end
  6959. end)
  6960.  
  6961. God.MouseButton1Click:Connect(function()
  6962. if Toggled69 then
  6963. Toggled69 = false
  6964. God.BackgroundColor3 = Color3.fromRGB(50,50,50)
  6965. God.Text = "Enable God Mode"
  6966. God.TextColor3 = Color3.fromRGB(50,200,100)
  6967. game.Players.LocalPlayer.Character:BreakJoints()
  6968. else
  6969. Toggled69 = true
  6970. God.BackgroundColor3 = Color3.new(0,255,255)
  6971. God.Text = "Disable God Mode"
  6972. God.TextColor3 = Color3.fromRGB(0,0,0)
  6973. Character.CurrentHealth:Destroy()
  6974. end
  6975. end)
  6976.  
  6977. Item85.MouseButton1Click:Connect(function()
  6978. if Toggled74 then
  6979. Toggled74 = false
  6980. Item85.BackgroundColor3 = Color3.fromRGB(55,55,55)
  6981. Item85.Text = "Buffalkor Island"
  6982. Item85.TextColor3 = Color3.new(1,1,1)
  6983. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  6984. tween:Cancel()
  6985. else
  6986. Toggled74 = true
  6987. Item85.BackgroundColor3 = Color3.new(0,255,255)
  6988. Item85.Text = "Mining!"
  6989. Item85.TextColor3 = Color3.fromRGB(0,0,0)
  6990. local BV = Instance.new("BodyVelocity")
  6991. local YSpeed = 0
  6992. BV.Velocity = Vector3.new(0,0,0)
  6993. BV.Parent = Character.HumanoidRootPart
  6994. BV.MaxForce = Vector3.new(0,math.huge,0)
  6995. POs = Vector3.new(1584, 384, 107)
  6996. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1211, 385, 115))
  6997. wait(1)
  6998. while Toggled74 == true do
  6999. wait()
  7000. Blocks = game.Workspace.WildernessBlocks
  7001. for i,v in pairs(Blocks:GetChildren()) do
  7002. if (POs - v.Position).magnitude < 600 and v:FindFirstChild("1") then print("on island")
  7003. if Toggled74 == true then
  7004. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude > 23 then
  7005. Point = v.Position
  7006. Distance = (HR.Position - Point).Magnitude
  7007. Speed = 20
  7008. Time = Distance/Speed
  7009. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7010. tween:Play()
  7011. wait(Time - 2)
  7012. end
  7013. repeat
  7014. print("Hitting "..v:FindFirstChild("1").Name)
  7015. local args = {[1] = {
  7016. ["player_tracking_category"] = "join_from_web",
  7017. ["part"] = v:FindFirstChild("1"),
  7018. ["block"] = v,
  7019. ["norm"] = nil --[[Vector3]],
  7020. ["pos"] = nil --[[Vector3]]
  7021. }}
  7022. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  7023. until
  7024. v:FindFirstChild("1") == nil
  7025. end
  7026. end
  7027. end
  7028. end
  7029. end
  7030. end)
  7031.  
  7032. Item86.MouseButton1Click:Connect(function()
  7033. if Toggled75 then
  7034. Toggled75 = false
  7035. Item86.BackgroundColor3 = Color3.fromRGB(55,55,55)
  7036. Item86.Text = "Diamond Island"
  7037. Item86.TextColor3 = Color3.new(1,1,1)
  7038. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  7039. tween:Cancel()
  7040. else
  7041. Toggled75 = true
  7042. Item86.BackgroundColor3 = Color3.new(0,255,255)
  7043. Item86.Text = "Mining!"
  7044. Item86.TextColor3 = Color3.fromRGB(0,0,0)
  7045. local BV = Instance.new("BodyVelocity")
  7046. local YSpeed = 0
  7047. BV.Velocity = Vector3.new(0,0,0)
  7048. BV.Parent = Character.HumanoidRootPart
  7049. BV.MaxForce = Vector3.new(0,math.huge,0)
  7050. POs = Vector3.new(2752, 285, 1196)
  7051. wait(1)
  7052. while Toggled75 == true do
  7053. wait()
  7054. Blocks = game.Workspace.WildernessBlocks
  7055. for i,v in pairs(Blocks:GetChildren()) do
  7056. if (POs - v.Position).magnitude < 600 and v:FindFirstChild("1") then print("on island")
  7057. if Toggled75 == true then
  7058. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude > 23 then
  7059. Point = v.Position
  7060. Distance = (HR.Position - Point).Magnitude
  7061. Speed = 20
  7062. Time = Distance/Speed
  7063. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7064. tween:Play()
  7065. wait(Time - 2)
  7066. end
  7067. repeat
  7068. print("Hitting "..v:FindFirstChild("1").Name)
  7069. local args = {[1] = {
  7070. ["player_tracking_category"] = "join_from_web",
  7071. ["part"] = v:FindFirstChild("1"),
  7072. ["block"] = v,
  7073. ["norm"] = nil --[[Vector3]],
  7074. ["pos"] = nil --[[Vector3]]
  7075. }}
  7076. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  7077. until
  7078. v:FindFirstChild("1") == nil
  7079. end
  7080. end
  7081. end
  7082. end
  7083. end
  7084. end)
  7085.  
  7086. local VoidMining = Instance.new("TextButton")
  7087. VoidMining.Position = UDim2.new(0,0,1,21)
  7088. VoidMining.Size = UDim2.new(0,70,0,20)
  7089. VoidMining.BackgroundColor3 = Color3.fromRGB(63,63,63)
  7090. VoidMining.BorderSizePixel = 1
  7091. VoidMining.ZIndex = 2
  7092. VoidMining.Parent = Notification11
  7093. VoidMining.Text = "Void Rocks"
  7094. VoidMining.TextColor3 = Color3.fromRGB(250,250,250)
  7095. VoidMining.TextScaled = true
  7096. VoidMining.MouseButton1Click:Connect(function()
  7097. if Toggled83 then
  7098. Toggled83 = false
  7099. VoidMining.BackgroundColor3 = Color3.fromRGB(55,55,55)
  7100. VoidMining.Text = "Void Rocks"
  7101. VoidMining.TextColor3 = Color3.new(1,1,1)
  7102. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  7103. tween:Cancel()
  7104. else
  7105. Toggled83 = true
  7106. VoidMining.BackgroundColor3 = Color3.new(0,255,255)
  7107. VoidMining.Text = "Mining!"
  7108. VoidMining.TextColor3 = Color3.fromRGB(0,0,0)
  7109. local BV = Instance.new("BodyVelocity")
  7110. local YSpeed = 0
  7111. BV.Velocity = Vector3.new(0,0,0)
  7112. BV.Parent = Character.HumanoidRootPart
  7113. BV.MaxForce = Vector3.new(0,math.huge,0)
  7114. POs = Vector3.new(-10026, 163, 9984)
  7115. local Pickaxe = Plr.Backpack:FindFirstChild("opalPickaxe")
  7116. local AltPickaxe = Plr.Backpack:FindFirstChild("diamondPickaxe")
  7117. local Shovel = Plr.Backpack:FindFirstChild("shovelStone")
  7118. local Continue = 0
  7119. wait(1)
  7120. while Toggled83 == true do
  7121. wait()
  7122. Blocks = game.Workspace.WildernessBlocks
  7123. for i,v in pairs(Blocks:GetChildren()) do
  7124. if (POs - v.Position).magnitude < 200 and v:FindFirstChild("1") then print("on island")
  7125. if Toggled83 == true then
  7126. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude > 23 then
  7127. Point = v.Position
  7128. Distance = (HR.Position - Point).Magnitude
  7129. Speed = 20
  7130. Time = Distance/Speed
  7131. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7132. tween:Play()
  7133. wait(Time - 2)
  7134. end
  7135. repeat
  7136. Continue = Continue + 1
  7137. if Pickaxe then
  7138. print("equipping pickaxe")
  7139. Pickaxe.Parent = Character
  7140. elseif AltPickaxe then
  7141. AltPickaxe.Parent = Character
  7142. end
  7143. print("Hitting "..v.Name.." at",v.Position)
  7144. local args = {[1] = {
  7145. ["player_tracking_category"] = "join_from_web",
  7146. ["part"] = v:FindFirstChild("1"),
  7147. ["block"] = v,
  7148. ["norm"] = nil --[[Vector3]],
  7149. ["pos"] = nil --[[Vector3]]
  7150. }}
  7151. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  7152. until
  7153. v:FindFirstChild("1") == nil or Continue == 20 or Toggled83 == false
  7154. end
  7155. Point = HR.Position + Vector3.new(0,30,0)
  7156. Distance = (HR.Position - Point).Magnitude
  7157. Speed = 20
  7158. Time = Distance/Speed
  7159. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7160. tween:Play()
  7161. Continue = 0
  7162. elseif (POs - v.Position).magnitude < 200 and (v.Name == "grassVoid" or v.Name == "sandVoid") then
  7163. if Toggled83 == true then
  7164. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude > 23 then
  7165. Point = v.Position
  7166. Distance = (HR.Position - Point).Magnitude
  7167. Speed = 20
  7168. Time = Distance/Speed
  7169. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7170. tween:Play()
  7171. wait(Time - 2)
  7172. end
  7173. repeat
  7174. Continue = Continue + 1
  7175. print("Shoveling")
  7176. local args = {
  7177. [1] = {
  7178. ["shovelType"] = "shovelStone",
  7179. ["block"] = v
  7180. }
  7181. }
  7182.  
  7183. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_21:InvokeServer(unpack(args))
  7184. until
  7185. v:FindFirstChild("Targettable") == nil or Continue == 20 or Toggled83 == false
  7186. end
  7187. Point = HR.Position + Vector3.new(0,30,0)
  7188. Distance = (HR.Position - Point).Magnitude
  7189. Speed = 20
  7190. Time = Distance/Speed
  7191. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7192. tween:Play()
  7193. Continue = 0
  7194. end
  7195. end
  7196. end
  7197. end
  7198. end)
  7199.  
  7200. local ElectriteMining = Instance.new("TextButton")
  7201. ElectriteMining.Position = UDim2.new(0,71,1,21)
  7202. ElectriteMining.Size = UDim2.new(0,70,0,20)
  7203. ElectriteMining.BackgroundColor3 = Color3.fromRGB(63,63,63)
  7204. ElectriteMining.BorderSizePixel = 1
  7205. ElectriteMining.ZIndex = 2
  7206. ElectriteMining.Parent = Notification11
  7207. ElectriteMining.Text = "Electrite"
  7208. ElectriteMining.TextColor3 = Color3.fromRGB(250,250,250)
  7209. ElectriteMining.TextScaled = true
  7210. ElectriteMining.MouseButton1Click:Connect(function()
  7211. if Toggled85 then
  7212. Toggled85 = false
  7213. ElectriteMining.BackgroundColor3 = Color3.fromRGB(55,55,55)
  7214. ElectriteMining.Text = "Electrite"
  7215. ElectriteMining.TextColor3 = Color3.new(1,1,1)
  7216. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  7217. tween:Cancel()
  7218. else
  7219. Toggled85 = true
  7220. ElectriteMining.BackgroundColor3 = Color3.new(0,255,255)
  7221. ElectriteMining.Text = "Mining!"
  7222. ElectriteMining.TextColor3 = Color3.fromRGB(0,0,0)
  7223. local BV = Instance.new("BodyVelocity")
  7224. local YSpeed = 0
  7225. BV.Velocity = Vector3.new(0,0,0)
  7226. BV.Parent = Character.HumanoidRootPart
  7227. BV.MaxForce = Vector3.new(0,math.huge,0)
  7228. local Pickaxe = Plr.Backpack:FindFirstChild("opalPickaxe")
  7229. local AltPickaxe = Plr.Backpack:FindFirstChild("diamondPickaxe")
  7230. local Shovel = Plr.Backpack:FindFirstChild("shovelStone")
  7231. local Continue = 0
  7232. wait(1)
  7233. while Toggled85 == true do
  7234. wait()
  7235. Blocks = game.Workspace.WildernessBlocks
  7236. for i,v in pairs(Blocks:GetChildren()) do
  7237. if v.Name == "rockElectrite" and v:FindFirstChild("1") then
  7238. if Toggled85 == true then
  7239. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude > 23 then
  7240. Point = v.Position
  7241. Distance = (HR.Position - Point).Magnitude
  7242. Speed = 20
  7243. Time = Distance/Speed
  7244. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7245. tween:Play()
  7246. wait(Time - 2)
  7247. end
  7248. repeat
  7249. if Pickaxe then
  7250. print("equipping pickaxe")
  7251. Pickaxe.Parent = Character
  7252. elseif AltPickaxe then
  7253. AltPickaxe.Parent = Character
  7254. end
  7255. print("Hitting "..v.Name.." at",v.Position)
  7256. local args = {[1] = {
  7257. ["player_tracking_category"] = "join_from_web",
  7258. ["part"] = v:FindFirstChild("1"),
  7259. ["block"] = v,
  7260. ["norm"] = nil --[[Vector3]],
  7261. ["pos"] = nil --[[Vector3]]
  7262. }}
  7263. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_HIT_REQUEST:InvokeServer(unpack(args))
  7264. Continue = Continue + 1
  7265. until
  7266. v:FindFirstChild("1") == nil or Continue > 20 or Toggled85 == false
  7267. end
  7268. Continue = 0
  7269. end
  7270. end
  7271. end
  7272. end
  7273. end)
  7274.  
  7275. local SnowMining = Instance.new("TextButton")
  7276. SnowMining.Position = UDim2.new(0,0,1,42)
  7277. SnowMining.Size = UDim2.new(0,70,0,20)
  7278. SnowMining.BackgroundColor3 = Color3.fromRGB(63,63,63)
  7279. SnowMining.BorderSizePixel = 1
  7280. SnowMining.ZIndex = 2
  7281. SnowMining.Parent = Notification11
  7282. SnowMining.Text = "Snow"
  7283. SnowMining.TextColor3 = Color3.fromRGB(250,250,250)
  7284. SnowMining.TextScaled = true
  7285. SnowMining.MouseButton1Click:Connect(function()
  7286. if Toggled86 then
  7287. Toggled86 = false
  7288. SnowMining.BackgroundColor3 = Color3.fromRGB(55,55,55)
  7289. SnowMining.Text = "Snow"
  7290. SnowMining.TextColor3 = Color3.new(1,1,1)
  7291. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  7292. tween:Cancel()
  7293. else
  7294. Toggled86 = true
  7295. SnowMining.BackgroundColor3 = Color3.new(0,255,255)
  7296. SnowMining.Text = "Mining!"
  7297. SnowMining.TextColor3 = Color3.fromRGB(0,0,0)
  7298. local BV = Instance.new("BodyVelocity")
  7299. local YSpeed = 0
  7300. BV.Velocity = Vector3.new(0,0,0)
  7301. BV.Parent = Character.HumanoidRootPart
  7302. BV.MaxForce = Vector3.new(0,math.huge,0)
  7303. local Continue = 0
  7304. wait(1)
  7305. while Toggled86 == true do
  7306. wait()
  7307. Blocks = game.Workspace.WildernessBlocks
  7308. for i,v in pairs(Blocks:GetChildren()) do
  7309. if v.Name == "pileSnow" then
  7310. if Toggled86 == true then
  7311. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude > 23 then
  7312. Point = v.Position - Vector3.new(0,3,0)
  7313. Distance = (HR.Position - Point).Magnitude
  7314. Speed = 20
  7315. Time = Distance/Speed
  7316. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7317. tween:Play()
  7318. wait(Time - 2)
  7319. end
  7320. repeat
  7321. local args = {
  7322. [1] = {
  7323. ["shovelType"] = "shovelStone",
  7324. ["block"] = v
  7325. }}
  7326. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.client_request_21:InvokeServer(unpack(args))
  7327. Continue = Continue + 1
  7328. until
  7329. v:FindFirstChild("Targettable") == nil or Continue == 20 or Toggled86 == false
  7330. end
  7331. Continue = 0
  7332. end
  7333. end
  7334. end
  7335. end
  7336. end)
  7337.  
  7338. Item87.MouseButton1Click:Connect(function()
  7339. if Toggled78 then
  7340. Toggled78 = false
  7341. Item87.BackgroundColor3 = Color3.fromRGB(63,63,63)
  7342. Item87.Text = "Pick Berries"
  7343. Item87.TextColor3 = Color3.fromRGB(250,250,250)
  7344. tween:Cancel()
  7345. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  7346. VirtualInputManager:SendMouseButtonEvent(0,0, 0, false, game, 1)
  7347. else
  7348. Toggled78 = true
  7349. Item87.BackgroundColor3 = Color3.new(0,255,255)
  7350. Item87.Text = "Picking Berries"
  7351. Item87.TextColor3 = Color3.fromRGB(0,0,0)
  7352. local BV = Instance.new("BodyVelocity")
  7353. local YSpeed = 0
  7354. BV.Velocity = Vector3.new(0,0,0)
  7355. BV.Parent = Character.HumanoidRootPart
  7356. BV.MaxForce = Vector3.new(0,math.huge,0)
  7357. VirtualInputManager:SendMouseButtonEvent(0,0, 0, true, game, 1)
  7358. local Island = ""
  7359. for _,island in pairs(game:GetService("Workspace").Islands:GetChildren()) do
  7360. if (island:IsA("Model")) then
  7361. Island = island
  7362. end
  7363. end
  7364. while Toggled78 == true do
  7365. wait()
  7366. for i,Bush in pairs(Island.Blocks:GetDescendants()) do
  7367. if Bush.Name == "berryBush" and Bush.stage.Value == 2 then
  7368. if Toggled78 then
  7369. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - Bush.Position).magnitude > 24 then
  7370. Point = Bush.Position
  7371. Distance = (HR.Position - Point).Magnitude
  7372. Speed = 20
  7373. Time = Distance/Speed
  7374. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7375. tween:Play()
  7376. wait(Time - 1)
  7377. end
  7378. local args = {[1] = {
  7379. ["player"] = game:GetService("Players").LocalPlayer,
  7380. ["player_tracking_category"] = "join_from_web",
  7381. ["model"] = Bush}}
  7382. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_HARVEST_CROP_REQUEST:InvokeServer(unpack(args))
  7383. end
  7384. end
  7385. end
  7386. end
  7387. end
  7388. end)
  7389.  
  7390. Item88.MouseButton1Click:Connect(function()
  7391. if Toggled79 then
  7392. Toggled79 = false
  7393. Item88.BackgroundColor3 = Color3.fromRGB(63,63,63)
  7394. Item88.Text = "Composter"
  7395. Item88.TextColor3 = Color3.fromRGB(250,250,250)
  7396. tween:Cancel()
  7397. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  7398. NoClipping:Disconnect()
  7399. else
  7400. Toggled79 = true
  7401. Item88.BackgroundColor3 = Color3.new(0,255,255)
  7402. Item88.Text = "Composting"
  7403. Item88.TextColor3 = Color3.fromRGB(0,0,0)
  7404. local island = ""
  7405. local Player = game.Players.LocalPlayer
  7406. local Character = Player.Character
  7407. local TS = game:GetService("TweenService")
  7408. local HR = Character.HumanoidRootPart
  7409. local BV = Instance.new("BodyVelocity")
  7410. local Fish = ""
  7411. BV.Velocity = Vector3.new(0,0,0)
  7412. BV.Parent = HR
  7413. BV.MaxForce = Vector3.new(0,math.huge,0)
  7414. noClip = true
  7415. Noclipping = game:GetService('RunService').Stepped:Connect(NoclipLoop)
  7416.  
  7417. for i,Islands in pairs(Game.workspace.Islands:GetChildren()) do
  7418. island = Islands
  7419. end
  7420. while Toggled79 do
  7421. wait()
  7422. for i,Composter in pairs(island.Blocks:GetChildren()) do
  7423. if Composter.Name == "composter" then
  7424. if Player.Backpack:FindFirstChild("fishCarp") then Fish = "fishCarp"
  7425. elseif Player.Backpack:FindFirstChild("fishTrout") then Fish = "fishTrout"
  7426. end
  7427. if Composter.WorkerContents:FindFirstChild(Fish) == nil then
  7428. local args = {
  7429. [1] = {
  7430. ["amount"] = 20,
  7431. ["block"] = Composter,
  7432. ["player_tracking_category"] = "join_from_web",
  7433. ["toolName"] = Fish
  7434. }}
  7435. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_WORKER_DEPOSIT_TOOL_REQUEST:InvokeServer(unpack(args))
  7436. end
  7437. if Composter.WorkerOutputContents:FindFirstChild("fertilizerBasic") and Composter.WorkerOutputContents:FindFirstChild("fertilizerBasic").Amount.Value == 20 then
  7438. if (HR.Position - Composter.Position).magnitude > 24 then
  7439. Point = Composter.Position + Vector3.new(0,3,0)
  7440. Distance = (HR.Position - Point).Magnitude
  7441. Speed = 20
  7442. Time = Distance/Speed
  7443. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Point)})
  7444. tween:Play()
  7445. wait(Time - 2)
  7446. end
  7447. local args = {
  7448. [1] = {
  7449. ["tool"] = Composter.WorkerOutputContents.fertilizerBasic,
  7450. ["player_tracking_category"] = "join_from_web"
  7451. }}
  7452. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_TOOL_PICKUP_REQUEST:InvokeServer(unpack(args))
  7453. end
  7454. end
  7455. end
  7456. end
  7457. end
  7458. end)
  7459.  
  7460.  
  7461. Item89.MouseButton1Click:Connect(function()
  7462. if Toggled80 then
  7463. Toggled80 = false
  7464. Item89.BackgroundColor3 = Color3.fromRGB(55,55,55)
  7465. Item89.Text = "Rice"
  7466. Item89.TextColor3 = Color3.new(1,1,1)
  7467. VirtualInputManager:SendMouseButtonEvent(0,0, 0, false, game, 1)
  7468. else
  7469. Toggled80 = true
  7470. Item89.BackgroundColor3 = Color3.new(0,255,255)
  7471. Item89.Text = "Farming!"
  7472. Item89.TextColor3 = Color3.fromRGB(0,0,0)
  7473. Island = ""
  7474. for i,island in pairs(game.Workspace.Islands:GetChildren()) do
  7475. Island = island
  7476. end
  7477. VirtualInputManager:SendMouseButtonEvent(0,0, 0, true, game, 1)
  7478. while Toggled80 == true do
  7479. wait()
  7480. for i,pond in pairs(Island.Blocks:GetChildren()) do
  7481. if pond.Name == "pond" then
  7482. local ray = Ray.new(pond.Position, Vector3.new(0,3,0))
  7483. local hitPart, hitPosition = workspace:FindPartOnRay(ray,pond)
  7484. if hitPart then
  7485. if hitPart.Name == "rice" and hitPart.stage.Value == 3 then
  7486. print(hitPart)
  7487. if Toggled80 == true then
  7488. if (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - hitPart.Position).magnitude > 24 then
  7489. game.Players.LocalPlayer.Character.Humanoid:MoveTo(hitPart.Position)
  7490. game.Players.LocalPlayer.Character.Humanoid.MoveToFinished:wait()
  7491. end
  7492. local args = {
  7493. [1] = {
  7494. ["player"] = game:GetService("Players").LocalPlayer,
  7495. ["player_tracking_category"] = "join_from_web",
  7496. ["model"] = hitPart
  7497. }
  7498. }
  7499. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_HARVEST_CROP_REQUEST:InvokeServer(unpack(args))
  7500. end
  7501. end
  7502. else
  7503. if Toggled80 == true then
  7504. print("Planting")
  7505. local args = {
  7506. [1] = {
  7507. ["upperBlock"] = false,
  7508. ["cframe"] = CFrame.new((pond.Position + Vector3.new(0,3,0)), (pond.Position + Vector3.new(0,0,3))),
  7509. ["player_tracking_category"] = "join_from_web",
  7510. ["blockType"] = "rice"
  7511. }
  7512. }
  7513. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_BLOCK_PLACE_REQUEST:InvokeServer(unpack(args))
  7514. end
  7515. end
  7516. end
  7517. end
  7518. end
  7519. end
  7520. end)
  7521.  
  7522. local MagmaBlob = Instance.new("TextButton")
  7523. MagmaBlob.Position = UDim2.new(0,1,1,127)
  7524. MagmaBlob.Size = UDim2.new(0,70,0,20)
  7525. MagmaBlob.BackgroundColor3 = Color3.fromRGB(250,20,20)
  7526. MagmaBlob.BorderSizePixel = 0
  7527. MagmaBlob.ZIndex = 2
  7528. MagmaBlob.Parent = Notification7
  7529. MagmaBlob.Text = "MagmaMobs"
  7530. MagmaBlob.TextColor3 = Color3.fromRGB(250,250,250)
  7531. MagmaBlob.TextScaled = true
  7532. MagmaBlob.MouseButton1Click:Connect(function()
  7533. if Toggled88 then
  7534. Toggled88 = false
  7535. MagmaBlob.BackgroundColor3 = Color3.fromRGB(250,20,20)
  7536. MagmaBlob.Text = "MagmaMobs"
  7537. MagmaBlob.TextColor3 = Color3.fromRGB(250,250,250)
  7538. else
  7539. Toggled88 = true
  7540. MagmaBlob.BackgroundColor3 = Color3.new(1,0,0)
  7541. MagmaBlob.Text = "Pew Pew"
  7542. MagmaBlob.TextColor3 = Color3.fromRGB(0,0,0)
  7543. while Toggled88 == true do
  7544. wait()
  7545. for i,v in pairs(game.Workspace.WildernessIsland.Entities:GetChildren()) do
  7546. if (v.Name == "magmaBlob" or v.Name == "magmaGolem" or v.Name == "magmaGolemite") and v:FindFirstChild("HumanoidRootPart") then
  7547. if (v.HumanoidRootPart.Position - Vector3.new(-8667, 345, -1119)).Magnitude < 200 then
  7548. wait()
  7549. end
  7550. end
  7551. end
  7552. end
  7553. end
  7554. end)
  7555.  
  7556. local BFly = Instance.new("TextButton")
  7557. BFly.Position = UDim2.new(0,1,0,1)
  7558. BFly.Size = UDim2.new(0,100,0,20)
  7559. BFly.BackgroundColor3 = Color3.fromRGB(63,63,63)
  7560. BFly.BorderSizePixel = 1
  7561. BFly.ZIndex = 2
  7562. BFly.Parent = Background6
  7563. BFly.Text = "Catch Butterflies"
  7564. BFly.TextColor3 = Color3.fromRGB(250,250,250)
  7565. BFly.TextScaled = true
  7566. BFly.MouseButton1Click:Connect(function()
  7567. if Toggled89 then
  7568. Toggled89 = false
  7569. BFly.BackgroundColor3 = Color3.fromRGB(63,63,63)
  7570. BFly.Text = "Catch Butterfly"
  7571. BFly.TextColor3 = Color3.new(1,1,1)
  7572. Character.HumanoidRootPart:FindFirstChild("BodyVelocity"):Destroy()
  7573. Noclipping:Disconnect()
  7574. noClip = false
  7575. tween:Cancel()
  7576. else
  7577. Toggled89 = true
  7578. BFly.BackgroundColor3 = Color3.new(0,255,255)
  7579. BFly.Text = "Catching"
  7580. BFly.TextColor3 = Color3.fromRGB(0,0,0)
  7581. local BV = Instance.new("BodyVelocity")
  7582. BV.Velocity = Vector3.new(0,0,0)
  7583. BV.Parent = Character.HumanoidRootPart
  7584. BV.MaxForce = Vector3.new(0,math.huge,0)
  7585. noClip = true
  7586. Noclipping = game:GetService('RunService').Stepped:Connect(NoclipLoop)
  7587. while Toggled89 == true do
  7588. wait()
  7589. for i,v in pairs(game.Workspace.WildernessIsland.Entities:GetChildren()) do
  7590. if v.Name == "butterfly" and Toggled89 == true then
  7591. if v:FindFirstChild("HumanoidRootPart") ~= nil then
  7592. if (v:FindFirstChild("HumanoidRootPart").Position - Vector3.new(-3694, 105, -2234)).Magnitude < 100 then
  7593. HR.CFrame = CFrame.new(HR.Position + Vector3.new(0,1500,0))
  7594. Tries = 0
  7595. repeat
  7596. if Toggled89 == true then
  7597. Tries = Tries + 1
  7598. print("up n wait")
  7599. wait()
  7600. if v:FindFirstChild("HumanoidRootPart") ~= nil then
  7601. Pointx = v.HumanoidRootPart.Position.X
  7602. Pointz = v.HumanoidRootPart.Position.Z
  7603. Distance = (HR.Position - Vector3.new(Pointx, HR.Position.Y, Pointz)).Magnitude
  7604. Speed = 20
  7605. Time = Distance/Speed
  7606. tween = TS:Create(HR, TweenInfo.new(Time, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(Vector3.new(Pointx,HR.Position.Y,Pointz + 6))})
  7607. print("Playing Tween for "..Time.." Seconds")
  7608. tween:Play()
  7609. wait(Time)
  7610. end
  7611. if v:FindFirstChild("HumanoidRootPart") ~= nil then
  7612. pcall(function()
  7613. VirtualInputManager:SendMouseButtonEvent(0,0, 0, true, game, 1)
  7614. VirtualInputManager:SendMouseButtonEvent(0,0, 0, false, game, 1)
  7615. wait(0.2)
  7616. HR.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0,0,6))
  7617. wait(0.5)
  7618. print("I think i caught it!")
  7619. HR.CFrame = CFrame.new(HR.Position + Vector3.new(0,1500,0))
  7620. wait(0.7)
  7621. end)
  7622. end
  7623. end
  7624. until v:FindFirstChild("HumanoidRootPart") == nil or Toggled89 == false or Tries >= 3
  7625. print("ending loop")
  7626. end
  7627. end
  7628. end
  7629. end
  7630. end
  7631. end
  7632. end)
Add Comment
Please, Sign In to add comment