nguyenminhnghia

Untitled

Mar 1st, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.94 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.leaderstats.Pollen.Value <= 0
  267. wait(10)
  268. krispy.Anchored = false
  269. wait(10)
  270. krispy.Anchored = false
  271. krispy.CFrame = bigboi
  272. end)
  273. local textpollen = Instance.new("TextButton",frame)
  274. textpollen.BackgroundTransparency = 0
  275. textpollen.BackgroundColor3 = Color3.fromRGB(55,255,155)
  276. textpollen.BorderColor3 = Color3.fromRGB(0,155,55)
  277. textpollen.BorderSizePixel = 3
  278. textpollen.Position = UDim2.new(0.05,0,.55,0)
  279. textpollen.Size = UDim2.new(.4,0,.075,0)
  280. textpollen.TextScaled = true
  281. textpollen.TextColor3 = Color3.fromRGB(255,255,255)
  282. textpollen.Font = "Highway"
  283. textpollen.Text = "Token Farm"
  284. textpollen.MouseButton1Click:Connect(function()
  285. if act4 then
  286. act4 = false
  287. textpollen.Text = "Token Farm"
  288. textpollen.BackgroundColor3 = Color3.fromRGB(55,255,155)
  289. textpollen.BorderColor3 = Color3.fromRGB(0,155,55)
  290. else
  291. act4 = true
  292. textpollen.Text = "Stop"
  293. textpollen.BackgroundColor3 = Color3.fromRGB(255,55,55)
  294. textpollen.BorderColor3 = Color3.fromRGB(155,0,0)
  295. local krispy = player.Character.HumanoidRootPart
  296. repeat
  297. local bigboi = krispy.CFrame
  298. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  299. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 35 and not v:FindFirstChild("HeyBigBoi") then
  300. krispy.CFrame = v.CFrame
  301. local intvalue = Instance.new("IntValue",v)
  302. intvalue.Name = "HeyBigBoi"
  303. wait(.05)
  304. end
  305. end
  306. wait(.1)
  307. krispy.CFrame = bigboi
  308. until not act4
  309. end
  310. end)
  311. local textspam = Instance.new("TextButton",frame)
  312. textspam.BackgroundTransparency = 0
  313. textspam.BackgroundColor3 = Color3.fromRGB(55,255,155)
  314. textspam.BorderColor3 = Color3.fromRGB(0,155,55)
  315. textspam.BorderSizePixel = 3
  316. textspam.Position = UDim2.new(0.05,0,.65,0)
  317. textspam.Size = UDim2.new(.4,0,.075,0)
  318. textspam.TextScaled = true
  319. textspam.TextColor3 = Color3.fromRGB(255,255,255)
  320. textspam.Font = "Highway"
  321. textspam.Text = "Auto Click"
  322. textspam.MouseButton1Click:Connect(function()
  323. if act5 then
  324. act5 = false
  325. textspam.Text = "Auto Click"
  326. textspam.BackgroundColor3 = Color3.fromRGB(55,255,155)
  327. textspam.BorderColor3 = Color3.fromRGB(0,155,55)
  328. else
  329. act5 = true
  330. textspam.Text = "Stop"
  331. textspam.BackgroundColor3 = Color3.fromRGB(255,55,55)
  332. textspam.BorderColor3 = Color3.fromRGB(155,0,0)
  333. local krispy = player.Character.HumanoidRootPart
  334. local bigboi = krispy.CFrame
  335. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  336. if v.ClassName == "Tool" then
  337. repeat
  338. v.ClickEvent:FireServer()
  339. wait(.1)
  340. until not act5
  341. end
  342. end
  343. end
  344. end)
  345. local function JerMan(krispy,biqqyboi)
  346. local jimmy = coroutine.wrap(function()
  347. repeat
  348. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  349. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 55 and not v:FindFirstChild("HeyBigBoi") then
  350. krispy.CFrame = v.CFrame
  351. local intvalue = Instance.new("IntValue",v)
  352. intvalue.Name = "HeyBigBoi"
  353. wait(.05)
  354. end
  355. end
  356. wait(.1)
  357. local a1 = math.random(-15,15)
  358. local a2 = math.random(-15,15)
  359. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  360. until not act6 or act6temp
  361. end)
  362. local jimmy2 = coroutine.wrap(function()
  363. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  364. if v.ClassName == "Tool" then
  365. repeat
  366. v.ClickEvent:FireServer()
  367. wait(.1)
  368. until not act6 or act6temp
  369. end
  370. end
  371. end)
  372. jimmy()
  373. jimmy2()
  374. end
  375. local textauto = Instance.new("TextButton",frame)
  376. textauto.BackgroundTransparency = 0
  377. textauto.BackgroundColor3 = Color3.fromRGB(55,255,155)
  378. textauto.BorderColor3 = Color3.fromRGB(0,155,55)
  379. textauto.BorderSizePixel = 3
  380. textauto.Position = UDim2.new(0.55,0,.65,0)
  381. textauto.Size = UDim2.new(.4,0,.075,0)
  382. textauto.TextScaled = true
  383. textauto.TextColor3 = Color3.fromRGB(255,255,255)
  384. textauto.Font = "Highway"
  385. textauto.Text = "Auto Farm"
  386. textauto.MouseButton1Click:Connect(function()
  387. if act6 then
  388. act6 = false
  389. textauto.Text = "Auto Farm"
  390. textauto.BackgroundColor3 = Color3.fromRGB(55,255,155)
  391. textauto.BorderColor3 = Color3.fromRGB(0,155,55)
  392. else
  393. act6 = true
  394. textauto.Text = "Stop"
  395. textauto.BackgroundColor3 = Color3.fromRGB(255,55,55)
  396. textauto.BorderColor3 = Color3.fromRGB(155,0,0)
  397. local krispy = player.Character.HumanoidRootPart
  398. local bigboi = krispy.CFrame
  399. local biqqyboi = workspace.FlowerZones["Mountain Top Field"].CFrame
  400. krispy.CFrame = biqqyboi
  401. local jimmy = coroutine.wrap(function()
  402. repeat
  403. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  404. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 55 and not v:FindFirstChild("HeyBigBoi") then
  405. krispy.CFrame = v.CFrame
  406. local intvalue = Instance.new("IntValue",v)
  407. intvalue.Name = "HeyBigBoi"
  408. wait(.05)
  409. end
  410. end
  411. wait(.1)
  412. local a1 = math.random(-15,15)
  413. local a2 = math.random(-15,15)
  414. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  415. until not act6 or act6temp
  416. end)
  417. local jimmy2 = coroutine.wrap(function()
  418. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  419. if v.ClassName == "Tool" then
  420. repeat
  421. v.ClickEvent:FireServer()
  422. wait(.1)
  423. until not act6 or act6temp
  424. end
  425. end
  426. end)
  427. local jimmy3 = coroutine.wrap(function()
  428. repeat
  429. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  430. if v:FindFirstChild("Display") then
  431. 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
  432. act6temp = true
  433. local biqqyboi = workspace.FlowerZones["Mountain Top Field"].CFrame
  434. for k,v in pairs(workspace.HivePlatforms:GetChildren()) do
  435. if v.Hive.Value == player.Honeycomb.Value then
  436. krispy.CFrame = v.Circle.CFrame * CFrame.new(0,3,0)
  437. end
  438. wait()
  439. end
  440. krispy.Anchored = true
  441. wait(2)
  442. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  443. repeat wait(.1) until player.leaderstats.Pollen.Value <= 0
  444. wait(10)
  445. krispy.Anchored = false
  446. local a1 = math.random(-15,15)
  447. local a2 = math.random(-15,15)
  448. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  449. JerMan(krispy,biqqyboi)
  450. act6temp = false
  451. end
  452. end
  453. wait()
  454. end
  455. wait(1)
  456. until not act6
  457. end)
  458. jimmy()
  459. jimmy2()
  460. jimmy3()
  461. end
  462. end)
  463. local textbutea = Instance.new("TextButton",frame)
  464. textbutea.BackgroundTransparency = 0
  465. textbutea.BackgroundColor3 = Color3.fromRGB(55,255,155)
  466. textbutea.BorderColor3 = Color3.fromRGB(0,155,55)
  467. textbutea.BorderSizePixel = 3
  468. textbutea.Position = UDim2.new(0.05,0,.45,0)
  469. textbutea.Size = UDim2.new(.4,0,.075,0)
  470. textbutea.TextScaled = true
  471. textbutea.TextColor3 = Color3.fromRGB(255,255,255)
  472. textbutea.Font = "Highway"
  473. textbutea.Text = "Evict All"
  474. textbutea.MouseButton1Click:Connect(function()
  475. for i = 1,6 do
  476. for a = 1,6 do
  477. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(i, a, "Eviction", 0.001)
  478. end
  479. end
  480. end)
  481. local uiscaletext = Instance.new("TextBox",frame)
  482. uiscaletext.BackgroundTransparency = 0
  483. uiscaletext.BackgroundColor3 = Color3.fromRGB(55,155,255)
  484. uiscaletext.BorderColor3 = Color3.fromRGB(0,55,155)
  485. uiscaletext.BorderSizePixel = 3
  486. uiscaletext.Position = UDim2.new(0.75,0,.9,0)
  487. uiscaletext.Size = UDim2.new(.2,0,.075,0)
  488. uiscaletext.TextScaled = true
  489. uiscaletext.TextColor3 = Color3.fromRGB(255,255,255)
  490. uiscaletext.Font = "Highway"
  491. uiscaletext.Text = ".75"
  492. uiscaletext.PlaceholderText = "UIScale"
  493. local ui = Instance.new("UIScale",frame)
  494. ui.Scale = .75
  495. uiscaletext.Changed:Connect(function()
  496. if uiscaletext.Text == "" then
  497. elseif tonumber(uiscaletext.Text) > 1.5 then
  498. ui.Scale = 1.5
  499. else
  500. ui.Scale = tonumber(uiscaletext.Text)
  501. end
  502. end)
  503. uiscaletext.Text = ".75"
Add Comment
Please, Sign In to add comment