Advertisement
tuoidz

Untitled

Apr 19th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.90 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local mouse = player:GetMouse()
  3. local gui = Instance.new("ScreenGui",player.PlayerGui)
  4. local act = false
  5. local act2 = false
  6. local act3 = false
  7. local act4 = false
  8. local act5 = false
  9. local act6 = false
  10. local act6temp = false
  11. local frame = Instance.new("Frame",gui)
  12. frame.BackgroundTransparency = 0.2
  13. frame.BackgroundColor3 = Color3.fromRGB(255,255,255)
  14. frame.BorderColor3 = Color3.fromRGB(155,155,155)
  15. frame.BorderSizePixel = 3
  16. frame.Position = UDim2.new(0.3,0,.3,0)
  17. frame.Size = UDim2.new(.25,0,.65,0)
  18. frame.Active = true
  19. frame.Draggable = true
  20. frame.ClipsDescendants = false
  21. local textl = Instance.new("TextLabel",frame)
  22. textl.BackgroundTransparency = 0
  23. textl.BackgroundColor3 = Color3.fromRGB(255,155,55)
  24. textl.BorderColor3 = Color3.fromRGB(155,55,0)
  25. textl.BorderSizePixel = 3
  26. textl.Position = UDim2.new(0.05,0,.025,0)
  27. textl.Size = UDim2.new(.4,0,.075,0)
  28. textl.TextScaled = true
  29. textl.TextColor3 = Color3.fromRGB(255,255,255)
  30. textl.Text = "Type1"
  31. textl.Font = "Highway"
  32. local text2 = Instance.new("TextLabel",frame)
  33. text2.BackgroundTransparency = 0
  34. text2.BackgroundColor3 = Color3.fromRGB(255,155,55)
  35. text2.BorderColor3 = Color3.fromRGB(155,55,0)
  36. text2.BorderSizePixel = 3
  37. text2.Position = UDim2.new(0.55,0,.025,0)
  38. text2.Size = UDim2.new(.4,0,.075,0)
  39. text2.TextScaled = true
  40. text2.TextColor3 = Color3.fromRGB(255,255,255)
  41. text2.Text = "Type2"
  42. text2.Font = "Highway"
  43. local textbox = Instance.new("TextBox",frame)
  44. textbox.BackgroundTransparency = 0
  45. textbox.BackgroundColor3 = Color3.fromRGB(55,155,255)
  46. textbox.BorderColor3 = Color3.fromRGB(0,55,155)
  47. textbox.BorderSizePixel = 3
  48. textbox.Position = UDim2.new(0.05,0,.125,0)
  49. textbox.Size = UDim2.new(.4,0,.075,0)
  50. textbox.TextScaled = true
  51. textbox.TextColor3 = Color3.fromRGB(255,255,255)
  52. textbox.Font = "Highway"
  53. textbox.Text = "Gift"
  54. textbox.PlaceholderText = "Optional"
  55. local textbox2 = Instance.new("TextBox",frame)
  56. textbox2.BackgroundTransparency = 0
  57. textbox2.BackgroundColor3 = Color3.fromRGB(55,155,255)
  58. textbox2.BorderColor3 = Color3.fromRGB(0,55,155)
  59. textbox2.BorderSizePixel = 3
  60. textbox2.Position = UDim2.new(0.55,0,.125,0)
  61. textbox2.Size = UDim2.new(.4,0,.075,0)
  62. textbox2.TextScaled = true
  63. textbox2.TextColor3 = Color3.fromRGB(255,255,255)
  64. textbox2.Font = "Highway"
  65. textbox2.Text = ""
  66. textbox2.PlaceholderText = "Optional"
  67. local textbox3 = Instance.new("TextBox",frame)
  68. textbox3.BackgroundTransparency = 0
  69. textbox3.BackgroundColor3 = Color3.fromRGB(55,155,255)
  70. textbox3.BorderColor3 = Color3.fromRGB(0,55,155)
  71. textbox3.BorderSizePixel = 3
  72. textbox3.Position = UDim2.new(0.05,0,.9,0)
  73. textbox3.Size = UDim2.new(.2,0,.075,0)
  74. textbox3.TextScaled = true
  75. textbox3.TextColor3 = Color3.fromRGB(255,255,255)
  76. textbox3.Font = "Highway"
  77. textbox3.Text = ""
  78. textbox3.PlaceholderText = "L/R"
  79. local textbox4 = Instance.new("TextBox",frame)
  80. textbox4.BackgroundTransparency = 0
  81. textbox4.BackgroundColor3 = Color3.fromRGB(55,155,255)
  82. textbox4.BorderColor3 = Color3.fromRGB(0,55,155)
  83. textbox4.BorderSizePixel = 3
  84. textbox4.Position = UDim2.new(0.3,0,.9,0)
  85. textbox4.Size = UDim2.new(.2,0,.075,0)
  86. textbox4.TextScaled = true
  87. textbox4.TextColor3 = Color3.fromRGB(255,255,255)
  88. textbox4.Font = "Highway"
  89. textbox4.Text = ""
  90. textbox4.PlaceholderText = "U/D"
  91. local textbutc = Instance.new("TextButton",frame)
  92. textbutc.BackgroundTransparency = 0
  93. textbutc.BackgroundColor3 = Color3.fromRGB(255,55,55)
  94. textbutc.BorderColor3 = Color3.fromRGB(155,0,0)
  95. textbutc.BorderSizePixel = 3
  96. textbutc.Position = UDim2.new(0.925,0,0,0)
  97. textbutc.Size = UDim2.new(.075,0,.075,0)
  98. textbutc.SizeConstraint = "RelativeXX"
  99. textbutc.TextScaled = true
  100. textbutc.TextColor3 = Color3.fromRGB(255,255,255)
  101. textbutc.Font = "Highway"
  102. textbutc.Text = "X"
  103. textbutc.MouseButton1Click:Connect(function()
  104. gui:Remove()
  105. end)
  106. local textbut22 = Instance.new("TextButton",frame)
  107. textbut22.BackgroundTransparency = 0
  108. textbut22.BackgroundColor3 = Color3.fromRGB(55,255,155)
  109. textbut22.BorderColor3 = Color3.fromRGB(0,155,55)
  110. textbut22.BorderSizePixel = 3
  111. textbut22.Position = UDim2.new(0.55,0,.35,0)
  112. textbut22.Size = UDim2.new(.4,0,.075,0)
  113. textbut22.TextScaled = true
  114. textbut22.TextColor3 = Color3.fromRGB(255,255,255)
  115. textbut22.Font = "Highway"
  116. textbut22.Text = "Eggs"
  117. textbut22.MouseButton1Click:Connect(function()
  118. for i = 1,6 do
  119. for a = 1,6 do
  120. local Event = game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg
  121. Event:InvokeServer(i,a,"Diamond",.001)
  122. Event:InvokeServer(i,a,"Gold",.001)
  123. Event:InvokeServer(i,a,"Basic",.001)
  124. end
  125. end
  126. end)
  127. local textbut = Instance.new("TextButton",frame)
  128. textbut.BackgroundTransparency = 0
  129. textbut.BackgroundColor3 = Color3.fromRGB(55,255,155)
  130. textbut.BorderColor3 = Color3.fromRGB(0,155,55)
  131. textbut.BorderSizePixel = 3
  132. textbut.Position = UDim2.new(0.05,0,.35,0)
  133. textbut.Size = UDim2.new(.4,0,.075,0)
  134. textbut.TextScaled = true
  135. textbut.TextColor3 = Color3.fromRGB(255,255,255)
  136. textbut.Font = "Highway"
  137. textbut.Text = "Jelly"
  138. textbut.MouseButton1Click:Connect(function()
  139. if act then
  140. act = false
  141. textbut.Text = "Jelly"
  142. textbut.BackgroundColor3 = Color3.fromRGB(55,255,155)
  143. textbut.BorderColor3 = Color3.fromRGB(0,155,55)
  144. else
  145. textbut.Text = "Stop"
  146. textbut.BackgroundColor3 = Color3.fromRGB(255,55,55)
  147. textbut.BorderColor3 = Color3.fromRGB(155,0,0)
  148. act = true
  149. local lr = tonumber(textbox3.Text)
  150. local ud = tonumber(textbox4.Text)
  151. local TypeOfBee = textbox.Text
  152. local TypeOfBee2 = textbox2.Text
  153. repeat
  154. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lr, ud, "RoyalJelly", 0.001)
  155. until string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee2) or string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee2) or string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee2) or string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee2) or not act
  156. end
  157. end)
  158. local textbutf = Instance.new("TextButton",frame)
  159. textbutf.BackgroundTransparency = 0
  160. textbutf.BackgroundColor3 = Color3.fromRGB(55,255,155)
  161. textbutf.BorderColor3 = Color3.fromRGB(0,155,55)
  162. textbutf.BorderSizePixel = 3
  163. textbutf.Position = UDim2.new(.05,0,.25,0)
  164. textbutf.Size = UDim2.new(.4,0,.075,0)
  165. textbutf.TextScaled = true
  166. textbutf.TextColor3 = Color3.fromRGB(255,255,255)
  167. textbutf.Font = "Highway"
  168. textbutf.Text = "Farm"
  169. textbutf.MouseButton1Click:Connect(function()
  170. if act2 then
  171. act2 = false
  172. textbutf.Text = "Farm"
  173. textbutf.BackgroundColor3 = Color3.fromRGB(55,255,155)
  174. textbutf.BorderColor3 = Color3.fromRGB(0,155,55)
  175. else
  176. act2 = true
  177. textbutf.Text = "Stop"
  178. textbutf.BackgroundColor3 = Color3.fromRGB(255,55,55)
  179. textbutf.BorderColor3 = Color3.fromRGB(155,0,0)
  180. local krispy = player.Character.HumanoidRootPart.CFrame
  181. repeat
  182. for k,v in pairs(workspace.TreasureCollectibles:GetChildren()) do
  183. player.Character.HumanoidRootPart.CFrame = v.CFrame
  184. wait(.1)
  185. end
  186. wait(1)
  187. until not act2
  188. player.Character.HumanoidRootPart.CFrame = krispy
  189. end
  190. end)
  191. local textbutevictegg = Instance.new("TextButton",frame)
  192. textbutevictegg.BackgroundTransparency = 0
  193. textbutevictegg.BackgroundColor3 = Color3.fromRGB(55,255,155)
  194. textbutevictegg.BorderColor3 = Color3.fromRGB(0,155,55)
  195. textbutevictegg.BorderSizePixel = 3
  196. textbutevictegg.Position = UDim2.new(0.55,0,.25,0)
  197. textbutevictegg.Size = UDim2.new(.4,0,.075,0)
  198. textbutevictegg.TextScaled = true
  199. textbutevictegg.TextColor3 = Color3.fromRGB(255,255,255)
  200. textbutevictegg.Font = "Highway"
  201. textbutevictegg.Text = "Evict/Egg"
  202. textbutevictegg.MouseButton1Click:Connect(function()
  203. if act3 then
  204. act3 = false
  205. textbutevictegg.Text = "Evict/Egg"
  206. textbutevictegg.BackgroundColor3 = Color3.fromRGB(55,255,155)
  207. textbutevictegg.BorderColor3 = Color3.fromRGB(0,155,55)
  208. else
  209. textbutevictegg.Text = "Stop"
  210. textbutevictegg.BackgroundColor3 = Color3.fromRGB(255,55,55)
  211. textbutevictegg.BorderColor3 = Color3.fromRGB(155,0,0)
  212. act3 = true
  213. local lr = tonumber(textbox3.Text)
  214. local ud = tonumber(textbox4.Text)
  215. local TypeOfBee = textbox.Text
  216. local TypeOfBee2 = textbox2.Text
  217. repeat
  218. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lr, ud, "Eviction", 0.001)
  219. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lr, ud, "Basic", 0.001)
  220. until string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee2) or string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee2) or string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.TypeName.Text,TypeOfBee2) or string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee) and string.find(game.Players.LocalPlayer.PlayerGui.ScreenGui.BeePopUp.ColorAndRarity.Text,TypeOfBee2) or not act3
  221. end
  222. end)
  223. local textbutcctp = Instance.new("TextButton",frame)
  224. textbutcctp.BackgroundTransparency = 0
  225. textbutcctp.BackgroundColor3 = Color3.fromRGB(55,255,155)
  226. textbutcctp.BorderColor3 = Color3.fromRGB(0,155,55)
  227. textbutcctp.BorderSizePixel = 3
  228. textbutcctp.Position = UDim2.new(0.55,0,.45,0)
  229. textbutcctp.Size = UDim2.new(.4,0,.075,0)
  230. textbutcctp.TextScaled = true
  231. textbutcctp.TextColor3 = Color3.fromRGB(255,255,255)
  232. textbutcctp.Font = "Highway"
  233. textbutcctp.Text = "Ctrl+Click TP"
  234. textbutcctp.MouseButton1Click:Connect(function()
  235. local Plr = game:GetService("Players").LocalPlayer
  236. local Mouse = Plr:GetMouse()
  237. Mouse.Button1Down:connect(function()
  238. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  239. Plr.Character.HumanoidRootPart.CFrame = Mouse.Hit * CFrame.new(0,2,0)
  240. end)
  241. end)
  242. local texthoneyu = Instance.new("TextButton",frame)
  243. texthoneyu.BackgroundTransparency = 0
  244. texthoneyu.BackgroundColor3 = Color3.fromRGB(55,255,155)
  245. texthoneyu.BorderColor3 = Color3.fromRGB(0,155,55)
  246. texthoneyu.BorderSizePixel = 3
  247. texthoneyu.Position = UDim2.new(0.55,0,.55,0)
  248. texthoneyu.Size = UDim2.new(.4,0,.075,0)
  249. texthoneyu.TextScaled = true
  250. texthoneyu.TextColor3 = Color3.fromRGB(255,255,255)
  251. texthoneyu.Font = "Highway"
  252. texthoneyu.Text = "Sell Honey"
  253. texthoneyu.MouseButton1Click:Connect(function()
  254. local krispy = player.Character.HumanoidRootPart
  255. local bigboi = krispy.CFrame
  256. local biqqyboi = workspace.FlowerZones["Mountain Top Field"].CFrame
  257. for k,v in pairs(workspace.HivePlatforms:GetChildren()) do
  258. if v.Hive.Value == player.Honeycomb.Value then
  259. krispy.CFrame = v.Circle.CFrame * CFrame.new(0,3,0)
  260. end
  261. wait()
  262. end
  263. krispy.Anchored = true
  264. wait(2)
  265. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  266. repeat wait(.1) until player.CoreStats.Pollen.Value <= 0
  267. wait(5)
  268. krispy.Anchored = false
  269. krispy.CFrame = bigboi
  270. end)
  271. local textpollen = Instance.new("TextButton",frame)
  272. textpollen.BackgroundTransparency = 0
  273. textpollen.BackgroundColor3 = Color3.fromRGB(55,255,155)
  274. textpollen.BorderColor3 = Color3.fromRGB(0,155,55)
  275. textpollen.BorderSizePixel = 3
  276. textpollen.Position = UDim2.new(0.05,0,.55,0)
  277. textpollen.Size = UDim2.new(.4,0,.075,0)
  278. textpollen.TextScaled = true
  279. textpollen.TextColor3 = Color3.fromRGB(255,255,255)
  280. textpollen.Font = "Highway"
  281. textpollen.Text = "Token Farm"
  282. textpollen.MouseButton1Click:Connect(function()
  283. if act4 then
  284. act4 = false
  285. textpollen.Text = "Token Farm"
  286. textpollen.BackgroundColor3 = Color3.fromRGB(55,255,155)
  287. textpollen.BorderColor3 = Color3.fromRGB(0,155,55)
  288. else
  289. act4 = true
  290. textpollen.Text = "Stop"
  291. textpollen.BackgroundColor3 = Color3.fromRGB(255,55,55)
  292. textpollen.BorderColor3 = Color3.fromRGB(155,0,0)
  293. local krispy = player.Character.HumanoidRootPart
  294. repeat
  295. local bigboi = krispy.CFrame
  296. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  297. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 35 and not v:FindFirstChild("HeyBigBoi") then
  298. krispy.CFrame = v.CFrame
  299. local intvalue = Instance.new("IntValue",v)
  300. intvalue.Name = "HeyBigBoi"
  301. wait(.05)
  302. end
  303. end
  304. wait(.1)
  305. krispy.CFrame = bigboi
  306. until not act4
  307. end
  308. end)
  309. local textspam = Instance.new("TextButton",frame)
  310. textspam.BackgroundTransparency = 0
  311. textspam.BackgroundColor3 = Color3.fromRGB(55,255,155)
  312. textspam.BorderColor3 = Color3.fromRGB(0,155,55)
  313. textspam.BorderSizePixel = 3
  314. textspam.Position = UDim2.new(0.05,0,.65,0)
  315. textspam.Size = UDim2.new(.4,0,.075,0)
  316. textspam.TextScaled = true
  317. textspam.TextColor3 = Color3.fromRGB(255,255,255)
  318. textspam.Font = "Highway"
  319. textspam.Text = "Auto Click"
  320. textspam.MouseButton1Click:Connect(function()
  321. if act5 then
  322. act5 = false
  323. textspam.Text = "Auto Click"
  324. textspam.BackgroundColor3 = Color3.fromRGB(55,255,155)
  325. textspam.BorderColor3 = Color3.fromRGB(0,155,55)
  326. else
  327. act5 = true
  328. textspam.Text = "Stop"
  329. textspam.BackgroundColor3 = Color3.fromRGB(255,55,55)
  330. textspam.BorderColor3 = Color3.fromRGB(155,0,0)
  331. local krispy = player.Character.HumanoidRootPart
  332. local bigboi = krispy.CFrame
  333. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  334. if v.ClassName == "Tool" then
  335. repeat
  336. v.ClickEvent:FireServer()
  337. wait(.1)
  338. until not act5
  339. end
  340. end
  341. end
  342. end)
  343. local function JerMan(krispy,biqqyboi)
  344. local jimmy = coroutine.wrap(function()
  345. repeat
  346. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  347. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 55 and not v:FindFirstChild("HeyBigBoi") then
  348. krispy.CFrame = v.CFrame
  349. local intvalue = Instance.new("IntValue",v)
  350. intvalue.Name = "HeyBigBoi"
  351. wait(.05)
  352. end
  353. end
  354. wait(.1)
  355. local a1 = math.random(-15,15)
  356. local a2 = math.random(-15,15)
  357. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  358. until not act6 or act6temp
  359. end)
  360. local jimmy2 = coroutine.wrap(function()
  361. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  362. if v.ClassName == "Tool" then
  363. repeat
  364. v.ClickEvent:FireServer()
  365. wait(.1)
  366. until not act6 or act6temp
  367. end
  368. end
  369. end)
  370. jimmy()
  371. jimmy2()
  372. end
  373. local textauto = Instance.new("TextButton",frame)
  374. textauto.BackgroundTransparency = 0
  375. textauto.BackgroundColor3 = Color3.fromRGB(55,255,155)
  376. textauto.BorderColor3 = Color3.fromRGB(0,155,55)
  377. textauto.BorderSizePixel = 3
  378. textauto.Position = UDim2.new(0.55,0,.65,0)
  379. textauto.Size = UDim2.new(.4,0,.075,0)
  380. textauto.TextScaled = true
  381. textauto.TextColor3 = Color3.fromRGB(255,255,255)
  382. textauto.Font = "Highway"
  383. textauto.Text = "Auto Farm"
  384. textauto.MouseButton1Click:Connect(function()
  385. if act6 then
  386. act6 = false
  387. textauto.Text = "Auto Farm"
  388. textauto.BackgroundColor3 = Color3.fromRGB(55,255,155)
  389. textauto.BorderColor3 = Color3.fromRGB(0,155,55)
  390. else
  391. act6 = true
  392. textauto.Text = "Stop"
  393. textauto.BackgroundColor3 = Color3.fromRGB(255,55,55)
  394. textauto.BorderColor3 = Color3.fromRGB(155,0,0)
  395. local krispy = player.Character.HumanoidRootPart
  396. local bigboi = krispy.CFrame
  397. local biqqyboi = workspace.FlowerZones["Mountain Top Field"].CFrame
  398. krispy.CFrame = biqqyboi
  399. local jimmy = coroutine.wrap(function()
  400. repeat
  401. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  402. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 55 and not v:FindFirstChild("HeyBigBoi") then
  403. krispy.CFrame = v.CFrame
  404. local intvalue = Instance.new("IntValue",v)
  405. intvalue.Name = "HeyBigBoi"
  406. wait(.05)
  407. end
  408. end
  409. wait(.1)
  410. local a1 = math.random(-15,15)
  411. local a2 = math.random(-15,15)
  412. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  413. until not act6 or act6temp
  414. end)
  415. local jimmy2 = coroutine.wrap(function()
  416. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  417. if v.ClassName == "Tool" then
  418. repeat
  419. v.ClickEvent:FireServer()
  420. wait(.1)
  421. until not act6 or act6temp
  422. end
  423. end
  424. end)
  425. local jimmy3 = coroutine.wrap(function()
  426. repeat
  427. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  428. if v:FindFirstChild("Display") then
  429. if v.Display.Gui.ProgressBar.Size == v.Display.Gui.RedBar.Size or v.Display.Gui.ProgressLabel == player.leaderstats.Pollen.Value.."/"..player.leaderstats.Pollen.Value then
  430. act6temp = true
  431. local biqqyboi = workspace.FlowerZones["Mountain Top Field"].CFrame
  432. for k,v in pairs(workspace.HivePlatforms:GetChildren()) do
  433. if v.Hive.Value == player.Honeycomb.Value then
  434. krispy.CFrame = v.Circle.CFrame * CFrame.new(0,3,0)
  435. end
  436. wait()
  437. end
  438. krispy.Anchored = true
  439. wait(2)
  440. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  441. repeat wait(.1) until player.leaderstats.Pollen.Value <= 0
  442. wait(10)
  443. krispy.Anchored = false
  444. local a1 = math.random(-15,15)
  445. local a2 = math.random(-15,15)
  446. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  447. JerMan(krispy,biqqyboi)
  448. act6temp = false
  449. end
  450. end
  451. wait()
  452. end
  453. wait(1)
  454. until not act6
  455. end)
  456. jimmy()
  457. jimmy2()
  458. jimmy3()
  459. end
  460. end)
  461. local textbutea = Instance.new("TextButton",frame)
  462. textbutea.BackgroundTransparency = 0
  463. textbutea.BackgroundColor3 = Color3.fromRGB(55,255,155)
  464. textbutea.BorderColor3 = Color3.fromRGB(0,155,55)
  465. textbutea.BorderSizePixel = 3
  466. textbutea.Position = UDim2.new(0.05,0,.45,0)
  467. textbutea.Size = UDim2.new(.4,0,.075,0)
  468. textbutea.TextScaled = true
  469. textbutea.TextColor3 = Color3.fromRGB(255,255,255)
  470. textbutea.Font = "Highway"
  471. textbutea.Text = "Evict All"
  472. textbutea.MouseButton1Click:Connect(function()
  473. for i = 1,6 do
  474. for a = 1,6 do
  475. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(i, a, "Eviction", 0.001)
  476. end
  477. end
  478. end)
  479. local uiscaletext = Instance.new("TextBox",frame)
  480. uiscaletext.BackgroundTransparency = 0
  481. uiscaletext.BackgroundColor3 = Color3.fromRGB(55,155,255)
  482. uiscaletext.BorderColor3 = Color3.fromRGB(0,55,155)
  483. uiscaletext.BorderSizePixel = 3
  484. uiscaletext.Position = UDim2.new(0.75,0,.9,0)
  485. uiscaletext.Size = UDim2.new(.2,0,.075,0)
  486. uiscaletext.TextScaled = true
  487. uiscaletext.TextColor3 = Color3.fromRGB(255,255,255)
  488. uiscaletext.Font = "Highway"
  489. uiscaletext.Text = ".75"
  490. uiscaletext.PlaceholderText = "UIScale"
  491. local ui = Instance.new("UIScale",frame)
  492. ui.Scale = .75
  493. uiscaletext.Changed:Connect(function()
  494. if uiscaletext.Text == "" then
  495. elseif tonumber(uiscaletext.Text) > 1.5 then
  496. ui.Scale = 1.5
  497. else
  498. ui.Scale = tonumber(uiscaletext.Text)
  499. end
  500. end)
  501. uiscaletext.Text = ".75"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement