Advertisement
karobloxYT

Untitled

Oct 7th, 2019
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.31 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BeeUpdateV2 = Instance.new("ScreenGui")
  5. local Frame = Instance.new("ImageLabel")
  6. local gui = Instance.new("TextLabel")
  7. local bad = Instance.new("Frame")
  8. local bad2 = Instance.new("Frame")
  9. local farmmain = Instance.new("Frame")
  10. local aufarm = Instance.new("TextButton")
  11. local cc = Instance.new("ImageLabel")
  12. local ScrollingFrame = Instance.new("ScrollingFrame")
  13. local Sunflower = Instance.new("TextButton")
  14. local Dandelion = Instance.new("TextButton")
  15. local Clover = Instance.new("TextButton")
  16. local Mushroom = Instance.new("TextButton")
  17. local BlueFlower = Instance.new("TextButton")
  18. local Spider = Instance.new("TextButton")
  19. local Strawberry = Instance.new("TextButton")
  20. local Bamboo = Instance.new("TextButton")
  21. local Pumpkin = Instance.new("TextButton")
  22. local Pineapple = Instance.new("TextButton")
  23. local Stump = Instance.new("TextButton")
  24. local Cactus = Instance.new("TextButton")
  25. local PineTree = Instance.new("TextButton")
  26. local Rose = Instance.new("TextButton")
  27. local Mountain = Instance.new("TextButton")
  28. local Coconut = Instance.new("TextButton")
  29. local Pepper = Instance.new("TextButton")
  30. local Dandelion_2 = Instance.new("TextButton")
  31. local sellauto = Instance.new("TextButton")
  32. local TextLabel = Instance.new("TextLabel")
  33. local drop = Instance.new("TextButton")
  34. local weap = Instance.new("TextBox")
  35. local farm = Instance.new("TextButton")
  36. local ExeTras = Instance.new("TextButton")
  37. local Exetras = Instance.new("Frame")
  38. local ScrollingFrame_2 = Instance.new("ScrollingFrame")
  39. local BlackBear = Instance.new("TextButton")
  40. local MotherBear = Instance.new("TextButton")
  41. local BrownBear = Instance.new("TextButton")
  42. local PandaBear = Instance.new("TextButton")
  43. local PolarBear = Instance.new("TextButton")
  44. local ScienceBear = Instance.new("TextButton")
  45. local Frame_2 = Instance.new("Frame")
  46. local test = Instance.new("Frame")
  47. local TextLabel_2 = Instance.new("TextLabel")
  48. local are1 = Instance.new("TextButton")
  49. local are2 = Instance.new("TextButton")
  50. local are3 = Instance.new("TextButton")
  51. local are12 = Instance.new("TextButton")
  52. local are4 = Instance.new("TextButton")
  53. local are11 = Instance.new("TextButton")
  54. local are5 = Instance.new("TextButton")
  55. local are6 = Instance.new("TextButton")
  56. local are7 = Instance.new("TextButton")
  57. local are8 = Instance.new("TextButton")
  58. local are9 = Instance.new("TextButton")
  59. local are10 = Instance.new("TextButton")
  60. local HoneyBee = Instance.new("TextButton")
  61. local RileyBee = Instance.new("TextButton")
  62. local MotherBear_2 = Instance.new("TextButton")
  63. local BubbleBeeMan = Instance.new("TextButton")
  64. local BubbleBeeMan2 = Instance.new("TextButton")
  65. local BuckoBee = Instance.new("TextButton")
  66. local WindShrine = Instance.new("TextButton")
  67. local SunBear3 = Instance.new("TextButton")
  68. local SpiritBear = Instance.new("TextButton")
  69. local Onett = Instance.new("TextButton")
  70. local PandaBear_2 = Instance.new("TextButton")
  71. local telp = Instance.new("Frame")
  72. local testtp = Instance.new("TextButton")
  73. local kadepzai = Instance.new("TextBox")
  74. local ScrollingFrame_3 = Instance.new("ScrollingFrame")
  75. local Treat = Instance.new("TextButton")
  76. local inf = Instance.new("TextButton")
  77. local killsnl = Instance.new("TextButton")
  78. local viciou = Instance.new("TextButton")
  79. local Teleport = Instance.new("TextButton")
  80. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  81. local rootpos = root.CFrame
  82. local player = game.Players.LocalPlayer
  83. local act6 = false
  84. local act6temp = false
  85. local e = ""
  86. plr = game.Players.LocalPlayer
  87. mouse = plr:GetMouse()
  88. mouse.KeyDown:connect(function(key)
  89. if key == "o" then
  90. noclip = not noclip
  91. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  92. end
  93. end)
  94. --Properties:
  95. BeeUpdateV2.Name = "BeeUpdateV2"
  96. BeeUpdateV2.Parent = game.CoreGui
  97.  
  98. Frame.Name = "Frame"
  99. Frame.Parent = BeeUpdateV2
  100. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Frame.BackgroundTransparency = 1
  102. Frame.Position = UDim2.new(0.0790664479, 0, -0.00063796062, 0)
  103. Frame.Size = UDim2.new(0, 770, 0, 259)
  104. Frame.Image = "rbxassetid://2851926732"
  105. Frame.ImageColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  106. Frame.ScaleType = Enum.ScaleType.Slice
  107. Frame.SliceCenter = Rect.new(12, 12, 12, 12)
  108.  
  109. gui.Name = "gui"
  110. gui.Parent = Frame
  111. gui.BackgroundColor3 = Color3.new(1, 1, 1)
  112. gui.BackgroundTransparency = 1
  113. gui.Position = UDim2.new(-0.000912832562, 0, 0, 0)
  114. gui.Size = UDim2.new(0, 764, 0, 41)
  115. gui.Font = Enum.Font.SourceSans
  116. gui.Text = "Gui Auto Farm Bee Swarm Simulator"
  117. gui.TextColor3 = Color3.new(1, 1, 1)
  118. gui.TextScaled = true
  119. gui.TextSize = 14
  120. gui.TextStrokeTransparency = 0.5
  121. gui.TextWrapped = true
  122.  
  123. bad.Name = "bad"
  124. bad.Parent = Frame
  125. bad.BackgroundColor3 = Color3.new(0.215686, 1, 0.607843)
  126. bad.BorderColor3 = Color3.new(1, 1, 1)
  127. bad.Position = UDim2.new(0.00687937532, 0, 0.15830116, 0)
  128. bad.Size = UDim2.new(0, 758, 0, 0)
  129.  
  130. bad2.Name = "bad2"
  131. bad2.Parent = Frame
  132. bad2.BackgroundColor3 = Color3.new(1, 1, 1)
  133. bad2.BorderColor3 = Color3.new(1, 1, 1)
  134. bad2.Position = UDim2.new(0.161812291, 0, 0.15830116, 0)
  135. bad2.Size = UDim2.new(0, 0, 0, 218)
  136.  
  137. farmmain.Name = "farmmain"
  138. farmmain.Parent = Frame
  139. farmmain.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  140. farmmain.BackgroundTransparency = 1
  141. farmmain.BorderColor3 = Color3.new(1, 1, 1)
  142. farmmain.BorderSizePixel = 2
  143. farmmain.Position = UDim2.new(0.174097314, 0, 0.193050191, 0)
  144. farmmain.Size = UDim2.new(0, 623, 0, 199)
  145. local krispy = player.Character.HumanoidRootPart
  146. local function JerMan(krispy,biqqyboi)
  147. local jimmy = coroutine.wrap(function()
  148. repeat
  149. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  150. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 55 and not v:FindFirstChild("HeyBigBoi") then
  151. krispy.CFrame = v.CFrame
  152. local intvalue = Instance.new("IntValue",v)
  153. intvalue.Name = "HeyBigBoi"
  154. wait(.05)
  155. end
  156. end
  157. wait(1)
  158. local a1 = math.random(-15,30)
  159. local a2 = math.random(-30,15)
  160. krispy.CFrame = biqqyboi * CFrame.new(a1,1,a2)
  161. until not act6 or act6temp
  162. end)
  163. local jimmy2 = coroutine.wrap(function()
  164. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  165. if v.ClassName == "Tool" then
  166. repeat
  167. v.ClickEvent:FireServer()
  168. wait(.1)
  169. until not act6 or act6temp
  170. end
  171. end
  172. end)
  173. jimmy()
  174. jimmy2()
  175. end
  176.  
  177. aufarm.Name = "aufarm"
  178. aufarm.Parent = farmmain
  179. aufarm.BackgroundColor3 = Color3.new(1, 1, 1)
  180. aufarm.BackgroundTransparency = 1
  181. aufarm.BorderSizePixel = 0
  182. aufarm.Position = UDim2.new(0.779980421, 0, 0.79293555, 0)
  183. aufarm.Size = UDim2.new(0, 132, 0, 34)
  184. aufarm.ZIndex = 2
  185. aufarm.Font = Enum.Font.SourceSans
  186. aufarm.Text = "Auto Farm : ON"
  187. aufarm.TextColor3 = Color3.new(1, 1, 1)
  188. aufarm.TextScaled = true
  189. aufarm.TextSize = 14
  190. aufarm.TextStrokeTransparency = 0.5
  191. aufarm.TextWrapped = true
  192. aufarm.MouseButton1Click:connect(function()
  193. if act6 then
  194. act6 = false
  195. cc.ImageColor3 = Color3.fromRGB(55,255,155)
  196. aufarm.Text = "Auto Farm : ON"
  197. krispy.Anchored = false
  198. else
  199. act6 = true
  200. cc.ImageColor3 = Color3.fromRGB(255,55,55)
  201. aufarm.Text = "Auto Farm : OFF"
  202. local krispy = player.Character.HumanoidRootPart
  203. local bigboi = krispy.CFrame
  204. local biqqyboi = workspace.FlowerZones[e].CFrame
  205. krispy.CFrame = biqqyboi
  206. local jimmy = coroutine.wrap(function()
  207. repeat
  208. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  209. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 55 and not v:FindFirstChild("HeyBigBoi") then
  210. krispy.CFrame = v.CFrame
  211. local intvalue = Instance.new("IntValue",v)
  212. intvalue.Name = "HeyBigBoi"
  213. wait(.05)
  214. end
  215. end
  216. wait(1)
  217. local a1 = math.random(-30,30)
  218. local a2 = math.random(-30,30)
  219. krispy.CFrame = biqqyboi * CFrame.new(a1,1,a2)
  220. until not act6 or act6temp
  221. end)
  222. local jimmy2 = coroutine.wrap(function()
  223. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  224. if v.ClassName == "Tool" then
  225. repeat
  226. v.ClickEvent:FireServer()
  227. wait(.1)
  228. until not act6 or act6temp
  229. end
  230. end
  231. end)
  232. local jimmy3 = coroutine.wrap(function()
  233. repeat
  234. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  235. if v:FindFirstChild("Display") then
  236. if v.Display.Gui.ProgressBar.Size == v.Display.Gui.RedBar.Size or v.Display.Gui.ProgressLabel == player.CoreStats.Pollen.Value.."/"..player.CoreStats.Pollen.Value then
  237. act6temp = true
  238. local biqqyboi = workspace.FlowerZones[e].CFrame
  239. for k,v in pairs(workspace.HivePlatforms:GetChildren()) do
  240. if v.Hive.Value == player.Honeycomb.Value then
  241. local player = game:GetService("Players").LocalPlayer
  242. player.Character:MoveTo(player.SpawnPos.Value.p)
  243. end
  244. wait(.9)
  245. end
  246. krispy.Anchored = true
  247. wait(1)
  248. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  249. repeat wait(.1) until player.CoreStats.Pollen.Value <= 0
  250. wait(5)
  251. krispy.Anchored = false
  252. local a1 = math.random(-15,30)
  253. local a2 = math.random(-30,15)
  254. krispy.CFrame = biqqyboi * CFrame.new(a1,1,a2)
  255. JerMan(krispy,biqqyboi)
  256. act6temp = false
  257. end
  258. end
  259. wait()
  260. end
  261. wait(1)
  262. until not act6
  263. end)
  264. jimmy()
  265. jimmy2()
  266. jimmy3()
  267. end
  268. end)
  269.  
  270. cc.Name = "cc"
  271. cc.Parent = aufarm
  272. cc.BackgroundColor3 = Color3.new(1, 1, 1)
  273. cc.BackgroundTransparency = 1
  274. cc.Size = UDim2.new(1, 0, 1, 0)
  275. cc.Image = "rbxassetid://2851926732"
  276. cc.ImageColor3 = Color3.new(0.215686, 1, 0.607843)
  277. cc.ScaleType = Enum.ScaleType.Slice
  278. cc.SliceCenter = Rect.new(12, 12, 12, 12)
  279.  
  280. ScrollingFrame.Parent = farmmain
  281. ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  282. ScrollingFrame.BorderColor3 = Color3.new(1, 1, 1)
  283. ScrollingFrame.Position = UDim2.new(-0.00476509519, 0, 0.0163018778, 0)
  284. ScrollingFrame.Size = UDim2.new(0, 470, 0, 193)
  285. ScrollingFrame.CanvasPosition = Vector2.new(-0, 205)
  286. ScrollingFrame.ScrollBarThickness = 10
  287.  
  288. Sunflower.Name = "Sunflower"
  289. Sunflower.Parent = ScrollingFrame
  290. Sunflower.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  291. Sunflower.BorderColor3 = Color3.new(1, 1, 1)
  292. Sunflower.Position = UDim2.new(0.0217867345, 0, 0.0124910511, 0)
  293. Sunflower.Size = UDim2.new(0, 137, 0, 35)
  294. Sunflower.Font = Enum.Font.SourceSans
  295. Sunflower.Text = "Sunflower Field"
  296. Sunflower.TextColor3 = Color3.new(1, 1, 1)
  297. Sunflower.TextScaled = true
  298. Sunflower.TextSize = 14
  299. Sunflower.TextStrokeTransparency = 0.5
  300. Sunflower.TextWrapped = true
  301. Sunflower.MouseButton1Click:connect(function()
  302. e = "Sunflower Field"
  303. TextLabel.Text = "Selected Farm : Sunflower Field"
  304. end)
  305.  
  306. Dandelion.Name = "Dandelion"
  307. Dandelion.Parent = ScrollingFrame
  308. Dandelion.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  309. Dandelion.BorderColor3 = Color3.new(1, 1, 1)
  310. Dandelion.Position = UDim2.new(0.353987783, 0, 0.0124910511, 0)
  311. Dandelion.Size = UDim2.new(0, 137, 0, 35)
  312. Dandelion.Font = Enum.Font.SourceSans
  313. Dandelion.Text = "Dandelion Field"
  314. Dandelion.TextColor3 = Color3.new(1, 1, 1)
  315. Dandelion.TextScaled = true
  316. Dandelion.TextSize = 14
  317. Dandelion.TextStrokeTransparency = 0.5
  318. Dandelion.TextWrapped = true
  319. Dandelion.MouseButton1Click:connect(function()
  320. e = "Dandelion Field"
  321. TextLabel.Text = "Selected Farm : Dandelion Field"
  322. end)
  323.  
  324. Clover.Name = "Clover"
  325. Clover.Parent = ScrollingFrame
  326. Clover.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  327. Clover.BorderColor3 = Color3.new(1, 1, 1)
  328. Clover.Position = UDim2.new(0.0220729038, 0, 0.149661526, 0)
  329. Clover.Size = UDim2.new(0, 137, 0, 35)
  330. Clover.Font = Enum.Font.SourceSans
  331. Clover.Text = "Clover Field"
  332. Clover.TextColor3 = Color3.new(1, 1, 1)
  333. Clover.TextScaled = true
  334. Clover.TextSize = 14
  335. Clover.TextStrokeTransparency = 0.5
  336. Clover.TextWrapped = true
  337. Clover.MouseButton1Click:connect(function()
  338. e = "Clover Field"
  339. TextLabel.Text = "Selected Farm : Clover Field"
  340. end)
  341.  
  342. Mushroom.Name = "Mushroom"
  343. Mushroom.Parent = ScrollingFrame
  344. Mushroom.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  345. Mushroom.BorderColor3 = Color3.new(1, 1, 1)
  346. Mushroom.Position = UDim2.new(0.677105904, 0, 0.0124910511, 0)
  347. Mushroom.Size = UDim2.new(0, 137, 0, 35)
  348. Mushroom.Font = Enum.Font.SourceSans
  349. Mushroom.Text = "Mushroom Field"
  350. Mushroom.TextColor3 = Color3.new(1, 1, 1)
  351. Mushroom.TextScaled = true
  352. Mushroom.TextSize = 14
  353. Mushroom.TextStrokeTransparency = 0.5
  354. Mushroom.TextWrapped = true
  355. Mushroom.MouseButton1Click:connect(function()
  356. e = "Mushroom Field"
  357. TextLabel.Text = "Selected Farm : Mushroom Field"
  358. end)
  359.  
  360. BlueFlower.Name = "BlueFlower"
  361. BlueFlower.Parent = ScrollingFrame
  362. BlueFlower.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  363. BlueFlower.BorderColor3 = Color3.new(1, 1, 1)
  364. BlueFlower.Position = UDim2.new(0.351573974, 0, 0.151712805, 0)
  365. BlueFlower.Size = UDim2.new(0, 137, 0, 35)
  366. BlueFlower.Font = Enum.Font.SourceSans
  367. BlueFlower.Text = "Blue Flower Field"
  368. BlueFlower.TextColor3 = Color3.new(1, 1, 1)
  369. BlueFlower.TextScaled = true
  370. BlueFlower.TextSize = 14
  371. BlueFlower.TextStrokeTransparency = 0.5
  372. BlueFlower.TextWrapped = true
  373. BlueFlower.MouseButton1Click:connect(function()
  374. e = "Blue Flower Field"
  375. TextLabel.Text = "Selected Farm : Blue Flower Field"
  376. end)
  377.  
  378. Spider.Name = "Spider"
  379. Spider.Parent = ScrollingFrame
  380. Spider.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  381. Spider.BorderColor3 = Color3.new(1, 1, 1)
  382. Spider.Position = UDim2.new(0.673136711, 0, 0.151712805, 0)
  383. Spider.Size = UDim2.new(0, 137, 0, 35)
  384. Spider.Font = Enum.Font.SourceSans
  385. Spider.Text = "Spider Field"
  386. Spider.TextColor3 = Color3.new(1, 1, 1)
  387. Spider.TextScaled = true
  388. Spider.TextSize = 14
  389. Spider.TextStrokeTransparency = 0.5
  390. Spider.TextWrapped = true
  391. Spider.MouseButton1Click:connect(function()
  392. e = "Spider Field"
  393. TextLabel.Text = "Selected Farm : Spider Field"
  394. end)
  395.  
  396. Strawberry.Name = "Strawberry"
  397. Strawberry.Parent = ScrollingFrame
  398. Strawberry.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  399. Strawberry.BorderColor3 = Color3.new(1, 1, 1)
  400. Strawberry.Position = UDim2.new(0.351860136, 0, 0.302010447, 0)
  401. Strawberry.Size = UDim2.new(0, 137, 0, 35)
  402. Strawberry.Font = Enum.Font.SourceSans
  403. Strawberry.Text = "Strawberry Field"
  404. Strawberry.TextColor3 = Color3.new(1, 1, 1)
  405. Strawberry.TextScaled = true
  406. Strawberry.TextSize = 14
  407. Strawberry.TextStrokeTransparency = 0.5
  408. Strawberry.TextWrapped = true
  409. Strawberry.MouseButton1Click:connect(function()
  410. e = "Strawberry Field"
  411. TextLabel.Text = "Selected Farm : Strawberry Field"
  412. end)
  413.  
  414. Bamboo.Name = "Bamboo"
  415. Bamboo.Parent = ScrollingFrame
  416. Bamboo.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  417. Bamboo.BorderColor3 = Color3.new(1, 1, 1)
  418. Bamboo.Position = UDim2.new(0.0239143949, 0, 0.299959183, 0)
  419. Bamboo.Size = UDim2.new(0, 137, 0, 35)
  420. Bamboo.Font = Enum.Font.SourceSans
  421. Bamboo.Text = "Bamboo Field"
  422. Bamboo.TextColor3 = Color3.new(1, 1, 1)
  423. Bamboo.TextScaled = true
  424. Bamboo.TextSize = 14
  425. Bamboo.TextStrokeTransparency = 0.5
  426. Bamboo.TextWrapped = true
  427. Bamboo.MouseButton1Click:connect(function()
  428. e = "Bamboo Field"
  429. TextLabel.Text = "Selected Farm : Bamboo Field"
  430. end)
  431.  
  432. Pumpkin.Name = "Pumpkin"
  433. Pumpkin.Parent = ScrollingFrame
  434. Pumpkin.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  435. Pumpkin.BorderColor3 = Color3.new(1, 1, 1)
  436. Pumpkin.Position = UDim2.new(0.671009064, 0, 0.444770426, 0)
  437. Pumpkin.Size = UDim2.new(0, 137, 0, 35)
  438. Pumpkin.Font = Enum.Font.SourceSans
  439. Pumpkin.Text = "Pumpkin Patch"
  440. Pumpkin.TextColor3 = Color3.new(1, 1, 1)
  441. Pumpkin.TextScaled = true
  442. Pumpkin.TextSize = 14
  443. Pumpkin.TextStrokeTransparency = 0.5
  444. Pumpkin.TextWrapped = true
  445. Pumpkin.MouseButton1Click:connect(function()
  446. e = "Pumpkin Field"
  447. TextLabel.Text = "Selected Farm : Pumpkin Field"
  448. end)
  449.  
  450. Pineapple.Name = "Pineapple"
  451. Pineapple.Parent = ScrollingFrame
  452. Pineapple.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  453. Pineapple.BorderColor3 = Color3.new(1, 1, 1)
  454. Pineapple.Position = UDim2.new(0.672850668, 0, 0.302010447, 0)
  455. Pineapple.Size = UDim2.new(0, 137, 0, 35)
  456. Pineapple.Font = Enum.Font.SourceSans
  457. Pineapple.Text = "Pineapple Patch"
  458. Pineapple.TextColor3 = Color3.new(1, 1, 1)
  459. Pineapple.TextScaled = true
  460. Pineapple.TextSize = 14
  461. Pineapple.TextStrokeTransparency = 0.5
  462. Pineapple.TextWrapped = true
  463. Pineapple.MouseButton1Click:connect(function()
  464. e = "Pineapple Field"
  465. TextLabel.Text = "Selected Farm : Pineapple Field"
  466. end)
  467.  
  468.  
  469. Stump.Name = "Stump"
  470. Stump.Parent = ScrollingFrame
  471. Stump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  472. Stump.BorderColor3 = Color3.new(1, 1, 1)
  473. Stump.Position = UDim2.new(0.0220729038, 0, 0.443744749, 0)
  474. Stump.Size = UDim2.new(0, 137, 0, 35)
  475. Stump.Font = Enum.Font.SourceSans
  476. Stump.Text = "Stump Field"
  477. Stump.TextColor3 = Color3.new(1, 1, 1)
  478. Stump.TextScaled = true
  479. Stump.TextSize = 14
  480. Stump.TextStrokeTransparency = 0.5
  481. Stump.TextWrapped = true
  482. Stump.MouseButton1Click:connect(function()
  483. e = "Stump Field"
  484. TextLabel.Text = "Selected Farm : Stump Field"
  485. end)
  486.  
  487. Cactus.Name = "Cactus"
  488. Cactus.Parent = ScrollingFrame
  489. Cactus.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  490. Cactus.BorderColor3 = Color3.new(1, 1, 1)
  491. Cactus.Position = UDim2.new(0.351573944, 0, 0.444770426, 0)
  492. Cactus.Size = UDim2.new(0, 137, 0, 35)
  493. Cactus.Font = Enum.Font.SourceSans
  494. Cactus.Text = "Cactus Field"
  495. Cactus.TextColor3 = Color3.new(1, 1, 1)
  496. Cactus.TextScaled = true
  497. Cactus.TextSize = 14
  498. Cactus.TextStrokeTransparency = 0.5
  499. Cactus.TextWrapped = true
  500. Cactus.MouseButton1Click:connect(function()
  501. e = "Cactus Field"
  502. TextLabel.Text = "Selected Farm : Cactus Field"
  503. end)
  504.  
  505. PineTree.Name = "Pine Tree"
  506. PineTree.Parent = ScrollingFrame
  507. PineTree.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  508. PineTree.BorderColor3 = Color3.new(1, 1, 1)
  509. PineTree.Position = UDim2.new(0.0281697176, 0, 0.59404248, 0)
  510. PineTree.Size = UDim2.new(0, 137, 0, 35)
  511. PineTree.Font = Enum.Font.SourceSans
  512. PineTree.Text = "Pine Tree Forest"
  513. PineTree.TextColor3 = Color3.new(1, 1, 1)
  514. PineTree.TextScaled = true
  515. PineTree.TextSize = 14
  516. PineTree.TextStrokeTransparency = 0.5
  517. PineTree.TextWrapped = true
  518. PineTree.MouseButton1Click:connect(function()
  519. e = "PineTree Field"
  520. TextLabel.Text = "Selected Farm : PineTree Field"
  521. end)
  522.  
  523. Rose.Name = "Rose"
  524. Rose.Parent = ScrollingFrame
  525. Rose.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  526. Rose.BorderColor3 = Color3.new(1, 1, 1)
  527. Rose.Position = UDim2.new(0.35611549, 0, 0.596093714, 0)
  528. Rose.Size = UDim2.new(0, 137, 0, 35)
  529. Rose.Font = Enum.Font.SourceSans
  530. Rose.Text = "Rose Field"
  531. Rose.TextColor3 = Color3.new(1, 1, 1)
  532. Rose.TextScaled = true
  533. Rose.TextSize = 14
  534. Rose.TextStrokeTransparency = 0.5
  535. Rose.TextWrapped = true
  536. Rose.MouseButton1Click:connect(function()
  537. e = "Rose Field"
  538. TextLabel.Text = "Selected Farm : Rose Field"
  539. end)
  540.  
  541. Mountain.Name = "Mountain"
  542. Mountain.Parent = ScrollingFrame
  543. Mountain.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  544. Mountain.BorderColor3 = Color3.new(1, 1, 1)
  545. Mountain.Position = UDim2.new(0.674978256, 0, 0.595637619, 0)
  546. Mountain.Size = UDim2.new(0, 137, 0, 35)
  547. Mountain.Font = Enum.Font.SourceSans
  548. Mountain.Text = "Mountain Top Field"
  549. Mountain.TextColor3 = Color3.new(1, 1, 1)
  550. Mountain.TextScaled = true
  551. Mountain.TextSize = 14
  552. Mountain.TextStrokeTransparency = 0.5
  553. Mountain.TextWrapped = true
  554. Mountain.MouseButton1Click:connect(function()
  555. e = "Mountain Top Field"
  556. TextLabel.Text = "Selected Farm : Mountain Top Field"
  557. end)
  558.  
  559. Coconut.Name = "Coconut"
  560. Coconut.Parent = ScrollingFrame
  561. Coconut.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  562. Coconut.BorderColor3 = Color3.new(1, 1, 1)
  563. Coconut.Position = UDim2.new(0.0217867382, 0, 0.746391356, 0)
  564. Coconut.Size = UDim2.new(0, 137, 0, 35)
  565. Coconut.Font = Enum.Font.SourceSans
  566. Coconut.Text = "Coconut Field"
  567. Coconut.TextColor3 = Color3.new(1, 1, 1)
  568. Coconut.TextScaled = true
  569. Coconut.TextSize = 14
  570. Coconut.TextStrokeTransparency = 0.5
  571. Coconut.TextWrapped = true
  572. Coconut.MouseButton1Click:connect(function()
  573. e = "Coconut Field"
  574. TextLabel.Text = "Selected Farm : Coconut Field"
  575. end)
  576.  
  577. Pepper.Name = "Pepper"
  578. Pepper.Parent = ScrollingFrame
  579. Pepper.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  580. Pepper.BorderColor3 = Color3.new(1, 1, 1)
  581. Pepper.Position = UDim2.new(0.34731859, 0, 0.741366208, 0)
  582. Pepper.Size = UDim2.new(0, 137, 0, 35)
  583. Pepper.Font = Enum.Font.SourceSans
  584. Pepper.Text = "Pepper Field"
  585. Pepper.TextColor3 = Color3.new(1, 1, 1)
  586. Pepper.TextScaled = true
  587. Pepper.TextSize = 14
  588. Pepper.TextStrokeTransparency = 0.5
  589. Pepper.TextWrapped = true
  590. Pepper.MouseButton1Click:connect(function()
  591. e = "Pepper Field"
  592. TextLabel.Text = "Selected Farm : Pepper Field"
  593. end)
  594.  
  595.  
  596. Dandelion_2.Name = "Dandelion"
  597. Dandelion_2.Parent = ScrollingFrame
  598. Dandelion_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  599. Dandelion_2.BorderColor3 = Color3.new(1, 1, 1)
  600. Dandelion_2.Position = UDim2.new(-0.267288834, 0, -0.0754486471, 0)
  601. Dandelion_2.Size = UDim2.new(0, 137, 0, 35)
  602. Dandelion_2.Font = Enum.Font.SourceSans
  603. Dandelion_2.Text = "Dandelion Field"
  604. Dandelion_2.TextColor3 = Color3.new(1, 1, 1)
  605. Dandelion_2.TextScaled = true
  606. Dandelion_2.TextSize = 14
  607. Dandelion_2.TextStrokeTransparency = 0.5
  608. Dandelion_2.TextWrapped = true
  609.  
  610. sellauto.Name = "sellauto"
  611. sellauto.Parent = ScrollingFrame
  612. sellauto.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  613. sellauto.BorderColor3 = Color3.new(1, 1, 1)
  614. sellauto.Position = UDim2.new(0.675698698, 0, 0.746391535, 0)
  615. sellauto.Size = UDim2.new(0, 137, 0, 35)
  616. sellauto.Font = Enum.Font.SourceSans
  617. sellauto.Text = "Auto Sell"
  618. sellauto.TextColor3 = Color3.new(1, 1, 1)
  619. sellauto.TextScaled = true
  620. sellauto.TextSize = 14
  621. sellauto.TextStrokeTransparency = 0.5
  622. sellauto.TextWrapped = true
  623.  
  624. TextLabel.Parent = farmmain
  625. TextLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  626. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  627. TextLabel.Position = UDim2.new(0.779607654, 0, 0.56327796, 0)
  628. TextLabel.Size = UDim2.new(0, 132, 0, 38)
  629. TextLabel.Font = Enum.Font.SourceSans
  630. TextLabel.Text = "Selected Farm : No Garden"
  631. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  632. TextLabel.TextScaled = true
  633. TextLabel.TextSize = 14
  634. TextLabel.TextStrokeTransparency = 0.10000000149012
  635. TextLabel.TextWrapped = true
  636.  
  637. drop.Name = "drop"
  638. drop.Parent = farmmain
  639. drop.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  640. drop.BorderColor3 = Color3.new(1, 1, 1)
  641. drop.Position = UDim2.new(0.779980302, 0, 0.301507533, 0)
  642. drop.Size = UDim2.new(0, 131, 0, 38)
  643. drop.ZIndex = 2
  644. drop.Font = Enum.Font.SourceSans
  645. drop.Text = "Drop Weapon"
  646. drop.TextColor3 = Color3.new(1, 1, 1)
  647. drop.TextScaled = true
  648. drop.TextSize = 14
  649. drop.TextStrokeTransparency = 0.5
  650. drop.TextWrapped = true
  651.  
  652. weap.Name = "weap"
  653. weap.Parent = farmmain
  654. weap.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  655. weap.BorderColor3 = Color3.new(1, 1, 1)
  656. weap.Position = UDim2.new(0.779607654, 0, 0.0112767816, 0)
  657. weap.Size = UDim2.new(0, 132, 0, 43)
  658. weap.Font = Enum.Font.SourceSans
  659. weap.Text = ""
  660. weap.TextColor3 = Color3.new(1, 1, 1)
  661. weap.TextScaled = true
  662. weap.TextSize = 14
  663. weap.TextStrokeTransparency = 0.5
  664. weap.TextWrapped = true
  665.  
  666. farm.Name = "farm"
  667. farm.Parent = Frame
  668. farm.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  669. farm.BorderColor3 = Color3.new(1, 1, 1)
  670. farm.Position = UDim2.new(0.0146715837, 0, 0.239382237, 0)
  671. farm.Size = UDim2.new(0, 99, 0, 34)
  672. farm.ZIndex = 2
  673. farm.Font = Enum.Font.SourceSans
  674. farm.Text = "Auto Farm"
  675. farm.TextColor3 = Color3.new(1, 1, 1)
  676. farm.TextScaled = true
  677. farm.TextSize = 14
  678. farm.TextStrokeTransparency = 0.5
  679. farm.TextWrapped = true
  680.  
  681. ExeTras.Name = "ExeTras"
  682. ExeTras.Parent = Frame
  683. ExeTras.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  684. ExeTras.BorderColor3 = Color3.new(1, 1, 1)
  685. ExeTras.Position = UDim2.new(0.0146715837, 0, 0.432432413, 0)
  686. ExeTras.Size = UDim2.new(0, 99, 0, 34)
  687. ExeTras.ZIndex = 2
  688. ExeTras.Font = Enum.Font.SourceSans
  689. ExeTras.Text = "ExeTras"
  690. ExeTras.TextColor3 = Color3.new(1, 1, 1)
  691. ExeTras.TextScaled = true
  692. ExeTras.TextSize = 14
  693. ExeTras.TextStrokeTransparency = 0.5
  694. ExeTras.TextWrapped = true
  695.  
  696. Exetras.Name = "Exetras"
  697. Exetras.Parent = Frame
  698. Exetras.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  699. Exetras.BorderColor3 = Color3.new(1, 1, 1)
  700. Exetras.Position = UDim2.new(0.171428576, 0, 0.189189196, 0)
  701. Exetras.Size = UDim2.new(0, 631, 0, 200)
  702. Exetras.Visible = false
  703.  
  704. ScrollingFrame_2.Parent = Exetras
  705. ScrollingFrame_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  706. ScrollingFrame_2.BorderColor3 = Color3.new(1, 1, 1)
  707. ScrollingFrame_2.Position = UDim2.new(0, 0, 0.0249999985, 0)
  708. ScrollingFrame_2.Size = UDim2.new(0, 512, 0, 190)
  709. ScrollingFrame_2.CanvasSize = UDim2.new(0, 0, 3, 0)
  710. ScrollingFrame_2.ScrollBarThickness = 10
  711.  
  712. BlackBear.Name = "BlackBear"
  713. BlackBear.Parent = ScrollingFrame_2
  714. BlackBear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  715. BlackBear.BorderColor3 = Color3.new(1, 1, 1)
  716. BlackBear.Position = UDim2.new(0.025390625, 0, 0.0166656822, 0)
  717. BlackBear.Size = UDim2.new(0, 94, 0, 34)
  718. BlackBear.Font = Enum.Font.SourceSans
  719. BlackBear.Text = "Black Bear"
  720. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  721. BlackBear.TextScaled = true
  722. BlackBear.TextSize = 14
  723. BlackBear.TextStrokeTransparency = -0
  724. BlackBear.TextWrapped = true
  725.  
  726. MotherBear.Name = "MotherBear"
  727. MotherBear.Parent = ScrollingFrame_2
  728. MotherBear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  729. MotherBear.BorderColor3 = Color3.new(1, 1, 1)
  730. MotherBear.Position = UDim2.new(0.265625, 0, 0.0164681859, 0)
  731. MotherBear.Size = UDim2.new(0, 97, 0, 34)
  732. MotherBear.Font = Enum.Font.SourceSans
  733. MotherBear.Text = "Mother Bear"
  734. MotherBear.TextColor3 = Color3.new(1, 1, 1)
  735. MotherBear.TextScaled = true
  736. MotherBear.TextSize = 14
  737. MotherBear.TextStrokeTransparency = -0
  738. MotherBear.TextWrapped = true
  739.  
  740. BrownBear.Name = "BrownBear"
  741. BrownBear.Parent = ScrollingFrame_2
  742. BrownBear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  743. BrownBear.BorderColor3 = Color3.new(1, 1, 1)
  744. BrownBear.Position = UDim2.new(0.51953125, 0, 0.0166656822, 0)
  745. BrownBear.Size = UDim2.new(0, 99, 0, 34)
  746. BrownBear.Font = Enum.Font.SourceSans
  747. BrownBear.Text = "Brown Bear"
  748. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  749. BrownBear.TextScaled = true
  750. BrownBear.TextSize = 14
  751. BrownBear.TextStrokeTransparency = -0
  752. BrownBear.TextWrapped = true
  753.  
  754. PandaBear.Name = "PandaBear"
  755. PandaBear.Parent = ScrollingFrame_2
  756. PandaBear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  757. PandaBear.BorderColor3 = Color3.new(1, 1, 1)
  758. PandaBear.Position = UDim2.new(0.751953125, 0, 0.0166656822, 0)
  759. PandaBear.Size = UDim2.new(0, 99, 0, 34)
  760. PandaBear.Font = Enum.Font.SourceSans
  761. PandaBear.Text = "Panda Bear"
  762. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  763. PandaBear.TextScaled = true
  764. PandaBear.TextSize = 14
  765. PandaBear.TextStrokeTransparency = -0
  766. PandaBear.TextWrapped = true
  767.  
  768. PolarBear.Name = "PolarBear"
  769. PolarBear.Parent = ScrollingFrame_2
  770. PolarBear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  771. PolarBear.BorderColor3 = Color3.new(1, 1, 1)
  772. PolarBear.Position = UDim2.new(0.26953125, 0, 0.113332346, 0)
  773. PolarBear.Size = UDim2.new(0, 99, 0, 34)
  774. PolarBear.Font = Enum.Font.SourceSans
  775. PolarBear.Text = "Polar Bear"
  776. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  777. PolarBear.TextScaled = true
  778. PolarBear.TextSize = 14
  779. PolarBear.TextStrokeTransparency = -0
  780. PolarBear.TextWrapped = true
  781.  
  782. ScienceBear.Name = "ScienceBear"
  783. ScienceBear.Parent = ScrollingFrame_2
  784. ScienceBear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  785. ScienceBear.BorderColor3 = Color3.new(1, 1, 1)
  786. ScienceBear.Position = UDim2.new(0.025390625, 0, 0.113332346, 0)
  787. ScienceBear.Size = UDim2.new(0, 99, 0, 34)
  788. ScienceBear.Font = Enum.Font.SourceSans
  789. ScienceBear.Text = "Science Bear"
  790. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  791. ScienceBear.TextScaled = true
  792. ScienceBear.TextSize = 14
  793. ScienceBear.TextStrokeTransparency = -0
  794. ScienceBear.TextWrapped = true
  795.  
  796. Frame_2.Parent = ScrollingFrame_2
  797. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  798. Frame_2.Position = UDim2.new(0, 0, 0.441164762, 0)
  799. Frame_2.Size = UDim2.new(0, 500, 0, 3)
  800.  
  801. test.Name = "test"
  802. test.Parent = Frame_2
  803. test.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  804. test.Position = UDim2.new(0, 0, 3.10037231, 0)
  805. test.Size = UDim2.new(0, 500, 0, 350)
  806.  
  807. TextLabel_2.Parent = test
  808. TextLabel_2.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  809. TextLabel_2.Position = UDim2.new(0.305999994, 0, 0, 0)
  810. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  811. TextLabel_2.Font = Enum.Font.SourceSans
  812. TextLabel_2.Text = "TEL FIELD TP"
  813. TextLabel_2.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  814. TextLabel_2.TextScaled = true
  815. TextLabel_2.TextSize = 14
  816. TextLabel_2.TextWrapped = true
  817.  
  818. are1.Name = "are1"
  819. are1.Parent = test
  820. are1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  821. are1.BorderColor3 = Color3.new(1, 1, 1)
  822. are1.Position = UDim2.new(-0.000468757004, 0, 0.201427579, 0)
  823. are1.Size = UDim2.new(0, 99, 0, 34)
  824. are1.Font = Enum.Font.SourceSans
  825. are1.Text = "ARE 1"
  826. are1.TextColor3 = Color3.new(1, 1, 1)
  827. are1.TextScaled = true
  828. are1.TextSize = 14
  829. are1.TextStrokeTransparency = -0
  830. are1.TextWrapped = true
  831.  
  832. are2.Name = "are2"
  833. are2.Parent = test
  834. are2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  835. are2.BorderColor3 = Color3.new(1, 1, 1)
  836. are2.Position = UDim2.new(0.275531232, 0, 0.198570445, 0)
  837. are2.Size = UDim2.new(0, 99, 0, 34)
  838. are2.Font = Enum.Font.SourceSans
  839. are2.Text = "ARE 2"
  840. are2.TextColor3 = Color3.new(1, 1, 1)
  841. are2.TextScaled = true
  842. are2.TextSize = 14
  843. are2.TextStrokeTransparency = -0
  844. are2.TextWrapped = true
  845.  
  846. are3.Name = "are3"
  847. are3.Parent = test
  848. are3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  849. are3.BorderColor3 = Color3.new(1, 1, 1)
  850. are3.Position = UDim2.new(0.531531215, 0, 0.198570445, 0)
  851. are3.Size = UDim2.new(0, 99, 0, 34)
  852. are3.Font = Enum.Font.SourceSans
  853. are3.Text = "ARE3"
  854. are3.TextColor3 = Color3.new(1, 1, 1)
  855. are3.TextScaled = true
  856. are3.TextSize = 14
  857. are3.TextStrokeTransparency = -0
  858. are3.TextWrapped = true
  859.  
  860. are12.Name = "are12"
  861. are12.Parent = are3
  862. are12.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  863. are12.BorderColor3 = Color3.new(1, 1, 1)
  864. are12.Position = UDim2.new(1.20387435, 0, 3.99268794, 0)
  865. are12.Size = UDim2.new(0, 99, 0, 34)
  866. are12.Font = Enum.Font.SourceSans
  867. are12.Text = "ARE 12"
  868. are12.TextColor3 = Color3.new(1, 1, 1)
  869. are12.TextScaled = true
  870. are12.TextSize = 14
  871. are12.TextStrokeTransparency = -0
  872. are12.TextWrapped = true
  873.  
  874. are4.Name = "are4"
  875. are4.Parent = are3
  876. are4.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  877. are4.BorderColor3 = Color3.new(1, 1, 1)
  878. are4.Position = UDim2.new(1.20387471, 0, 0.0220998563, 0)
  879. are4.Size = UDim2.new(0, 99, 0, 34)
  880. are4.Font = Enum.Font.SourceSans
  881. are4.Text = "ARE 4"
  882. are4.TextColor3 = Color3.new(1, 1, 1)
  883. are4.TextScaled = true
  884. are4.TextSize = 14
  885. are4.TextStrokeTransparency = -0
  886. are4.TextWrapped = true
  887.  
  888. are11.Name = "are11"
  889. are11.Parent = are3
  890. are11.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  891. are11.BorderColor3 = Color3.new(1, 1, 1)
  892. are11.Position = UDim2.new(0.00185418129, 0, 3.99268794, 0)
  893. are11.Size = UDim2.new(0, 99, 0, 34)
  894. are11.Font = Enum.Font.SourceSans
  895. are11.Text = "ARE 11"
  896. are11.TextColor3 = Color3.new(1, 1, 1)
  897. are11.TextScaled = true
  898. are11.TextSize = 14
  899. are11.TextStrokeTransparency = -0
  900. are11.TextWrapped = true
  901.  
  902. are5.Name = "are5"
  903. are5.Parent = are3
  904. are5.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  905. are5.BorderColor3 = Color3.new(1, 1, 1)
  906. are5.Position = UDim2.new(-2.69511557, 0, 1.96327639, 0)
  907. are5.Size = UDim2.new(0, 99, 0, 34)
  908. are5.Font = Enum.Font.SourceSans
  909. are5.Text = "ARE 5"
  910. are5.TextColor3 = Color3.new(1, 1, 1)
  911. are5.TextScaled = true
  912. are5.TextSize = 14
  913. are5.TextStrokeTransparency = -0
  914. are5.TextWrapped = true
  915.  
  916. are6.Name = "are6"
  917. are6.Parent = are3
  918. are6.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  919. are6.BorderColor3 = Color3.new(1, 1, 1)
  920. are6.Position = UDim2.new(-1.29107511, 0, 1.96327639, 0)
  921. are6.Size = UDim2.new(0, 99, 0, 34)
  922. are6.Font = Enum.Font.SourceSans
  923. are6.Text = "ARE 6"
  924. are6.TextColor3 = Color3.new(1, 1, 1)
  925. are6.TextScaled = true
  926. are6.TextSize = 14
  927. are6.TextStrokeTransparency = -0
  928. are6.TextWrapped = true
  929.  
  930. are7.Name = "are7"
  931. are7.Parent = are3
  932. are7.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  933. are7.BorderColor3 = Color3.new(1, 1, 1)
  934. are7.Position = UDim2.new(0.00185418129, 0, 1.99268818, 0)
  935. are7.Size = UDim2.new(0, 99, 0, 34)
  936. are7.Font = Enum.Font.SourceSans
  937. are7.Text = "ARE 7"
  938. are7.TextColor3 = Color3.new(1, 1, 1)
  939. are7.TextScaled = true
  940. are7.TextSize = 14
  941. are7.TextStrokeTransparency = -0
  942. are7.TextWrapped = true
  943.  
  944. are8.Name = "are8"
  945. are8.Parent = are3
  946. are8.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  947. are8.BorderColor3 = Color3.new(1, 1, 1)
  948. are8.Position = UDim2.new(1.20387435, 0, 1.99268818, 0)
  949. are8.Size = UDim2.new(0, 99, 0, 34)
  950. are8.Font = Enum.Font.SourceSans
  951. are8.Text = "ARE 8"
  952. are8.TextColor3 = Color3.new(1, 1, 1)
  953. are8.TextScaled = true
  954. are8.TextSize = 14
  955. are8.TextStrokeTransparency = -0
  956. are8.TextWrapped = true
  957.  
  958. are9.Name = "are9"
  959. are9.Parent = are3
  960. are9.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  961. are9.BorderColor3 = Color3.new(1, 1, 1)
  962. are9.Position = UDim2.new(-2.69511557, 0, 3.99268794, 0)
  963. are9.Size = UDim2.new(0, 99, 0, 34)
  964. are9.Font = Enum.Font.SourceSans
  965. are9.Text = "ARE 9"
  966. are9.TextColor3 = Color3.new(1, 1, 1)
  967. are9.TextScaled = true
  968. are9.TextSize = 14
  969. are9.TextStrokeTransparency = -0
  970. are9.TextWrapped = true
  971.  
  972. are10.Name = "are10"
  973. are10.Parent = are3
  974. are10.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  975. are10.BorderColor3 = Color3.new(1, 1, 1)
  976. are10.Position = UDim2.new(-1.29107511, 0, 3.99268794, 0)
  977. are10.Size = UDim2.new(0, 99, 0, 34)
  978. are10.Font = Enum.Font.SourceSans
  979. are10.Text = "ARE 10"
  980. are10.TextColor3 = Color3.new(1, 1, 1)
  981. are10.TextScaled = true
  982. are10.TextSize = 14
  983. are10.TextStrokeTransparency = -0
  984. are10.TextWrapped = true
  985.  
  986. HoneyBee.Name = "HoneyBee"
  987. HoneyBee.Parent = ScrollingFrame_2
  988. HoneyBee.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  989. HoneyBee.BorderColor3 = Color3.new(1, 1, 1)
  990. HoneyBee.Position = UDim2.new(0.51953125, 0, 0.113332346, 0)
  991. HoneyBee.Size = UDim2.new(0, 99, 0, 34)
  992. HoneyBee.Font = Enum.Font.SourceSans
  993. HoneyBee.Text = "Honey Bee"
  994. HoneyBee.TextColor3 = Color3.new(1, 1, 1)
  995. HoneyBee.TextScaled = true
  996. HoneyBee.TextSize = 14
  997. HoneyBee.TextStrokeTransparency = -0
  998. HoneyBee.TextWrapped = true
  999.  
  1000. RileyBee.Name = "RileyBee"
  1001. RileyBee.Parent = ScrollingFrame_2
  1002. RileyBee.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1003. RileyBee.BorderColor3 = Color3.new(1, 1, 1)
  1004. RileyBee.Position = UDim2.new(0.751953125, 0, 0.121665679, 0)
  1005. RileyBee.Size = UDim2.new(0, 99, 0, 34)
  1006. RileyBee.Font = Enum.Font.SourceSans
  1007. RileyBee.Text = "Riley Bee"
  1008. RileyBee.TextColor3 = Color3.new(1, 1, 1)
  1009. RileyBee.TextScaled = true
  1010. RileyBee.TextSize = 14
  1011. RileyBee.TextStrokeTransparency = -0
  1012. RileyBee.TextWrapped = true
  1013.  
  1014. MotherBear_2.Name = "Mother Bear"
  1015. MotherBear_2.Parent = ScrollingFrame_2
  1016. MotherBear_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1017. MotherBear_2.BorderColor3 = Color3.new(1, 1, 1)
  1018. MotherBear_2.Position = UDim2.new(0.025390625, 0, 0.20666568, 0)
  1019. MotherBear_2.Size = UDim2.new(0, 99, 0, 34)
  1020. MotherBear_2.Font = Enum.Font.SourceSans
  1021. MotherBear_2.Text = "Mother Bear"
  1022. MotherBear_2.TextColor3 = Color3.new(1, 1, 1)
  1023. MotherBear_2.TextScaled = true
  1024. MotherBear_2.TextSize = 14
  1025. MotherBear_2.TextStrokeTransparency = -0
  1026. MotherBear_2.TextWrapped = true
  1027.  
  1028. BubbleBeeMan.Name = "Bubble Bee Man"
  1029. BubbleBeeMan.Parent = ScrollingFrame_2
  1030. BubbleBeeMan.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1031. BubbleBeeMan.BorderColor3 = Color3.new(1, 1, 1)
  1032. BubbleBeeMan.Position = UDim2.new(0.26953125, 0, 0.20666568, 0)
  1033. BubbleBeeMan.Size = UDim2.new(0, 99, 0, 34)
  1034. BubbleBeeMan.Font = Enum.Font.SourceSans
  1035. BubbleBeeMan.Text = "Bubble Bee Man"
  1036. BubbleBeeMan.TextColor3 = Color3.new(1, 1, 1)
  1037. BubbleBeeMan.TextScaled = true
  1038. BubbleBeeMan.TextSize = 14
  1039. BubbleBeeMan.TextStrokeTransparency = -0
  1040. BubbleBeeMan.TextWrapped = true
  1041.  
  1042. BubbleBeeMan2.Name = "Bubble Bee Man 2"
  1043. BubbleBeeMan2.Parent = ScrollingFrame_2
  1044. BubbleBeeMan2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1045. BubbleBeeMan2.BorderColor3 = Color3.new(1, 1, 1)
  1046. BubbleBeeMan2.Position = UDim2.new(0.51953125, 0, 0.20666568, 0)
  1047. BubbleBeeMan2.Size = UDim2.new(0, 99, 0, 34)
  1048. BubbleBeeMan2.Font = Enum.Font.SourceSans
  1049. BubbleBeeMan2.Text = "Bubble Bee Man 2"
  1050. BubbleBeeMan2.TextColor3 = Color3.new(1, 1, 1)
  1051. BubbleBeeMan2.TextScaled = true
  1052. BubbleBeeMan2.TextSize = 14
  1053. BubbleBeeMan2.TextStrokeTransparency = -0
  1054. BubbleBeeMan2.TextWrapped = true
  1055.  
  1056. BuckoBee.Name = "Bucko Bee"
  1057. BuckoBee.Parent = ScrollingFrame_2
  1058. BuckoBee.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1059. BuckoBee.BorderColor3 = Color3.new(1, 1, 1)
  1060. BuckoBee.Position = UDim2.new(0.751953125, 0, 0.20666568, 0)
  1061. BuckoBee.Size = UDim2.new(0, 99, 0, 34)
  1062. BuckoBee.Font = Enum.Font.SourceSans
  1063. BuckoBee.Text = "Bucko Bee"
  1064. BuckoBee.TextColor3 = Color3.new(1, 1, 1)
  1065. BuckoBee.TextScaled = true
  1066. BuckoBee.TextSize = 14
  1067. BuckoBee.TextStrokeTransparency = -0
  1068. BuckoBee.TextWrapped = true
  1069.  
  1070. WindShrine.Name = "Wind Shrine"
  1071. WindShrine.Parent = ScrollingFrame_2
  1072. WindShrine.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1073. WindShrine.BorderColor3 = Color3.new(1, 1, 1)
  1074. WindShrine.Position = UDim2.new(0.025390625, 0, 0.289999008, 0)
  1075. WindShrine.Size = UDim2.new(0, 99, 0, 34)
  1076. WindShrine.Font = Enum.Font.SourceSans
  1077. WindShrine.Text = "Wind Shrine"
  1078. WindShrine.TextColor3 = Color3.new(1, 1, 1)
  1079. WindShrine.TextScaled = true
  1080. WindShrine.TextSize = 14
  1081. WindShrine.TextStrokeTransparency = -0
  1082. WindShrine.TextWrapped = true
  1083.  
  1084. SunBear3.Name = "Sun Bear 3"
  1085. SunBear3.Parent = ScrollingFrame_2
  1086. SunBear3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1087. SunBear3.BorderColor3 = Color3.new(1, 1, 1)
  1088. SunBear3.Position = UDim2.new(0.26953125, 0, 0.289999008, 0)
  1089. SunBear3.Size = UDim2.new(0, 99, 0, 34)
  1090. SunBear3.Font = Enum.Font.SourceSans
  1091. SunBear3.Text = "Sun Bear 3"
  1092. SunBear3.TextColor3 = Color3.new(1, 1, 1)
  1093. SunBear3.TextScaled = true
  1094. SunBear3.TextSize = 14
  1095. SunBear3.TextStrokeTransparency = -0
  1096. SunBear3.TextWrapped = true
  1097.  
  1098. SpiritBear.Name = "Spirit Bear"
  1099. SpiritBear.Parent = ScrollingFrame_2
  1100. SpiritBear.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1101. SpiritBear.BorderColor3 = Color3.new(1, 1, 1)
  1102. SpiritBear.Position = UDim2.new(0.51953125, 0, 0.289999008, 0)
  1103. SpiritBear.Size = UDim2.new(0, 99, 0, 34)
  1104. SpiritBear.Font = Enum.Font.SourceSans
  1105. SpiritBear.Text = "Spirit Bear"
  1106. SpiritBear.TextColor3 = Color3.new(1, 1, 1)
  1107. SpiritBear.TextScaled = true
  1108. SpiritBear.TextSize = 14
  1109. SpiritBear.TextStrokeTransparency = -0
  1110. SpiritBear.TextWrapped = true
  1111.  
  1112. Onett.Name = "Onett"
  1113. Onett.Parent = ScrollingFrame_2
  1114. Onett.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1115. Onett.BorderColor3 = Color3.new(1, 1, 1)
  1116. Onett.Position = UDim2.new(0.751953125, 0, 0.289999008, 0)
  1117. Onett.Size = UDim2.new(0, 99, 0, 34)
  1118. Onett.Font = Enum.Font.SourceSans
  1119. Onett.Text = "Onett"
  1120. Onett.TextColor3 = Color3.new(1, 1, 1)
  1121. Onett.TextScaled = true
  1122. Onett.TextSize = 14
  1123. Onett.TextStrokeTransparency = -0
  1124. Onett.TextWrapped = true
  1125.  
  1126. PandaBear_2.Name = "Panda Bear"
  1127. PandaBear_2.Parent = ScrollingFrame_2
  1128. PandaBear_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1129. PandaBear_2.BorderColor3 = Color3.new(1, 1, 1)
  1130. PandaBear_2.Position = UDim2.new(0.390625, 0, 0.376665652, 0)
  1131. PandaBear_2.Size = UDim2.new(0, 99, 0, 34)
  1132. PandaBear_2.Font = Enum.Font.SourceSans
  1133. PandaBear_2.Text = "Panda Bear"
  1134. PandaBear_2.TextColor3 = Color3.new(1, 1, 1)
  1135. PandaBear_2.TextScaled = true
  1136. PandaBear_2.TextSize = 14
  1137. PandaBear_2.TextStrokeTransparency = -0
  1138. PandaBear_2.TextWrapped = true
  1139.  
  1140. telp.Name = "telp"
  1141. telp.Parent = Frame
  1142. telp.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1143. telp.BorderColor3 = Color3.new(1, 1, 1)
  1144. telp.Position = UDim2.new(0.170129865, 0, 0.216216207, 0)
  1145. telp.Size = UDim2.new(0, 606, 0, 185)
  1146. telp.Visible = false
  1147.  
  1148. testtp.Name = "testtp"
  1149. testtp.Parent = telp
  1150. testtp.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1151. testtp.Position = UDim2.new(0.0495049506, 0, 0.518918931, 0)
  1152. testtp.Size = UDim2.new(0, 173, 0, 50)
  1153. testtp.Font = Enum.Font.SourceSans
  1154. testtp.Text = "Tp Player"
  1155. testtp.TextColor3 = Color3.new(0, 0, 0)
  1156. testtp.TextScaled = true
  1157. testtp.TextSize = 14
  1158. testtp.TextWrapped = true
  1159.  
  1160. kadepzai.Name = "kadepzai"
  1161. kadepzai.Parent = telp
  1162. kadepzai.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  1163. kadepzai.Position = UDim2.new(0.0264026411, 0, 0.0972972959, 0)
  1164. kadepzai.Size = UDim2.new(0, 200, 0, 50)
  1165. kadepzai.Font = Enum.Font.SourceSans
  1166. kadepzai.Text = ""
  1167. kadepzai.TextColor3 = Color3.new(0, 0, 0)
  1168. kadepzai.TextSize = 14
  1169.  
  1170. ScrollingFrame_3.Parent = telp
  1171. ScrollingFrame_3.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1172. ScrollingFrame_3.Position = UDim2.new(0.402640283, 0, 0.0162162166, 0)
  1173. ScrollingFrame_3.Size = UDim2.new(0, 342, 0, 179)
  1174.  
  1175. Treat.Name = "Treat"
  1176. Treat.Parent = ScrollingFrame_3
  1177. Treat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1178. Treat.BorderColor3 = Color3.new(1, 1, 1)
  1179. Treat.Position = UDim2.new(0.354301065, 0, 0.168030873, 0)
  1180. Treat.Size = UDim2.new(0, 99, 0, 40)
  1181. Treat.ZIndex = 2
  1182. Treat.Font = Enum.Font.SourceSans
  1183. Treat.Text = "Auto Treat"
  1184. Treat.TextColor3 = Color3.new(1, 1, 1)
  1185. Treat.TextScaled = true
  1186. Treat.TextSize = 14
  1187. Treat.TextStrokeTransparency = 0.5
  1188. Treat.TextWrapped = true
  1189.  
  1190. inf.Name = "inf"
  1191. inf.Parent = ScrollingFrame_3
  1192. inf.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1193. inf.BorderColor3 = Color3.new(1, 1, 1)
  1194. inf.Position = UDim2.new(0.354301125, 0, 0.00857144594, 0)
  1195. inf.Size = UDim2.new(0, 99, 0, 41)
  1196. inf.ZIndex = 2
  1197. inf.Font = Enum.Font.SourceSans
  1198. inf.Text = "Kill Cocount Carb"
  1199. inf.TextColor3 = Color3.new(1, 1, 1)
  1200. inf.TextScaled = true
  1201. inf.TextSize = 14
  1202. inf.TextStrokeTransparency = 0.5
  1203. inf.TextWrapped = true
  1204.  
  1205. killsnl.Name = "killsnl"
  1206. killsnl.Parent = ScrollingFrame_3
  1207. killsnl.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1208. killsnl.BorderColor3 = Color3.new(1, 1, 1)
  1209. killsnl.Position = UDim2.new(-0.0014448557, 0, 0.00806954503, 0)
  1210. killsnl.Size = UDim2.new(0, 99, 0, 38)
  1211. killsnl.ZIndex = 2
  1212. killsnl.Font = Enum.Font.SourceSans
  1213. killsnl.Text = "Kill Snail"
  1214. killsnl.TextColor3 = Color3.new(1, 1, 1)
  1215. killsnl.TextScaled = true
  1216. killsnl.TextSize = 14
  1217. killsnl.TextStrokeTransparency = 0.5
  1218. killsnl.TextWrapped = true
  1219.  
  1220. viciou.Name = "viciou"
  1221. viciou.Parent = ScrollingFrame_3
  1222. viciou.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1223. viciou.BorderColor3 = Color3.new(1, 1, 1)
  1224. viciou.Position = UDim2.new(0.69077599, 0, 0.0145144751, 0)
  1225. viciou.Size = UDim2.new(0, 99, 0, 38)
  1226. viciou.ZIndex = 2
  1227. viciou.Font = Enum.Font.SourceSans
  1228. viciou.Text = "Auto Kill Vicious"
  1229. viciou.TextColor3 = Color3.new(1, 1, 1)
  1230. viciou.TextScaled = true
  1231. viciou.TextSize = 14
  1232. viciou.TextStrokeTransparency = 0.5
  1233. viciou.TextWrapped = true
  1234.  
  1235. Teleport.Name = "Teleport"
  1236. Teleport.Parent = Frame
  1237. Teleport.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  1238. Teleport.BorderColor3 = Color3.new(1, 1, 1)
  1239. Teleport.Position = UDim2.new(0.0146715837, 0, 0.621621609, 0)
  1240. Teleport.Size = UDim2.new(0, 99, 0, 34)
  1241. Teleport.ZIndex = 2
  1242. Teleport.Font = Enum.Font.SourceSans
  1243. Teleport.Text = "Auto Kill"
  1244. Teleport.TextColor3 = Color3.new(1, 1, 1)
  1245. Teleport.TextScaled = true
  1246. Teleport.TextSize = 14
  1247. Teleport.TextStrokeTransparency = 0.5
  1248. Teleport.TextWrapped = true
  1249. -- Scripts:
  1250. function SCRIPT_VFTP82_FAKESCRIPT() -- sellauto.LocalScript
  1251. local script = Instance.new('LocalScript')
  1252. script.Parent = sellauto
  1253. sellauto.MouseButton1Click:Connect(function()
  1254. local player = game:GetService("Players").LocalPlayer
  1255. player.Character:MoveTo(player.SpawnPos.Value.p)
  1256. wait()
  1257. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1258. end)
  1259.  
  1260. end
  1261. coroutine.resume(coroutine.create(SCRIPT_VFTP82_FAKESCRIPT))
  1262. function SCRIPT_EJOC75_FAKESCRIPT() -- drop.LocalScript
  1263. local script = Instance.new('LocalScript')
  1264. script.Parent = drop
  1265. local player = game.Players.LocalPlayer
  1266. script.Parent.MouseButton1Click:Connect(function()
  1267. local CC = game.workspace[player.Name][script.Parent.Parent.weap.Text]
  1268. CC.Parent = game.workspace
  1269. end)
  1270.  
  1271. end
  1272. coroutine.resume(coroutine.create(SCRIPT_EJOC75_FAKESCRIPT))
  1273. function SCRIPT_RDZN68_FAKESCRIPT() -- farm.LocalScript
  1274. local script = Instance.new('LocalScript')
  1275. script.Parent = farm
  1276. local ef = false
  1277. script.Parent.MouseButton1Click:Connect(function()
  1278. if ef == false then
  1279. ef = true
  1280. script.Parent.Parent.farmmain.Visible = true
  1281. script.Parent.Parent.Exetras.Visible = false
  1282. script.Parent.Parent.telp.Visible = false
  1283. else
  1284. ef = false
  1285. script.Parent.Parent.farmmain.Visible = false
  1286. end
  1287. end)
  1288.  
  1289.  
  1290. end
  1291. coroutine.resume(coroutine.create(SCRIPT_RDZN68_FAKESCRIPT))
  1292. function SCRIPT_JRRF74_FAKESCRIPT() -- ExeTras.LocalScript
  1293. local script = Instance.new('LocalScript')
  1294. script.Parent = ExeTras
  1295. local ev = false
  1296. script.Parent.MouseButton1Click:Connect(function()
  1297. if ev == false then
  1298. ev = true
  1299. script.Parent.Parent.Exetras.Visible = true
  1300. script.Parent.Parent.farmmain.Visible = false
  1301. script.Parent.Parent.telp.Visible = false
  1302. else
  1303. ev = false
  1304. script.Parent.Parent.Exetras.Visible = false
  1305. end
  1306. end)
  1307.  
  1308. end
  1309. coroutine.resume(coroutine.create(SCRIPT_JRRF74_FAKESCRIPT))
  1310. function SCRIPT_JZLN88_FAKESCRIPT() -- BlackBear.LocalScript
  1311. local script = Instance.new('LocalScript')
  1312. script.Parent = BlackBear
  1313. script.Parent.MouseButton1Click:Connect(function()
  1314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-258.498108, 5.32464218, 294.497375, 0.12402948, 1.72251227e-08, 0.992278636, 9.21021392e-09, 1, -1.85103808e-08, -0.992278636, 1.14349348e-08, 0.12402948)
  1315. end)
  1316.  
  1317. end
  1318. coroutine.resume(coroutine.create(SCRIPT_JZLN88_FAKESCRIPT))
  1319. function SCRIPT_ANVS81_FAKESCRIPT() -- MotherBear.LocalScript
  1320. local script = Instance.new('LocalScript')
  1321. script.Parent = MotherBear
  1322. script.Parent.MouseButton1Click:Connect(function()
  1323. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-184.116364, 5.46481752, 88.6634445, 0.969231308, -3.79482614e-08, -0.246151716, 1.68290164e-08, 1, -8.79012845e-08, 0.246151716, 8.10541891e-08, 0.969231308)
  1324. end)
  1325.  
  1326. end
  1327. coroutine.resume(coroutine.create(SCRIPT_ANVS81_FAKESCRIPT))
  1328. function SCRIPT_JEHV73_FAKESCRIPT() -- BrownBear.LocalScript
  1329. local script = Instance.new('LocalScript')
  1330. script.Parent = BrownBear
  1331. script.Parent.MouseButton1Click:Connect(function()
  1332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(278.461548, 45.9434319, 236.107101, 0.0193807334, 3.56690899e-09, -0.999812186, 4.4247102e-08, 1, 4.42528147e-09, 0.999812186, -4.43245582e-08, 0.0193807334)
  1333. end)
  1334.  
  1335. end
  1336. coroutine.resume(coroutine.create(SCRIPT_JEHV73_FAKESCRIPT))
  1337. function SCRIPT_YNZU76_FAKESCRIPT() -- PandaBear.LocalScript
  1338. local script = Instance.new('LocalScript')
  1339. script.Parent = PandaBear
  1340. script.Parent.MouseButton1Click:Connect(function()
  1341. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(103.827919, 35.6827812, 50.6071014, -0.999811053, -1.28587408e-06, 0.0194397587, -1.21012272e-06, 1, 3.9084839e-06, -0.0194397587, 3.88422086e-06, -0.999811053)
  1342. end)
  1343.  
  1344. end
  1345. coroutine.resume(coroutine.create(SCRIPT_YNZU76_FAKESCRIPT))
  1346. function SCRIPT_CEIT82_FAKESCRIPT() -- PolarBear.LocalScript
  1347. local script = Instance.new('LocalScript')
  1348. script.Parent = PolarBear
  1349. script.Parent.MouseButton1Click:Connect(function()
  1350. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-106.759, 115.859, -77.427)
  1351. end)
  1352.  
  1353. end
  1354. coroutine.resume(coroutine.create(SCRIPT_CEIT82_FAKESCRIPT))
  1355. function SCRIPT_FNVC68_FAKESCRIPT() -- ScienceBear.LocalScript
  1356. local script = Instance.new('LocalScript')
  1357. script.Parent = ScienceBear
  1358. script.Parent.MouseButton1Click:Connect(function()
  1359. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(268.919, 99.454, 19.522)
  1360. end)
  1361.  
  1362. end
  1363. coroutine.resume(coroutine.create(SCRIPT_FNVC68_FAKESCRIPT))
  1364. function SCRIPT_ZWOX76_FAKESCRIPT() -- are1.LocalScript
  1365. local script = Instance.new('LocalScript')
  1366. script.Parent = are1
  1367. script.Parent.MouseButton1Click:Connect(function()
  1368. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2, 18.372, 14)
  1369. end)
  1370.  
  1371. end
  1372. coroutine.resume(coroutine.create(SCRIPT_ZWOX76_FAKESCRIPT))
  1373. function SCRIPT_JMDJ76_FAKESCRIPT() -- are2.LocalScript
  1374. local script = Instance.new('LocalScript')
  1375. script.Parent = are2
  1376. script.Parent.MouseButton1Click:Connect(function()
  1377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-154, 18.382, 18)
  1378. end)
  1379.  
  1380. end
  1381. coroutine.resume(coroutine.create(SCRIPT_JMDJ76_FAKESCRIPT))
  1382. function SCRIPT_XLFZ89_FAKESCRIPT() -- are3.LocalScript
  1383. local script = Instance.new('LocalScript')
  1384. script.Parent = are3
  1385. script.Parent.MouseButton1Click:Connect(function()
  1386. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(286, 66.38, -190)
  1387. end)
  1388.  
  1389. end
  1390. coroutine.resume(coroutine.create(SCRIPT_XLFZ89_FAKESCRIPT))
  1391. function SCRIPT_ZPWQ90_FAKESCRIPT() -- are12.LocalScript
  1392. local script = Instance.new('LocalScript')
  1393. script.Parent = are12
  1394. script.Parent.MouseButton1Click:Connect(function()
  1395. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-188.875, 70, -144.375)
  1396. end)
  1397.  
  1398. end
  1399. coroutine.resume(coroutine.create(SCRIPT_ZPWQ90_FAKESCRIPT))
  1400. function SCRIPT_UGIL89_FAKESCRIPT() -- are4.LocalScript
  1401. local script = Instance.new('LocalScript')
  1402. script.Parent = are4
  1403. script.Parent.MouseButton1Click:Connect(function()
  1404. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(425.057, 94.426, -176.612)
  1405. end)
  1406.  
  1407. end
  1408. coroutine.resume(coroutine.create(SCRIPT_UGIL89_FAKESCRIPT))
  1409. function SCRIPT_YXBW78_FAKESCRIPT() -- are11.LocalScript
  1410. local script = Instance.new('LocalScript')
  1411. script.Parent = are11
  1412. script.Parent.MouseButton1Click:Connect(function()
  1413. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(118, 174.25, -154)
  1414. end)
  1415.  
  1416. end
  1417. coroutine.resume(coroutine.create(SCRIPT_YXBW78_FAKESCRIPT))
  1418. function SCRIPT_XZFO79_FAKESCRIPT() -- are5.LocalScript
  1419. local script = Instance.new('LocalScript')
  1420. script.Parent = are5
  1421. script.Parent.MouseButton1Click:Connect(function()
  1422. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166, 2.385, 86)
  1423. end)
  1424.  
  1425. end
  1426. coroutine.resume(coroutine.create(SCRIPT_XZFO79_FAKESCRIPT))
  1427. function SCRIPT_PSAX74_FAKESCRIPT() -- are6.LocalScript
  1428. local script = Instance.new('LocalScript')
  1429. script.Parent = are6
  1430. script.Parent.MouseButton1Click:Connect(function()
  1431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-210, 2.25, 170)
  1432. end)
  1433.  
  1434. end
  1435. coroutine.resume(coroutine.create(SCRIPT_PSAX74_FAKESCRIPT))
  1436. function SCRIPT_PTEL78_FAKESCRIPT() -- are7.LocalScript
  1437. local script = Instance.new('LocalScript')
  1438. script.Parent = are7
  1439. script.Parent.MouseButton1Click:Connect(function()
  1440. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-94, 2.201, 138)
  1441. end)
  1442.  
  1443. end
  1444. coroutine.resume(coroutine.create(SCRIPT_PTEL78_FAKESCRIPT))
  1445. function SCRIPT_LNDJ89_FAKESCRIPT() -- are8.LocalScript
  1446. local script = Instance.new('LocalScript')
  1447. script.Parent = are8
  1448. script.Parent.MouseButton1Click:Connect(function()
  1449. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(134, 31.858, 174)
  1450. end)
  1451.  
  1452. end
  1453. coroutine.resume(coroutine.create(SCRIPT_LNDJ89_FAKESCRIPT))
  1454. function SCRIPT_ESDE90_FAKESCRIPT() -- are9.LocalScript
  1455. local script = Instance.new('LocalScript')
  1456. script.Parent = are9
  1457. script.Parent.MouseButton1Click:Connect(function()
  1458. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-298, 18.305, 158)
  1459. end)
  1460.  
  1461. end
  1462. coroutine.resume(coroutine.create(SCRIPT_ESDE90_FAKESCRIPT))
  1463. function SCRIPT_YCVU86_FAKESCRIPT() -- are10.LocalScript
  1464. local script = Instance.new('LocalScript')
  1465. script.Parent = are10
  1466. script.Parent.MouseButton1Click:Connect(function()
  1467. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-278, 69.721, 478)
  1468. end)
  1469.  
  1470. end
  1471. coroutine.resume(coroutine.create(SCRIPT_YCVU86_FAKESCRIPT))
  1472. function SCRIPT_IKLA89_FAKESCRIPT() -- HoneyBee.LocalScript
  1473. local script = Instance.new('LocalScript')
  1474. script.Parent = HoneyBee
  1475. script.Parent.MouseButton1Click:Connect(function()
  1476. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(39.602, 0.99, 85.741)
  1477. end)
  1478.  
  1479. end
  1480. coroutine.resume(coroutine.create(SCRIPT_IKLA89_FAKESCRIPT))
  1481. function SCRIPT_HOCV82_FAKESCRIPT() -- RileyBee.LocalScript
  1482. local script = Instance.new('LocalScript')
  1483. script.Parent = RileyBee
  1484. script.Parent.MouseButton1Click:Connect(function()
  1485. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-361.363, 70.062, 211.836)
  1486. end)
  1487.  
  1488. end
  1489. coroutine.resume(coroutine.create(SCRIPT_HOCV82_FAKESCRIPT))
  1490. function SCRIPT_FHUV90_FAKESCRIPT() -- MotherBear_2.LocalScript
  1491. local script = Instance.new('LocalScript')
  1492. script.Parent = MotherBear_2
  1493. script.Parent.MouseButton1Click:Connect(function()
  1494. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-184.164, 1.952, 87.455)
  1495. end)
  1496.  
  1497. end
  1498. coroutine.resume(coroutine.create(SCRIPT_FHUV90_FAKESCRIPT))
  1499. function SCRIPT_RSAL88_FAKESCRIPT() -- BubbleBeeMan.LocalScript
  1500. local script = Instance.new('LocalScript')
  1501. script.Parent = BubbleBeeMan
  1502. script.Parent.MouseButton1Click:Connect(function()
  1503. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(153.097, 32.043, 24.653)
  1504. end)
  1505.  
  1506. end
  1507. coroutine.resume(coroutine.create(SCRIPT_RSAL88_FAKESCRIPT))
  1508. function SCRIPT_XTTG79_FAKESCRIPT() -- BubbleBeeMan2.LocalScript
  1509. local script = Instance.new('LocalScript')
  1510. script.Parent = BubbleBeeMan2
  1511. script.Parent.MouseButton1Click:Connect(function()
  1512. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(89.607, 308.062, -276.474)
  1513. end)
  1514.  
  1515. end
  1516. coroutine.resume(coroutine.create(SCRIPT_XTTG79_FAKESCRIPT))
  1517. function SCRIPT_NBVP86_FAKESCRIPT() -- BuckoBee.LocalScript
  1518. local script = Instance.new('LocalScript')
  1519. script.Parent = BuckoBee
  1520. script.Parent.MouseButton1Click:Connect(function()
  1521. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(304.896, 58.242, 105.366)
  1522. end)
  1523.  
  1524. end
  1525. coroutine.resume(coroutine.create(SCRIPT_NBVP86_FAKESCRIPT))
  1526. function SCRIPT_QTAU80_FAKESCRIPT() -- WindShrine.LocalScript
  1527. local script = Instance.new('LocalScript')
  1528. script.Parent = WindShrine
  1529. script.Parent.MouseButton1Click:Connect(function()
  1530. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-481.719, 136.762, 411.695)
  1531. end)
  1532.  
  1533. end
  1534. coroutine.resume(coroutine.create(SCRIPT_QTAU80_FAKESCRIPT))
  1535. function SCRIPT_VKAF77_FAKESCRIPT() -- SunBear3.LocalScript
  1536. local script = Instance.new('LocalScript')
  1537. script.Parent = SunBear3
  1538. script.Parent.MouseButton1Click:Connect(function()
  1539. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(25.541, 11.422, 361.245)
  1540. end)
  1541.  
  1542. end
  1543. coroutine.resume(coroutine.create(SCRIPT_VKAF77_FAKESCRIPT))
  1544. function SCRIPT_YKUQ72_FAKESCRIPT() -- SpiritBear.LocalScript
  1545. local script = Instance.new('LocalScript')
  1546. script.Parent = SpiritBear
  1547. script.Parent.MouseButton1Click:Connect(function()
  1548. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-365.503, 94.69, 479.406)
  1549. end)
  1550.  
  1551. end
  1552. coroutine.resume(coroutine.create(SCRIPT_YKUQ72_FAKESCRIPT))
  1553. function SCRIPT_MLJM68_FAKESCRIPT() -- Onett.LocalScript
  1554. local script = Instance.new('LocalScript')
  1555. script.Parent = Onett
  1556. script.Parent.MouseButton1Click:Connect(function()
  1557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9.236, 229.288, -520.799)
  1558. end)
  1559.  
  1560. end
  1561. coroutine.resume(coroutine.create(SCRIPT_MLJM68_FAKESCRIPT))
  1562. function SCRIPT_GNOK71_FAKESCRIPT() -- PandaBear_2.LocalScript
  1563. local script = Instance.new('LocalScript')
  1564. script.Parent = PandaBear_2
  1565. script.Parent.MouseButton1Click:Connect(function()
  1566. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(104.144, 32.17, 48.178)
  1567. end)
  1568.  
  1569. end
  1570. coroutine.resume(coroutine.create(SCRIPT_GNOK71_FAKESCRIPT))
  1571. function SCRIPT_AKTC72_FAKESCRIPT() -- testtp.LocalScript
  1572. local script = Instance.new('LocalScript')
  1573. script.Parent = testtp
  1574. script.Parent.MouseButton1Click:Connect(function()
  1575. local tweenservice = game:GetService("TweenService")
  1576. local plr = game.Players.LocalPlayer
  1577. local info = TweenInfo.new(1) -- change to how long it takes to get to the item (in seconds)
  1578. local item = {}
  1579.  
  1580. for i,v in pairs(game.workspace:GetDescendants()) do
  1581. if string.find(v.Name,kadepzai.Text) then
  1582. item.CFrame = CFrame.new(v.HumanoidRootPart.Position)
  1583. local Tween = tweenservice:Create(plr.Character.HumanoidRootPart, info, item)
  1584. Tween:Play()
  1585. end
  1586. end
  1587. end)
  1588.  
  1589. end
  1590. coroutine.resume(coroutine.create(SCRIPT_AKTC72_FAKESCRIPT))
  1591. function SCRIPT_ITOA70_FAKESCRIPT() -- Treat.LocalScript
  1592. local script = Instance.new('LocalScript')
  1593. script.Parent = Treat
  1594. _G.abc = true
  1595. script.Parent.MouseButton1Click:Connect(function()
  1596. while _G.abc do
  1597. wait()
  1598. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Free Ant Pass Dispenser")
  1599. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Treat Dispenser")
  1600. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Blueberry Dispenser")
  1601. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Strawberry Dispenser")
  1602. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Free Royal Jelly Dispenser")
  1603. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Glue Dispenser")
  1604. end
  1605. end)
  1606.  
  1607. end
  1608. coroutine.resume(coroutine.create(SCRIPT_ITOA70_FAKESCRIPT))
  1609. function SCRIPT_NOPR85_FAKESCRIPT() -- inf.LocalScript
  1610. local script = Instance.new('LocalScript')
  1611. script.Parent = inf
  1612. local nnn = false
  1613. noclip = false
  1614. game:GetService('RunService').Stepped:connect(function()
  1615. if noclip then
  1616. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1617. end
  1618. end)
  1619. plr = game.Players.LocalPlayer
  1620. mouse = plr:GetMouse()
  1621. mouse.KeyDown:connect(function(key)
  1622. if key == "o" then
  1623. noclip = not noclip
  1624. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1625. end
  1626. end)
  1627. script.Parent.MouseButton1Click:Connect(function()
  1628. if nnn == false then
  1629. nnn = true
  1630. noclip = true
  1631. script.Parent.Text = "Kill CoconutCrab : OFF"
  1632. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-256.375092, 112.547897, 500.457794, 0.998952866, -0.0450557806, 0.00794458669, -8.64538929e-09, 0.173648775, 0.98480767, -0.0457508452, -0.98377645, 0.173466951)
  1633. else
  1634. nnn = false
  1635. noclip = false
  1636. script.Parent.Text = "Kill CoconutCrab"
  1637. local player = game:GetService("Players").LocalPlayer
  1638. player.Character:MoveTo(player.SpawnPos.Value.p)
  1639. end
  1640. end)
  1641.  
  1642. end
  1643. coroutine.resume(coroutine.create(SCRIPT_NOPR85_FAKESCRIPT))
  1644. function SCRIPT_SWRL74_FAKESCRIPT() -- killsnl.LocalScript
  1645. local script = Instance.new('LocalScript')
  1646. script.Parent = killsnl
  1647. local vv = false
  1648. noclip = false
  1649. game:GetService('RunService').Stepped:connect(function()
  1650. if noclip then
  1651. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1652. end
  1653. end)
  1654. plr = game.Players.LocalPlayer
  1655. mouse = plr:GetMouse()
  1656. mouse.KeyDown:connect(function(key)
  1657. if key == "o" then
  1658. noclip = not noclip
  1659. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1660. end
  1661. end)
  1662. script.Parent.MouseButton1Click:Connect(function()
  1663. if vv == false then
  1664. vv = true
  1665. noclip = true
  1666. script.Parent.Text = "Kill Snail : OFF"
  1667. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.720367, 118.498062, -175.048325, 0.994920611, -0.0108453045, 0.10007681, 1.09800355e-08, 0.994179249, 0.107738897, -0.100662746, -0.107191645, 0.989129424)
  1668. else
  1669. vv = false
  1670. noclip = false
  1671. script.Parent.Text = "Kill Snail"
  1672. local player = game:GetService("Players").LocalPlayer
  1673. player.Character:MoveTo(player.SpawnPos.Value.p)
  1674. end
  1675. end)
  1676.  
  1677. end
  1678. coroutine.resume(coroutine.create(SCRIPT_SWRL74_FAKESCRIPT))
  1679. function SCRIPT_XXNI84_FAKESCRIPT() -- viciou.LocalScript
  1680. local script = Instance.new('LocalScript')
  1681. script.Parent = viciou
  1682. local eq = false
  1683. noclip = false
  1684. game:GetService('RunService').Stepped:connect(function()
  1685. if noclip then
  1686. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1687. end
  1688. end)
  1689. plr = game.Players.LocalPlayer
  1690. mouse = plr:GetMouse()
  1691. mouse.KeyDown:connect(function(key)
  1692. if key == "o" then
  1693. noclip = not noclip
  1694. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1695. end
  1696. end)
  1697. script.Parent.MouseButton1Click:Connect(function()
  1698. if eq == false then
  1699. eq = true
  1700. _G.KillVice = true
  1701. noclip = true
  1702. script.Parent.Text = "Auto Kill Vicious : OFF"
  1703. while _G.KillVice do
  1704. wait()
  1705. for _,i in pairs(game.workspace.Particles:GetChildren()) do
  1706. if string.find(i.Name,"Waiti") then
  1707. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = i.CFrame
  1708. end
  1709. end
  1710. for _,v in pairs(game.workspace.Monsters:GetChildren()) do
  1711. if string.find(v.Name,"Vici") then
  1712. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Torso.CFrame * CFrame.new(0,13,0)
  1713.  
  1714. end
  1715. end
  1716. for _,r in pairs(game.workspace.Monsters:GetChildren()) do
  1717. if string.find(r.Name,"Gifted") then
  1718. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = r.Torso.CFrame * CFrame.new(0,13,0)
  1719. end
  1720. end
  1721. end
  1722. else
  1723. eq = true
  1724. script.Parent.Text = "Auto Kill Vicious"
  1725. _G.KillVice = false
  1726. noclip = false
  1727. end
  1728. end)
  1729.  
  1730. end
  1731. coroutine.resume(coroutine.create(SCRIPT_XXNI84_FAKESCRIPT))
  1732. function SCRIPT_LJIC67_FAKESCRIPT() -- Teleport.LocalScript
  1733. local script = Instance.new('LocalScript')
  1734. script.Parent = Teleport
  1735. local ed = false
  1736. script.Parent.MouseButton1Click:Connect(function()
  1737. if ed == false then
  1738. ed = true
  1739. script.Parent.Parent.telp.Visible = true
  1740. script.Parent.Parent.farmmain.Visible = false
  1741. script.Parent.Parent.Exetras.Visible = false
  1742. else
  1743. ed = false
  1744. script.Parent.Parent.telp.Visible = false
  1745. end
  1746. end)
  1747.  
  1748. end
  1749. coroutine.resume(coroutine.create(SCRIPT_LJIC67_FAKESCRIPT))
  1750. function SCRIPT_HYOR67_FAKESCRIPT() -- BeeUpdateV2.LocalScript
  1751. local script = Instance.new('LocalScript')
  1752. script.Parent = BeeUpdateV2
  1753. script.Parent.Frame.Active = true
  1754. script.Parent.Frame.Selectable = true
  1755. script.Parent.Frame.Draggable = true
  1756.  
  1757. end
  1758. coroutine.resume(coroutine.create(SCRIPT_HYOR67_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement