· 7 years ago · Sep 09, 2018, 10:34 AM
1-- Farewell Infortality.
2-- Version: 2.82
3-- Instances:
4local PureHub = Instance.new("ScreenGui")
5local Login = Instance.new("Frame")
6local login = Instance.new("TextButton")
7local purehub = Instance.new("TextLabel")
8local cross = Instance.new("Frame")
9local CloseButton = Instance.new("TextButton")
10local whitelistvalid = Instance.new("Frame")
11local Valid = Instance.new("TextLabel")
12local whitelistinvalid = Instance.new("Frame")
13local invalid = Instance.new("TextLabel")
14local MainHub = Instance.new("Frame")
15local Close = Instance.new("TextButton")
16local Hub = Instance.new("TextLabel")
17local Pure = Instance.new("TextLabel")
18local ScriptOpen = Instance.new("ImageButton")
19local DiscordOpen = Instance.new("ImageButton")
20local CreditOpen = Instance.new("ImageButton")
21local TextLabel = Instance.new("TextLabel")
22local TextLabel_2 = Instance.new("TextLabel")
23local TextLabel_3 = Instance.new("TextLabel")
24local Discord = Instance.new("Frame")
25local link = Instance.new("TextLabel")
26local Close_2 = Instance.new("TextButton")
27local reopen = Instance.new("Frame")
28local OpenPh = Instance.new("TextButton")
29local ScriptHubPage1 = Instance.new("Frame")
30local Title = Instance.new("TextLabel")
31local Title2 = Instance.new("TextLabel")
32local Filler = Instance.new("Frame")
33local CloseButton_2 = Instance.new("TextButton")
34local Channel = Instance.new("TextLabel")
35local DesSim = Instance.new("ImageButton")
36local name1 = Instance.new("TextButton")
37local name9 = Instance.new("TextButton")
38local BeeSim = Instance.new("ImageButton")
39local More = Instance.new("ImageButton")
40local name3 = Instance.new("TextButton")
41local PetSim = Instance.new("ImageButton")
42local MurderMys = Instance.new("ImageButton")
43local CloneTycoon = Instance.new("ImageButton")
44local name4 = Instance.new("TextButton")
45local name5 = Instance.new("TextButton")
46local name6 = Instance.new("TextButton")
47local Admins = Instance.new("ImageButton")
48local name7 = Instance.new("TextButton")
49local Animations = Instance.new("ImageButton")
50local name8 = Instance.new("TextButton")
51local BeeSwarmSim = Instance.new("Frame")
52local LuckyGui = Instance.new("TextButton")
53local exit4 = Instance.new("TextButton")
54local Murder = Instance.new("Frame")
55local MurderGui = Instance.new("TextButton")
56local exit4_2 = Instance.new("TextButton")
57local DestructionSim = Instance.new("Frame")
58local NoReload = Instance.new("TextButton")
59local AutoSell = Instance.new("TextButton")
60local exit4_3 = Instance.new("TextButton")
61local CloneTycoon2 = Instance.new("Frame")
62local Gem = Instance.new("TextButton")
63local Cash = Instance.new("TextButton")
64local exit4_4 = Instance.new("TextButton")
65--Properties:
66PureHub.Name = "PureHub"
67PureHub.Parent = game.Players.LocalPlayer.PlayerGui
68
69Login.Name = "Login"
70Login.Parent = PureHub
71Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
72Login.BorderColor3 = Color3.new(0, 0, 0)
73Login.BorderSizePixel = 5
74Login.Position = UDim2.new(0.448540747, 0, 0.435207784, 0)
75Login.Size = UDim2.new(0, 133, 0, 105)
76Login.Visible = false
77
78login.Name = "login"
79login.Parent = Login
80login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
81login.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
82login.Position = UDim2.new(0.0773524642, 0, 0.447619081, 0)
83login.Size = UDim2.new(0, 112, 0, 50)
84login.Font = Enum.Font.SourceSans
85login.Text = "Login"
86login.TextColor3 = Color3.new(1, 1, 1)
87login.TextScaled = true
88login.TextSize = 14
89login.TextWrapped = true
90
91purehub.Name = "purehub"
92purehub.Parent = Login
93purehub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
94purehub.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
95purehub.BorderSizePixel = 0
96purehub.Size = UDim2.new(0, 133, 0, 47)
97purehub.Font = Enum.Font.SourceSans
98purehub.Text = "PureHub"
99purehub.TextColor3 = Color3.new(1, 1, 1)
100purehub.TextScaled = true
101purehub.TextSize = 14
102purehub.TextWrapped = true
103
104cross.Name = "cross"
105cross.Parent = Login
106cross.BackgroundColor3 = Color3.new(0, 0, 0)
107cross.BorderColor3 = Color3.new(0, 0, 0)
108cross.Position = UDim2.new(0, 0, 0.485714287, 0)
109cross.Size = UDim2.new(0, 133, 0, 3)
110
111CloseButton.Name = "CloseButton"
112CloseButton.Parent = Login
113CloseButton.Active = false
114CloseButton.BackgroundColor3 = Color3.new(0, 0, 0)
115CloseButton.BorderColor3 = Color3.new(0, 0, 0)
116CloseButton.BorderSizePixel = 0
117CloseButton.Position = UDim2.new(0.917293251, 0, -0.161904767, 0)
118CloseButton.Selectable = false
119CloseButton.Size = UDim2.new(0, 25, 0, 25)
120CloseButton.Font = Enum.Font.SourceSans
121CloseButton.Text = "X"
122CloseButton.TextColor3 = Color3.new(0.85098, 0.85098, 0)
123CloseButton.TextScaled = true
124CloseButton.TextSize = 14
125CloseButton.TextWrapped = true
126
127whitelistvalid.Name = "whitelistvalid"
128whitelistvalid.Parent = PureHub
129whitelistvalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
130whitelistvalid.BorderColor3 = Color3.new(0, 0, 0)
131whitelistvalid.BorderSizePixel = 5
132whitelistvalid.Position = UDim2.new(0.399385571, 0, 0.427872896, 0)
133whitelistvalid.Size = UDim2.new(0, 261, 0, 116)
134whitelistvalid.Visible = false
135
136Valid.Name = "Valid"
137Valid.Parent = whitelistvalid
138Valid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
139Valid.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
140Valid.Position = UDim2.new(0, 0, 0.120689653, 0)
141Valid.Size = UDim2.new(0, 261, 0, 87)
142Valid.Font = Enum.Font.SourceSans
143Valid.Text = "Whitelist Valid Please Wait..."
144Valid.TextColor3 = Color3.new(1, 1, 1)
145Valid.TextScaled = true
146Valid.TextSize = 14
147Valid.TextWrapped = true
148
149whitelistinvalid.Name = "whitelistinvalid"
150whitelistinvalid.Parent = PureHub
151whitelistinvalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
152whitelistinvalid.BorderColor3 = Color3.new(0, 0, 0)
153whitelistinvalid.BorderSizePixel = 5
154whitelistinvalid.Position = UDim2.new(0.399385571, 0, 0.429095387, 0)
155whitelistinvalid.Size = UDim2.new(0, 261, 0, 116)
156whitelistinvalid.Visible = false
157
158invalid.Name = "invalid"
159invalid.Parent = whitelistinvalid
160invalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
161invalid.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
162invalid.Position = UDim2.new(0, 0, 0.120689653, 0)
163invalid.Size = UDim2.new(0, 261, 0, 87)
164invalid.Font = Enum.Font.SourceSans
165invalid.Text = "Whitelist Invalid. Contact Pure"
166invalid.TextColor3 = Color3.new(1, 0, 0)
167invalid.TextScaled = true
168invalid.TextSize = 14
169invalid.TextWrapped = true
170
171MainHub.Name = "MainHub"
172MainHub.Parent = PureHub
173MainHub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
174MainHub.BorderColor3 = Color3.new(0, 0, 0)
175MainHub.BorderSizePixel = 3
176MainHub.Position = UDim2.new(0.389172107, 0, 0.391198099, 0)
177MainHub.Size = UDim2.new(0, 294, 0, 178)
178
179Close.Name = "Close"
180Close.Parent = MainHub
181Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
182Close.BorderSizePixel = 0
183Close.Position = UDim2.new(0.901360571, 0, 0, 0)
184Close.Size = UDim2.new(0, 29, 0, 29)
185Close.Font = Enum.Font.ArialBold
186Close.Text = "X"
187Close.TextColor3 = Color3.new(1, 1, 0)
188Close.TextScaled = true
189Close.TextSize = 14
190Close.TextWrapped = true
191
192Hub.Name = "Hub"
193Hub.Parent = MainHub
194Hub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
195Hub.BorderSizePixel = 0
196Hub.Position = UDim2.new(0.537414968, 0, 0, 0)
197Hub.Size = UDim2.new(0, 72, 0, 52)
198Hub.Font = Enum.Font.Highway
199Hub.Text = "Hub"
200Hub.TextColor3 = Color3.new(1, 1, 0)
201Hub.TextSize = 40
202Hub.TextWrapped = true
203Hub.TextXAlignment = Enum.TextXAlignment.Left
204
205Pure.Name = "Pure"
206Pure.Parent = MainHub
207Pure.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
208Pure.BorderSizePixel = 0
209Pure.Position = UDim2.new(0.210884348, 0, 0, 0)
210Pure.Size = UDim2.new(0, 96, 0, 48)
211Pure.Font = Enum.Font.Highway
212Pure.Text = "Pure"
213Pure.TextColor3 = Color3.new(1, 1, 1)
214Pure.TextSize = 43
215Pure.TextWrapped = true
216Pure.TextXAlignment = Enum.TextXAlignment.Right
217
218ScriptOpen.Name = "ScriptOpen"
219ScriptOpen.Parent = MainHub
220ScriptOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
221ScriptOpen.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
222ScriptOpen.Position = UDim2.new(0.0578231327, 0, 0.449438214, 0)
223ScriptOpen.Size = UDim2.new(0, 69, 0, 69)
224ScriptOpen.Image = "rbxassetid://95866080"
225
226DiscordOpen.Name = "DiscordOpen"
227DiscordOpen.Parent = MainHub
228DiscordOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
229DiscordOpen.BorderSizePixel = 0
230DiscordOpen.Position = UDim2.new(0.380952388, 0, 0.449438214, 0)
231DiscordOpen.Size = UDim2.new(0, 69, 0, 69)
232DiscordOpen.Image = "rbxassetid://1461403871"
233
234CreditOpen.Name = "CreditOpen"
235CreditOpen.Parent = MainHub
236CreditOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
237CreditOpen.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
238CreditOpen.Position = UDim2.new(0.704081655, 0, 0.449438214, 0)
239CreditOpen.Size = UDim2.new(0, 69, 0, 69)
240CreditOpen.Image = "rbxassetid://187263343"
241
242TextLabel.Parent = MainHub
243TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
244TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
245TextLabel.Position = UDim2.new(0.057823129, 0, 0.837078631, 0)
246TextLabel.Size = UDim2.new(0, 69, 0, 25)
247TextLabel.Font = Enum.Font.SourceSans
248TextLabel.Text = "Scripts"
249TextLabel.TextColor3 = Color3.new(1, 1, 1)
250TextLabel.TextScaled = true
251TextLabel.TextSize = 14
252TextLabel.TextWrapped = true
253
254TextLabel_2.Parent = MainHub
255TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
256TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
257TextLabel_2.Position = UDim2.new(0.704081655, 0, 0.837078631, 0)
258TextLabel_2.Size = UDim2.new(0, 69, 0, 25)
259TextLabel_2.Font = Enum.Font.SourceSans
260TextLabel_2.Text = "Credits"
261TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
262TextLabel_2.TextScaled = true
263TextLabel_2.TextSize = 14
264TextLabel_2.TextWrapped = true
265
266TextLabel_3.Parent = MainHub
267TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
268TextLabel_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
269TextLabel_3.Position = UDim2.new(0.380952388, 0, 0.837078631, 0)
270TextLabel_3.Size = UDim2.new(0, 69, 0, 25)
271TextLabel_3.Font = Enum.Font.SourceSans
272TextLabel_3.Text = "Discord"
273TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
274TextLabel_3.TextScaled = true
275TextLabel_3.TextSize = 14
276TextLabel_3.TextWrapped = true
277
278Discord.Name = "Discord"
279Discord.Parent = PureHub
280Discord.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
281Discord.BorderColor3 = Color3.new(0, 0, 0)
282Discord.BorderSizePixel = 3
283Discord.Position = UDim2.new(0.352534533, 0, 0.70537889, 0)
284Discord.Size = UDim2.new(0, 187, 0, 64)
285Discord.Visible = false
286
287link.Name = "link"
288link.Parent = Discord
289link.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
290link.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
291link.Position = UDim2.new(0, 0, 0.109375, 0)
292link.Size = UDim2.new(0, 187, 0, 50)
293link.Font = Enum.Font.SourceSans
294link.Text = "https://discord.gg/BpXb5dC"
295link.TextColor3 = Color3.new(1, 1, 1)
296link.TextScaled = true
297link.TextSize = 14
298link.TextWrapped = true
299
300Close_2.Name = "Close"
301Close_2.Parent = Discord
302Close_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
303Close_2.BorderSizePixel = 0
304Close_2.Position = UDim2.new(0.903743327, 0, 0, 0)
305Close_2.Size = UDim2.new(0, 18, 0, 18)
306Close_2.Font = Enum.Font.ArialBold
307Close_2.Text = "X"
308Close_2.TextColor3 = Color3.new(1, 1, 0)
309Close_2.TextScaled = true
310Close_2.TextSize = 14
311Close_2.TextWrapped = true
312
313reopen.Name = "reopen"
314reopen.Parent = PureHub
315reopen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
316reopen.BackgroundTransparency = 0.40000000596046
317reopen.Position = UDim2.new(0, 0, 0.831295848, 0)
318reopen.Size = UDim2.new(0, 58, 0, 31)
319reopen.Visible = false
320
321OpenPh.Name = "OpenPh"
322OpenPh.Parent = reopen
323OpenPh.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
324OpenPh.BackgroundTransparency = 0.94999998807907
325OpenPh.Size = UDim2.new(0, 58, 0, 31)
326OpenPh.Font = Enum.Font.SourceSans
327OpenPh.Text = "Open PH"
328OpenPh.TextColor3 = Color3.new(0, 0.615686, 0.92549)
329OpenPh.TextSize = 14
330OpenPh.TextWrapped = true
331
332ScriptHubPage1.Name = "ScriptHubPage1"
333ScriptHubPage1.Parent = PureHub
334ScriptHubPage1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
335ScriptHubPage1.Position = UDim2.new(0.363864243, 0, 0.151589245, 0)
336ScriptHubPage1.Size = UDim2.new(0, 361, 0, 570)
337ScriptHubPage1.Visible = false
338
339Title.Name = "Title"
340Title.Parent = ScriptHubPage1
341Title.Active = true
342Title.BackgroundColor3 = Color3.new(0, 0, 0)
343Title.BorderColor3 = Color3.new(0, 0, 0)
344Title.Position = UDim2.new(0, 0, -0.001754386, 0)
345Title.Selectable = true
346Title.Size = UDim2.new(0, 324, 0, 94)
347Title.Font = Enum.Font.Highway
348Title.Text = "Pure"
349Title.TextColor3 = Color3.new(1, 1, 1)
350Title.TextSize = 39
351Title.TextWrapped = true
352
353Title2.Name = "Title2"
354Title2.Parent = ScriptHubPage1
355Title2.BackgroundColor3 = Color3.new(0, 0, 0)
356Title2.BorderColor3 = Color3.new(0, 0, 0)
357Title2.Position = UDim2.new(0.545706391, 0, 0.0421052612, 0)
358Title2.Size = UDim2.new(0, 70, 0, 44)
359Title2.Font = Enum.Font.SourceSans
360Title2.Text = "Hub"
361Title2.TextColor3 = Color3.new(1, 1, 0)
362Title2.TextScaled = true
363Title2.TextSize = 14
364Title2.TextWrapped = true
365Title2.TextXAlignment = Enum.TextXAlignment.Left
366
367Filler.Name = "Filler"
368Filler.Parent = ScriptHubPage1
369Filler.Active = true
370Filler.BackgroundColor3 = Color3.new(0, 0, 0)
371Filler.BorderColor3 = Color3.new(0, 0, 0)
372Filler.Position = UDim2.new(0.858725786, 0, -0.001754386, 0)
373Filler.Selectable = true
374Filler.Size = UDim2.new(0, 51, 0, 94)
375
376CloseButton_2.Name = "CloseButton"
377CloseButton_2.Parent = ScriptHubPage1
378CloseButton_2.Active = false
379CloseButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
380CloseButton_2.BorderColor3 = Color3.new(0, 0, 0)
381CloseButton_2.Position = UDim2.new(0.922437668, 0, -0.001754386, 0)
382CloseButton_2.Selectable = false
383CloseButton_2.Size = UDim2.new(0, 28, 0, 30)
384CloseButton_2.Font = Enum.Font.SourceSans
385CloseButton_2.Text = "X"
386CloseButton_2.TextColor3 = Color3.new(0.85098, 0.85098, 0)
387CloseButton_2.TextScaled = true
388CloseButton_2.TextSize = 14
389CloseButton_2.TextWrapped = true
390
391Channel.Name = "Channel"
392Channel.Parent = ScriptHubPage1
393Channel.BackgroundColor3 = Color3.new(0, 0, 0)
394Channel.Position = UDim2.new(0, 0, 0.912280679, 0)
395Channel.Size = UDim2.new(0, 361, 0, 50)
396Channel.Font = Enum.Font.SourceSans
397Channel.Text = "Scripts"
398Channel.TextColor3 = Color3.new(1, 1, 0)
399Channel.TextScaled = true
400Channel.TextSize = 14
401Channel.TextWrapped = true
402
403DesSim.Name = "DesSim"
404DesSim.Parent = ScriptHubPage1
405DesSim.Active = false
406DesSim.BackgroundColor3 = Color3.new(1, 1, 1)
407DesSim.Position = UDim2.new(0.0554016605, 0, 0.208771929, 0)
408DesSim.Selectable = false
409DesSim.Size = UDim2.new(0, 100, 0, 100)
410DesSim.Image = "rbxassetid://2312022427"
411
412name1.Name = "name1"
413name1.Parent = ScriptHubPage1
414name1.Active = false
415name1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
416name1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
417name1.Position = UDim2.new(0.0554016605, 0, 0.384210527, 0)
418name1.Selectable = false
419name1.Size = UDim2.new(0, 100, 0, 19)
420name1.Font = Enum.Font.SourceSans
421name1.Text = "Destruction Sim"
422name1.TextColor3 = Color3.new(1, 1, 1)
423name1.TextScaled = true
424name1.TextSize = 14
425name1.TextWrapped = true
426
427name9.Name = "name9"
428name9.Parent = ScriptHubPage1
429name9.Active = false
430name9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
431name9.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
432name9.Position = UDim2.new(0.669656634, 0, 0.628065884, 0)
433name9.Selectable = false
434name9.Size = UDim2.new(0, 100, 0, 19)
435name9.Font = Enum.Font.SourceSans
436name9.Text = "More(soon)"
437name9.TextColor3 = Color3.new(1, 1, 1)
438name9.TextScaled = true
439name9.TextSize = 14
440name9.TextWrapped = true
441
442BeeSim.Name = "BeeSim"
443BeeSim.Parent = ScriptHubPage1
444BeeSim.Active = false
445BeeSim.BackgroundColor3 = Color3.new(1, 1, 1)
446BeeSim.Position = UDim2.new(0.368421018, 0, 0.208771929, 0)
447BeeSim.Selectable = false
448BeeSim.Size = UDim2.new(0, 100, 0, 100)
449BeeSim.Image = "rbxassetid://2312051519"
450
451More.Name = "More"
452More.Parent = ScriptHubPage1
453More.Active = false
454More.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
455More.Position = UDim2.new(0.669656575, 0, 0.452031076, 0)
456More.Selectable = false
457More.Size = UDim2.new(0, 100, 0, 100)
458More.Image = "rbxassetid://10952394"
459
460name3.Name = "name3"
461name3.Parent = ScriptHubPage1
462name3.Active = false
463name3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
464name3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
465name3.Position = UDim2.new(0.368421018, 0, 0.384210527, 0)
466name3.Selectable = false
467name3.Size = UDim2.new(0, 100, 0, 19)
468name3.Font = Enum.Font.SourceSans
469name3.Text = "Bee Swarm Sim"
470name3.TextColor3 = Color3.new(1, 1, 1)
471name3.TextScaled = true
472name3.TextSize = 14
473name3.TextWrapped = true
474
475PetSim.Name = "PetSim"
476PetSim.Parent = ScriptHubPage1
477PetSim.Active = false
478PetSim.BackgroundColor3 = Color3.new(1, 1, 1)
479PetSim.Position = UDim2.new(0.0554016605, 0, 0.452631593, 0)
480PetSim.Selectable = false
481PetSim.Size = UDim2.new(0, 100, 0, 100)
482PetSim.Image = "rbxassetid://2312059284"
483
484MurderMys.Name = "MurderMys"
485MurderMys.Parent = ScriptHubPage1
486MurderMys.Active = false
487MurderMys.BackgroundColor3 = Color3.new(1, 1, 1)
488MurderMys.Position = UDim2.new(0.36011079, 0, 0.452631593, 0)
489MurderMys.Selectable = false
490MurderMys.Size = UDim2.new(0, 100, 0, 100)
491MurderMys.Image = "rbxassetid://2312063509"
492
493CloneTycoon.Name = "CloneTycoon"
494CloneTycoon.Parent = ScriptHubPage1
495CloneTycoon.Active = false
496CloneTycoon.BackgroundColor3 = Color3.new(1, 1, 1)
497CloneTycoon.Position = UDim2.new(0.670360088, 0, 0.208771944, 0)
498CloneTycoon.Selectable = false
499CloneTycoon.Size = UDim2.new(0, 100, 0, 100)
500CloneTycoon.Image = "rbxassetid://2312066768"
501
502name4.Name = "name4"
503name4.Parent = ScriptHubPage1
504name4.Active = false
505name4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
506name4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
507name4.Position = UDim2.new(0.0554016605, 0, 0.628070176, 0)
508name4.Selectable = false
509name4.Size = UDim2.new(0, 100, 0, 19)
510name4.Font = Enum.Font.SourceSans
511name4.Text = "Pet Simulator"
512name4.TextColor3 = Color3.new(1, 1, 1)
513name4.TextScaled = true
514name4.TextSize = 14
515name4.TextWrapped = true
516
517name5.Name = "name5"
518name5.Parent = ScriptHubPage1
519name5.Active = false
520name5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
521name5.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
522name5.Position = UDim2.new(0.36011079, 0, 0.628070176, 0)
523name5.Selectable = false
524name5.Size = UDim2.new(0, 100, 0, 19)
525name5.Font = Enum.Font.SourceSans
526name5.Text = "MurderMystery"
527name5.TextColor3 = Color3.new(1, 1, 1)
528name5.TextScaled = true
529name5.TextSize = 14
530name5.TextWrapped = true
531
532name6.Name = "name6"
533name6.Parent = ScriptHubPage1
534name6.Active = false
535name6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
536name6.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
537name6.Position = UDim2.new(0.670360088, 0, 0.384210527, 0)
538name6.Selectable = false
539name6.Size = UDim2.new(0, 100, 0, 19)
540name6.Font = Enum.Font.SourceSans
541name6.Text = "CloneTycoon2"
542name6.TextColor3 = Color3.new(1, 1, 1)
543name6.TextScaled = true
544name6.TextSize = 14
545name6.TextWrapped = true
546
547Admins.Name = "Admins"
548Admins.Parent = ScriptHubPage1
549Admins.Active = false
550Admins.BackgroundColor3 = Color3.new(1, 1, 1)
551Admins.Position = UDim2.new(0.0554016605, 0, 0.682456136, 0)
552Admins.Selectable = false
553Admins.Size = UDim2.new(0, 100, 0, 100)
554Admins.Image = "rbxassetid://140874350"
555
556name7.Name = "name7"
557name7.Parent = ScriptHubPage1
558name7.Active = false
559name7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
560name7.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
561name7.Position = UDim2.new(0.0554016605, 0, 0.857894719, 0)
562name7.Selectable = false
563name7.Size = UDim2.new(0, 100, 0, 19)
564name7.Font = Enum.Font.SourceSans
565name7.Text = "Admin Scripts"
566name7.TextColor3 = Color3.new(1, 1, 1)
567name7.TextScaled = true
568name7.TextSize = 14
569name7.TextWrapped = true
570
571Animations.Name = "Animations"
572Animations.Parent = ScriptHubPage1
573Animations.Active = false
574Animations.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
575Animations.Position = UDim2.new(0.36011079, 0, 0.682456136, 0)
576Animations.Selectable = false
577Animations.Size = UDim2.new(0, 100, 0, 100)
578Animations.Image = "rbxassetid://1098628457"
579
580name8.Name = "name8"
581name8.Parent = ScriptHubPage1
582name8.Active = false
583name8.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
584name8.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
585name8.Position = UDim2.new(0.36011079, 0, 0.857894719, 0)
586name8.Selectable = false
587name8.Size = UDim2.new(0, 100, 0, 19)
588name8.Font = Enum.Font.SourceSans
589name8.Text = "Animation Scripts(soon)"
590name8.TextColor3 = Color3.new(1, 1, 1)
591name8.TextScaled = true
592name8.TextSize = 14
593name8.TextWrapped = true
594
595BeeSwarmSim.Name = "BeeSwarmSim"
596BeeSwarmSim.Parent = PureHub
597BeeSwarmSim.Active = true
598BeeSwarmSim.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
599BeeSwarmSim.BorderColor3 = Color3.new(0, 0, 0)
600BeeSwarmSim.BorderSizePixel = 4
601BeeSwarmSim.Position = UDim2.new(0.0300143957, 0, 0.728606403, 0)
602BeeSwarmSim.Selectable = true
603BeeSwarmSim.Size = UDim2.new(0, 275, 0, 145)
604BeeSwarmSim.Visible = false
605
606LuckyGui.Name = "LuckyGui"
607LuckyGui.Parent = BeeSwarmSim
608LuckyGui.Active = false
609LuckyGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
610LuckyGui.Position = UDim2.new(0.13454546, 0, 0.324137926, 0)
611LuckyGui.Selectable = false
612LuckyGui.Size = UDim2.new(0, 200, 0, 50)
613LuckyGui.Font = Enum.Font.SourceSans
614LuckyGui.Text = "LuckyGUI"
615LuckyGui.TextColor3 = Color3.new(1, 1, 1)
616LuckyGui.TextScaled = true
617LuckyGui.TextSize = 14
618LuckyGui.TextWrapped = true
619
620exit4.Name = "exit4"
621exit4.Parent = BeeSwarmSim
622exit4.Active = false
623exit4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
624exit4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
625exit4.Position = UDim2.new(0.894545436, 0, 0, 0)
626exit4.Selectable = false
627exit4.Size = UDim2.new(0, 29, 0, 29)
628exit4.Font = Enum.Font.SourceSans
629exit4.Text = "X"
630exit4.TextColor3 = Color3.new(1, 1, 0)
631exit4.TextScaled = true
632exit4.TextSize = 14
633exit4.TextWrapped = true
634
635Murder.Name = "Murder"
636Murder.Parent = PureHub
637Murder.Active = true
638Murder.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
639Murder.BorderColor3 = Color3.new(0, 0, 0)
640Murder.BorderSizePixel = 4
641Murder.Position = UDim2.new(0.0311016869, 0, 0.728513956, 0)
642Murder.Selectable = true
643Murder.Size = UDim2.new(0, 275, 0, 145)
644Murder.Visible = false
645
646MurderGui.Name = "MurderGui"
647MurderGui.Parent = Murder
648MurderGui.Active = false
649MurderGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
650MurderGui.Position = UDim2.new(0.13454546, 0, 0.324137926, 0)
651MurderGui.Selectable = false
652MurderGui.Size = UDim2.new(0, 200, 0, 50)
653MurderGui.Font = Enum.Font.SourceSans
654MurderGui.Text = "absoabsolute0 GUI"
655MurderGui.TextColor3 = Color3.new(1, 1, 1)
656MurderGui.TextScaled = true
657MurderGui.TextSize = 14
658MurderGui.TextWrapped = true
659
660exit4_2.Name = "exit4"
661exit4_2.Parent = Murder
662exit4_2.Active = false
663exit4_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
664exit4_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
665exit4_2.Position = UDim2.new(0.894545436, 0, 0, 0)
666exit4_2.Selectable = false
667exit4_2.Size = UDim2.new(0, 29, 0, 29)
668exit4_2.Font = Enum.Font.SourceSans
669exit4_2.Text = "X"
670exit4_2.TextColor3 = Color3.new(1, 1, 0)
671exit4_2.TextScaled = true
672exit4_2.TextSize = 14
673exit4_2.TextWrapped = true
674
675DestructionSim.Name = "DestructionSim"
676DestructionSim.Parent = PureHub
677DestructionSim.Active = true
678DestructionSim.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
679DestructionSim.BorderColor3 = Color3.new(0, 0, 0)
680DestructionSim.BorderSizePixel = 4
681DestructionSim.Position = UDim2.new(0.0309500154, 0, 0.728606403, 0)
682DestructionSim.Selectable = true
683DestructionSim.Size = UDim2.new(0, 275, 0, 145)
684DestructionSim.Visible = false
685
686NoReload.Name = "NoReload"
687NoReload.Parent = DestructionSim
688NoReload.Active = false
689NoReload.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
690NoReload.Position = UDim2.new(0.13454546, 0, 0.068965517, 0)
691NoReload.Selectable = false
692NoReload.Size = UDim2.new(0, 200, 0, 50)
693NoReload.Font = Enum.Font.SourceSans
694NoReload.Text = "No Reload Time"
695NoReload.TextColor3 = Color3.new(1, 1, 1)
696NoReload.TextScaled = true
697NoReload.TextSize = 14
698NoReload.TextWrapped = true
699
700AutoSell.Name = "AutoSell"
701AutoSell.Parent = DestructionSim
702AutoSell.Active = false
703AutoSell.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
704AutoSell.Position = UDim2.new(0.13454546, 0, 0.586206913, 0)
705AutoSell.Selectable = false
706AutoSell.Size = UDim2.new(0, 200, 0, 50)
707AutoSell.Font = Enum.Font.SourceSans
708AutoSell.Text = "Auto Sell Bricks"
709AutoSell.TextColor3 = Color3.new(1, 1, 1)
710AutoSell.TextScaled = true
711AutoSell.TextSize = 14
712AutoSell.TextWrapped = true
713
714exit4_3.Name = "exit4"
715exit4_3.Parent = DestructionSim
716exit4_3.Active = false
717exit4_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
718exit4_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
719exit4_3.Position = UDim2.new(0.894545436, 0, 0, 0)
720exit4_3.Selectable = false
721exit4_3.Size = UDim2.new(0, 29, 0, 29)
722exit4_3.Font = Enum.Font.SourceSans
723exit4_3.Text = "X"
724exit4_3.TextColor3 = Color3.new(1, 1, 0)
725exit4_3.TextScaled = true
726exit4_3.TextSize = 14
727exit4_3.TextWrapped = true
728
729CloneTycoon2.Name = "CloneTycoon2"
730CloneTycoon2.Parent = PureHub
731CloneTycoon2.Active = true
732CloneTycoon2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
733CloneTycoon2.BorderColor3 = Color3.new(0, 0, 0)
734CloneTycoon2.BorderSizePixel = 4
735CloneTycoon2.Position = UDim2.new(0.0309967399, 0, 0.728516281, 0)
736CloneTycoon2.Selectable = true
737CloneTycoon2.Size = UDim2.new(0, 275, 0, 145)
738CloneTycoon2.Visible = false
739
740Gem.Name = "Gem"
741Gem.Parent = CloneTycoon2
742Gem.Active = false
743Gem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
744Gem.Position = UDim2.new(0.141818181, 0, 0.537931025, 0)
745Gem.Selectable = false
746Gem.Size = UDim2.new(0, 200, 0, 50)
747Gem.Font = Enum.Font.SourceSans
748Gem.Text = "Gems"
749Gem.TextColor3 = Color3.new(1, 1, 1)
750Gem.TextScaled = true
751Gem.TextSize = 14
752Gem.TextWrapped = true
753
754Cash.Name = "Cash"
755Cash.Parent = CloneTycoon2
756Cash.Active = false
757Cash.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
758Cash.Position = UDim2.new(0.13454546, 0, 0.131034479, 0)
759Cash.Selectable = false
760Cash.Size = UDim2.new(0, 200, 0, 50)
761Cash.Font = Enum.Font.SourceSans
762Cash.Text = "Cash"
763Cash.TextColor3 = Color3.new(1, 1, 1)
764Cash.TextScaled = true
765Cash.TextSize = 14
766Cash.TextWrapped = true
767
768exit4_4.Name = "exit4"
769exit4_4.Parent = CloneTycoon2
770exit4_4.Active = false
771exit4_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
772exit4_4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
773exit4_4.Position = UDim2.new(0.894545436, 0, 0, 0)
774exit4_4.Selectable = false
775exit4_4.Size = UDim2.new(0, 29, 0, 29)
776exit4_4.Font = Enum.Font.SourceSans
777exit4_4.Text = "X"
778exit4_4.TextColor3 = Color3.new(1, 1, 0)
779exit4_4.TextScaled = true
780exit4_4.TextSize = 14
781exit4_4.TextWrapped = true
782-- Scripts:
783function SCRIPT_ZRRO88_FAKESCRIPT() -- login.Whitelist
784 getfenv().script = Instance.new('Script', login)
785
786 button = script.Parent
787 player = script.Parent.Parent.Parent.Parent.Parent
788
789 button.MouseButton1Down:connect(function()
790
791 if player.Name == "CrimsonSparkleTime" or player.Name == "zerobloxer9" then
792 print("Whitelist Succesful Welcome To PureHub")
793 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Visible = false
794 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistvalid.Visible = true
795 wait(3)
796 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistvalid.Visible = false
797 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = true
798
799 else
800 print("WhiteList Failed")
801 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistinvalid.Visible = true
802 wait(3)
803 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistinvalid.Visible = false
804 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Visible = false
805 end
806 end)
807
808end
809coroutine.resume(coroutine.create(SCRIPT_ZRRO88_FAKESCRIPT))
810function SCRIPT_IIRD77_FAKESCRIPT() -- CloseButton.CloseWindowScript
811 getfenv().script = Instance.new('Script', CloseButton)
812
813 button = script.Parent
814
815
816 button.MouseButton1Down:connect(function()
817 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Visible = false
818 end)
819
820end
821coroutine.resume(coroutine.create(SCRIPT_IIRD77_FAKESCRIPT))
822function SCRIPT_CYFA65_FAKESCRIPT() -- Close.CloseWindowScript
823 getfenv().script = Instance.new('Script', Close)
824
825 button = script.Parent
826
827
828 button.MouseButton1Down:connect(function()
829 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = false
830 wait(0.3)
831 game.Players.LocalPlayer.PlayerGui.PureHub.reopen.Visible = true
832 end)
833
834
835
836
837
838
839
840end
841coroutine.resume(coroutine.create(SCRIPT_CYFA65_FAKESCRIPT))
842function SCRIPT_WEAM72_FAKESCRIPT() -- ScriptOpen.OpenScriptHub
843 getfenv().script = Instance.new('Script', ScriptOpen)
844
845 button = script.Parent
846
847 button.MouseButton1Down:connect(function()
848 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Visible = true
849 end)
850
851
852end
853coroutine.resume(coroutine.create(SCRIPT_WEAM72_FAKESCRIPT))
854function SCRIPT_IZQH89_FAKESCRIPT() -- DiscordOpen.OpenDiscord
855 getfenv().script = Instance.new('Script', DiscordOpen)
856
857 button = script.Parent
858
859
860 button.MouseButton1Down:connect(function()
861 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Visible = true
862 end)
863
864
865end
866coroutine.resume(coroutine.create(SCRIPT_IZQH89_FAKESCRIPT))
867function SCRIPT_XTVM71_FAKESCRIPT() -- Close_2.CloseWindowScript
868 getfenv().script = Instance.new('Script', Close_2)
869
870 button = script.Parent
871
872
873 button.MouseButton1Down:connect(function()
874 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Visible = false
875 end)
876
877end
878coroutine.resume(coroutine.create(SCRIPT_XTVM71_FAKESCRIPT))
879function SCRIPT_DHHX83_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain
880 getfenv().script = Instance.new('Script', PureHub)
881
882 -- Set Draggable here
883
884 function Memes()
885 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Active = true
886 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Selectable = true
887 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Draggable = true
888
889 end
890
891
892 while true do
893 Memes()
894 wait(5)
895 end
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911end
912coroutine.resume(coroutine.create(SCRIPT_DHHX83_FAKESCRIPT))
913function SCRIPT_KZLL86_FAKESCRIPT() -- OpenPh.phopen
914 getfenv().script = Instance.new('Script', OpenPh)
915
916 button = script.Parent
917
918
919 button.MouseButton1Down:connect(function()
920 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = true
921 wait(0.3)
922 game.Players.LocalPlayer.PlayerGui.PureHub.reopen.Visible = false
923 end)
924
925
926
927
928
929
930end
931coroutine.resume(coroutine.create(SCRIPT_KZLL86_FAKESCRIPT))
932function SCRIPT_MIQP67_FAKESCRIPT() -- CloseButton_2.LocalScript
933 getfenv().script = Instance.new('LocalScript', CloseButton_2)
934
935 button = script.Parent
936
937
938 button.MouseButton1Down:connect(function()
939 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Visible = false
940 end)
941
942end
943coroutine.resume(coroutine.create(SCRIPT_MIQP67_FAKESCRIPT))
944function SCRIPT_VDMI65_FAKESCRIPT() -- DesSim.OpenDesSim
945 getfenv().script = Instance.new('Script', DesSim)
946
947 button = script.Parent
948
949
950 button.MouseButton1Down:connect(function()
951 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Visible = true
952 end)
953
954end
955coroutine.resume(coroutine.create(SCRIPT_VDMI65_FAKESCRIPT))
956function SCRIPT_XDWS69_FAKESCRIPT() -- BeeSim.beesimgui
957 getfenv().script = Instance.new('Script', BeeSim)
958
959 button = script.Parent
960
961
962 button.MouseButton1Down:connect(function()
963 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Visible = true
964 end)
965
966end
967coroutine.resume(coroutine.create(SCRIPT_XDWS69_FAKESCRIPT))
968function SCRIPT_MVIX84_FAKESCRIPT() -- PetSim.petsimgui
969 getfenv().script = Instance.new('Script', PetSim)
970
971 button = script.Parent
972
973
974 button.MouseButton1Down:connect(function()
975 -- Farewell Infortality.
976-- Version: 2.82
977-- Instances:
978local PetSim = Instance.new("Frame")
979local tratorGUI = Instance.new("TextButton")
980local exit4 = Instance.new("TextButton")
981--Properties:
982PetSim.Name = "PetSim"
983PetSim.Parent = game.StarterGui.PureHub
984PetSim.Active = true
985PetSim.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
986PetSim.BorderColor3 = Color3.new(0, 0, 0)
987PetSim.BorderSizePixel = 4
988PetSim.Position = UDim2.new(0.0306353569, 0, 0.728837371, 0)
989PetSim.Selectable = true
990PetSim.Size = UDim2.new(0, 275, 0, 145)
991PetSim.Visible = false
992
993tratorGUI.Name = "tratorGUI"
994tratorGUI.Parent = PetSim
995tratorGUI.Active = false
996tratorGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
997tratorGUI.Position = UDim2.new(0.13454546, 0, 0.324137926, 0)
998tratorGUI.Selectable = false
999tratorGUI.Size = UDim2.new(0, 200, 0, 50)
1000tratorGUI.Font = Enum.Font.SourceSans
1001tratorGUI.Text = "FunTrat0r GUI"
1002tratorGUI.TextColor3 = Color3.new(1, 1, 1)
1003tratorGUI.TextScaled = true
1004tratorGUI.TextSize = 14
1005tratorGUI.TextWrapped = true
1006
1007exit4.Name = "exit4"
1008exit4.Parent = PetSim
1009exit4.Active = false
1010exit4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1011exit4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
1012exit4.Position = UDim2.new(0.894545436, 0, 0, 0)
1013exit4.Selectable = false
1014exit4.Size = UDim2.new(0, 29, 0, 29)
1015exit4.Font = Enum.Font.SourceSans
1016exit4.Text = "X"
1017exit4.TextColor3 = Color3.new(1, 1, 0)
1018exit4.TextScaled = true
1019exit4.TextSize = 14
1020exit4.TextWrapped = true
1021-- Scripts:
1022function SCRIPT_RVEP74_FAKESCRIPT() -- tratorGUI.Script
1023 getfenv().script = Instance.new('Script', tratorGUI)
1024
1025 button = script.Parent
1026
1027
1028 button.MouseButton1Down:connect(function()
1029
1030
1031 --- Credit To FunTrator .
1032 --- Do Whatever You Want . LIFE SUCKS .
1033 --- Discord : Discord.io/SomeoneShark
1034
1035 local PSG = Instance.new("ScreenGui")
1036 local bar1 = Instance.new("Frame")
1037 local SF = Instance.new("TextButton")
1038 local UEA = Instance.new("TextButton")
1039 local UA = Instance.new("TextButton")
1040 local N = Instance.new("TextLabel")
1041 local AT = Instance.new("TextButton")
1042 local No = Instance.new("TextLabel")
1043 local TextLabel = Instance.new("TextLabel")
1044 local MF = Instance.new("TextButton")
1045 local AF = Instance.new("TextButton")
1046 local WS = Instance.new("TextButton")
1047 local JP = Instance.new("TextButton")
1048 local bar2 = Instance.new("Frame")
1049 local Stor = Instance.new("TextButton")
1050 local P2 = Instance.new("TextButton")
1051 local P1 = Instance.new("TextButton")
1052 local P3 = Instance.new("TextButton")
1053 local P4 = Instance.new("TextButton")
1054 local M1 = Instance.new("TextButton")
1055 local P5 = Instance.new("TextButton")
1056 local M2 = Instance.new("TextButton")
1057 local Spawn = Instance.new("TextButton")
1058 local C = Instance.new("TextButton")
1059 local X = Instance.new("TextButton")
1060
1061 PSG.Name = "PSG"
1062 PSG.Parent = game.CoreGui
1063
1064 bar1.Name = "bar1"
1065 bar1.Parent = PSG
1066 bar1.BackgroundColor3 = Color3.new(0.172549, 0, 0.0627451)
1067 bar1.BorderSizePixel = 2
1068 bar1.Position = UDim2.new(0.241050124, 0, 0.177033499, 0)
1069 bar1.Size = UDim2.new(0, 263, 0, 356)
1070 bar1.Style = Enum.FrameStyle.RobloxRound
1071 bar1.Active = true
1072 bar1.Draggable = true
1073
1074 SF.Name = "SF"
1075 SF.Parent = bar1
1076 SF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1077 SF.Position = UDim2.new(0.0570342205, 0, 0.151685402, 0)
1078 SF.Size = UDim2.new(0, 107, 0, 42)
1079 SF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1080 SF.Font = Enum.Font.SciFi
1081 SF.Text = "Small FARM"
1082 SF.TextColor3 = Color3.new(0, 0, 0)
1083 SF.TextSize = 14
1084 SF.MouseButton1Down:connect(function()
1085 local amount = 100 -- experiment with this value, 1000 is maximum and for pets with high levels
1086 local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
1087 local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
1088 local plr = game:GetService("Players").LocalPlayer
1089 local petids = {}
1090 local pets = game:GetService("Workspace")["__REMOTES"].Pets
1091 local a = #save[plr.Name]["Save"]["Pets"]
1092 local done = "lol meme"
1093 function random(t)
1094 local keys = {}
1095 for key, value in pairs(t) do
1096 keys[#keys+1] = key
1097 end
1098 index = keys[math.random(1, #keys)]
1099 return t[index]
1100 end
1101 for i=1,a do
1102 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
1103 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
1104 end
1105 a = a - 1
1106 end
1107 function co(b)
1108 local done = b
1109 print("Mining coin: " .. b.Name)
1110 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
1111 warn(b.Name .. "- Health: " .. b.Health.Value)
1112 wait(0.2)
1113 coins:FireServer("Mine",b.Name, amount, random(petids))
1114 end
1115 end
1116 for _,b in next, workspace.__THINGS.Coins:GetChildren() do
1117 if(done ~= b) then
1118 coroutine.wrap(function()co(b)end)()
1119 end
1120 end
1121 end)
1122
1123 UEA.Name = "UEA"
1124 UEA.Parent = bar1
1125 UEA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1126 UEA.Position = UDim2.new(0.258555144, 0, 0.601123571, 0)
1127 UEA.Size = UDim2.new(0, 118, 0, 42)
1128 UEA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1129 UEA.Font = Enum.Font.SciFi
1130 UEA.Text = "Un-Equip Pets"
1131 UEA.TextColor3 = Color3.new(0, 0, 0)
1132 UEA.TextSize = 14
1133 UEA.MouseButton1Down:connect(function()
1134 local Event = game:GetService("Workspace")["__REMOTES"].Pets
1135 local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
1136 for _,x in next, game:GetService"Players":GetPlayers() do
1137 if(x.Name ~= game:GetService"Players".LocalPlayer.Name) then
1138 local a = #save[x.Name]["Save"]["Pets"]
1139 for i=1,a do
1140 Event:FireServer("Remove", x, save[x.Name]["Save"]["Pets"][a].id)
1141 a = a - 1
1142 end
1143 end
1144 end
1145 end)
1146
1147 UA.Name = "UA"
1148 UA.Parent = bar1
1149 UA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1150 UA.Position = UDim2.new(0.524714828, 0, 0.30898878, 0)
1151 UA.Size = UDim2.new(0, 118, 0, 42)
1152 UA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1153 UA.Font = Enum.Font.SciFi
1154 UA.Text = "Unlock All"
1155 UA.TextColor3 = Color3.new(0, 0, 0)
1156 UA.TextSize = 14
1157 UA.MouseButton1Down:connect(function()
1158 local barriers_table = { "Barrier1", "Barrier2", "Barrier3", "Barrier4", "Barrier5" }
1159 local barriers = game:GetService("Workspace").__THINGS["Barriers"]
1160 barriers:Destroy()
1161 end)
1162
1163 N.Name = "N"
1164 N.Parent = bar1
1165 N.BackgroundColor3 = Color3.new(1, 1, 1)
1166 N.BackgroundTransparency = 1
1167 N.Position = UDim2.new(0.022813689, 0, 0.0188706424, 0)
1168 N.Size = UDim2.new(0, 234, 0, 23)
1169 N.Font = Enum.Font.SciFi
1170 N.Text = "Pet Simulator Gui - By FunTrator"
1171 N.TextColor3 = Color3.new(0.992157, 0.00784314, 0.141176)
1172 N.TextSize = 17
1173
1174 AT.Name = "AT"
1175 AT.Parent = bar1
1176 AT.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1177 AT.Position = UDim2.new(0.174904943, 0, 0.767000616, 0)
1178 AT.Size = UDim2.new(0, 162, 0, 42)
1179 AT.Style = Enum.ButtonStyle.RobloxButtonDefault
1180 AT.Font = Enum.Font.SciFi
1181 AT.Text = "Teleports"
1182 AT.TextColor3 = Color3.new(0.980392, 0.0235294, 0.121569)
1183 AT.TextSize = 26
1184 AT.MouseButton1Down:connect(function()
1185 bar2.Visible = true
1186 end)
1187
1188 No.Name = "No"
1189 No.Parent = bar1
1190 No.BackgroundColor3 = Color3.new(1, 0.00392157, 0.0196078)
1191 No.Position = UDim2.new(0.0342205316, 0, 0.100694448, 0)
1192 No.Size = UDim2.new(0, 233, 0, 1)
1193 No.Font = Enum.Font.SourceSans
1194 No.Text = ""
1195 No.TextColor3 = Color3.new(0, 0, 0)
1196 No.TextSize = 14
1197
1198 TextLabel.Parent = bar1
1199 TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1200 TextLabel.BackgroundTransparency = 1
1201 TextLabel.Position = UDim2.new(0.022813689, 0, 0.921862781, 0)
1202 TextLabel.Size = UDim2.new(0, 233, 0, 23)
1203 TextLabel.Font = Enum.Font.SciFi
1204 TextLabel.Text = "Discord : Discord.io/SomeoneShark"
1205 TextLabel.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
1206 TextLabel.TextSize = 13
1207
1208 MF.Name = "MF"
1209 MF.Parent = bar1
1210 MF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1211 MF.Position = UDim2.new(0.524714828, 0, 0.149288639, 0)
1212 MF.Size = UDim2.new(0, 118, 0, 42)
1213 MF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1214 MF.Font = Enum.Font.SciFi
1215 MF.Text = "Med. FARM"
1216 MF.TextColor3 = Color3.new(0, 0, 0)
1217 MF.TextSize = 14
1218 MF.MouseButton1Down:connect(function()
1219 local amount = 500 -- experiment with this value, 1000 is maximum and for pets with high levels
1220 local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
1221 local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
1222 local plr = game:GetService("Players").LocalPlayer
1223 local petids = {}
1224 local pets = game:GetService("Workspace")["__REMOTES"].Pets
1225 local a = #save[plr.Name]["Save"]["Pets"]
1226 local done = "lol meme"
1227 function random(t)
1228 local keys = {}
1229 for key, value in pairs(t) do
1230 keys[#keys+1] = key
1231 end
1232 index = keys[math.random(1, #keys)]
1233 return t[index]
1234 end
1235 for i=1,a do
1236 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
1237 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
1238 end
1239 a = a - 1
1240 end
1241 function co(b)
1242 local done = b
1243 print("Mining coin: " .. b.Name)
1244 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
1245 warn(b.Name .. "- Health: " .. b.Health.Value)
1246 wait(0.2)
1247 coins:FireServer("Mine",b.Name, amount, random(petids))
1248 end
1249 end
1250 for _,b in next, workspace.__THINGS.Coins:GetChildren() do
1251 if(done ~= b) then
1252 coroutine.wrap(function()co(b)end)()
1253 end
1254 end
1255 end)
1256
1257 AF.Name = "AF"
1258 AF.Parent = bar1
1259 AF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1260 AF.Position = UDim2.new(0.0532319397, 0, 0.30898878, 0)
1261 AF.Size = UDim2.new(0, 108, 0, 42)
1262 AF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1263 AF.Font = Enum.Font.SciFi
1264 AF.Text = "MAX FARM"
1265 AF.TextColor3 = Color3.new(0, 0, 0)
1266 AF.TextSize = 14
1267 AF.MouseButton1Down:connect(function()
1268 local amount = 1000 -- experiment with this value, 1000 is maximum and for pets with high levels
1269 local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
1270 local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
1271 local plr = game:GetService("Players").LocalPlayer
1272 local petids = {}
1273 local pets = game:GetService("Workspace")["__REMOTES"].Pets
1274 local a = #save[plr.Name]["Save"]["Pets"]
1275 local done = "lol meme"
1276 function random(t)
1277 local keys = {}
1278 for key, value in pairs(t) do
1279 keys[#keys+1] = key
1280 end
1281 index = keys[math.random(1, #keys)]
1282 return t[index]
1283 end
1284 for i=1,a do
1285 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
1286 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
1287 end
1288 a = a - 1
1289 end
1290 function co(b)
1291 local done = b
1292 print("Mining coin: " .. b.Name)
1293 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
1294 warn(b.Name .. "- Health: " .. b.Health.Value)
1295 wait(0.2)
1296 coins:FireServer("Mine",b.Name, amount, random(petids))
1297 end
1298 end
1299 for _,b in next, workspace.__THINGS.Coins:GetChildren() do
1300 if(done ~= b) then
1301 coroutine.wrap(function()co(b)end)()
1302 end
1303 end
1304 end)
1305
1306 WS.Name = "WS"
1307 WS.Parent = bar1
1308 WS.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1309 WS.Position = UDim2.new(0.0570342205, 0, 0.449438214, 0)
1310 WS.Size = UDim2.new(0, 108, 0, 42)
1311 WS.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1312 WS.Font = Enum.Font.SciFi
1313 WS.Text = "WalkSpeed"
1314 WS.TextColor3 = Color3.new(0, 0, 0)
1315 WS.TextSize = 14
1316 WS.MouseButton1Down:connect(function()
1317 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
1318 end)
1319
1320 JP.Name = "JP"
1321 JP.Parent = bar1
1322 JP.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
1323 JP.Position = UDim2.new(0.520912528, 0, 0.449438214, 0)
1324 JP.Size = UDim2.new(0, 119, 0, 42)
1325 JP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1326 JP.Font = Enum.Font.SciFi
1327 JP.Text = "Jump Power"
1328 JP.TextColor3 = Color3.new(0, 0, 0)
1329 JP.TextSize = 14
1330 WS.MouseButton1Down:connect(function()
1331 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
1332 end)
1333
1334 bar2.Name = "bar2"
1335 bar2.Parent = PSG
1336 bar2.BackgroundColor3 = Color3.new(1, 1, 1)
1337 bar2.Position = UDim2.new(0.564439118, 0, 0.178628385, 0)
1338 bar2.Size = UDim2.new(0, 214, 0, 329)
1339 bar2.Style = Enum.FrameStyle.RobloxRound
1340 bar2.Active = true
1341 bar2.Draggable = true
1342 bar2.Visible = false
1343
1344 Stor.Name = "Stor"
1345 Stor.Parent = bar2
1346 Stor.BackgroundColor3 = Color3.new(1, 1, 1)
1347 Stor.Position = UDim2.new(0.532710254, 0, 0.0186170191, 0)
1348 Stor.Size = UDim2.new(0, 92, 0, 39)
1349 Stor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1350 Stor.Font = Enum.Font.SourceSans
1351 Stor.Text = "Store"
1352 Stor.TextColor3 = Color3.new(0, 0, 0)
1353 Stor.TextSize = 14
1354 Stor.MouseButton1Down:connect(function()
1355 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(719.225952, -33.6261177, 894.049072))
1356 end)
1357
1358 P2.Name = "P2"
1359 P2.Parent = bar2
1360 P2.BackgroundColor3 = Color3.new(1, 1, 1)
1361 P2.Position = UDim2.new(0.532710254, 0, 0.177342772, 0)
1362 P2.Size = UDim2.new(0, 92, 0, 39)
1363 P2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1364 P2.Font = Enum.Font.SourceSans
1365 P2.Text = "Place 2"
1366 P2.TextColor3 = Color3.new(0, 0, 0)
1367 P2.TextSize = 14
1368 P2.MouseButton1Down:connect(function()
1369 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-374.2388, -37.0378761, 885.253296))
1370 end)
1371
1372 P1.Name = "P1"
1373 P1.Parent = bar2
1374 P1.BackgroundColor3 = Color3.new(1, 1, 1)
1375 P1.Position = UDim2.new(0.0140186772, 0, 0.174303263, 0)
1376 P1.Size = UDim2.new(0, 92, 0, 39)
1377 P1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1378 P1.Font = Enum.Font.SourceSans
1379 P1.Text = "Place 1"
1380 P1.TextColor3 = Color3.new(0, 0, 0)
1381 P1.TextSize = 14
1382 P1.MouseButton1Down:connect(function()
1383 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(0.295806587, -37.0378761, 890.214355))
1384 end)
1385
1386 P3.Name = "P3"
1387 P3.Parent = bar2
1388 P3.BackgroundColor3 = Color3.new(1, 1, 1)
1389 P3.Position = UDim2.new(0.0140186772, 0, 0.335101962, 0)
1390 P3.Size = UDim2.new(0, 92, 0, 39)
1391 P3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1392 P3.Font = Enum.Font.SourceSans
1393 P3.Text = "Place 3"
1394 P3.TextColor3 = Color3.new(0, 0, 0)
1395 P3.TextSize = 14
1396 P3.MouseButton1Down:connect(function()
1397 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-760.199097, -37.0378761, 880.302246))
1398 end)
1399
1400
1401 P4.Name = "P4"
1402 P4.Parent = bar2
1403 P4.BackgroundColor3 = Color3.new(1, 1, 1)
1404 P4.Position = UDim2.new(0.528037369, 0, 0.332062453, 0)
1405 P4.Size = UDim2.new(0, 92, 0, 39)
1406 P4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1407 P4.Font = Enum.Font.SourceSans
1408 P4.Text = "Place 4"
1409 P4.TextColor3 = Color3.new(0, 0, 0)
1410 P4.TextSize = 14
1411 P4.MouseButton1Down:connect(function()
1412 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1140.22437, -37.0378761, 885.195129))
1413 end)
1414
1415 M1.Name = "M1"
1416 M1.Parent = bar2
1417 M1.BackgroundColor3 = Color3.new(1, 1, 1)
1418 M1.Position = UDim2.new(0.065420568, 0, 0.647416413, 0)
1419 M1.Size = UDim2.new(0, 173, 0, 39)
1420 M1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1421 M1.Font = Enum.Font.SourceSans
1422 M1.Text = "Moon 1 [ Use This To Use Below ]"
1423 M1.TextColor3 = Color3.new(0, 0, 0)
1424 M1.TextSize = 14
1425 M1.MouseButton1Down:connect(function()
1426 local mapname = "Moon"
1427 local Event = game:GetService("Workspace")["__REMOTES"]["Load Map"]
1428 Event:FireServer(mapname)
1429 end)
1430
1431 P5.Name = "P5"
1432 P5.Parent = bar2
1433 P5.BackgroundColor3 = Color3.new(1, 1, 1)
1434 P5.Position = UDim2.new(0.247663543, 0, 0.493842274, 0)
1435 P5.Size = UDim2.new(0, 92, 0, 39)
1436 P5.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1437 P5.Font = Enum.Font.SourceSans
1438 P5.Text = "Place 5"
1439 P5.TextColor3 = Color3.new(0, 0, 0)
1440 P5.TextSize = 14
1441 P5.MouseButton1Down:connect(function()
1442 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1534.46313, -33.038002, 887.088318))
1443 end)
1444
1445 M2.Name = "M2"
1446 M2.Parent = bar2
1447 M2.BackgroundColor3 = Color3.new(1, 1, 1)
1448 M2.Position = UDim2.new(0.0280373693, 0, 0.817688882, 0)
1449 M2.Size = UDim2.new(0, 92, 0, 39)
1450 M2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1451 M2.Font = Enum.Font.SourceSans
1452 M2.Text = "Moon 2"
1453 M2.TextColor3 = Color3.new(0, 0, 0)
1454 M2.TextSize = 14
1455 M2.MouseButton1Down:connect(function()
1456 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(80.3468018, 144.27951, -1706.91724))
1457 end)
1458
1459 Spawn.Name = "Spawn"
1460 Spawn.Parent = bar2
1461 Spawn.BackgroundColor3 = Color3.new(1, 1, 1)
1462 Spawn.Position = UDim2.new(0.00934579503, 0, 0.0186170191, 0)
1463 Spawn.Size = UDim2.new(0, 92, 0, 39)
1464 Spawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1465 Spawn.Font = Enum.Font.SourceSans
1466 Spawn.Text = "Spawn"
1467 Spawn.TextColor3 = Color3.new(0, 0, 0)
1468 Spawn.TextSize = 14
1469 Spawn.MouseButton1Down:connect(function()
1470 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(536.137939, -36.409977, 886.542542))
1471 end)
1472
1473 C.Name = "C"
1474 C.Parent = bar2
1475 C.BackgroundColor3 = Color3.new(1, 1, 1)
1476 C.Position = UDim2.new(0.532710254, 0, 0.813751876, 0)
1477 C.Size = UDim2.new(0, 92, 0, 39)
1478 C.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
1479 C.Font = Enum.Font.SourceSans
1480 C.Text = "Candy"
1481 C.TextColor3 = Color3.new(0, 0, 0)
1482 C.TextSize = 14
1483 C.MouseButton1Down:connect(function()
1484 game.Players.LocalPlayer.Character:MoveTo(Vector3.new(8.77877998, 144.27951, -1443.94481))
1485 end)
1486
1487 X.Name = "X"
1488 X.Parent = bar2
1489 X.BackgroundColor3 = Color3.new(1, 0.0313726, 0.160784)
1490 X.Position = UDim2.new (0.888, 0,0,0.964, 0)
1491 X.Size = UDim2.new(0, 25, 0, 17)
1492 X.Font = Enum.Font.SciFi
1493 X.Text = "X"
1494 X.TextColor3 = Color3.new(0, 0, 0)
1495 X.TextSize = 14
1496 X.MouseButton1Down:connect(function()
1497 bar2.Visible = false
1498 end)
1499 end)
1500
1501
1502end
1503coroutine.resume(coroutine.create(SCRIPT_RVEP74_FAKESCRIPT))
1504function SCRIPT_NWUM72_FAKESCRIPT() -- exit4.LocalScript
1505 getfenv().script = Instance.new('LocalScript', exit4)
1506
1507 button = script.Parent
1508
1509
1510 button.MouseButton1Down:connect(function()
1511 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Visible = false
1512 end)
1513
1514end
1515coroutine.resume(coroutine.create(SCRIPT_NWUM72_FAKESCRIPT))
1516
1517 end)
1518
1519end
1520coroutine.resume(coroutine.create(SCRIPT_MVIX84_FAKESCRIPT))
1521function SCRIPT_FKNT69_FAKESCRIPT() -- MurderMys.OpenMurderSim
1522 getfenv().script = Instance.new('Script', MurderMys)
1523
1524 button = script.Parent
1525
1526
1527 button.MouseButton1Down:connect(function()
1528 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Visible = true
1529 end)
1530
1531end
1532coroutine.resume(coroutine.create(SCRIPT_FKNT69_FAKESCRIPT))
1533function SCRIPT_XMBB90_FAKESCRIPT() -- CloneTycoon.OpenCloneTycoon
1534 getfenv().script = Instance.new('Script', CloneTycoon)
1535
1536 button = script.Parent
1537
1538
1539 button.MouseButton1Down:connect(function()
1540 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Visible = true
1541 end)
1542
1543end
1544coroutine.resume(coroutine.create(SCRIPT_XMBB90_FAKESCRIPT))
1545function SCRIPT_SIXF76_FAKESCRIPT() -- Admins.OpenAdmins
1546 getfenv().script = Instance.new('Script', Admins)
1547
1548 button = script.Parent
1549
1550
1551 button.MouseButton1Down:connect(function()
1552 loadstring(game:HttpGet("https://pastebin.com/raw/cFKsgDYN", true))()
1553 end)
1554
1555
1556end
1557coroutine.resume(coroutine.create(SCRIPT_SIXF76_FAKESCRIPT))
1558function SCRIPT_HMTW73_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain1
1559 getfenv().script = Instance.new('Script', PureHub)
1560
1561 function memes1()
1562 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Active = true
1563 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Selectable = true
1564 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Draggable = true
1565
1566 end
1567
1568 while true do
1569 memes1()
1570 wait(5)
1571 end
1572
1573end
1574coroutine.resume(coroutine.create(SCRIPT_HMTW73_FAKESCRIPT))
1575function SCRIPT_EEPI85_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain2
1576 getfenv().script = Instance.new('Script', PureHub)
1577
1578 function memes2()
1579 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Active = true
1580 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Selectable = true
1581 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Draggable = true
1582
1583 end
1584
1585 while true do
1586 memes2()
1587 wait(5)
1588 end
1589
1590end
1591coroutine.resume(coroutine.create(SCRIPT_EEPI85_FAKESCRIPT))
1592function SCRIPT_AABH76_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain3
1593 getfenv().script = Instance.new('Script', PureHub)
1594
1595 function memes3()
1596 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Active = true
1597 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Selectable = true
1598 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Draggable = true
1599
1600 end
1601
1602 while true do
1603 memes3()
1604 wait(5)
1605 end
1606
1607end
1608coroutine.resume(coroutine.create(SCRIPT_AABH76_FAKESCRIPT))
1609function SCRIPT_YMGH80_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain4
1610 getfenv().script = Instance.new('Script', PureHub)
1611
1612 function memes4()
1613 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Active = true
1614 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Selectable = true
1615 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Draggable = true
1616
1617 end
1618
1619 while true do
1620 memes4()
1621 wait(5)
1622 end
1623
1624end
1625coroutine.resume(coroutine.create(SCRIPT_YMGH80_FAKESCRIPT))
1626function SCRIPT_LXGU82_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain5
1627 getfenv().script = Instance.new('Script', PureHub)
1628
1629 function memes5()
1630
1631 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Active = true
1632 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Selectable = true
1633 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Draggable = true
1634
1635 end
1636
1637 while true do
1638 memes5()
1639 wait(5)
1640 end
1641
1642end
1643coroutine.resume(coroutine.create(SCRIPT_LXGU82_FAKESCRIPT))
1644function SCRIPT_AFYR75_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain6
1645 getfenv().script = Instance.new('Script', PureHub)
1646
1647 function memes6()
1648
1649 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Active = true
1650 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Selectable = true
1651 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Draggable = true
1652
1653 end
1654
1655 while true do
1656 memes6()
1657 wait(5)
1658 end
1659
1660end
1661coroutine.resume(coroutine.create(SCRIPT_AFYR75_FAKESCRIPT))
1662function SCRIPT_ZXOC86_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain7
1663 getfenv().script = Instance.new('Script', PureHub)
1664
1665 function memes7()
1666 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Active = true
1667 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Selectable = true
1668 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Draggable = true
1669
1670 end
1671
1672 while true do
1673 memes7()
1674 wait(5)
1675 end
1676
1677end
1678coroutine.resume(coroutine.create(SCRIPT_ZXOC86_FAKESCRIPT))
1679function SCRIPT_JJAF86_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain8
1680 getfenv().script = Instance.new('Script', PureHub)
1681
1682 function memes8()
1683 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Active = true
1684 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Selectable = true
1685 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Draggable = true
1686
1687 end
1688
1689 while true do
1690 memes8()
1691 wait(5)
1692 end
1693
1694end
1695coroutine.resume(coroutine.create(SCRIPT_JJAF86_FAKESCRIPT))
1696function SCRIPT_EUBI81_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain9
1697 getfenv().script = Instance.new('Script', PureHub)
1698
1699 function memes8()
1700 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Active = true
1701 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Selectable = true
1702 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Draggable = true
1703
1704 end
1705
1706 while true do
1707 memes8()
1708 wait(5)
1709 end
1710
1711end
1712coroutine.resume(coroutine.create(SCRIPT_EUBI81_FAKESCRIPT))
1713function SCRIPT_EHAG86_FAKESCRIPT() -- LuckyGui.LuckyGuiScript
1714 getfenv().script = Instance.new('Script', LuckyGui)
1715
1716 button = script.Parent
1717
1718
1719 button.MouseButton1Down:connect(function()
1720
1721
1722 print("Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net")
1723 print("Discord https://discord.gg/GKzJnUC")
1724 print("Version 1.7 30th July 2018")
1725
1726 mouse = game.Players.LocalPlayer:GetMouse()
1727
1728 antchallengeescape = false
1729 AutoDigActive = false
1730 PollenFarmActive = false
1731 Field1AFActive = false
1732 Field2AFActive = false
1733 Field3AFActive = false
1734 Field4AFActive = false
1735 Field5AFActive = false
1736 Field6AFActive = false
1737 Field7AFActive = false
1738 Field8AFActive = false
1739 Field9AFActive = false
1740 Field10AFActive = false
1741 Field11AFActive = false
1742 Field12AFActive = false
1743 Field13AFActive = false
1744 Field14AFActive = false
1745
1746 -- Objects
1747
1748 local MainGUI = Instance.new("ScreenGui")
1749 local MainFrame = Instance.new("Frame")
1750 local Close = Instance.new("TextButton")
1751 local WayPoints = Instance.new("TextButton")
1752 local WayPointsFrame = Instance.new("Frame")
1753 local ShowLocation = Instance.new("TextLabel")
1754 local SetLocation = Instance.new("TextButton")
1755 local TPLocation = Instance.new("TextButton")
1756 local ReturnToHive = Instance.new("TextButton")
1757 local BlackBear = Instance.new("TextButton")
1758 local BrownBear = Instance.new("TextButton")
1759 local PandaBear = Instance.new("TextButton")
1760 local PolarBear = Instance.new("TextButton")
1761 local ScienceBear = Instance.new("TextButton")
1762 local MotherBear = Instance.new("TextButton")
1763 local TunnelBear = Instance.new("TextButton")
1764 local TravelingBear = Instance.new("TextButton")
1765 local RedBoost = Instance.new("TextButton")
1766 local BlueBoost = Instance.new("TextButton")
1767 local MountainBoost = Instance.new("TextButton")
1768 local RedCannon = Instance.new("TextButton")
1769 local BlueCannon = Instance.new("TextButton")
1770 local YellowCannon = Instance.new("TextButton")
1771 local Slingshot = Instance.new("TextButton")
1772 local BeeShop = Instance.new("TextButton")
1773 local TPShop = Instance.new("TextButton")
1774 local TPShop2 = Instance.new("TextButton")
1775 local MountainTopShop = Instance.new("TextButton")
1776 local TentShop = Instance.new("TextButton")
1777 local RedClubhouse = Instance.new("TextButton")
1778 local BlueClubhouse = Instance.new("TextButton")
1779 local TicketShop = Instance.new("TextButton")
1780 local ClubHoney = Instance.new("TextButton")
1781 local RoyalJellyShop = Instance.new("TextButton")
1782 local TicketRoyalJelly = Instance.new("TextButton")
1783 local Honeystorm = Instance.new("TextButton")
1784 local HoneyConvertor = Instance.new("TextButton")
1785 local StrawBerryField = Instance.new("TextButton")
1786 local PumpkinField = Instance.new("TextButton")
1787 local SunflowerField = Instance.new("TextButton")
1788 local CloverField = Instance.new("TextButton")
1789 local SpiderField = Instance.new("TextButton")
1790 local MushRoomField = Instance.new("TextButton")
1791 local BamBooField = Instance.new("TextButton")
1792 local DandelionField = Instance.new("TextButton")
1793 local PineappleField = Instance.new("TextButton")
1794 local BlueField = Instance.new("TextButton")
1795 local RoseField = Instance.new("TextButton")
1796 local CactusField = Instance.new("TextButton")
1797 local PineTreeField = Instance.new("TextButton")
1798 local MountainTopField = Instance.new("TextButton")
1799 local KingbeetlesLair = Instance.new("TextButton")
1800 local AntChallenge = Instance.new("TextButton")
1801 local Onett = Instance.new("TextButton")
1802 local TreatDispenser = Instance.new("TextButton")
1803 local TicketDispenser = Instance.new("TextButton")
1804 local GumdropDispenser = Instance.new("TextButton")
1805 local BlueberryDispenser = Instance.new("TextButton")
1806 local StrawberryDispenser = Instance.new("TextButton")
1807 local TreatShop = Instance.new("TextButton")
1808 local Field1AF = Instance.new("TextButton")
1809 local Field2AF = Instance.new("TextButton")
1810 local Field3AF = Instance.new("TextButton")
1811 local Field4AF = Instance.new("TextButton")
1812 local Field5AF = Instance.new("TextButton")
1813 local Field6AF = Instance.new("TextButton")
1814 local Field7AF = Instance.new("TextButton")
1815 local Field8AF = Instance.new("TextButton")
1816 local Field9AF = Instance.new("TextButton")
1817 local Field10AF = Instance.new("TextButton")
1818 local Field11AF = Instance.new("TextButton")
1819 local Field12AF = Instance.new("TextButton")
1820 local Field13AF = Instance.new("TextButton")
1821 local Field14AF = Instance.new("TextButton")
1822 local Players = Instance.new("TextButton")
1823 local PlayerFrame = Instance.new("Frame")
1824 local PlayerList = Instance.new("Frame")
1825 local PlayerListBox = Instance.new("Frame")
1826 local PlyrSel = Instance.new("TextLabel")
1827 local Player1 = Instance.new("TextButton")
1828 local Player2 = Instance.new("TextButton")
1829 local Player3 = Instance.new("TextButton")
1830 local Player4 = Instance.new("TextButton")
1831 local Player5 = Instance.new("TextButton")
1832 local TpPlayer = Instance.new("TextButton")
1833 local FindTreasures = Instance.new("TextButton")
1834 local FindTreasuresText1 = Instance.new("TextLabel")
1835 local ExtrasScreen = Instance.new("TextButton")
1836 local ExtrasFrame = Instance.new("Frame")
1837 local InfoScreen = Instance.new("TextButton")
1838 local InfoFrame = Instance.new("Frame")
1839 local TPTool = Instance.new("TextButton")
1840 local BTool = Instance.new("TextButton")
1841 local ReJoinServer = Instance.new("TextButton")
1842 local NoClip = Instance.new("TextButton")
1843 local InfoText1 = Instance.new("TextLabel")
1844 local PollenFarm = Instance.new("TextButton")
1845 local AutoDig = Instance.new("TextButton")
1846
1847 -- Properties
1848
1849 MainGUI.Name = "MainGUI"
1850 MainGUI.Parent = game.CoreGui
1851 local MainCORE = game.CoreGui["MainGUI"]
1852
1853 MainFrame.Name = "MainFrame"
1854 MainFrame.Parent = MainGUI
1855 MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
1856 MainFrame.BackgroundTransparency = 0.5
1857 MainFrame.BorderColor3 = Color3.new(0, 0, 0)
1858 MainFrame.Position = UDim2.new(0.5, -299, 0, -32)
1859 MainFrame.Size = UDim2.new(0, 600, 0, 30)
1860
1861 Close.Name = "Close"
1862 Close.Parent = MainFrame
1863 Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1864 Close.BorderColor3 = Color3.new(0, 1, 0)
1865 Close.Position = UDim2.new(0, 5, 0, 5)
1866 Close.Size = UDim2.new(0, 20, 0, 20)
1867 Close.Font = Enum.Font.Fantasy
1868 Close.Text = "X"
1869 Close.TextColor3 = Color3.new(1, 0, 0)
1870 Close.TextSize = 17
1871 Close.TextScaled = true
1872 Close.TextWrapped = true
1873
1874 WayPoints.Name = "WayPoints"
1875 WayPoints.Parent = MainFrame
1876 WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1877 WayPoints.BorderColor3 = Color3.new(0, 1, 0)
1878 WayPoints.Position = UDim2.new(0, 30, 0, 5)
1879 WayPoints.Size = UDim2.new(0, 83, 0, 20)
1880 WayPoints.BackgroundTransparency = 0
1881 WayPoints.Font = Enum.Font.Fantasy
1882 WayPoints.TextColor3 = Color3.new(1, 1, 1)
1883 WayPoints.Text = "WayPoints"
1884 WayPoints.TextSize = 17
1885 WayPoints.TextWrapped = true
1886
1887 WayPointsFrame.Name = "WayPointsFrame"
1888 WayPointsFrame.Parent = MainFrame
1889 WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
1890 WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
1891 WayPointsFrame.BackgroundTransparency = 0.4
1892 WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
1893 WayPointsFrame.Size = UDim2.new(0, 600, 0, 480)
1894 WayPointsFrame.Visible = false
1895
1896 ShowLocation.Name = "ShowLocation"
1897 ShowLocation.Parent = WayPointsFrame
1898 ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
1899 ShowLocation.TextColor3 = Color3.new(0, 0, 0)
1900 ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
1901 ShowLocation.Position = UDim2.new(0, 190, 0, 5)
1902 ShowLocation.Size = UDim2.new(0, 180, 0, 20)
1903 ShowLocation.Font = Enum.Font.Fantasy
1904 ShowLocation.Text = "Current Location"
1905 ShowLocation.TextWrapped = true
1906 ShowLocation.TextSize = 15
1907
1908 SetLocation.Name = "SetLocation"
1909 SetLocation.Parent = WayPointsFrame
1910 SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1911 SetLocation.TextColor3 = Color3.new(1, 1, 1)
1912 SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1913 SetLocation.Position = UDim2.new(0, 375, 0, 5)
1914 SetLocation.Size = UDim2.new(0, 150, 0, 20)
1915 SetLocation.Font = Enum.Font.Fantasy
1916 SetLocation.Text = "Set Location"
1917 SetLocation.TextWrapped = true
1918 SetLocation.TextSize = 16
1919
1920 TPLocation.Name = "TPLocation"
1921 TPLocation.Parent = WayPointsFrame
1922 TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1923 TPLocation.TextColor3 = Color3.new(1, 1, 1)
1924 TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1925 TPLocation.Position = UDim2.new(0, 530, 0, 5)
1926 TPLocation.Size = UDim2.new(0, 65, 0, 20)
1927 TPLocation.Font = Enum.Font.Fantasy
1928 TPLocation.Text = "Move to"
1929 TPLocation.TextWrapped = true
1930 TPLocation.TextSize = 16
1931
1932 ReturnToHive.Name = "ReturnToHive"
1933 ReturnToHive.Parent = WayPointsFrame
1934 ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1935 ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1936 ReturnToHive.Position = UDim2.new(0, 5, 0, 5)
1937 ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
1938 ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
1939 ReturnToHive.Font = Enum.Font.Fantasy
1940 ReturnToHive.Text = "Return To Hive"
1941 ReturnToHive.TextSize = 16
1942
1943 BlackBear.Name = "BlackBear"
1944 BlackBear.Parent = WayPointsFrame
1945 BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1946 BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1947 BlackBear.Position = UDim2.new(0, 5, 0, 30)
1948 BlackBear.Size = UDim2.new(0, 180, 0, 20)
1949 BlackBear.TextColor3 = Color3.new(1, 1, 1)
1950 BlackBear.Font = Enum.Font.Fantasy
1951 BlackBear.Text = "Black Bear"
1952 BlackBear.TextSize = 16
1953
1954 BrownBear.Name = "BrownBear"
1955 BrownBear.Parent = WayPointsFrame
1956 BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1957 BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1958 BrownBear.Position = UDim2.new(0, 5, 0, 55)
1959 BrownBear.Size = UDim2.new(0, 180, 0, 20)
1960 BrownBear.TextColor3 = Color3.new(1, 1, 1)
1961 BrownBear.Font = Enum.Font.Fantasy
1962 BrownBear.Text = "Brown Bear"
1963 BrownBear.TextSize = 16
1964
1965 PandaBear.Name = "PandaBear"
1966 PandaBear.Parent = WayPointsFrame
1967 PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1968 PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1969 PandaBear.Position = UDim2.new(0, 5, 0, 80)
1970 PandaBear.Size = UDim2.new(0, 180, 0, 20)
1971 PandaBear.TextColor3 = Color3.new(1, 1, 1)
1972 PandaBear.Font = Enum.Font.Fantasy
1973 PandaBear.Text = "Panda Bear"
1974 PandaBear.TextSize = 16
1975
1976 PolarBear.Name = "PolarBear"
1977 PolarBear.Parent = WayPointsFrame
1978 PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1979 PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1980 PolarBear.Position = UDim2.new(0, 5, 0, 105)
1981 PolarBear.Size = UDim2.new(0, 180, 0, 20)
1982 PolarBear.TextColor3 = Color3.new(1, 1, 1)
1983 PolarBear.Font = Enum.Font.Fantasy
1984 PolarBear.Text = "Polar Bear"
1985 PolarBear.TextSize = 16
1986
1987 ScienceBear.Name = "ScienceBear"
1988 ScienceBear.Parent = WayPointsFrame
1989 ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1990 ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1991 ScienceBear.Position = UDim2.new(0, 5, 0, 130)
1992 ScienceBear.Size = UDim2.new(0, 180, 0, 20)
1993 ScienceBear.TextColor3 = Color3.new(1, 1, 1)
1994 ScienceBear.Font = Enum.Font.Fantasy
1995 ScienceBear.Text = "Science Bear"
1996 ScienceBear.TextSize = 16
1997
1998 TravelingBear.Name = "TravelingBear"
1999 TravelingBear.Parent = WayPointsFrame
2000 TravelingBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2001 TravelingBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2002 TravelingBear.Position = UDim2.new(0, 5, 0, 155)
2003 TravelingBear.Size = UDim2.new(0, 180, 0, 20)
2004 TravelingBear.TextColor3 = Color3.new(1, 1, 1)
2005 TravelingBear.Font = Enum.Font.Fantasy
2006 TravelingBear.Text = "Traveling Bear"
2007 TravelingBear.TextSize = 16
2008
2009 MotherBear.Name = "MotherBear"
2010 MotherBear.Parent = WayPointsFrame
2011 MotherBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2012 MotherBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2013 MotherBear.Position = UDim2.new(0, 5, 0, 180)
2014 MotherBear.Size = UDim2.new(0, 180, 0, 20)
2015 MotherBear.TextColor3 = Color3.new(1, 1, 1)
2016 MotherBear.Font = Enum.Font.Fantasy
2017 MotherBear.Text = "Mother Bear"
2018 MotherBear.TextSize = 16
2019
2020 TunnelBear.Name = "TunnelBear"
2021 TunnelBear.Parent = WayPointsFrame
2022 TunnelBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2023 TunnelBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2024 TunnelBear.Position = UDim2.new(0, 5, 0, 205)
2025 TunnelBear.Size = UDim2.new(0, 180, 0, 20)
2026 TunnelBear.TextColor3 = Color3.new(1, 1, 1)
2027 TunnelBear.Font = Enum.Font.Fantasy
2028 TunnelBear.Text = "Tunnel Bear"
2029 TunnelBear.TextSize = 16
2030
2031 Onett.Name = "Onett"
2032 Onett.Parent = WayPointsFrame
2033 Onett.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2034 Onett.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2035 Onett.Position = UDim2.new(0, 5, 0, 230)
2036 Onett.Size = UDim2.new(0, 180, 0, 20)
2037 Onett.TextColor3 = Color3.new(1, 1, 1)
2038 Onett.Font = Enum.Font.Fantasy
2039 Onett.Text = "Onett"
2040 Onett.TextSize = 16
2041
2042 RedBoost.Name = "RedBoost"
2043 RedBoost.Parent = WayPointsFrame
2044 RedBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2045 RedBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2046 RedBoost.Position = UDim2.new(0, 5, 0, 255)
2047 RedBoost.Size = UDim2.new(0, 180, 0, 20)
2048 RedBoost.TextColor3 = Color3.new(1, 1, 1)
2049 RedBoost.Font = Enum.Font.Fantasy
2050 RedBoost.Text = "Red Field Booster"
2051 RedBoost.TextSize = 16
2052
2053 BlueBoost.Name = "BlueBoost"
2054 BlueBoost.Parent = WayPointsFrame
2055 BlueBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2056 BlueBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2057 BlueBoost.Position = UDim2.new(0, 5, 0, 280)
2058 BlueBoost.Size = UDim2.new(0, 180, 0, 20)
2059 BlueBoost.TextColor3 = Color3.new(1, 1, 1)
2060 BlueBoost.Font = Enum.Font.Fantasy
2061 BlueBoost.Text = "Blue Field Booster"
2062 BlueBoost.TextSize = 16
2063
2064 MountainBoost.Name = "MountainBoost"
2065 MountainBoost.Parent = WayPointsFrame
2066 MountainBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2067 MountainBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2068 MountainBoost.Position = UDim2.new(0, 5, 0, 305)
2069 MountainBoost.Size = UDim2.new(0, 180, 0, 20)
2070 MountainBoost.TextColor3 = Color3.new(1, 1, 1)
2071 MountainBoost.Font = Enum.Font.Fantasy
2072 MountainBoost.Text = "MountainTop Booster"
2073 MountainBoost.TextSize = 16
2074
2075 RedCannon.Name = "RedCannon"
2076 RedCannon.Parent = WayPointsFrame
2077 RedCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2078 RedCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2079 RedCannon.Position = UDim2.new(0, 5, 0, 330)
2080 RedCannon.Size = UDim2.new(0, 180, 0, 20)
2081 RedCannon.TextColor3 = Color3.new(1, 1, 1)
2082 RedCannon.Font = Enum.Font.Fantasy
2083 RedCannon.Text = "Red Cannon (22)"
2084 RedCannon.TextSize = 16
2085
2086 BlueCannon.Name = "BlueCannon"
2087 BlueCannon.Parent = WayPointsFrame
2088 BlueCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2089 BlueCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2090 BlueCannon.Position = UDim2.new(0, 5, 0, 355)
2091 BlueCannon.Size = UDim2.new(0, 180, 0, 20)
2092 BlueCannon.TextColor3 = Color3.new(1, 1, 1)
2093 BlueCannon.Font = Enum.Font.Fantasy
2094 BlueCannon.Text = "Blue Cannon (16)"
2095 BlueCannon.TextSize = 16
2096
2097 YellowCannon.Name = "YellowCannon"
2098 YellowCannon.Parent = WayPointsFrame
2099 YellowCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2100 YellowCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2101 YellowCannon.Position = UDim2.new(0, 5, 0, 380)
2102 YellowCannon.Size = UDim2.new(0, 180, 0, 20)
2103 YellowCannon.TextColor3 = Color3.new(1, 1, 1)
2104 YellowCannon.Font = Enum.Font.Fantasy
2105 YellowCannon.Text = "Yellow Cannon (12)"
2106 YellowCannon.TextSize = 16
2107
2108 Slingshot.Name = "Slingshot"
2109 Slingshot.Parent = WayPointsFrame
2110 Slingshot.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2111 Slingshot.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2112 Slingshot.Position = UDim2.new(0, 5, 0, 405)
2113 Slingshot.Size = UDim2.new(0, 180, 0, 20)
2114 Slingshot.TextColor3 = Color3.new(1, 1, 1)
2115 Slingshot.Font = Enum.Font.Fantasy
2116 Slingshot.Text = "Slingshot (8)"
2117 Slingshot.TextSize = 16
2118
2119 AntChallenge.Name = "AntChallenge"
2120 AntChallenge.Parent = WayPointsFrame
2121 AntChallenge.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2122 AntChallenge.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2123 AntChallenge.Position = UDim2.new(0, 5, 0, 430)
2124 AntChallenge.Size = UDim2.new(0, 180, 0, 20)
2125 AntChallenge.TextColor3 = Color3.new(1, 1, 1)
2126 AntChallenge.Font = Enum.Font.Fantasy
2127 AntChallenge.Text = "Ant Challenge"
2128 AntChallenge.TextSize = 16
2129
2130 KingbeetlesLair.Name = "KingbeetlesLair"
2131 KingbeetlesLair.Parent = WayPointsFrame
2132 KingbeetlesLair.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2133 KingbeetlesLair.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2134 KingbeetlesLair.Position = UDim2.new(0, 0, 0, 455)
2135 KingbeetlesLair.Size = UDim2.new(0, 180, 0, 20)
2136 KingbeetlesLair.TextColor3 = Color3.new(1, 1, 1)
2137 KingbeetlesLair.Font = Enum.Font.Fantasy
2138 KingbeetlesLair.Text = "King Beetles Lair"
2139 KingbeetlesLair.TextSize = 16
2140
2141 BeeShop.Name = "BeeShop"
2142 BeeShop.Parent = WayPointsFrame
2143 BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2144 BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2145 BeeShop.Position = UDim2.new(0, 190, 0, 30)
2146 BeeShop.Size = UDim2.new(0, 180, 0, 20)
2147 BeeShop.TextColor3 = Color3.new(1, 1, 1)
2148 BeeShop.Font = Enum.Font.Fantasy
2149 BeeShop.Text = "Bees Shop"
2150 BeeShop.TextSize = 16
2151
2152 TPShop.Name = "TPShop"
2153 TPShop.Parent = WayPointsFrame
2154 TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2155 TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2156 TPShop.Position = UDim2.new(0, 190, 0, 55)
2157 TPShop.Size = UDim2.new(0, 180, 0, 20)
2158 TPShop.TextColor3 = Color3.new(1, 1, 1)
2159 TPShop.Font = Enum.Font.Fantasy
2160 TPShop.Text = "Basic Tools Shop"
2161 TPShop.TextSize = 16
2162
2163 TPShop2.Name = "TPShop2"
2164 TPShop2.Parent = WayPointsFrame
2165 TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2166 TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2167 TPShop2.Position = UDim2.new(0, 190, 0, 80)
2168 TPShop2.Size = UDim2.new(0, 180, 0, 20)
2169 TPShop2.TextColor3 = Color3.new(1, 1, 1)
2170 TPShop2.Font = Enum.Font.Fantasy
2171 TPShop2.Text = "Advanced Tools Shop"
2172 TPShop2.TextSize = 16
2173
2174 MountainTopShop.Name = "MountainTopShop"
2175 MountainTopShop.Parent = WayPointsFrame
2176 MountainTopShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2177 MountainTopShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2178 MountainTopShop.Position = UDim2.new(0, 190, 0, 105)
2179 MountainTopShop.Size = UDim2.new(0, 180, 0, 20)
2180 MountainTopShop.TextColor3 = Color3.new(1, 1, 1)
2181 MountainTopShop.Font = Enum.Font.Fantasy
2182 MountainTopShop.Text = "Mountain Top Shop"
2183 MountainTopShop.TextSize = 16
2184
2185 TentShop.Name = "TentShop"
2186 TentShop.Parent = WayPointsFrame
2187 TentShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2188 TentShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2189 TentShop.Position = UDim2.new(0, 190, 0, 130)
2190 TentShop.Size = UDim2.new(0, 180, 0, 20)
2191 TentShop.TextColor3 = Color3.new(1, 1, 1)
2192 TentShop.Font = Enum.Font.Fantasy
2193 TentShop.Text = "Ticket Tent Shop"
2194 TentShop.TextSize = 16
2195
2196 TreatShop.Name = "TreatShop"
2197 TreatShop.Parent = WayPointsFrame
2198 TreatShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2199 TreatShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2200 TreatShop.Position = UDim2.new(0, 190, 0, 155)
2201 TreatShop.Size = UDim2.new(0, 180, 0, 20)
2202 TreatShop.TextColor3 = Color3.new(1, 1, 1)
2203 TreatShop.Font = Enum.Font.Fantasy
2204 TreatShop.Text = "Treat Shop"
2205 TreatShop.TextSize = 16
2206
2207 RedClubhouse.Name = "RedClubhouse"
2208 RedClubhouse.Parent = WayPointsFrame
2209 RedClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2210 RedClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2211 RedClubhouse.Position = UDim2.new(0, 190, 0, 180)
2212 RedClubhouse.Size = UDim2.new(0, 180, 0, 20)
2213 RedClubhouse.TextColor3 = Color3.new(1, 1, 1)
2214 RedClubhouse.Font = Enum.Font.Fantasy
2215 RedClubhouse.Text = "Red Clubhouse"
2216 RedClubhouse.TextSize = 16
2217
2218 BlueClubhouse.Name = "BlueClubhouse"
2219 BlueClubhouse.Parent = WayPointsFrame
2220 BlueClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2221 BlueClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2222 BlueClubhouse.Position = UDim2.new(0, 190, 0, 205)
2223 BlueClubhouse.Size = UDim2.new(0, 180, 0, 20)
2224 BlueClubhouse.TextColor3 = Color3.new(1, 1, 1)
2225 BlueClubhouse.Font = Enum.Font.Fantasy
2226 BlueClubhouse.Text = "Blue Clubhouse"
2227 BlueClubhouse.TextSize = 16
2228
2229 TicketShop.Name = "TicketShop"
2230 TicketShop.Parent = WayPointsFrame
2231 TicketShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2232 TicketShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2233 TicketShop.Position = UDim2.new(0, 190, 0, 230)
2234 TicketShop.Size = UDim2.new(0, 180, 0, 20)
2235 TicketShop.TextColor3 = Color3.new(1, 1, 1)
2236 TicketShop.Font = Enum.Font.Fantasy
2237 TicketShop.Text = "Ticket Dispenser"
2238 TicketShop.TextSize = 16
2239
2240 ClubHoney.Name = "ClubHoney"
2241 ClubHoney.Parent = WayPointsFrame
2242 ClubHoney.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2243 ClubHoney.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2244 ClubHoney.Position = UDim2.new(0, 190, 0, 255)
2245 ClubHoney.Size = UDim2.new(0, 180, 0, 20)
2246 ClubHoney.TextColor3 = Color3.new(1, 1, 1)
2247 ClubHoney.Font = Enum.Font.Fantasy
2248 ClubHoney.Text = "Club Honey Dispenser"
2249 ClubHoney.TextSize = 16
2250
2251 RoyalJellyShop.Name = "RoyalJellyShop"
2252 RoyalJellyShop.Parent = WayPointsFrame
2253 RoyalJellyShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2254 RoyalJellyShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2255 RoyalJellyShop.Position = UDim2.new(0, 190, 0, 280)
2256 RoyalJellyShop.Size = UDim2.new(0, 180, 0, 20)
2257 RoyalJellyShop.TextColor3 = Color3.new(1, 1, 1)
2258 RoyalJellyShop.Font = Enum.Font.Fantasy
2259 RoyalJellyShop.Text = "Royal Jelly Dispenser"
2260 RoyalJellyShop.TextSize = 16
2261
2262 TicketRoyalJelly.Name = "TicketRoyalJelly"
2263 TicketRoyalJelly.Parent = WayPointsFrame
2264 TicketRoyalJelly.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2265 TicketRoyalJelly.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2266 TicketRoyalJelly.Position = UDim2.new(0, 190, 0, 305)
2267 TicketRoyalJelly.Size = UDim2.new(0, 180, 0, 20)
2268 TicketRoyalJelly.TextColor3 = Color3.new(1, 1, 1)
2269 TicketRoyalJelly.Font = Enum.Font.Fantasy
2270 TicketRoyalJelly.Text = "Ticket Royal Jelly Dispenser"
2271 TicketRoyalJelly.TextSize = 16
2272
2273 GumdropDispenser.Name = "GumdropDispenser"
2274 GumdropDispenser.Parent = WayPointsFrame
2275 GumdropDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2276 GumdropDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2277 GumdropDispenser.Position = UDim2.new(0, 190, 0, 330)
2278 GumdropDispenser.Size = UDim2.new(0, 180, 0, 20)
2279 GumdropDispenser.TextColor3 = Color3.new(1, 1, 1)
2280 GumdropDispenser.Font = Enum.Font.Fantasy
2281 GumdropDispenser.Text = "Gumdrop Dispenser"
2282 GumdropDispenser.TextSize = 16
2283
2284 BlueberryDispenser.Name = "BlueberryDispenser"
2285 BlueberryDispenser.Parent = WayPointsFrame
2286 BlueberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2287 BlueberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2288 BlueberryDispenser.Position = UDim2.new(0, 190, 0, 355)
2289 BlueberryDispenser.Size = UDim2.new(0, 180, 0, 20)
2290 BlueberryDispenser.TextColor3 = Color3.new(1, 1, 1)
2291 BlueberryDispenser.Font = Enum.Font.Fantasy
2292 BlueberryDispenser.Text = "Blueberry Dispenser"
2293 BlueberryDispenser.TextSize = 16
2294
2295 StrawberryDispenser.Name = "StrawberryDispenser"
2296 StrawberryDispenser.Parent = WayPointsFrame
2297 StrawberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2298 StrawberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2299 StrawberryDispenser.Position = UDim2.new(0, 190, 0, 380)
2300 StrawberryDispenser.Size = UDim2.new(0, 180, 0, 20)
2301 StrawberryDispenser.TextColor3 = Color3.new(1, 1, 1)
2302 StrawberryDispenser.Font = Enum.Font.Fantasy
2303 StrawberryDispenser.Text = "Strawberry Dispenser"
2304 StrawberryDispenser.TextSize = 16
2305
2306 TreatDispenser.Name = "TreatDispenser"
2307 TreatDispenser.Parent = WayPointsFrame
2308 TreatDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2309 TreatDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2310 TreatDispenser.Position = UDim2.new(0, 190, 0, 405)
2311 TreatDispenser.Size = UDim2.new(0, 180, 0, 20)
2312 TreatDispenser.TextColor3 = Color3.new(1, 1, 1)
2313 TreatDispenser.Font = Enum.Font.Fantasy
2314 TreatDispenser.Text = "Treat Dispenser"
2315 TreatDispenser.TextSize = 16
2316
2317 Honeystorm.Name = "Honeystorm"
2318 Honeystorm.Parent = WayPointsFrame
2319 Honeystorm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2320 Honeystorm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2321 Honeystorm.Position = UDim2.new(0, 190, 0, 430)
2322 Honeystorm.Size = UDim2.new(0, 180, 0, 20)
2323 Honeystorm.TextColor3 = Color3.new(1, 1, 1)
2324 Honeystorm.Font = Enum.Font.Fantasy
2325 Honeystorm.Text = "Summon a Honeystorm"
2326 Honeystorm.TextSize = 16
2327
2328 HoneyConvertor.Name = "HoneyConvertor"
2329 HoneyConvertor.Parent = WayPointsFrame
2330 HoneyConvertor.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2331 HoneyConvertor.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2332 HoneyConvertor.Position = UDim2.new(0, 190, 0, 455)
2333 HoneyConvertor.Size = UDim2.new(0, 180, 0, 20)
2334 HoneyConvertor.TextColor3 = Color3.new(1, 1, 1)
2335 HoneyConvertor.Font = Enum.Font.Fantasy
2336 HoneyConvertor.Text = "Instant Honey Converter"
2337 HoneyConvertor.TextSize = 16
2338
2339 SunflowerField.Name = "SunflowerField"
2340 SunflowerField.Parent = WayPointsFrame
2341 SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2342 SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2343 SunflowerField.Position = UDim2.new(0, 375, 0, 30)
2344 SunflowerField.Size = UDim2.new(0, 180, 0, 20)
2345 SunflowerField.TextColor3 = Color3.new(1, 1, 1)
2346 SunflowerField.Font = Enum.Font.Fantasy
2347 SunflowerField.Text = "Sunflower Field"
2348 SunflowerField.TextSize = 16
2349
2350 MushRoomField.Name = "MushRoomField"
2351 MushRoomField.Parent = WayPointsFrame
2352 MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2353 MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2354 MushRoomField.Position = UDim2.new(0, 375, 0, 55)
2355 MushRoomField.Size = UDim2.new(0, 180, 0, 20)
2356 MushRoomField.TextColor3 = Color3.new(1, 1, 1)
2357 MushRoomField.Font = Enum.Font.Fantasy
2358 MushRoomField.Text = "MushRoom Field"
2359 MushRoomField.TextSize = 16
2360
2361 DandelionField.Name = "DandelionField"
2362 DandelionField.Parent = WayPointsFrame
2363 DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2364 DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2365 DandelionField.Position = UDim2.new(0, 375, 0, 80)
2366 DandelionField.Size = UDim2.new(0, 180, 0, 20)
2367 DandelionField.TextColor3 = Color3.new(1, 1, 1)
2368 DandelionField.Font = Enum.Font.Fantasy
2369 DandelionField.Text = "Dandelion Field"
2370 DandelionField.TextSize = 16
2371
2372 BlueField.Name = "BlueField"
2373 BlueField.Parent = WayPointsFrame
2374 BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2375 BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2376 BlueField.Position = UDim2.new(0, 375, 0, 105)
2377 BlueField.Size = UDim2.new(0, 180, 0, 20)
2378 BlueField.TextColor3 = Color3.new(1, 1, 1)
2379 BlueField.Font = Enum.Font.Fantasy
2380 BlueField.Text = "Blue Flower Field"
2381 BlueField.TextSize = 16
2382
2383 CloverField.Name = "CloverField"
2384 CloverField.Parent = WayPointsFrame
2385 CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2386 CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2387 CloverField.Position = UDim2.new(0, 375, 0, 130)
2388 CloverField.Size = UDim2.new(0, 180, 0, 20)
2389 CloverField.TextColor3 = Color3.new(1, 1, 1)
2390 CloverField.Font = Enum.Font.Fantasy
2391 CloverField.Text = "Clover Field"
2392 CloverField.TextSize = 16
2393
2394 StrawBerryField.Name = "StrawBerryField"
2395 StrawBerryField.Parent = WayPointsFrame
2396 StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2397 StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2398 StrawBerryField.Position = UDim2.new(0, 375, 0, 155)
2399 StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
2400 StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
2401 StrawBerryField.Font = Enum.Font.Fantasy
2402 StrawBerryField.Text = "StrawBerry Field"
2403 StrawBerryField.TextSize = 16
2404
2405 SpiderField.Name = "SpiderField"
2406 SpiderField.Parent = WayPointsFrame
2407 SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2408 SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2409 SpiderField.Position = UDim2.new(0, 375, 0, 180)
2410 SpiderField.Size = UDim2.new(0, 180, 0, 20)
2411 SpiderField.TextColor3 = Color3.new(1, 1, 1)
2412 SpiderField.Font = Enum.Font.Fantasy
2413 SpiderField.Text = "Spider Field"
2414 SpiderField.TextSize = 16
2415
2416 BamBooField.Name = "BamBooField"
2417 BamBooField.Parent = WayPointsFrame
2418 BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2419 BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2420 BamBooField.Position = UDim2.new(0, 375, 0, 205)
2421 BamBooField.Size = UDim2.new(0, 180, 0, 20)
2422 BamBooField.TextColor3 = Color3.new(1, 1, 1)
2423 BamBooField.Font = Enum.Font.Fantasy
2424 BamBooField.Text = "BamBoo Field"
2425 BamBooField.TextSize = 16
2426
2427 RoseField.Name = "RoseField"
2428 RoseField.Parent = WayPointsFrame
2429 RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2430 RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2431 RoseField.Position = UDim2.new(0, 375, 0, 230)
2432 RoseField.Size = UDim2.new(0, 180, 0, 20)
2433 RoseField.TextColor3 = Color3.new(1, 1, 1)
2434 RoseField.Font = Enum.Font.Fantasy
2435 RoseField.Text = "Rose Field"
2436 RoseField.TextSize = 16
2437
2438 PineTreeField.Name = "PineTreeField"
2439 PineTreeField.Parent = WayPointsFrame
2440 PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2441 PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2442 PineTreeField.Position = UDim2.new(0, 375, 0, 255)
2443 PineTreeField.Size = UDim2.new(0, 180, 0, 20)
2444 PineTreeField.TextColor3 = Color3.new(1, 1, 1)
2445 PineTreeField.Font = Enum.Font.Fantasy
2446 PineTreeField.Text = "Pine Tree Forest"
2447 PineTreeField.TextSize = 16
2448
2449 CactusField.Name = "CactusField"
2450 CactusField.Parent = WayPointsFrame
2451 CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2452 CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2453 CactusField.Position = UDim2.new(0, 375, 0, 280)
2454 CactusField.Size = UDim2.new(0, 180, 0, 20)
2455 CactusField.TextColor3 = Color3.new(1, 1, 1)
2456 CactusField.Font = Enum.Font.Fantasy
2457 CactusField.Text = "Cactus Field"
2458 CactusField.TextSize = 16
2459
2460 PumpkinField.Name = "PumpkinField"
2461 PumpkinField.Parent = WayPointsFrame
2462 PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2463 PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2464 PumpkinField.Position = UDim2.new(0, 375, 0, 305)
2465 PumpkinField.Size = UDim2.new(0, 180, 0, 20)
2466 PumpkinField.TextColor3 = Color3.new(1, 1, 1)
2467 PumpkinField.Font = Enum.Font.Fantasy
2468 PumpkinField.Text = "Pumpkin Patch"
2469 PumpkinField.TextSize = 16
2470
2471 PineappleField.Name = "PineappleField"
2472 PineappleField.Parent = WayPointsFrame
2473 PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2474 PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2475 PineappleField.Position = UDim2.new(0, 375, 0, 330)
2476 PineappleField.Size = UDim2.new(0, 180, 0, 20)
2477 PineappleField.TextColor3 = Color3.new(1, 1, 1)
2478 PineappleField.Font = Enum.Font.Fantasy
2479 PineappleField.Text = "Pineapple Patch"
2480 PineappleField.TextSize = 16
2481
2482 MountainTopField.Name = "MountainTopField"
2483 MountainTopField.Parent = WayPointsFrame
2484 MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2485 MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2486 MountainTopField.Position = UDim2.new(0, 375, 0, 355)
2487 MountainTopField.Size = UDim2.new(0, 180, 0, 20)
2488 MountainTopField.TextColor3 = Color3.new(1, 1, 1)
2489 MountainTopField.Font = Enum.Font.Fantasy
2490 MountainTopField.Text = "Mountain Top Field"
2491 MountainTopField.TextSize = 16
2492
2493 Field1AF.Name = "Field1AF"
2494 Field1AF.Parent = WayPointsFrame
2495 Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2496 Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2497 Field1AF.Position = UDim2.new(0, 555, 0, 30)
2498 Field1AF.Size = UDim2.new(0, 40, 0, 20)
2499 Field1AF.TextColor3 = Color3.new(1, 1, 1)
2500 Field1AF.Font = Enum.Font.Fantasy
2501 Field1AF.Text = "Farm"
2502 Field1AF.TextSize = 16
2503
2504 Field2AF.Name = "Field2AF"
2505 Field2AF.Parent = WayPointsFrame
2506 Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2507 Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2508 Field2AF.Position = UDim2.new(0, 555, 0, 55)
2509 Field2AF.Size = UDim2.new(0, 40, 0, 20)
2510 Field2AF.TextColor3 = Color3.new(1, 1, 1)
2511 Field2AF.Font = Enum.Font.Fantasy
2512 Field2AF.Text = "Farm"
2513 Field2AF.TextSize = 16
2514
2515 Field3AF.Name = "Field3AF"
2516 Field3AF.Parent = WayPointsFrame
2517 Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2518 Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2519 Field3AF.Position = UDim2.new(0, 555, 0, 80)
2520 Field3AF.Size = UDim2.new(0, 40, 0, 20)
2521 Field3AF.TextColor3 = Color3.new(1, 1, 1)
2522 Field3AF.Font = Enum.Font.Fantasy
2523 Field3AF.Text = "Farm"
2524 Field3AF.TextSize = 16
2525
2526 Field4AF.Name = "Field4AF"
2527 Field4AF.Parent = WayPointsFrame
2528 Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2529 Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2530 Field4AF.Position = UDim2.new(0, 555, 0, 105)
2531 Field4AF.Size = UDim2.new(0, 40, 0, 20)
2532 Field4AF.TextColor3 = Color3.new(1, 1, 1)
2533 Field4AF.Font = Enum.Font.Fantasy
2534 Field4AF.Text = "Farm"
2535 Field4AF.TextSize = 16
2536
2537 Field5AF.Name = "Field5AF"
2538 Field5AF.Parent = WayPointsFrame
2539 Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2540 Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2541 Field5AF.Position = UDim2.new(0, 555, 0, 130)
2542 Field5AF.Size = UDim2.new(0, 40, 0, 20)
2543 Field5AF.TextColor3 = Color3.new(1, 1, 1)
2544 Field5AF.Font = Enum.Font.Fantasy
2545 Field5AF.Text = "Farm"
2546 Field5AF.TextSize = 16
2547
2548 Field6AF.Name = "Field6AF"
2549 Field6AF.Parent = WayPointsFrame
2550 Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2551 Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2552 Field6AF.Position = UDim2.new(0, 555, 0, 155)
2553 Field6AF.Size = UDim2.new(0, 40, 0, 20)
2554 Field6AF.TextColor3 = Color3.new(1, 1, 1)
2555 Field6AF.Font = Enum.Font.Fantasy
2556 Field6AF.Text = "Farm"
2557 Field6AF.TextSize = 16
2558
2559 Field7AF.Name = "Field7AF"
2560 Field7AF.Parent = WayPointsFrame
2561 Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2562 Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2563 Field7AF.Position = UDim2.new(0, 555, 0, 180)
2564 Field7AF.Size = UDim2.new(0, 40, 0, 20)
2565 Field7AF.TextColor3 = Color3.new(1, 1, 1)
2566 Field7AF.Font = Enum.Font.Fantasy
2567 Field7AF.Text = "Farm"
2568 Field7AF.TextSize = 16
2569
2570 Field8AF.Name = "Field8AF"
2571 Field8AF.Parent = WayPointsFrame
2572 Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2573 Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2574 Field8AF.Position = UDim2.new(0, 555, 0, 205)
2575 Field8AF.Size = UDim2.new(0, 40, 0, 20)
2576 Field8AF.TextColor3 = Color3.new(1, 1, 1)
2577 Field8AF.Font = Enum.Font.Fantasy
2578 Field8AF.Text = "Farm"
2579 Field8AF.TextSize = 16
2580
2581 Field9AF.Name = "Field9AF"
2582 Field9AF.Parent = WayPointsFrame
2583 Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2584 Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2585 Field9AF.Position = UDim2.new(0, 555, 0, 230)
2586 Field9AF.Size = UDim2.new(0, 40, 0, 20)
2587 Field9AF.TextColor3 = Color3.new(1, 1, 1)
2588 Field9AF.Font = Enum.Font.Fantasy
2589 Field9AF.Text = "Farm"
2590 Field9AF.TextSize = 16
2591
2592 Field10AF.Name = "Field10AF"
2593 Field10AF.Parent = WayPointsFrame
2594 Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2595 Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2596 Field10AF.Position = UDim2.new(0, 555, 0, 255)
2597 Field10AF.Size = UDim2.new(0, 40, 0, 20)
2598 Field10AF.TextColor3 = Color3.new(1, 1, 1)
2599 Field10AF.Font = Enum.Font.Fantasy
2600 Field10AF.Text = "Farm"
2601 Field10AF.TextSize = 16
2602
2603 Field11AF.Name = "Field11AF"
2604 Field11AF.Parent = WayPointsFrame
2605 Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2606 Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2607 Field11AF.Position = UDim2.new(0, 555, 0, 280)
2608 Field11AF.Size = UDim2.new(0, 40, 0, 20)
2609 Field11AF.TextColor3 = Color3.new(1, 1, 1)
2610 Field11AF.Font = Enum.Font.Fantasy
2611 Field11AF.Text = "Farm"
2612 Field11AF.TextSize = 16
2613
2614 Field12AF.Name = "Field12AF"
2615 Field12AF.Parent = WayPointsFrame
2616 Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2617 Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2618 Field12AF.Position = UDim2.new(0, 555, 0, 305)
2619 Field12AF.Size = UDim2.new(0, 40, 0, 20)
2620 Field12AF.TextColor3 = Color3.new(1, 1, 1)
2621 Field12AF.Font = Enum.Font.Fantasy
2622 Field12AF.Text = "Farm"
2623 Field12AF.TextSize = 16
2624
2625 Field13AF.Name = "Field13AF"
2626 Field13AF.Parent = WayPointsFrame
2627 Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2628 Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2629 Field13AF.Position = UDim2.new(0, 555, 0, 330)
2630 Field13AF.Size = UDim2.new(0, 40, 0, 20)
2631 Field13AF.TextColor3 = Color3.new(1, 1, 1)
2632 Field13AF.Font = Enum.Font.Fantasy
2633 Field13AF.Text = "Farm"
2634 Field13AF.TextSize = 16
2635
2636 Field14AF.Name = "Field14AF"
2637 Field14AF.Parent = WayPointsFrame
2638 Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2639 Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2640 Field14AF.Position = UDim2.new(0, 555, 0, 355)
2641 Field14AF.Size = UDim2.new(0, 40, 0, 20)
2642 Field14AF.TextColor3 = Color3.new(1, 1, 1)
2643 Field14AF.Font = Enum.Font.Fantasy
2644 Field14AF.Text = "Farm"
2645 Field14AF.TextSize = 16
2646
2647 Players.Name = "Players"
2648 Players.Parent = MainFrame
2649 Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2650 Players.BorderColor3 = Color3.new(0, 1, 0)
2651 Players.Position = UDim2.new(0, 118, 0, 5)
2652 Players.Size = UDim2.new(0, 60, 0, 20)
2653 Players.BackgroundTransparency = 0
2654 Players.Font = Enum.Font.Fantasy
2655 Players.TextColor3 = Color3.new(1, 1, 1)
2656 Players.Text = "Players"
2657 Players.TextSize = 17
2658 Players.TextWrapped = true
2659
2660 PlayerFrame.Name = "PlayerFrame"
2661 PlayerFrame.Parent = MainFrame
2662 PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
2663 PlayerFrame.BackgroundTransparency = 0.5
2664 PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
2665 PlayerFrame.Position = UDim2.new(0, 63, 0, 34)
2666 PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
2667 PlayerFrame.Visible = false
2668
2669 PlyrSel.Name = "PlyrSel"
2670 PlyrSel.Parent = PlayerFrame
2671 PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
2672 PlyrSel.BackgroundTransparency = 0.15
2673 PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
2674 PlyrSel.Position = UDim2.new(0, 5, 0, 5)
2675 PlyrSel.Size = UDim2.new(0, 160, 0, 20)
2676 PlyrSel.Font = Enum.Font.SourceSans
2677 PlyrSel.Text = "SELECT A PLAYER"
2678 PlyrSel.TextColor3 = Color3.new(0, 0, 0)
2679 PlyrSel.TextScaled = true
2680 PlyrSel.TextSize = 17
2681 PlyrSel.TextWrapped = true
2682
2683 Player1.Name = "Player1"
2684 Player1.Parent = PlayerFrame
2685 Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2686 Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2687 Player1.Position = UDim2.new(0, 5, 0, 35)
2688 Player1.Size = UDim2.new(0, 160, 0, 20)
2689 Player1.Font = Enum.Font.Fantasy
2690 Player1.Text = ""
2691 Player1.TextColor3 = Color3.new(1, 1, 1)
2692 Player1.TextSize = 15
2693 Player1.TextWrapped = true
2694
2695 Player2.Name = "Player2"
2696 Player2.Parent = PlayerFrame
2697 Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2698 Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2699 Player2.Position = UDim2.new(0, 5, 0, 60)
2700 Player2.Size = UDim2.new(0, 160, 0, 20)
2701 Player2.Font = Enum.Font.Fantasy
2702 Player2.Text = ""
2703 Player2.TextColor3 = Color3.new(1, 1, 1)
2704 Player2.TextSize = 15
2705 Player2.TextWrapped = true
2706
2707 Player3.Name = "Player3"
2708 Player3.Parent = PlayerFrame
2709 Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2710 Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2711 Player3.Position = UDim2.new(0, 5, 0, 85)
2712 Player3.Size = UDim2.new(0, 160, 0, 20)
2713 Player3.Font = Enum.Font.Fantasy
2714 Player3.Text = ""
2715 Player3.TextColor3 = Color3.new(1, 1, 1)
2716 Player3.TextSize = 15
2717 Player3.TextWrapped = true
2718
2719 Player4.Name = "Player4"
2720 Player4.Parent = PlayerFrame
2721 Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2722 Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2723 Player4.Position = UDim2.new(0, 5, 0, 110)
2724 Player4.Size = UDim2.new(0, 160, 0, 20)
2725 Player4.Font = Enum.Font.Fantasy
2726 Player4.Text = ""
2727 Player4.TextColor3 = Color3.new(1, 1, 1)
2728 Player4.TextSize = 15
2729 Player4.TextWrapped = true
2730
2731 Player5.Name = "Player5"
2732 Player5.Parent = PlayerFrame
2733 Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2734 Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2735 Player5.Position = UDim2.new(0, 5, 0, 135)
2736 Player5.Size = UDim2.new(0, 160, 0, 20)
2737 Player5.Font = Enum.Font.Fantasy
2738 Player5.Text = ""
2739 Player5.TextColor3 = Color3.new(1, 1, 1)
2740 Player5.TextSize = 15
2741 Player5.TextWrapped = true
2742
2743 TpPlayer.Name = "TpPlayer"
2744 TpPlayer.Parent = PlayerFrame
2745 TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
2746 TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2747 TpPlayer.Position = UDim2.new(0, 5, 0, 165)
2748 TpPlayer.Size = UDim2.new(0, 160, 0, 30)
2749 TpPlayer.Font = Enum.Font.Fantasy
2750 TpPlayer.Text = "Teleport to Player"
2751 TpPlayer.TextColor3 = Color3.new(1, 1, 1)
2752 TpPlayer.TextWrapped = true
2753 TpPlayer.TextSize = 17
2754
2755 PollenFarm.Name = "PollenFarm"
2756 PollenFarm.Parent = MainFrame
2757 PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2758 PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
2759 PollenFarm.Position = UDim2.new(0, 183, 0, 5)
2760 PollenFarm.Size = UDim2.new(0, 100, 0, 20)
2761 PollenFarm.Font = Enum.Font.Fantasy
2762 PollenFarm.TextColor3 = Color3.new(1, 1, 1)
2763 PollenFarm.Text = "Farm Pollen"
2764 PollenFarm.TextSize = 17
2765 PollenFarm.TextWrapped = true
2766
2767 AutoDig.Name = "AutoDig"
2768 AutoDig.Parent = MainFrame
2769 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2770 AutoDig.BorderColor3 = Color3.new(0, 1, 0)
2771 AutoDig.Position = UDim2.new(0, 288, 0, 5)
2772 AutoDig.Size = UDim2.new(0, 70, 0, 20)
2773 AutoDig.Font = Enum.Font.Fantasy
2774 AutoDig.TextColor3 = Color3.new(1, 1, 1)
2775 AutoDig.Text = "Auto Dig"
2776 AutoDig.TextSize = 17
2777 AutoDig.TextWrapped = true
2778
2779 FindTreasures.Name = "FindTreasures"
2780 FindTreasures.Parent = MainFrame
2781 FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2782 FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
2783 FindTreasures.Position = UDim2.new(0, 363, 0, 5)
2784 FindTreasures.Size = UDim2.new(0, 130, 0, 20)
2785 FindTreasures.BackgroundTransparency = 0
2786 FindTreasures.Font = Enum.Font.Fantasy
2787 FindTreasures.TextColor3 = Color3.new(1, 1, 1)
2788 FindTreasures.Text = "Collect Treasures"
2789 FindTreasures.TextSize = 17
2790 FindTreasures.TextWrapped = true
2791
2792 FindTreasuresText1.Name = "FindTreasuresText1"
2793 FindTreasuresText1.Parent = MainFrame
2794 FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2795 FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
2796 FindTreasuresText1.BackgroundTransparency = 0.1
2797 FindTreasuresText1.Position = UDim2.new(0, 333, 0, 34)
2798 FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
2799 FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
2800 FindTreasuresText1.Font = Enum.Font.Fantasy
2801 FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
2802 FindTreasuresText1.TextSize = 16
2803 FindTreasuresText1.TextWrapped = true
2804 FindTreasuresText1.ZIndex = 6
2805 FindTreasuresText1.Visible = false
2806 FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
2807
2808 ExtrasScreen.Name = "ExtrasScreen"
2809 ExtrasScreen.Parent = MainFrame
2810 ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2811 ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
2812 ExtrasScreen.Position = UDim2.new(0, 498, 0, 5)
2813 ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
2814 ExtrasScreen.BackgroundTransparency = 0
2815 ExtrasScreen.Font = Enum.Font.Fantasy
2816 ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
2817 ExtrasScreen.Text = "Extras"
2818 ExtrasScreen.TextSize = 17
2819 ExtrasScreen.TextWrapped = true
2820
2821 ExtrasFrame.Name = "ExtrasFrame"
2822 ExtrasFrame.Parent = MainFrame
2823 ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
2824 ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
2825 ExtrasFrame.BackgroundTransparency = 0.5
2826 ExtrasFrame.Position = UDim2.new(0, 428, 0, 34)
2827 ExtrasFrame.Size = UDim2.new(0, 170, 0, 105)
2828 ExtrasFrame.Visible = false
2829
2830 NoClip.Name = "NoClip"
2831 NoClip.Parent = ExtrasFrame
2832 NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2833 NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2834 NoClip.Position = UDim2.new(0, 5, 0, 5)
2835 NoClip.Size = UDim2.new(0, 160, 0, 20)
2836 NoClip.Font = Enum.Font.Fantasy
2837 NoClip.TextColor3 = Color3.new(1, 1, 1)
2838 NoClip.Text = "Enable NoClip"
2839 NoClip.TextSize = 17
2840 NoClip.TextWrapped = true
2841
2842 TPTool.Name = "TPTool"
2843 TPTool.Parent = ExtrasFrame
2844 TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2845 TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2846 TPTool.Position = UDim2.new(0, 5, 0, 30)
2847 TPTool.Size = UDim2.new(0, 160, 0, 20)
2848 TPTool.TextColor3 = Color3.new(1, 1, 1)
2849 TPTool.Font = Enum.Font.Fantasy
2850 TPTool.Text = "Add TPTool"
2851 TPTool.TextSize = 16
2852
2853 BTool.Name = "BTool"
2854 BTool.Parent = ExtrasFrame
2855 BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2856 BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2857 BTool.Position = UDim2.new(0, 5, 0, 55)
2858 BTool.Size = UDim2.new(0, 160, 0, 20)
2859 BTool.TextColor3 = Color3.new(1, 1, 1)
2860 BTool.Font = Enum.Font.Fantasy
2861 BTool.Text = "Add BTools"
2862 BTool.TextSize = 16
2863
2864 ReJoinServer.Name = "ReJoinServer"
2865 ReJoinServer.Parent = ExtrasFrame
2866 ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2867 ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
2868 ReJoinServer.Position = UDim2.new(0, 5, 0, 80)
2869 ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
2870 ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
2871 ReJoinServer.Font = Enum.Font.Fantasy
2872 ReJoinServer.Text = "ReJoin a Server"
2873 ReJoinServer.TextSize = 16
2874 ReJoinServer.TextWrapped = true
2875
2876 InfoScreen.Name = "InfoScreen"
2877 InfoScreen.Parent = MainFrame
2878 InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2879 InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
2880 InfoScreen.Position = UDim2.new(0, 553, 0, 5)
2881 InfoScreen.Size = UDim2.new(0, 40, 0, 20)
2882 InfoScreen.BackgroundTransparency = 0
2883 InfoScreen.Font = Enum.Font.Fantasy
2884 InfoScreen.TextColor3 = Color3.new(1, 1, 1)
2885 InfoScreen.Text = "Info"
2886 InfoScreen.TextSize = 17
2887 InfoScreen.TextWrapped = true
2888
2889 InfoFrame.Name = "InfoFrame"
2890 InfoFrame.Parent = MainFrame
2891 InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2892 InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
2893 InfoFrame.BackgroundTransparency = 0.1
2894 InfoFrame.Position = UDim2.new(0, 398, 0, 34)
2895 InfoFrame.Size = UDim2.new(0, 200, 0, 190)
2896 InfoFrame.Visible = false
2897
2898 InfoText1.Name = "InfoText1"
2899 InfoText1.Parent = InfoFrame
2900 InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
2901 InfoText1.BorderColor3 = Color3.new(0, 0, 0)
2902 InfoText1.BackgroundTransparency = 1
2903 InfoText1.Position = UDim2.new(0, 5, 0, 5)
2904 InfoText1.Size = UDim2.new(0, 190, 0, 210)
2905 InfoText1.TextColor3 = Color3.new(1, 1, 1)
2906 InfoText1.Font = Enum.Font.Fantasy
2907 InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script\nTechnoDaft for adding Btools and Waypoints\nnewdarkt for adding the King Beetles Lair location"
2908 InfoText1.TextSize = 15
2909 InfoText1.TextWrapped = true
2910 InfoText1.TextYAlignment = Enum.TextYAlignment.Top
2911
2912 function notify(msg)
2913 game.StarterGui:SetCore('SendNotification', {
2914 Title = 'Bee Swarm LuckyGUI';
2915 Text = msg;
2916 Duration = 5;
2917 })
2918 end
2919
2920 --- Close ---
2921
2922 Close.MouseButton1Down:connect(function()
2923 MainGUI:Destroy()
2924 end)
2925
2926 --- Menus ---
2927
2928 local Menus = {
2929 [WayPoints] = WayPointsFrame;
2930 [ExtrasScreen] = ExtrasFrame;
2931 [InfoScreen] = InfoFrame;
2932 [Players] = PlayerFrame;
2933 }
2934 for button,frame in pairs(Menus) do
2935 button.MouseButton1Click:connect(function()
2936 if frame.Visible then
2937 frame.Visible = false
2938 return
2939 end
2940 for k,v in pairs(Menus) do
2941 v.Visible = v == frame
2942 end
2943 end)
2944 end
2945
2946 --- Snow Menus Show Hide ---
2947
2948 FindTreasures.MouseEnter:connect(function()
2949 FindTreasuresText1.Visible = true
2950 end)
2951
2952 FindTreasures.MouseLeave:connect(function()
2953 FindTreasuresText1.Visible = false
2954 end)
2955
2956 -- Pollen Farming --
2957
2958 spawn (function()
2959 while true do
2960 wait(0.2)
2961 if PollenFarmActive == true then
2962 local player = game:GetService("Players").LocalPlayer
2963 local currp
2964 workspace.Collectibles.ChildAdded:Connect(function(part)
2965 wait(0.5)
2966 if currp and (part.Position-currp).magnitude < 50 then
2967 player.Character:MoveTo(part.Position)
2968 wait(0.3)
2969 player.Character:MoveTo(currp)
2970 end
2971 end)
2972 local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
2973 if not pollenLbl then
2974 error("Backpack not found")
2975 end
2976 local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
2977 local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
2978 if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
2979 error("Tool not found")
2980 end
2981 print("Backpack size: " .. maxpollen)
2982 if Field1AFActive == true then
2983 fieldpos = {Vector3.new(-207.426,3,132.8),Vector3.new(-207.426,3,162.8),Vector3.new(-207.426,3,192.8)}
2984 print("Farming Sunflower Zone")
2985 elseif Field2AFActive == true then
2986 fieldpos = {Vector3.new(-100.1, 3.3, 134.4),Vector3.new(-67.9, 3.3, 135.7)}
2987 print("Farming Mushroom Zone")
2988 elseif Field3AFActive == true then
2989 fieldpos = {Vector3.new(-70.35,4,221.5),Vector3.new(-30.35,4,221.5),Vector3.new(10.35,4,221.5)}
2990 print("Farming Dandelion Zone")
2991 elseif Field4AFActive == true then
2992 fieldpos = {Vector3.new(106.8,4,100.5),Vector3.new(146.8,4,100.5),Vector3.new(186.8,4,100.5)}
2993 print("Farming Blue Flower Zone")
2994 elseif Field5AFActive == true then
2995 fieldpos = {Vector3.new(135,33,195),Vector3.new(160,33,175),Vector3.new(185,33,195)}
2996 print("Farming Clover Zone")
2997 elseif Field6AFActive == true then
2998 fieldpos = {Vector3.new(-178,20,15),Vector3.new(-178,20,-12),Vector3.new(-157,20,-20)}
2999 print("Farming StrawBerry Zone")
3000 elseif Field7AFActive == true then
3001 fieldpos = {Vector3.new(-67,20,0),Vector3.new(-42,20,-19),Vector3.new(-16.4,20,0)}
3002 print("Farming Spider Zone")
3003 elseif Field8AFActive == true then
3004 fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
3005 print("Farming BamBoo Zone")
3006 elseif Field9AFActive == true then
3007 fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
3008 print("Farming Rose Zone")
3009 elseif Field10AFActive == true then
3010 fieldpos = {Vector3.new(-310.1,65.5,-128.1),Vector3.new(-310.1,65.5,-168.1),Vector3.new(-310.1,65.5,-208.1)}
3011 print("Farming Pine Tree Zone")
3012 elseif Field11AFActive == true then
3013 fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
3014 print("Farming Cactus Zone")
3015 elseif Field12AFActive == true then
3016 fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
3017 print("Farming Pumpkin Zone")
3018 elseif Field13AFActive == true then
3019 fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
3020 print("Farming Pineapple Patch")
3021 elseif Field14AFActive == true then
3022 fieldpos = {Vector3.new(55, 176, -195),Vector3.new(55, 176, -166),Vector3.new(55, 176, -140),Vector3.new(100, 176, -140),Vector3.new(100, 176, -166),Vector3.new(100, 176, -195)}
3023 print("Farming Mountain Top Zone")
3024 else
3025 if maxpollen < 9999 then
3026 fieldpos = {Vector3.new(-220,3.3,220),Vector3.new(-220,4,180),Vector3.new(-220,4,140),Vector3.new(-220,4,100),Vector3.new(-190,4,126),Vector3.new(-190, 4, 166),Vector3.new(-190, 4, 206)}
3027 print("Auto Farming Zone 1 selected")
3028 else
3029 fieldpos = {Vector3.new(55, 176, -195),Vector3.new(55, 176, -166),Vector3.new(55, 176, -140),Vector3.new(100, 176, -140),Vector3.new(100, 176, -166),Vector3.new(100, 176, -195)}
3030 print("Auto Farming Zone 2 selected")
3031 end
3032 end
3033 local posIndex = 0
3034 while PollenFarmActive do
3035 --collect pollen
3036 pollenTool.Parent = player.Character
3037 wait(0.1)
3038 while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
3039 posIndex=posIndex+1
3040 if posIndex>#fieldpos then posIndex=1 end
3041 for rot=1,4 do
3042 if not PollenFarmActive then break end
3043 local angle = CFrame.Angles(0,math.pi*.5*rot,0)
3044 currp = fieldpos[posIndex]+angle.lookVector*10
3045 player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
3046 for i=1,25 do
3047 if not PollenFarmActive then break end
3048 wait(0.2)
3049 pollenTool.ClickEvent:FireServer(currp)
3050 end
3051 if player.leaderstats.Pollen.Value+1>maxpollen then break end
3052 end
3053 end
3054 --turn to honey
3055 currp=nil
3056 player.Character:MoveTo(player.SpawnPos.Value.p)
3057 wait(1)
3058 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
3059 if PollenFarmActive then
3060 repeat wait(0.5) until player.leaderstats.Pollen.Value < 1
3061 wait(10)
3062 end
3063 end
3064 end
3065 end
3066 end)
3067
3068 --- WayPoints ---
3069
3070 local WayPoints = {
3071 ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
3072 ["Brown Bear"] = CFrame.new(282, 46, 236),
3073 ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
3074 ["Polar Bear"] = CFrame.new(-106, 119, -77),
3075 ["Science Bear"] = CFrame.new(267, 103, 20),
3076 ["Traveling Bear"] = CFrame.new(34, 14, 371),
3077 ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
3078 ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
3079 ["Redfield Boost"] = CFrame.new(-332, 20, 244),
3080 ["Bluefield Boost"] = CFrame.new(319, 58, 103),
3081 ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
3082 ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
3083 ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
3084 ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
3085 ["Slingshot (8)"] = CFrame.new(78, 23, 149),
3086 ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
3087 ["Tool Shop"] = CFrame.new(86, 4.6, 294),
3088 ["Tool Shop 2"] = CFrame.new(165, 69, -161),
3089 ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
3090 ["Ticket Tent"] = CFrame.new(-234, 17, 398),
3091 ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
3092 ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
3093 ["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
3094 ["Club Honey"] = CFrame.new(47, 5, 323),
3095 ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
3096 ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
3097 ["Honeystorm Dispensor"] = CFrame.new(301, 48, 191),
3098 ["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
3099 ["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
3100 ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
3101 ["King Beetles Lair"] = CFrame.new(218, 3, 140),
3102 ["Clover Field"] = CFrame.new(174, 34, 189),
3103 ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
3104 ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
3105 ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
3106 ["Sunflower Field"] = CFrame.new(-208, 4, 185),
3107 ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
3108 ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
3109 ["Dandelion Field"] = CFrame.new(-30, 4, 225),
3110 ["BamBoo Field"] = CFrame.new(93, 20, -25),
3111 ["Rose Field"] = CFrame.new(-322, 20, 124),
3112 ["Mushroom Field"] = CFrame.new(-94, 5, 116),
3113 ["Cactus Field"] = CFrame.new(-194, 68, -107),
3114 ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
3115 ["MountainTop Field"] = CFrame.new(76, 176, -181),
3116 ["PineTree Field"] = CFrame.new(-318, 68, -150),
3117 ["Pineapple Field"] = CFrame.new(262, 68, -201),
3118 ["Onett"] = CFrame.new(-8.4, 234, -517.9),
3119 ["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
3120 ["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
3121 ["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
3122 ["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
3123 }
3124
3125 ReturnToHive.MouseButton1Down:connect(function()
3126 local player = game:GetService("Players").LocalPlayer
3127 player.Character:MoveTo(player.SpawnPos.Value.p)
3128 WayPointsFrame.Visible = false
3129 notify'Teleported to Hive'
3130 end)
3131
3132 BlackBear.MouseButton1Down:connect(function()
3133 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3134 uTorso.CFrame = WayPoints["Black Bear"]
3135 WayPointsFrame.Visible = false
3136 notify'Teleported to Black Bear'
3137 end)
3138
3139 BrownBear.MouseButton1Down:connect(function()
3140 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3141 uTorso.CFrame = WayPoints["Brown Bear"]
3142 WayPointsFrame.Visible = false
3143 notify'Teleported to Brown Bear'
3144 end)
3145
3146 PandaBear.MouseButton1Down:connect(function()
3147 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3148 uTorso.CFrame = WayPoints["Panda Bear"]
3149 WayPointsFrame.Visible = false
3150 notify'Teleported to Panda Bear'
3151 end)
3152
3153 PolarBear.MouseButton1Down:connect(function()
3154 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3155 uTorso.CFrame = WayPoints["Polar Bear"]
3156 WayPointsFrame.Visible = false
3157 notify'Teleported to Polar Bear'
3158 end)
3159
3160 ScienceBear.MouseButton1Down:connect(function()
3161 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3162 uTorso.CFrame = WayPoints["Science Bear"]
3163 WayPointsFrame.Visible = false
3164 notify'Teleported to Science Bear'
3165 end)
3166
3167 TravelingBear.MouseButton1Down:connect(function()
3168 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3169 uTorso.CFrame = WayPoints["Traveling Bear"]
3170 WayPointsFrame.Visible = false
3171 notify'Teleported to Traveling Bear'
3172 end)
3173
3174 MotherBear.MouseButton1Down:connect(function()
3175 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3176 uTorso.CFrame = WayPoints["Mother Bear"]
3177 WayPointsFrame.Visible = false
3178 notify'Teleported to Mother Bear'
3179 end)
3180
3181 TunnelBear.MouseButton1Down:connect(function()
3182 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3183 uTorso.CFrame = WayPoints["Tunnel Bear"]
3184 WayPointsFrame.Visible = false
3185 notify'Teleported to Tunnel Bear'
3186 end)
3187
3188 RedBoost.MouseButton1Down:connect(function()
3189 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3190 uTorso.CFrame = WayPoints["Redfield Boost"]
3191 WayPointsFrame.Visible = false
3192 notify'Teleported to RedField Booster'
3193 end)
3194
3195 BlueBoost.MouseButton1Down:connect(function()
3196 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3197 uTorso.CFrame = WayPoints["Bluefield Boost"]
3198 WayPointsFrame.Visible = false
3199 notify'Teleported to BlueField Booster'
3200 end)
3201
3202 MountainBoost.MouseButton1Down:connect(function()
3203 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3204 uTorso.CFrame = WayPoints["MountainTop Boost"]
3205 WayPointsFrame.Visible = false
3206 notify'Teleported to MountainTop Boost'
3207 end)
3208
3209 RedCannon.MouseButton1Down:connect(function()
3210 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3211 uTorso.CFrame = WayPoints["Red Cannon (22)"]
3212 WayPointsFrame.Visible = false
3213 notify'Teleported to Red Cannon (22)'
3214 end)
3215
3216 BlueCannon.MouseButton1Down:connect(function()
3217 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3218 uTorso.CFrame = WayPoints["Blue Cannon (16)"]
3219 WayPointsFrame.Visible = false
3220 notify'Teleported to Blue Cannon (16)'
3221 end)
3222
3223 YellowCannon.MouseButton1Down:connect(function()
3224 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3225 uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
3226 WayPointsFrame.Visible = false
3227 notify'Teleported to Yellow Cannon (12)'
3228 end)
3229
3230 Slingshot.MouseButton1Down:connect(function()
3231 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3232 uTorso.CFrame = WayPoints["Slingshot (8)"]
3233 WayPointsFrame.Visible = false
3234 notify'Teleported to Slingshot (8)'
3235 end)
3236
3237 BeeShop.MouseButton1Down:connect(function()
3238 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3239 uTorso.CFrame = WayPoints["Bee Shop"]
3240 WayPointsFrame.Visible = false
3241 notify'Teleported to Bee Shop'
3242 end)
3243
3244 TPShop.MouseButton1Down:connect(function()
3245 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3246 uTorso.CFrame = WayPoints["Tool Shop"]
3247 WayPointsFrame.Visible = false
3248 notify'Teleported to Basic Tool Shop'
3249 end)
3250
3251 TPShop2.MouseButton1Down:connect(function()
3252 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3253 uTorso.CFrame = WayPoints["Tool Shop 2"]
3254 WayPointsFrame.Visible = false
3255 notify'Teleported to Advanced Tool Shop'
3256 end)
3257
3258 MountainTopShop.MouseButton1Down:connect(function()
3259 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3260 uTorso.CFrame = WayPoints["MountainTop Shop"]
3261 WayPointsFrame.Visible = false
3262 notify'Teleported to MountainTop Shop'
3263 end)
3264
3265 TentShop.MouseButton1Down:connect(function()
3266 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3267 uTorso.CFrame = WayPoints["Ticket Tent"]
3268 WayPointsFrame.Visible = false
3269 notify'Teleported to Ticket Tent Shop'
3270 end)
3271
3272 RedClubhouse.MouseButton1Down:connect(function()
3273 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3274 uTorso.CFrame = WayPoints["Red Clubhouse"]
3275 WayPointsFrame.Visible = false
3276 notify'Teleported to Red ClubHouse'
3277 end)
3278
3279 BlueClubhouse.MouseButton1Down:connect(function()
3280 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3281 uTorso.CFrame = WayPoints["Blue Clubhouse"]
3282 WayPointsFrame.Visible = false
3283 notify'Teleported to Blue ClubHouse'
3284 end)
3285
3286 TicketShop.MouseButton1Down:connect(function()
3287 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3288 uTorso.CFrame = WayPoints["Ticket Shop"]
3289 WayPointsFrame.Visible = false
3290 notify'Teleported to Ticket Dispenser'
3291 end)
3292
3293 ClubHoney.MouseButton1Down:connect(function()
3294 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3295 uTorso.CFrame = WayPoints["Club Honey"]
3296 WayPointsFrame.Visible = false
3297 notify'Teleported to Club Honey Dispenser'
3298 end)
3299
3300 RoyalJellyShop.MouseButton1Down:connect(function()
3301 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3302 uTorso.CFrame = WayPoints["RoyalJelly Shop"]
3303 WayPointsFrame.Visible = false
3304 notify'Teleported to RoyalJelly Shop'
3305 end)
3306
3307 TicketRoyalJelly.MouseButton1Down:connect(function()
3308 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3309 uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
3310 WayPointsFrame.Visible = false
3311 notify'Teleported to Ticket Royal Jelly Shop'
3312 end)
3313
3314 Honeystorm.MouseButton1Down:connect(function()
3315 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3316 uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
3317 WayPointsFrame.Visible = false
3318 notify'Teleported to Honeystorm'
3319 end)
3320
3321 HoneyConvertor.MouseButton1Down:connect(function()
3322 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3323 uTorso.CFrame = WayPoints["Instant Honey Convertor"]
3324 WayPointsFrame.Visible = false
3325 notify'Teleported to Instant Honey Convertor'
3326 end)
3327
3328 TreatDispenser.MouseButton1Down:connect(function()
3329 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3330 uTorso.CFrame = WayPoints["Treat Dispenser"]
3331 WayPointsFrame.Visible = false
3332 notify'Teleported to Treat Dispenser'
3333 end)
3334
3335 KingbeetlesLair.MouseButton1Down:connect(function()
3336 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3337 uTorso.CFrame = WayPoints["King Beetles Lair"]
3338 WayPointsFrame.Visible = false
3339 notify'Teleported to King Beetles Lair'
3340 end)
3341
3342
3343 MushRoomField.MouseButton1Down:connect(function()
3344 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3345 uTorso.CFrame = WayPoints["Mushroom Field"]
3346 WayPointsFrame.Visible = false
3347 notify'Teleported to Mushroom Field'
3348 end)
3349
3350 StrawBerryField.MouseButton1Down:connect(function()
3351 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3352 uTorso.CFrame = WayPoints["StrawBerry Field"]
3353 WayPointsFrame.Visible = false
3354 notify'Teleported to StrawBerry Field'
3355 end)
3356
3357 CloverField.MouseButton1Down:connect(function()
3358 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3359 uTorso.CFrame = WayPoints["Clover Field"]
3360 WayPointsFrame.Visible = false
3361 notify'Teleported to Clover Field'
3362 end)
3363
3364 SpiderField.MouseButton1Down:connect(function()
3365 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3366 uTorso.CFrame = WayPoints["Spider Field"]
3367 WayPointsFrame.Visible = false
3368 notify'Teleported to Spider Field'
3369 end)
3370
3371 BlueField.MouseButton1Down:connect(function()
3372 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3373 uTorso.CFrame = WayPoints["Blue Field"]
3374 WayPointsFrame.Visible = false
3375 notify'Teleported to Blue Field'
3376 end)
3377
3378 SunflowerField.MouseButton1Down:connect(function()
3379 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3380 uTorso.CFrame = WayPoints["Sunflower Field"]
3381 WayPointsFrame.Visible = false
3382 notify'Teleported to Sunflower Field'
3383 end)
3384
3385 DandelionField.MouseButton1Down:connect(function()
3386 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3387 uTorso.CFrame = WayPoints["Dandelion Field"]
3388 WayPointsFrame.Visible = false
3389 notify'Teleported to Dandelion Field'
3390 end)
3391
3392 BamBooField.MouseButton1Down:connect(function()
3393 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3394 uTorso.CFrame = WayPoints["BamBoo Field"]
3395 WayPointsFrame.Visible = false
3396 notify'Teleported to BamBoo Field'
3397 end)
3398
3399 RoseField.MouseButton1Down:connect(function()
3400 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3401 uTorso.CFrame = WayPoints["Rose Field"]
3402 WayPointsFrame.Visible = false
3403 notify'Teleported to Rose Field'
3404 end)
3405
3406 CactusField.MouseButton1Down:connect(function()
3407 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3408 uTorso.CFrame = WayPoints["Cactus Field"]
3409 WayPointsFrame.Visible = false
3410 notify'Teleported to BamBoo Field'
3411 end)
3412
3413 PumpkinField.MouseButton1Down:connect(function()
3414 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3415 uTorso.CFrame = WayPoints["Pumpkin Field"]
3416 WayPointsFrame.Visible = false
3417 notify'Teleported to BamBoo Field'
3418 end)
3419
3420 PineTreeField.MouseButton1Down:connect(function()
3421 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3422 uTorso.CFrame = WayPoints["PineTree Field"]
3423 WayPointsFrame.Visible = false
3424 notify'Teleported to BamBoo Field'
3425 end)
3426
3427 MountainTopField.MouseButton1Down:connect(function()
3428 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3429 uTorso.CFrame = WayPoints["MountainTop Field"]
3430 WayPointsFrame.Visible = false
3431 notify'Teleported to Mountain Top Field'
3432 end)
3433
3434 PineappleField.MouseButton1Down:connect(function()
3435 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3436 uTorso.CFrame = WayPoints["Pineapple Field"]
3437 WayPointsFrame.Visible = false
3438 notify'Teleported to Pineapple Field'
3439 end)
3440
3441 GumdropDispenser.MouseButton1Down:connect(function()
3442 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3443 uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
3444 WayPointsFrame.Visible = false
3445 notify'Teleported to Gumdrop Dispenser'
3446 end)
3447
3448 TreatShop.MouseButton1Down:connect(function()
3449 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3450 uTorso.CFrame = WayPoints["Treat Shop"]
3451 WayPointsFrame.Visible = false
3452 notify'Teleported to Treat Shop'
3453 end)
3454
3455 Onett.MouseButton1Down:connect(function()
3456 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3457 uTorso.CFrame = WayPoints["Onett"]
3458 WayPointsFrame.Visible = false
3459 notify'Teleported to Onett'
3460 end)
3461
3462 AntChallenge.MouseButton1Down:connect(function()
3463 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3464 uTorso.CFrame = WayPoints["Ant Challenge"]
3465 WayPointsFrame.Visible = false
3466 notify'Teleported to Ant Challenge'
3467 end)
3468
3469 BlueberryDispenser.MouseButton1Down:connect(function()
3470 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3471 uTorso.CFrame = WayPoints["Blueberry Dispenser"]
3472 WayPointsFrame.Visible = false
3473 notify'Teleported to Blueberry Dispenser'
3474 end)
3475
3476 StrawberryDispenser.MouseButton1Down:connect(function()
3477 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3478 uTorso.CFrame = WayPoints["Strawberry Dispenser"]
3479 WayPointsFrame.Visible = false
3480 notify'Teleported to Strawberry Dispenser'
3481 end)
3482
3483 -- Show Location --
3484
3485 spawn (function()
3486 while true do
3487 function round(num, numDecimalPlaces)
3488 local mult = 10^(numDecimalPlaces or 0)
3489 return math.floor(num * mult + 0.5) / mult
3490 end
3491 LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
3492 LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
3493 LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
3494 ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
3495 wait(0.5)
3496 end
3497 end)
3498
3499 SetLocation.MouseButton1Down:connect(function()
3500 function round(num, numDecimalPlaces)
3501 local mult = 10^(numDecimalPlaces or 0)
3502 return math.floor(num * mult + 0.5) / mult
3503 end
3504 setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
3505 setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
3506 setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
3507 print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
3508 SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
3509 CustomLocationSet = true
3510 end)
3511
3512 --- TP to custom location ---
3513
3514 TPLocation.MouseButton1Down:connect(function()
3515 if CustomLocationSet == true then
3516 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
3517 uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
3518 end
3519 end)
3520
3521 --- Player Teleport ---
3522
3523 local buttons = {
3524 Player1,
3525 Player2,
3526 Player3,
3527 Player4,
3528 Player5
3529 }
3530 spawn (function()
3531 while true do
3532 Player1.Text = ""
3533 Player2.Text = ""
3534 Player3.Text = ""
3535 Player4.Text = ""
3536 Player5.Text = ""
3537 for i, v in pairs(game.Players:GetChildren()) do
3538 buttons[i].Text = v.Name
3539 buttons[i].Visible = true
3540 end
3541 wait(0.5)
3542 end
3543 end)
3544
3545 Player1.MouseButton1Down:connect(function()
3546 PlyrSel.Text = Player1.Text
3547 end)
3548 Player2.MouseButton1Down:connect(function()
3549 PlyrSel.Text = Player2.Text
3550 end)
3551 Player3.MouseButton1Down:connect(function()
3552 PlyrSel.Text = Player3.Text
3553 end)
3554 Player4.MouseButton1Down:connect(function()
3555 PlyrSel.Text = Player4.Text
3556 end)
3557 Player5.MouseButton1Down:connect(function()
3558 PlyrSel.Text = Player5.Text
3559 end)
3560
3561 TpPlayer.MouseButton1Down:connect(function()
3562 if PlyrSel.Text == "SELECT A PLAYER" then
3563 warn("No Player Selected")
3564 else
3565 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
3566 end
3567 end)
3568
3569 spawn(function()
3570 while true do
3571 wait()
3572 if antchallengeescape == true then
3573 while antchallengeescape == true do
3574 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(LocationX, NewLocationY, LocationZ)
3575 wait(0.3)
3576 end
3577 end
3578 end
3579 end)
3580
3581 -- Find Hidden Treasures --
3582
3583 FindTreasures.MouseButton1Down:connect(function()
3584 local player = game:GetService("Players").LocalPlayer
3585 local function collecttreasure(treasure)
3586 for i,v in ipairs(treasure:GetChildren()) do
3587 if v.Parent then
3588 player.Character:MoveTo(v.Position)
3589 end
3590 wait(1)
3591 end
3592 end
3593 collecttreasure(workspace.TreasureCollectibles)
3594 wait(1)
3595 player.Character:MoveTo(player.SpawnPos.Value.p)
3596 end)
3597
3598 --- NoClip ---
3599
3600 noclip = false
3601 game:GetService('RunService').Stepped:connect(function()
3602 if noclip then
3603 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
3604 end
3605 end)
3606 NoClip.MouseButton1Down:connect(function()
3607 noclip = not noclip
3608 if NoClip.Text == "Enable NoClip" then
3609 NoClip.Text = "Disable NoClip"
3610 NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
3611 else
3612 NoClip.Text = "Enable NoClip"
3613 NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
3614 end
3615 end)
3616
3617 --- TP Tool ---
3618
3619 TPTool.MouseButton1Down:connect(function()
3620 local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
3621 Tele.RequiresHandle = false
3622 Tele.RobloxLocked = true
3623 Tele.Name = "TPTool"
3624 Tele.ToolTip = "Teleport Tool"
3625 Tele.Equipped:connect(function(Mouse)
3626 Mouse.Button1Down:connect(function()
3627 if Mouse.Target then
3628 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
3629 end
3630 end)
3631 end)
3632 notify'TP Tool added to your Backpack'
3633
3634 end)
3635
3636 --- Builder Tool ---
3637
3638 BTool.MouseButton1Down:connect(function()
3639 local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3640 local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3641 local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3642 local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3643 local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3644 tool1.BinType = "Clone"
3645 tool2.BinType = "GameTool"
3646 tool3.BinType = "Hammer"
3647 tool4.BinType = "Script"
3648 tool5.BinType = "Grab"
3649 notify'BTools added to your Backpack'
3650 end)
3651
3652 --- Pollen Farm ---
3653
3654 PollenFarm.MouseButton1Click:connect(function()
3655 if PollenFarmActive ~= true then
3656 PollenFarmActive = true
3657 Field1AFActive = false
3658 Field2AFActive = false
3659 Field3AFActive = false
3660 Field4AFActive = false
3661 Field5AFActive = false
3662 Field6AFActive = false
3663 Field7AFActive = false
3664 Field8AFActive = false
3665 Field9AFActive = false
3666 Field10AFActive = false
3667 Field11AFActive = false
3668 Field12AFActive = false
3669 Field13AFActive = false
3670 Field14AFActive = false
3671 PollenFarm.Text = "Stop Farming"
3672 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3673 notify'Pollen Farming Started'
3674 else
3675 PollenFarmActive = false
3676 Field1AFActive = false
3677 Field2AFActive = false
3678 Field3AFActive = false
3679 Field4AFActive = false
3680 Field5AFActive = false
3681 Field6AFActive = false
3682 Field7AFActive = false
3683 Field8AFActive = false
3684 Field9AFActive = false
3685 Field10AFActive = false
3686 Field11AFActive = false
3687 Field12AFActive = false
3688 Field13AFActive = false
3689 Field14AFActive = false
3690 notify'Pollen Farming Ended'
3691 PollenFarm.Text = "Farm Pollen"
3692 PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
3693 local player = game:GetService("Players").LocalPlayer
3694 currp=nil
3695 player.Character:MoveTo(player.SpawnPos.Value.p)
3696 end
3697 end)
3698
3699 Field1AF.MouseButton1Down:connect(function()
3700 PollenFarmActive = true
3701 Field1AFActive = true
3702 Field2AFActive = false
3703 Field3AFActive = false
3704 Field4AFActive = false
3705 Field5AFActive = false
3706 Field6AFActive = false
3707 Field7AFActive = false
3708 Field8AFActive = false
3709 Field9AFActive = false
3710 Field10AFActive = false
3711 Field11AFActive = false
3712 Field12AFActive = false
3713 Field13AFActive = false
3714 Field14AFActive = false
3715 PollenFarm.Text = "Stop Farming"
3716 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3717 notify'Pollen Farming Zone 1 Started'
3718 WayPointsFrame.Visible = false
3719 end)
3720
3721 Field2AF.MouseButton1Down:connect(function()
3722 PollenFarmActive = true
3723 Field2AFActive = true
3724 Field1AFActive = false
3725 Field3AFActive = false
3726 Field4AFActive = false
3727 Field5AFActive = false
3728 Field6AFActive = false
3729 Field7AFActive = false
3730 Field8AFActive = false
3731 Field9AFActive = false
3732 Field10AFActive = false
3733 Field11AFActive = false
3734 Field12AFActive = false
3735 Field13AFActive = false
3736 Field14AFActive = false
3737 PollenFarm.Text = "Stop Farming"
3738 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3739 notify'Pollen Farming Zone 2 Started'
3740 WayPointsFrame.Visible = false
3741 end)
3742
3743 Field3AF.MouseButton1Down:connect(function()
3744 PollenFarmActive = true
3745 Field3AFActive = true
3746 Field1AFActive = false
3747 Field2AFActive = false
3748 Field4AFActive = false
3749 Field5AFActive = false
3750 Field6AFActive = false
3751 Field7AFActive = false
3752 Field8AFActive = false
3753 Field9AFActive = false
3754 Field10AFActive = false
3755 Field11AFActive = false
3756 Field12AFActive = false
3757 Field13AFActive = false
3758 Field14AFActive = false
3759 PollenFarm.Text = "Stop Farming"
3760 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3761 notify'Pollen Farming Zone 3 Started'
3762 WayPointsFrame.Visible = false
3763 end)
3764
3765 Field4AF.MouseButton1Down:connect(function()
3766 PollenFarmActive = true
3767 Field4AFActive = true
3768 Field1AFActive = false
3769 Field2AFActive = false
3770 Field3AFActive = false
3771 Field5AFActive = false
3772 Field6AFActive = false
3773 Field7AFActive = false
3774 Field8AFActive = false
3775 Field9AFActive = false
3776 Field10AFActive = false
3777 Field11AFActive = false
3778 Field12AFActive = false
3779 Field13AFActive = false
3780 Field14AFActive = false
3781 PollenFarm.Text = "Stop Farming"
3782 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3783 notify'Pollen Farming Zone 4 Started'
3784 WayPointsFrame.Visible = false
3785 end)
3786
3787 Field5AF.MouseButton1Down:connect(function()
3788 PollenFarmActive = true
3789 Field5AFActive = true
3790 Field1AFActive = false
3791 Field2AFActive = false
3792 Field3AFActive = false
3793 Field4AFActive = false
3794 Field6AFActive = false
3795 Field7AFActive = false
3796 Field8AFActive = false
3797 Field9AFActive = false
3798 Field10AFActive = false
3799 Field11AFActive = false
3800 Field12AFActive = false
3801 Field13AFActive = false
3802 Field14AFActive = false
3803 PollenFarm.Text = "Stop Farming"
3804 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3805 notify'Pollen Farming Zone 5 Started'
3806 WayPointsFrame.Visible = false
3807 end)
3808
3809 Field6AF.MouseButton1Down:connect(function()
3810 PollenFarmActive = true
3811 Field6AFActive = true
3812 Field1AFActive = false
3813 Field2AFActive = false
3814 Field3AFActive = false
3815 Field4AFActive = false
3816 Field5AFActive = false
3817 Field7AFActive = false
3818 Field8AFActive = false
3819 Field9AFActive = false
3820 Field10AFActive = false
3821 Field11AFActive = false
3822 Field12AFActive = false
3823 Field13AFActive = false
3824 Field14AFActive = false
3825 PollenFarm.Text = "Stop Farming"
3826 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3827 notify'Pollen Farming Zone 6 Started'
3828 WayPointsFrame.Visible = false
3829 end)
3830
3831 Field7AF.MouseButton1Down:connect(function()
3832 PollenFarmActive = true
3833 Field7AFActive = true
3834 Field1AFActive = false
3835 Field2AFActive = false
3836 Field3AFActive = false
3837 Field4AFActive = false
3838 Field5AFActive = false
3839 Field6AFActive = false
3840 Field8AFActive = false
3841 Field9AFActive = false
3842 Field10AFActive = false
3843 Field11AFActive = false
3844 Field12AFActive = false
3845 Field13AFActive = false
3846 Field14AFActive = false
3847 PollenFarm.Text = "Stop Farming"
3848 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3849 notify'Pollen Farming Zone 7 Started'
3850 WayPointsFrame.Visible = false
3851 end)
3852
3853 Field8AF.MouseButton1Down:connect(function()
3854 PollenFarmActive = true
3855 Field8AFActive = true
3856 Field1AFActive = false
3857 Field2AFActive = false
3858 Field3AFActive = false
3859 Field4AFActive = false
3860 Field5AFActive = false
3861 Field6AFActive = false
3862 Field7AFActive = false
3863 Field9AFActive = false
3864 Field10AFActive = false
3865 Field11AFActive = false
3866 Field12AFActive = false
3867 Field13AFActive = false
3868 Field14AFActive = false
3869 PollenFarm.Text = "Stop Farming"
3870 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3871 notify'Pollen Farming Zone 8 Started'
3872 WayPointsFrame.Visible = false
3873 end)
3874
3875 Field9AF.MouseButton1Down:connect(function()
3876 PollenFarmActive = true
3877 Field9AFActive = true
3878 Field1AFActive = false
3879 Field2AFActive = false
3880 Field3AFActive = false
3881 Field4AFActive = false
3882 Field5AFActive = false
3883 Field6AFActive = false
3884 Field7AFActive = false
3885 Field8AFActive = false
3886 Field10AFActive = false
3887 Field11AFActive = false
3888 Field12AFActive = false
3889 Field13AFActive = false
3890 Field14AFActive = false
3891 PollenFarm.Text = "Stop Farming"
3892 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3893 notify'Pollen Farming Zone 9 Started'
3894 WayPointsFrame.Visible = false
3895 end)
3896
3897 Field10AF.MouseButton1Down:connect(function()
3898 PollenFarmActive = true
3899 Field10AFActive = true
3900 Field1AFActive = false
3901 Field2AFActive = false
3902 Field3AFActive = false
3903 Field4AFActive = false
3904 Field5AFActive = false
3905 Field6AFActive = false
3906 Field7AFActive = false
3907 Field8AFActive = false
3908 Field9AFActive = false
3909 Field11AFActive = false
3910 Field12AFActive = false
3911 Field13AFActive = false
3912 Field14AFActive = false
3913 PollenFarm.Text = "Stop Farming"
3914 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3915 notify'Pollen Farming Zone 10 Started'
3916 WayPointsFrame.Visible = false
3917 end)
3918
3919 Field11AF.MouseButton1Down:connect(function()
3920 PollenFarmActive = true
3921 Field11AFActive = true
3922 Field1AFActive = false
3923 Field2AFActive = false
3924 Field3AFActive = false
3925 Field4AFActive = false
3926 Field5AFActive = false
3927 Field6AFActive = false
3928 Field7AFActive = false
3929 Field8AFActive = false
3930 Field9AFActive = false
3931 Field10AFActive = false
3932 Field12AFActive = false
3933 Field13AFActive = false
3934 Field14AFActive = false
3935 PollenFarm.Text = "Stop Farming"
3936 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3937 notify'Pollen Farming Zone 11 Started'
3938 WayPointsFrame.Visible = false
3939 end)
3940
3941 Field12AF.MouseButton1Down:connect(function()
3942 PollenFarmActive = true
3943 Field12AFActive = true
3944 Field1AFActive = false
3945 Field2AFActive = false
3946 Field3AFActive = false
3947 Field4AFActive = false
3948 Field5AFActive = false
3949 Field6AFActive = false
3950 Field7AFActive = false
3951 Field8AFActive = false
3952 Field9AFActive = false
3953 Field10AFActive = false
3954 Field11AFActive = false
3955 Field13AFActive = false
3956 Field14AFActive = false
3957 PollenFarm.Text = "Stop Farming"
3958 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3959 notify'Pollen Farming Zone 12 Started'
3960 WayPointsFrame.Visible = false
3961 end)
3962
3963 Field13AF.MouseButton1Down:connect(function()
3964 PollenFarmActive = true
3965 Field13AFActive = true
3966 Field1AFActive = false
3967 Field2AFActive = false
3968 Field3AFActive = false
3969 Field4AFActive = false
3970 Field5AFActive = false
3971 Field6AFActive = false
3972 Field7AFActive = false
3973 Field8AFActive = false
3974 Field9AFActive = false
3975 Field10AFActive = false
3976 Field11AFActive = false
3977 Field12AFActive = false
3978 Field14AFActive = false
3979 PollenFarm.Text = "Stop Farming"
3980 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3981 notify'Pollen Farming Zone 13 Started'
3982 WayPointsFrame.Visible = false
3983 end)
3984
3985 Field14AF.MouseButton1Down:connect(function()
3986 PollenFarmActive = true
3987 Field14AFActive = true
3988 Field1AFActive = false
3989 Field2AFActive = false
3990 Field3AFActive = false
3991 Field4AFActive = false
3992 Field5AFActive = false
3993 Field6AFActive = false
3994 Field7AFActive = false
3995 Field8AFActive = false
3996 Field9AFActive = false
3997 Field10AFActive = false
3998 Field11AFActive = false
3999 Field12AFActive = false
4000 Field13AFActive = false
4001 PollenFarm.Text = "Stop Farming"
4002 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
4003 notify'Pollen Farming Zone 14 Started'
4004 WayPointsFrame.Visible = false
4005 end)
4006
4007 -- Auto Dig --
4008
4009 AutoDig.MouseButton1Click:connect(function()
4010 if AutoDigActive ~= true then
4011 AutoDigActive = true
4012 AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
4013 if AutoDigActive then
4014 local player = game:GetService("Players").LocalPlayer
4015 local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
4016 if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
4017 AutoDigActive = false
4018 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
4019 error("Tool not found")
4020 end
4021 pollenTool.Parent = player.Character
4022 while AutoDigActive do
4023 wait(0.1)
4024 pollenTool.ClickEvent:FireServer(CFrame.new())
4025 end
4026 end
4027 else
4028 AutoDigActive = false
4029 notify'Auto Dig Stopped'
4030 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
4031 end
4032 end)
4033
4034 --- ReJoin Server ---
4035
4036 ReJoinServer.MouseButton1Down:connect(function()
4037 local placeId = 1537690962
4038 game:GetService("TeleportService"):Teleport(placeId)
4039 end)
4040
4041 --- Mouse Actions ---
4042
4043 mouse.KeyDown:connect(function(key)
4044 if key == "r" then
4045 if antchallengeescape == true then
4046 antchallengeescape = false
4047 else
4048 LocationX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
4049 LocationY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
4050 LocationZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
4051 NewLocationY = LocationY +10
4052 print("Current Position: "..LocationX..", "..LocationY..", "..LocationZ)
4053 antchallengeescape = true
4054 end
4055 end
4056 end)
4057 end)
4058
4059
4060end
4061coroutine.resume(coroutine.create(SCRIPT_EHAG86_FAKESCRIPT))
4062function SCRIPT_JTBW83_FAKESCRIPT() -- exit4.LocalScript
4063 getfenv().script = Instance.new('LocalScript', exit4)
4064
4065 button = script.Parent
4066
4067
4068 button.MouseButton1Down:connect(function()
4069 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Visible = false
4070 end)
4071
4072end
4073coroutine.resume(coroutine.create(SCRIPT_JTBW83_FAKESCRIPT))
4074function SCRIPT_HQIH68_FAKESCRIPT() -- MurderGui.Script
4075 getfenv().script = Instance.new('Script', MurderGui)
4076
4077 button = script.Parent
4078
4079
4080 button.MouseButton1Down:connect(function()
4081 -- Made by abs_0 (absoabsolute0)
4082 -- Objects
4083
4084 local mygui = Instance.new("ScreenGui")
4085 local maintab = Instance.new("Frame")
4086 local title = Instance.new("TextLabel")
4087 local bodyframe = Instance.new("Frame")
4088 local menuframe = Instance.new("Frame")
4089 local generalbuttonframe = Instance.new("Frame")
4090 local generalbutton = Instance.new("TextButton")
4091 local generalbuttonlabel = Instance.new("ImageLabel")
4092 local lpbuttonframe = Instance.new("Frame")
4093 local lpbutton = Instance.new("TextButton")
4094 local lpbuttonlabel = Instance.new("ImageLabel")
4095 local tpbuttonframe = Instance.new("Frame")
4096 local tpbutton = Instance.new("TextButton")
4097 local tpbuttonlabel = Instance.new("ImageLabel")
4098 local tptextbox = Instance.new("TextBox")
4099 local tpunderline = Instance.new("Frame")
4100 local tpunderlinebase = Instance.new("Frame")
4101 local generalframe = Instance.new("Frame")
4102 local generalespframe = Instance.new("Frame")
4103 local generalespbutton = Instance.new("TextButton")
4104 local generalesplabel = Instance.new("ImageLabel")
4105 local generalcoinframe = Instance.new("Frame")
4106 local generalcoinbutton = Instance.new("TextButton")
4107 local generalcoinlabel = Instance.new("ImageLabel")
4108 local generalgunframe = Instance.new("Frame")
4109 local generalgunbutton = Instance.new("TextButton")
4110 local generalgunlabel = Instance.new("ImageLabel")
4111 local generallobbyframe = Instance.new("Frame")
4112 local generallobbybutton = Instance.new("TextButton")
4113 local generallobbylabel = Instance.new("ImageLabel")
4114 local lpframe = Instance.new("Frame")
4115 local lpjumpframe = Instance.new("Frame")
4116 local lpjumpbutton = Instance.new("TextButton")
4117 local lpjumplabel = Instance.new("ImageLabel")
4118 local lpgravframe = Instance.new("Frame")
4119 local lpgravbutton = Instance.new("TextButton")
4120 local lpgravlabel = Instance.new("ImageLabel")
4121 local lpwalkframe = Instance.new("Frame")
4122 local lpwalkbutton = Instance.new("TextButton")
4123 local lpwalklabel = Instance.new("ImageLabel")
4124 local lpgodframe = Instance.new("Frame")
4125 local lpgodbutton = Instance.new("TextButton")
4126 local lpgodlabel = Instance.new("ImageLabel")
4127 local backbutton1 = Instance.new("TextButton")
4128 local backbutton1label = Instance.new("ImageLabel")
4129 local backbutton2 = Instance.new("TextButton")
4130 local backbutton2label = Instance.new("ImageLabel")
4131 local creditsbutton = Instance.new("TextButton")
4132 local creditsiconlabel1 = Instance.new("ImageLabel")
4133 local creditsiconlabel2 = Instance.new("ImageLabel")
4134 local toggle = Instance.new("Frame")
4135 local closeall = Instance.new("TextButton")
4136 local closeopen = Instance.new("TextButton")
4137 local closeopenlabel = Instance.new("ImageLabel")
4138 local creditstab = Instance.new("Frame")
4139 local creditstitle = Instance.new("TextLabel")
4140 local creditsframe = Instance.new("Frame")
4141 local creditsmenuframe = Instance.new("Frame")
4142 local creditsfield = Instance.new("TextLabel")
4143 local closecredits = Instance.new("TextButton")
4144
4145 -- Properties
4146
4147 mygui.Name = "mygui"
4148 mygui.Parent = game.CoreGui
4149
4150 maintab.Name = "maintab"
4151 maintab.Parent = mygui
4152 maintab.Active = true
4153 maintab.BackgroundColor3 = Color3.new(1, 1, 1)
4154 maintab.BackgroundTransparency = 0.5
4155 maintab.BorderSizePixel = 0
4156 maintab.Draggable = true
4157 maintab.Position = UDim2.new(0, 900, 0, 330)
4158 maintab.Size = UDim2.new(0, 256, 0, 30)
4159
4160 title.Name = "title"
4161 title.Parent = maintab
4162 title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
4163 title.BorderSizePixel = 0
4164 title.Size = UDim2.new(0, 256, 0, 30)
4165 title.Font = Enum.Font.SourceSansBold
4166 title.FontSize = Enum.FontSize.Size24
4167 title.Text = "MM2 Gui"
4168 title.TextColor3 = Color3.new(1, 1, 1)
4169 title.TextSize = 23
4170
4171 bodyframe.Name = "bodyframe"
4172 bodyframe.Parent = maintab
4173 bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
4174 bodyframe.BorderSizePixel = 0
4175 bodyframe.ClipsDescendants = true
4176 bodyframe.Position = UDim2.new(0, 0, 0, 30)
4177 bodyframe.Size = UDim2.new(0, 256, 0, 222)
4178
4179 menuframe.Name = "menuframe"
4180 menuframe.Parent = bodyframe
4181 menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
4182 menuframe.BackgroundTransparency = 1
4183 menuframe.BorderSizePixel = 0
4184 menuframe.Size = UDim2.new(0, 256, 0, 222)
4185
4186 generalbuttonframe.Name = "generalbuttonframe"
4187 generalbuttonframe.Parent = menuframe
4188 generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
4189 generalbuttonframe.BorderSizePixel = 0
4190 generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
4191 generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
4192
4193 generalbutton.Name = "generalbutton"
4194 generalbutton.Parent = generalbuttonframe
4195 generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4196 generalbutton.BackgroundTransparency = 1
4197 generalbutton.BorderSizePixel = 0
4198 generalbutton.ClipsDescendants = true
4199 generalbutton.Size = UDim2.new(0, 194, 0, 30)
4200 generalbutton.Font = Enum.Font.SourceSansSemibold
4201 generalbutton.FontSize = Enum.FontSize.Size24
4202 generalbutton.Text = "General"
4203 generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4204 generalbutton.TextSize = 20
4205
4206 generalbuttonlabel.Name = "generalbuttonlabel"
4207 generalbuttonlabel.Parent = generalbutton
4208 generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4209 generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4210 generalbuttonlabel.BackgroundTransparency = 1
4211 generalbuttonlabel.BorderSizePixel = 0
4212 generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4213 generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
4214 generalbuttonlabel.Visible = false
4215 generalbuttonlabel.Image = "rbxassetid://200182847"
4216 generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4217 generalbuttonlabel.ImageTransparency = 0.80000001192093
4218
4219 lpbuttonframe.Name = "lpbuttonframe"
4220 lpbuttonframe.Parent = menuframe
4221 lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
4222 lpbuttonframe.BorderSizePixel = 0
4223 lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
4224 lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
4225
4226 lpbutton.Name = "lpbutton"
4227 lpbutton.Parent = lpbuttonframe
4228 lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4229 lpbutton.BackgroundTransparency = 1
4230 lpbutton.BorderSizePixel = 0
4231 lpbutton.ClipsDescendants = true
4232 lpbutton.Size = UDim2.new(0, 194, 0, 30)
4233 lpbutton.Font = Enum.Font.SourceSansSemibold
4234 lpbutton.FontSize = Enum.FontSize.Size24
4235 lpbutton.Text = "Local Player"
4236 lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4237 lpbutton.TextSize = 19
4238
4239 lpbuttonlabel.Name = "lpbuttonlabel"
4240 lpbuttonlabel.Parent = lpbutton
4241 lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4242 lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4243 lpbuttonlabel.BackgroundTransparency = 1
4244 lpbuttonlabel.BorderSizePixel = 0
4245 lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4246 lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
4247 lpbuttonlabel.Visible = false
4248 lpbuttonlabel.Image = "rbxassetid://200182847"
4249 lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4250 lpbuttonlabel.ImageTransparency = 0.80000001192093
4251
4252 tptextbox.Name = "tptextbox"
4253 tptextbox.Parent = menuframe
4254 tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
4255 tptextbox.BackgroundTransparency = 1
4256 tptextbox.BorderSizePixel = 0
4257 tptextbox.Position = UDim2.new(0, 31, 0, 165)
4258 tptextbox.Size = UDim2.new(0, 194, 0, 31)
4259 tptextbox.Font = Enum.Font.SourceSans
4260 tptextbox.FontSize = Enum.FontSize.Size18
4261 tptextbox.Text = "Player Name"
4262 tptextbox.TextColor3 = Color3.new(1, 1, 1)
4263 tptextbox.TextSize = 15
4264
4265 tpunderline.Name = "tpunderline"
4266 tpunderline.Parent = tptextbox
4267 tpunderline.AnchorPoint = Vector2.new(0, 0)
4268 tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
4269 tpunderline.BorderSizePixel = 0
4270 tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
4271 tpunderline.Size = UDim2.new(0, 0, 0, 2)
4272
4273 tpunderlinebase.Name = "tpunderlinebase"
4274 tpunderlinebase.Parent = tptextbox
4275 tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
4276 tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
4277 tpunderlinebase.BackgroundTransparency = 0.80000001192093
4278 tpunderlinebase.BorderSizePixel = 0
4279 tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
4280 tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
4281 tpunderlinebase.Visible = false --secretkey
4282
4283 generalframe.Name = "generalframe"
4284 generalframe.Parent = bodyframe
4285 generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
4286 generalframe.BackgroundTransparency = 1
4287 generalframe.BorderSizePixel = 0
4288 generalframe.Position = UDim2.new(0, 256, 0, 0)
4289 generalframe.Size = UDim2.new(0, 256, 0, 222)
4290
4291 generalespframe.Name = "generalespframe"
4292 generalespframe.Parent = generalframe
4293 generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
4294 generalespframe.BorderSizePixel = 0
4295 generalespframe.Position = UDim2.new(0, 31, 0, 172)
4296 generalespframe.Size = UDim2.new(0, 194, 0, 30)
4297
4298 generalespbutton.Name = "generalespbutton"
4299 generalespbutton.Parent = generalespframe
4300 generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4301 generalespbutton.BackgroundTransparency = 1
4302 generalespbutton.BorderSizePixel = 0
4303 generalespbutton.ClipsDescendants = true
4304 generalespbutton.Size = UDim2.new(0, 194, 0, 30)
4305 generalespbutton.Font = Enum.Font.SourceSansSemibold
4306 generalespbutton.FontSize = Enum.FontSize.Size24
4307 generalespbutton.Text = "ESP (Left Alt)"
4308 generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4309 generalespbutton.TextSize = 19
4310
4311 generalesplabel.Name = "generalesplabel"
4312 generalesplabel.Parent = generalespbutton
4313 generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
4314 generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
4315 generalesplabel.BackgroundTransparency = 1
4316 generalesplabel.BorderSizePixel = 0
4317 generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4318 generalesplabel.Size = UDim2.new(0, 50, 0, 50)
4319 generalesplabel.Visible = false
4320 generalesplabel.Image = "rbxassetid://200182847"
4321 generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4322 generalesplabel.ImageTransparency = 0.80000001192093
4323
4324 generalcoinframe.Name = "generalcoinframe"
4325 generalcoinframe.Parent = generalframe
4326 generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
4327 generalcoinframe.BorderSizePixel = 0
4328 generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
4329 generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
4330
4331 generalcoinbutton.Name = "generalcoinbutton"
4332 generalcoinbutton.Parent = generalcoinframe
4333 generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4334 generalcoinbutton.BackgroundTransparency = 1
4335 generalcoinbutton.BorderSizePixel = 0
4336 generalcoinbutton.ClipsDescendants = true
4337 generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
4338 generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
4339 generalcoinbutton.Font = Enum.Font.SourceSansSemibold
4340 generalcoinbutton.FontSize = Enum.FontSize.Size24
4341 generalcoinbutton.Text = "Grab 10 Coins"
4342 generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4343 generalcoinbutton.TextSize = 19
4344
4345 generalcoinlabel.Name = "generalcoinlabel"
4346 generalcoinlabel.Parent = generalcoinbutton
4347 generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4348 generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4349 generalcoinlabel.BackgroundTransparency = 1
4350 generalcoinlabel.BorderSizePixel = 0
4351 generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4352 generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
4353 generalcoinlabel.Visible = false
4354 generalcoinlabel.Image = "rbxassetid://200182847"
4355 generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4356 generalcoinlabel.ImageTransparency = 0.80000001192093
4357
4358 generalgunframe.Name = "generalgunframe"
4359 generalgunframe.Parent = generalframe
4360 generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
4361 generalgunframe.BorderSizePixel = 0
4362 generalgunframe.Position = UDim2.new(0, 31, 0, 68)
4363 generalgunframe.Size = UDim2.new(0, 194, 0, 30)
4364
4365 generalgunbutton.Name = "generalgunbutton"
4366 generalgunbutton.Parent = generalgunframe
4367 generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4368 generalgunbutton.BackgroundTransparency = 1
4369 generalgunbutton.BorderSizePixel = 0
4370 generalgunbutton.ClipsDescendants = true
4371 generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
4372 generalgunbutton.Font = Enum.Font.SourceSansSemibold
4373 generalgunbutton.FontSize = Enum.FontSize.Size24
4374 generalgunbutton.Text = "Grab Gun"
4375 generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4376 generalgunbutton.TextSize = 19
4377
4378 generalgunlabel.Name = "generalgunlabel"
4379 generalgunlabel.Parent = generalgunbutton
4380 generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4381 generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4382 generalgunlabel.BackgroundTransparency = 1
4383 generalgunlabel.BorderSizePixel = 0
4384 generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4385 generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
4386 generalgunlabel.Visible = false
4387 generalgunlabel.Image = "rbxassetid://200182847"
4388 generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4389 generalgunlabel.ImageTransparency = 0.80000001192093
4390
4391 generallobbyframe.Name = "generallobbyframe"
4392 generallobbyframe.Parent = generalframe
4393 generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
4394 generallobbyframe.BorderSizePixel = 0
4395 generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
4396 generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
4397
4398 generallobbybutton.Name = "generallobbybutton"
4399 generallobbybutton.Parent = generallobbyframe
4400 generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
4401 generallobbybutton.BackgroundTransparency = 1
4402 generallobbybutton.BorderSizePixel = 0
4403 generallobbybutton.ClipsDescendants = true
4404 generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
4405 generallobbybutton.Font = Enum.Font.SourceSansSemibold
4406 generallobbybutton.FontSize = Enum.FontSize.Size24
4407 generallobbybutton.Text = "TP to Lobby"
4408 generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
4409 generallobbybutton.TextSize = 19
4410
4411 generallobbylabel.Name = "generallobbylabel"
4412 generallobbylabel.Parent = generallobbybutton
4413 generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
4414 generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
4415 generallobbylabel.BackgroundTransparency = 1
4416 generallobbylabel.BorderSizePixel = 0
4417 generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4418 generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
4419 generallobbylabel.Visible = false
4420 generallobbylabel.Image = "rbxassetid://200182847"
4421 generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4422 generallobbylabel.ImageTransparency = 0.80000001192093
4423
4424 lpframe.Name = "lpframe"
4425 lpframe.Parent = bodyframe
4426 lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
4427 lpframe.BackgroundTransparency = 1
4428 lpframe.BorderSizePixel = 0
4429 lpframe.Position = UDim2.new(0, 256, 0, 0)
4430 lpframe.Size = UDim2.new(0, 256, 0, 222)
4431
4432 lpjumpframe.Name = "lpjumpframe"
4433 lpjumpframe.Parent = lpframe
4434 lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
4435 lpjumpframe.BorderSizePixel = 0
4436 lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
4437 lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
4438
4439 lpjumpbutton.Name = "lpjumpbutton"
4440 lpjumpbutton.Parent = lpjumpframe
4441 lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4442 lpjumpbutton.BackgroundTransparency = 1
4443 lpjumpbutton.BorderSizePixel = 0
4444 lpjumpbutton.ClipsDescendants = true
4445 lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
4446 lpjumpbutton.Font = Enum.Font.SourceSansSemibold
4447 lpjumpbutton.FontSize = Enum.FontSize.Size24
4448 lpjumpbutton.Text = "High Jump"
4449 lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4450 lpjumpbutton.TextSize = 19
4451
4452 lpjumplabel.Name = "lpjumplabel"
4453 lpjumplabel.Parent = lpjumpbutton
4454 lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
4455 lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
4456 lpjumplabel.BackgroundTransparency = 1
4457 lpjumplabel.BorderSizePixel = 0
4458 lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4459 lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
4460 lpjumplabel.Visible = false
4461 lpjumplabel.Image = "rbxassetid://200182847"
4462 lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4463 lpjumplabel.ImageTransparency = 0.80000001192093
4464
4465 lpgravframe.Name = "lpgravframe"
4466 lpgravframe.Parent = lpframe
4467 lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
4468 lpgravframe.BorderSizePixel = 0
4469 lpgravframe.Position = UDim2.new(0, 31, 0, 120)
4470 lpgravframe.Size = UDim2.new(0, 194, 0, 30)
4471
4472 lpgravbutton.Name = "lpgravbutton"
4473 lpgravbutton.Parent = lpgravframe
4474 lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4475 lpgravbutton.BackgroundTransparency = 1
4476 lpgravbutton.BorderSizePixel = 0
4477 lpgravbutton.ClipsDescendants = true
4478 lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
4479 lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
4480 lpgravbutton.Font = Enum.Font.SourceSansSemibold
4481 lpgravbutton.FontSize = Enum.FontSize.Size24
4482 lpgravbutton.Text = "Low Gravity"
4483 lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4484 lpgravbutton.TextSize = 19
4485
4486 lpgravlabel.Name = "lpgravlabel"
4487 lpgravlabel.Parent = lpgravbutton
4488 lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4489 lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4490 lpgravlabel.BackgroundTransparency = 1
4491 lpgravlabel.BorderSizePixel = 0
4492 lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4493 lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
4494 lpgravlabel.Visible = false
4495 lpgravlabel.Image = "rbxassetid://200182847"
4496 lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4497 lpgravlabel.ImageTransparency = 0.80000001192093
4498
4499 lpwalkframe.Name = "lpwalkframe"
4500 lpwalkframe.Parent = lpframe
4501 lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
4502 lpwalkframe.BorderSizePixel = 0
4503 lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
4504 lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
4505
4506 lpwalkbutton.Name = "lpwalkbutton"
4507 lpwalkbutton.Parent = lpwalkframe
4508 lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4509 lpwalkbutton.BackgroundTransparency = 1
4510 lpwalkbutton.BorderSizePixel = 0
4511 lpwalkbutton.ClipsDescendants = true
4512 lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
4513 lpwalkbutton.Font = Enum.Font.SourceSansSemibold
4514 lpwalkbutton.FontSize = Enum.FontSize.Size24
4515 lpwalkbutton.Text = "Fast Walk"
4516 lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4517 lpwalkbutton.TextSize = 19
4518
4519 lpwalklabel.Name = "lpwalklabel"
4520 lpwalklabel.Parent = lpwalkbutton
4521 lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
4522 lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
4523 lpwalklabel.BackgroundTransparency = 1
4524 lpwalklabel.BorderSizePixel = 0
4525 lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4526 lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
4527 lpwalklabel.Visible = false
4528 lpwalklabel.Image = "rbxassetid://200182847"
4529 lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4530 lpwalklabel.ImageTransparency = 0.80000001192093
4531
4532 lpgodframe.Name = "lpgodframe"
4533 lpgodframe.Parent = lpframe
4534 lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
4535 lpgodframe.BorderSizePixel = 0
4536 lpgodframe.Position = UDim2.new(0, 31, 0, 17)
4537 lpgodframe.Size = UDim2.new(0, 194, 0, 30)
4538
4539 lpgodbutton.Name = "lpgodbutton"
4540 lpgodbutton.Parent = lpgodframe
4541 lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4542 lpgodbutton.BackgroundTransparency = 1
4543 lpgodbutton.BorderSizePixel = 0
4544 lpgodbutton.ClipsDescendants = true
4545 lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
4546 lpgodbutton.Font = Enum.Font.SourceSansSemibold
4547 lpgodbutton.FontSize = Enum.FontSize.Size24
4548 lpgodbutton.Text = "God Mode"
4549 lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4550 lpgodbutton.TextSize = 19
4551
4552 lpgodlabel.Name = "lpgodlabel"
4553 lpgodlabel.Parent = lpgodbutton
4554 lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4555 lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4556 lpgodlabel.BackgroundTransparency = 1
4557 lpgodlabel.BorderSizePixel = 0
4558 lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4559 lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
4560 lpgodlabel.Visible = false
4561 lpgodlabel.Image = "rbxassetid://200182847"
4562 lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4563 lpgodlabel.ImageTransparency = 0.80000001192093
4564
4565 backbutton1.Name = "backbutton1"
4566 backbutton1.Parent = maintab
4567 backbutton1.Active = false
4568 backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
4569 backbutton1.BackgroundTransparency = 1
4570 backbutton1.BorderSizePixel = 0
4571 backbutton1.ClipsDescendants = true
4572 backbutton1.Size = UDim2.new(0, 29, 0, 30)
4573 backbutton1.Visible = false
4574 backbutton1.AutoButtonColor = false
4575 backbutton1.Font = Enum.Font.SourceSansBold
4576 backbutton1.FontSize = Enum.FontSize.Size24
4577 backbutton1.Text = "<"
4578 backbutton1.TextColor3 = Color3.new(1, 1, 1)
4579 backbutton1.TextSize = 20
4580
4581 backbutton1label.Name = "backbutton1label"
4582 backbutton1label.Parent = backbutton1
4583 backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
4584 backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
4585 backbutton1label.BackgroundTransparency = 1
4586 backbutton1label.BorderSizePixel = 0
4587 backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4588 backbutton1label.Size = UDim2.new(0, 50, 0, 50)
4589 backbutton1label.Visible = false
4590 backbutton1label.Image = "rbxassetid://200182847"
4591 backbutton1label.ImageTransparency = 0.80000001192093
4592
4593 backbutton2.Name = "backbutton2"
4594 backbutton2.Parent = maintab
4595 backbutton2.Active = false
4596 backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
4597 backbutton2.BackgroundTransparency = 1
4598 backbutton2.BorderSizePixel = 0
4599 backbutton2.ClipsDescendants = true
4600 backbutton2.Size = UDim2.new(0, 29, 0, 30)
4601 backbutton2.Visible = false
4602 backbutton2.AutoButtonColor = false
4603 backbutton2.Font = Enum.Font.SourceSansBold
4604 backbutton2.FontSize = Enum.FontSize.Size24
4605 backbutton2.Text = "<"
4606 backbutton2.TextColor3 = Color3.new(1, 1, 1)
4607 backbutton2.TextSize = 20
4608
4609 backbutton2label.Name = "backbutton2label"
4610 backbutton2label.Parent = backbutton2
4611 backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
4612 backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
4613 backbutton2label.BackgroundTransparency = 1
4614 backbutton2label.BorderSizePixel = 0
4615 backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4616 backbutton2label.Size = UDim2.new(0, 50, 0, 50)
4617 backbutton2label.Visible = false
4618 backbutton2label.Image = "rbxassetid://200182847"
4619 backbutton2label.ImageTransparency = 0.80000001192093
4620
4621 creditsbutton.Name = "creditsbutton"
4622 creditsbutton.Parent = maintab
4623 creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4624 creditsbutton.BackgroundTransparency = 1
4625 creditsbutton.BorderSizePixel = 0
4626 creditsbutton.ClipsDescendants = true
4627 creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
4628 creditsbutton.Size = UDim2.new(0, 31, 0, 30)
4629 creditsbutton.Font = Enum.Font.SourceSansSemibold
4630 creditsbutton.FontSize = Enum.FontSize.Size18
4631 creditsbutton.Text = ""
4632 creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4633 creditsbutton.TextSize = 15
4634
4635 creditsiconlabel1.Name = "creditsiconlabel1"
4636 creditsiconlabel1.Parent = creditsbutton
4637 creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
4638 creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
4639 creditsiconlabel1.BackgroundTransparency = 1
4640 creditsiconlabel1.BorderSizePixel = 0
4641 creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4642 creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
4643 creditsiconlabel1.Visible = false
4644 creditsiconlabel1.Image = "rbxassetid://200182847"
4645 creditsiconlabel1.ImageTransparency = 0.80000001192093
4646
4647 creditsiconlabel2.Name = "creditsiconlabel2"
4648 creditsiconlabel2.Parent = creditsbutton
4649 creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
4650 creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
4651 creditsiconlabel2.BackgroundTransparency = 1
4652 creditsiconlabel2.BorderSizePixel = 0
4653 creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
4654 creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
4655 creditsiconlabel2.Image = "rbxassetid://23151450"
4656
4657 toggle.Name = "toggle"
4658 toggle.Parent = mygui
4659 toggle.Active = true
4660 toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
4661 toggle.BackgroundTransparency = 0.5
4662 toggle.BorderSizePixel = 0
4663 toggle.Draggable = true
4664 toggle.Position = UDim2.new(0, 5, 0, 530)
4665 toggle.Size = UDim2.new(0, 140, 0, 30)
4666
4667 closeall.Name = "closeall"
4668 closeall.Parent = toggle
4669 closeall.BackgroundColor3 = Color3.new(1, 0, 0)
4670 closeall.BorderSizePixel = 0
4671 closeall.Position = UDim2.new(0, 110, 0, 0)
4672 closeall.Size = UDim2.new(0, 30, 0, 30)
4673 closeall.FontSize = Enum.FontSize.Size18
4674 closeall.Text = ""
4675 closeall.TextSize = 15
4676
4677 closeopen.Name = "closeopen"
4678 closeopen.Parent = toggle
4679 closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
4680 closeopen.BorderSizePixel = 0
4681 closeopen.ClipsDescendants = true
4682 closeopen.Size = UDim2.new(0, 110, 0, 30)
4683 closeopen.AutoButtonColor = false
4684 closeopen.Font = Enum.Font.SourceSansBold
4685 closeopen.FontSize = Enum.FontSize.Size24
4686 closeopen.Text = "Close"
4687 closeopen.TextColor3 = Color3.new(1, 1, 1)
4688 closeopen.TextSize = 20
4689
4690 closeopenlabel.Name = "closeopenlabel"
4691 closeopenlabel.Parent = closeopen
4692 closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4693 closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4694 closeopenlabel.BackgroundTransparency = 1
4695 closeopenlabel.BorderSizePixel = 0
4696 closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4697 closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
4698 closeopenlabel.Visible = false
4699 closeopenlabel.Image = "rbxassetid://200182847"
4700 closeopenlabel.ImageTransparency = 0.80000001192093
4701
4702 creditstab.Name = "creditstab"
4703 creditstab.Parent = mygui
4704 creditstab.Active = true
4705 creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
4706 creditstab.BackgroundTransparency = 0.5
4707 creditstab.BorderSizePixel = 0
4708 creditstab.Draggable = true
4709 creditstab.Position = UDim2.new(0, 42, 0, 47)
4710 creditstab.Size = UDim2.new(0, 256, 0, 30)
4711 creditstab.Visible = false
4712
4713 creditstitle.Name = "creditstitle"
4714 creditstitle.Parent = creditstab
4715 creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
4716 creditstitle.BorderSizePixel = 0
4717 creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
4718 creditstitle.Size = UDim2.new(0, 256, 0, 30)
4719 creditstitle.Font = Enum.Font.SourceSansBold
4720 creditstitle.FontSize = Enum.FontSize.Size24
4721 creditstitle.Text = "Credits"
4722 creditstitle.TextColor3 = Color3.new(1, 1, 1)
4723 creditstitle.TextSize = 23
4724
4725 creditsframe.Name = "creditsframe"
4726 creditsframe.Parent = creditstab
4727 creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
4728 creditsframe.BorderSizePixel = 0
4729 creditsframe.ClipsDescendants = true
4730 creditsframe.Position = UDim2.new(0, 0, 0, 30)
4731 creditsframe.Size = UDim2.new(0, 256, 0, 222)
4732
4733 creditsmenuframe.Name = "menuframe"
4734 creditsmenuframe.Parent = creditsframe
4735 creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
4736 creditsmenuframe.BackgroundTransparency = 1
4737 creditsmenuframe.BorderSizePixel = 0
4738 creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
4739
4740 creditsfield.Name = "creditsfield"
4741 creditsfield.Parent = creditsmenuframe
4742 creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
4743 creditsfield.BorderSizePixel = 0
4744 creditsfield.Position = UDim2.new(0, 31, 0, 31)
4745 creditsfield.Size = UDim2.new(0, 194, 0, 31)
4746 creditsfield.Font = Enum.Font.SourceSansSemibold
4747 creditsfield.FontSize = Enum.FontSize.Size24
4748 creditsfield.Text = "By: abs_0"
4749 creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
4750 creditsfield.TextSize = 20
4751
4752 closecredits.Name = "closeall"
4753 closecredits.Parent = creditstab
4754 closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
4755 closecredits.BorderSizePixel = 0
4756 closecredits.Position = UDim2.new(0, 226, 0, 0)
4757 closecredits.Size = UDim2.new(0, 30, 0, 30)
4758 closecredits.FontSize = Enum.FontSize.Size18
4759 closecredits.Text = ""
4760 closecredits.TextSize = 15
4761
4762 --Appearance Scripts
4763
4764 --mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
4765 local mouse = game.Players.LocalPlayer:GetMouse()
4766
4767
4768 generallobbybutton.MouseButton1Down:connect(function()
4769 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
4770 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
4771 generallobbylabel.Position = UDim2.new(0,x,0,y)
4772 generallobbylabel.Size = UDim2.new(0,50,0,50)
4773 generallobbylabel.ImageTransparency = 0.8
4774 generallobbylabel.Visible = true
4775
4776 wait()
4777
4778 generallobbylabel:TweenSize(
4779 UDim2.new(0,390,0,390),
4780 "Out",
4781 "Quint",
4782 1
4783 )
4784 end)
4785
4786 generallobbybutton.MouseButton1Up:connect(function()
4787 wait(0.35)
4788 local TweenService = game:GetService("TweenService")
4789 local circle = generallobbylabel
4790
4791 local Info = TweenInfo.new(
4792 0.2, -- Length
4793 Enum.EasingStyle.Linear, -- Easing Style
4794 Enum.EasingDirection.Out, -- Easing Direction
4795 0, -- Times repeated
4796 false, -- Reverse
4797 0 -- Delay
4798 )
4799 local Goals =
4800 {
4801 ImageTransparency = 1;
4802 }
4803
4804 local tween = TweenService:Create(circle,Info,Goals)
4805 tween:Play()
4806 end)
4807
4808 --mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
4809 local mouse = game.Players.LocalPlayer:GetMouse()
4810
4811
4812 generalgunbutton.MouseButton1Down:connect(function()
4813 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
4814 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
4815 generalgunlabel.Position = UDim2.new(0,x,0,y)
4816 generalgunlabel.Size = UDim2.new(0,50,0,50)
4817 generalgunlabel.ImageTransparency = 0.8
4818 generalgunlabel.Visible = true
4819
4820 wait()
4821
4822 generalgunlabel:TweenSize(
4823 UDim2.new(0,390,0,390),
4824 "Out",
4825 "Quint",
4826 1
4827 )
4828 end)
4829
4830 generalgunbutton.MouseButton1Up:connect(function()
4831 wait(0.35)
4832 local TweenService = game:GetService("TweenService")
4833 local circle = generalgunlabel
4834
4835 local Info = TweenInfo.new(
4836 0.2, -- Length
4837 Enum.EasingStyle.Linear, -- Easing Style
4838 Enum.EasingDirection.Out, -- Easing Direction
4839 0, -- Times repeated
4840 false, -- Reverse
4841 0 -- Delay
4842 )
4843 local Goals =
4844 {
4845 ImageTransparency = 1;
4846 }
4847
4848 local tween = TweenService:Create(circle,Info,Goals)
4849 tween:Play()
4850 end)
4851
4852 --mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
4853 local mouse = game.Players.LocalPlayer:GetMouse()
4854
4855
4856 generalcoinbutton.MouseButton1Down:connect(function()
4857 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
4858 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
4859 generalcoinlabel.Position = UDim2.new(0,x,0,y)
4860 generalcoinlabel.Size = UDim2.new(0,50,0,50)
4861 generalcoinlabel.ImageTransparency = 0.8
4862 generalcoinlabel.Visible = true
4863
4864 wait()
4865
4866 generalcoinlabel:TweenSize(
4867 UDim2.new(0,390,0,390),
4868 "Out",
4869 "Quint",
4870 1
4871 )
4872 end)
4873
4874 generalcoinbutton.MouseButton1Up:connect(function()
4875 wait(0.35)
4876 local TweenService = game:GetService("TweenService")
4877 local circle = generalcoinlabel
4878
4879 local Info = TweenInfo.new(
4880 0.2, -- Length
4881 Enum.EasingStyle.Linear, -- Easing Style
4882 Enum.EasingDirection.Out, -- Easing Direction
4883 0, -- Times repeated
4884 false, -- Reverse
4885 0 -- Delay
4886 )
4887 local Goals =
4888 {
4889 ImageTransparency = 1;
4890 }
4891
4892 local tween = TweenService:Create(circle,Info,Goals)
4893 tween:Play()
4894 end)
4895
4896 --mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
4897 local mouse = game.Players.LocalPlayer:GetMouse()
4898
4899
4900 generalespbutton.MouseButton1Down:connect(function()
4901 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
4902 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
4903 generalesplabel.Position = UDim2.new(0,x,0,y)
4904 generalesplabel.Size = UDim2.new(0,50,0,50)
4905 generalesplabel.ImageTransparency = 0.8
4906 generalesplabel.Visible = true
4907
4908 wait()
4909
4910 generalesplabel:TweenSize(
4911 UDim2.new(0,390,0,390),
4912 "Out",
4913 "Quint",
4914 1
4915 )
4916 end)
4917
4918 generalespbutton.MouseButton1Up:connect(function()
4919 wait(0.35)
4920 local TweenService = game:GetService("TweenService")
4921 local circle = generalesplabel
4922
4923 local Info = TweenInfo.new(
4924 0.2, -- Length
4925 Enum.EasingStyle.Linear, -- Easing Style
4926 Enum.EasingDirection.Out, -- Easing Direction
4927 0, -- Times repeated
4928 false, -- Reverse
4929 0 -- Delay
4930 )
4931 local Goals =
4932 {
4933 ImageTransparency = 1;
4934 }
4935
4936 local tween = TweenService:Create(circle,Info,Goals)
4937 tween:Play()
4938 end)
4939
4940 --mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
4941 local mouse = game.Players.LocalPlayer:GetMouse()
4942
4943
4944 lpgodbutton.MouseButton1Down:connect(function()
4945 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
4946 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
4947 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
4948 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
4949 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
4950 lpgodbutton.lpgodlabel.Visible = true
4951
4952 wait()
4953
4954 lpgodbutton.lpgodlabel:TweenSize(
4955 UDim2.new(0,390,0,390),
4956 "Out",
4957 "Quint",
4958 1
4959 )
4960 end)
4961
4962 lpgodbutton.MouseButton1Up:connect(function()
4963 wait(0.35)
4964 local TweenService = game:GetService("TweenService")
4965 local circle = lpgodbutton.lpgodlabel
4966
4967 local Info = TweenInfo.new(
4968 0.2, -- Length
4969 Enum.EasingStyle.Linear, -- Easing Style
4970 Enum.EasingDirection.Out, -- Easing Direction
4971 0, -- Times repeated
4972 false, -- Reverse
4973 0 -- Delay
4974 )
4975 local Goals =
4976 {
4977 ImageTransparency = 1;
4978 }
4979
4980 local tween = TweenService:Create(circle,Info,Goals)
4981 tween:Play()
4982 end)
4983
4984 --mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
4985 local mouse = game.Players.LocalPlayer:GetMouse()
4986
4987
4988 lpwalkbutton.MouseButton1Down:connect(function()
4989 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
4990 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
4991 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
4992 else
4993 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
4994 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
4995 end
4996
4997 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
4998 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
4999 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
5000 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
5001 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
5002 lpwalkbutton.lpwalklabel.Visible = true
5003
5004 wait()
5005
5006 lpwalkbutton.lpwalklabel:TweenSize(
5007 UDim2.new(0,390,0,390),
5008 "Out",
5009 "Quint",
5010 1
5011 )
5012 end)
5013
5014 lpwalkbutton.MouseButton1Up:connect(function()
5015 wait(0.35)
5016 local TweenService = game:GetService("TweenService")
5017 local circle = lpwalkbutton.lpwalklabel
5018
5019 local Info = TweenInfo.new(
5020 0.2, -- Length
5021 Enum.EasingStyle.Linear, -- Easing Style
5022 Enum.EasingDirection.Out, -- Easing Direction
5023 0, -- Times repeated
5024 false, -- Reverse
5025 0 -- Delay
5026 )
5027 local Goals =
5028 {
5029 ImageTransparency = 1;
5030 }
5031
5032 local tween = TweenService:Create(circle,Info,Goals)
5033 tween:Play()
5034 end)
5035
5036 --mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
5037 local mouse = game.Players.LocalPlayer:GetMouse()
5038
5039 lpgravbutton.MouseButton1Down:connect(function()
5040 if game.Workspace.Gravity < 196.1 then
5041 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
5042 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
5043 else
5044 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
5045 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
5046 end
5047
5048 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
5049 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
5050 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
5051 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
5052 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
5053 lpgravbutton.lpgravlabel.Visible = true
5054
5055 wait()
5056
5057 lpgravbutton.lpgravlabel:TweenSize(
5058 UDim2.new(0,390,0,390),
5059 "Out",
5060 "Quint",
5061 1
5062 )
5063 end)
5064
5065 lpgravbutton.MouseButton1Up:connect(function()
5066 wait(0.35)
5067 local TweenService = game:GetService("TweenService")
5068 local circle = lpgravbutton.lpgravlabel
5069
5070 local Info = TweenInfo.new(
5071 0.2, -- Length
5072 Enum.EasingStyle.Linear, -- Easing Style
5073 Enum.EasingDirection.Out, -- Easing Direction
5074 0, -- Times repeated
5075 false, -- Reverse
5076 0 -- Delay
5077 )
5078 local Goals =
5079 {
5080 ImageTransparency = 1;
5081 }
5082
5083 local tween = TweenService:Create(circle,Info,Goals)
5084 tween:Play()
5085 end)
5086
5087 --mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
5088 local mouse = game.Players.LocalPlayer:GetMouse()
5089
5090
5091 lpjumpbutton.MouseButton1Down:connect(function()
5092 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
5093 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
5094 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
5095 else
5096 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
5097 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
5098 end
5099
5100 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
5101 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
5102 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
5103 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
5104 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
5105 lpjumpbutton.lpjumplabel.Visible = true
5106
5107 wait()
5108
5109 lpjumpbutton.lpjumplabel:TweenSize(
5110 UDim2.new(0,390,0,390),
5111 "Out",
5112 "Quint",
5113 1
5114 )
5115 end)
5116
5117 lpjumpbutton.MouseButton1Up:connect(function()
5118 wait(0.35)
5119 local TweenService = game:GetService("TweenService")
5120 local circle = lpjumpbutton.lpjumplabel
5121
5122 local Info = TweenInfo.new(
5123 0.2, -- Length
5124 Enum.EasingStyle.Linear, -- Easing Style
5125 Enum.EasingDirection.Out, -- Easing Direction
5126 0, -- Times repeated
5127 false, -- Reverse
5128 0 -- Delay
5129 )
5130 local Goals =
5131 {
5132 ImageTransparency = 1;
5133 }
5134
5135 local tween = TweenService:Create(circle,Info,Goals)
5136 tween:Play()
5137 end)
5138
5139 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
5140 local mouse = game.Players.LocalPlayer:GetMouse()
5141
5142
5143 generalbutton.MouseButton1Down:connect(function()
5144 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
5145 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
5146 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
5147 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
5148 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
5149 generalbutton.generalbuttonlabel.Visible = true
5150
5151 wait()
5152
5153 generalbutton.generalbuttonlabel:TweenSize(
5154 UDim2.new(0,390,0,390),
5155 "Out",
5156 "Quint",
5157 1
5158 )
5159 end)
5160
5161 generalbutton.MouseButton1Up:connect(function()
5162 wait(0.35)
5163 local TweenService = game:GetService("TweenService")
5164 local circle = generalbutton.generalbuttonlabel
5165
5166 local Info = TweenInfo.new(
5167 0.2, -- Length
5168 Enum.EasingStyle.Linear, -- Easing Style
5169 Enum.EasingDirection.Out, -- Easing Direction
5170 0, -- Times repeated
5171 false, -- Reverse
5172 0 -- Delay
5173 )
5174 local Goals =
5175 {
5176 ImageTransparency = 1;
5177 }
5178
5179 local tween = TweenService:Create(circle,Info,Goals)
5180 tween:Play()
5181 end)
5182
5183 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
5184 generalbutton.MouseButton1Click:connect(function()
5185 wait(0.25)
5186 menuframe:TweenPosition(
5187 UDim2.new(0,-256,0,0),
5188 "Out",
5189 "Quint",
5190 0.2
5191 )
5192 generalframe:TweenPosition(
5193 UDim2.new(0,0,0,0),
5194 "Out",
5195 "Quint",
5196 0.2
5197 )
5198 backbutton1.Visible = true
5199 backbutton1.Active = true
5200 maintab.title.Text = "General"
5201 maintab.title.TextSize = 19
5202 end)
5203
5204 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
5205 local mouse = game.Players.LocalPlayer:GetMouse()
5206
5207
5208 lpbutton.MouseButton1Down:connect(function()
5209 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
5210 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
5211 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
5212 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
5213 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
5214 lpbutton.lpbuttonlabel.Visible = true
5215
5216 wait()
5217
5218 lpbuttonlabel:TweenSize(
5219 UDim2.new(0,390,0,390),
5220 "Out",
5221 "Quint",
5222 1
5223 )
5224 end)
5225
5226 lpbutton.MouseButton1Up:connect(function()
5227 wait(0.35)
5228 local TweenService = game:GetService("TweenService")
5229 local circle = lpbutton.lpbuttonlabel
5230
5231 local Info = TweenInfo.new(
5232 0.2, -- Length
5233 Enum.EasingStyle.Linear, -- Easing Style
5234 Enum.EasingDirection.Out, -- Easing Direction
5235 0, -- Times repeated
5236 false, -- Reverse
5237 0 -- Delay
5238 )
5239 local Goals =
5240 {
5241 ImageTransparency = 1;
5242 }
5243
5244 local tween = TweenService:Create(circle,Info,Goals)
5245 tween:Play()
5246 end)
5247
5248 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
5249 lpbutton.MouseButton1Click:connect(function()
5250 wait(0.25)
5251 menuframe:TweenPosition(
5252 UDim2.new(0,-256,0,0),
5253 "Out",
5254 "Quint",
5255 0.2
5256 )
5257 lpframe:TweenPosition(
5258 UDim2.new(0,0,0,0),
5259 "Out",
5260 "Quint",
5261 0.2
5262 )
5263 backbutton2.Visible = true
5264 backbutton2.Active = true
5265 maintab.title.Text = "Local Player"
5266 maintab.title.TextSize = 19
5267 end)
5268
5269 --mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
5270 local mouse = game.Players.LocalPlayer:GetMouse()
5271
5272
5273 tpbutton.MouseButton1Down:connect(function()
5274 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
5275 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
5276 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
5277 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
5278 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
5279 tpbutton.tpbuttonlabel.Visible = true
5280
5281 wait()
5282
5283 tpbutton.tpbuttonlabel:TweenSize(
5284 UDim2.new(0,75,0,75),
5285 "Out",
5286 "Quint",
5287 0.9
5288 )
5289 end)
5290
5291 tpbutton.MouseButton1Up:connect(function()
5292 wait(0.35)
5293 local TweenService = game:GetService("TweenService")
5294 local circle = tpbutton.tpbuttonlabel
5295
5296 local Info = TweenInfo.new(
5297 0.2, -- Length
5298 Enum.EasingStyle.Linear, -- Easing Style
5299 Enum.EasingDirection.Out, -- Easing Direction
5300 0, -- Times repeated
5301 false, -- Reverse
5302 0 -- Delay
5303 )
5304 local Goals =
5305 {
5306 ImageTransparency = 1;
5307 }
5308
5309 local tween = TweenService:Create(circle,Info,Goals)
5310 tween:Play()
5311 end)
5312
5313 --mygui.maintab.bodyframe.menuframe.tptextbox.matscript
5314 --[[tptextbox.Focused:connect(function()
5315 local mouse = game.Players.LocalPlayer:GetMouse()
5316 tptextbox.tpunderline.BackgroundTransparency = 0
5317 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
5318 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
5319
5320 wait()
5321 tptextbox.tpunderline:TweenSizeAndPosition(
5322 UDim2.new(0,156,0,2),
5323 UDim2.new(0,0,0,30),
5324 "Out",
5325 "Quint",
5326 0.2
5327 )
5328 end)]]--
5329
5330 --mygui.maintab.backbutton1.Script
5331 local mouse = game.Players.LocalPlayer:GetMouse()
5332
5333 backbutton1.MouseButton1Down:connect(function()
5334 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
5335 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
5336 backbutton1.backbutton1label.ImageTransparency = 0.8
5337 backbutton1.backbutton1label.Visible = true
5338
5339 wait()
5340
5341 backbutton1.backbutton1label:TweenSize(
5342 UDim2.new(0,60,0,60),
5343 "Out",
5344 "Quint",
5345 0.25
5346 )
5347 end)
5348
5349 backbutton1.MouseButton1Up:connect(function()
5350 wait(0.35)
5351 local TweenService = game:GetService("TweenService")
5352 local circle = backbutton1.backbutton1label
5353
5354 local Info = TweenInfo.new(
5355 0.2, -- Length
5356 Enum.EasingStyle.Linear, -- Easing Style
5357 Enum.EasingDirection.Out, -- Easing Direction
5358 0, -- Times repeated
5359 false, -- Reverse
5360 0 -- Delay
5361 )
5362 local Goals =
5363 {
5364 ImageTransparency = 1;
5365 }
5366
5367 local tween = TweenService:Create(circle,Info,Goals)
5368 tween:Play()
5369 end)
5370
5371 --mygui.maintab.backbutton1.TransitionScript
5372 backbutton1.MouseButton1Click:connect(function()
5373 wait(0.2)
5374 menuframe:TweenPosition(
5375 UDim2.new(0,0,0,0),
5376 "Out",
5377 "Quint",
5378 0.2
5379 )
5380 generalframe:TweenPosition(
5381 UDim2.new(0,256,0,0),
5382 "Out",
5383 "Quint",
5384 0.2
5385 )
5386 backbutton1.Visible = false
5387 backbutton1.Active = false
5388 maintab.title.Text = "MM2 Gui"
5389 maintab.title.TextSize = 20
5390 end)
5391
5392 --mygui.maintab.backbutton2.Script
5393 local mouse = game.Players.LocalPlayer:GetMouse()
5394
5395
5396 backbutton2.MouseButton1Down:connect(function()
5397 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
5398 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
5399 backbutton2.backbutton2label.ImageTransparency = 0.8
5400 backbutton2.backbutton2label.Visible = true
5401
5402 wait()
5403
5404 backbutton2.backbutton2label:TweenSize(
5405 UDim2.new(0,60,0,60),
5406 "Out",
5407 "Quint",
5408 0.25
5409 )
5410 end)
5411
5412 backbutton2.MouseButton1Up:connect(function()
5413 wait(0.35)
5414 local TweenService = game:GetService("TweenService")
5415 local circle = backbutton2.backbutton2label
5416
5417 local Info = TweenInfo.new(
5418 0.2, -- Length
5419 Enum.EasingStyle.Linear, -- Easing Style
5420 Enum.EasingDirection.Out, -- Easing Direction
5421 0, -- Times repeated
5422 false, -- Reverse
5423 0 -- Delay
5424 )
5425 local Goals =
5426 {
5427 ImageTransparency = 1;
5428 }
5429
5430 local tween = TweenService:Create(circle,Info,Goals)
5431 tween:Play()
5432 end)
5433
5434 --mygui.maintab.backbutton2.TransitionScript
5435 backbutton2.MouseButton1Click:connect(function()
5436 wait(0.2)
5437 menuframe:TweenPosition(
5438 UDim2.new(0,0,0,0),
5439 "Out",
5440 "Quint",
5441 0.2
5442 )
5443 lpframe:TweenPosition(
5444 UDim2.new(0,256,0,0),
5445 "Out",
5446 "Quint",
5447 0.2
5448 )
5449 backbutton2.Visible = false
5450 backbutton2.Active = false
5451 backbutton2.Parent.title.Text = "MM2 Gui"
5452 backbutton2.Parent.title.TextSize = 20
5453 end)
5454
5455 --mygui.maintab.creditsbutton.Script
5456 local mouse = game.Players.LocalPlayer:GetMouse()
5457
5458
5459 creditsbutton.MouseButton1Down:connect(function()
5460 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
5461 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
5462 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
5463 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
5464 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
5465 creditsbutton.creditsiconlabel1.Visible = true
5466
5467 wait()
5468
5469 creditsbutton.creditsiconlabel1:TweenSize(
5470 UDim2.new(0,75,0,75),
5471 "Out",
5472 "Quint",
5473 0.9
5474 )
5475 end)
5476
5477 creditsbutton.MouseButton1Up:connect(function()
5478 wait(0.35)
5479 local TweenService = game:GetService("TweenService")
5480 local circle = creditsbutton.creditsiconlabel1
5481
5482 local Info = TweenInfo.new(
5483 0.2, -- Length
5484 Enum.EasingStyle.Linear, -- Easing Style
5485 Enum.EasingDirection.Out, -- Easing Direction
5486 0, -- Times repeated
5487 false, -- Reverse
5488 0 -- Delay
5489 )
5490 local Goals =
5491 {
5492 ImageTransparency = 1;
5493 }
5494
5495 local tween = TweenService:Create(circle,Info,Goals)
5496 tween:Play()
5497 end)
5498
5499 --mygui.maintab.creditsbutton.CreditsWindowScript
5500 creditsbutton.MouseButton1Click:connect(function()
5501 creditstab.Visible = true
5502 creditstab.Active = true
5503 end)
5504
5505 --mygui.creditstab.closecredits.Script
5506 closecredits.MouseButton1Click:connect(function()
5507 creditstab.Visible = false
5508 creditstab.Active = false
5509 end)
5510
5511 --mygui.toggle.closeopen.CloseOpenScript
5512 closeopen.MouseButton1Click:connect(function()
5513 if
5514 (maintab.Visible == true) and
5515 (maintab.Active == true) then
5516 maintab.Visible = false
5517 maintab.Active = false
5518 closeopen.Text = "Open"
5519 else
5520 maintab.Visible = true
5521 maintab.Active = true
5522 closeopen.Text = "Close"
5523 end
5524 end)
5525
5526 --mygui.toggle.closeopen.Script
5527 local mouse = game.Players.LocalPlayer:GetMouse()
5528
5529
5530 closeopen.MouseButton1Down:connect(function()
5531 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
5532 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
5533 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
5534 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
5535 closeopen.closeopenlabel.ImageTransparency = 0.8
5536 closeopen.closeopenlabel.Visible = true
5537
5538 wait()
5539
5540 closeopen.closeopenlabel:TweenSize(
5541 UDim2.new(0,240,0,240),
5542 "Out",
5543 "Quint",
5544 1
5545 )
5546 end)
5547
5548 closeopen.MouseButton1Up:connect(function()
5549 wait(0.35)
5550 local TweenService = game:GetService("TweenService")
5551 local circle = closeopen.closeopenlabel
5552
5553 local Info = TweenInfo.new(
5554 0.2, -- Length
5555 Enum.EasingStyle.Linear, -- Easing Style
5556 Enum.EasingDirection.Out, -- Easing Direction
5557 0, -- Times repeated
5558 false, -- Reverse
5559 0 -- Delay
5560 )
5561 local Goals =
5562 {
5563 ImageTransparency = 1;
5564 }
5565
5566 local tween = TweenService:Create(circle,Info,Goals)
5567 tween:Play()
5568 end)
5569
5570 --mygui.toggle.closeall.Script
5571 closeall.MouseButton1Click:connect(function()
5572 mygui:Remove()
5573 end)
5574
5575 -- Scripts
5576
5577 lpgravbutton.MouseButton1Down:connect(function()
5578 if game.Workspace.Gravity > 196.1 then
5579 game.Workspace.Gravity = 50
5580 else
5581 game.Workspace.Gravity = 196.2
5582 end
5583 end)
5584
5585 lpwalkbutton.MouseButton1Down:connect(function()
5586 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
5587 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
5588 else
5589 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
5590 end
5591 end)
5592
5593 lpjumpbutton.MouseButton1Down:connect(function()
5594 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
5595 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
5596 else
5597 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
5598 end
5599 end)
5600
5601 lpgodbutton.MouseButton1Down:connect(function()
5602 game.Players.LocalPlayer.Character.Humanoid:Remove()
5603 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
5604 end)
5605
5606 generallobbybutton.MouseButton1Down:connect(function()
5607 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
5608 end)
5609
5610 generalgunbutton.MouseButton1Down:connect(function()
5611 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
5612 end)
5613
5614 generalcoinbutton.MouseButton1Down:connect(function()
5615 for i = 10, 1, -1 do
5616 for i,v in pairs(game.Workspace:GetChildren()) do
5617 local s = v:FindFirstChild("CoinContainer")
5618 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
5619 if e and s then
5620 for i,c in pairs(s:GetChildren()) do
5621 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
5622 end
5623 end
5624 end
5625 wait(0.7)
5626 end
5627 end)
5628
5629 --[[tpbutton.MouseButton1Down:connect(function()
5630 for i,v in pairs(game.Workspace:GetChildren()) do
5631 if tptextbox.Text:lower() == v.Name:lower() then
5632 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
5633 else
5634 print("Player not found")
5635 end
5636 end
5637 end)]]--
5638
5639
5640
5641
5642 --script
5643 local parent = tptextbox --insert textbox name!
5644 local mouse = game.Players.LocalPlayer:GetMouse()
5645
5646 local xsize = parent.Size.X.Offset
5647 local ysize = parent.Size.Y.Offset
5648 parent.Visible = true
5649 parent.Active = true
5650 parent.Selectable = true
5651
5652 local Underline = Instance.new("Frame")
5653 local UnderlineBase = Instance.new("Frame")
5654
5655 Underline.Name = "Underline"
5656 Underline.Parent = parent
5657 Underline.BackgroundColor3 = parent.TextColor3
5658 Underline.BorderSizePixel = 0
5659 Underline.Position = UDim2.new(0, 0, 1, 0)
5660 Underline.Size = UDim2.new(0, 0, 0, 1)
5661
5662 UnderlineBase.Name = "UnderlineBase"
5663 UnderlineBase.Parent = parent
5664 UnderlineBase.BackgroundColor3 = parent.TextColor3
5665 UnderlineBase.BackgroundTransparency = 0.85
5666 UnderlineBase.BorderSizePixel = 0
5667 UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
5668 UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
5669
5670 parent.Focused:connect(function()
5671 local x = (mouse.X) - (parent.AbsolutePosition.X)
5672 Underline.BackgroundTransparency = 0
5673 Underline.Position = UDim2.new(0,x,1,0)
5674 wait()
5675 Underline:TweenSizeAndPosition(
5676 UDim2.new(0, xsize, 0, 1),
5677 UDim2.new(0, 0, 1, 0),
5678 "Out",
5679 "Quint",
5680 0.2
5681 )
5682 end)
5683
5684 parent.FocusLost:connect(function(enterPressed)
5685 if parent.Text == "" then
5686 parent.Text = "Player Name"
5687 end
5688
5689 local TweenService = game:GetService("TweenService")
5690
5691 local Info = TweenInfo.new(
5692 0.15,
5693 Enum.EasingStyle.Linear,
5694 Enum.EasingDirection.Out,
5695 0,
5696 false,
5697 0
5698 )
5699 local Goals =
5700 {
5701 BackgroundTransparency = 1;
5702 }
5703
5704 local tween = TweenService:Create(Underline,Info,Goals)
5705 tween:Play()
5706
5707 wait(0.15)
5708 Underline.Size = UDim2.new(0,0,0,1)
5709
5710 if enterPressed then
5711 for i,v in pairs(game.Workspace:GetChildren()) do
5712 if tptextbox.Text:lower() == v.Name:lower() then
5713 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
5714 else
5715 print("Player not found")
5716 end
5717 end
5718 print(true)
5719 elseif tptextbox.Text ~= "Player Name" then
5720 tptextbox.Text = "Press Enter to TP"
5721 end
5722 end)
5723
5724 --/script
5725
5726 if enterPressed then
5727 for i,v in pairs(game.Workspace:GetChildren()) do
5728 if tptextbox.Text:lower() == v.Name:lower() then
5729 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
5730 else
5731 print("Player not found")
5732 end
5733 end
5734 end
5735
5736 generalespbutton.MouseButton1Down:connect(function()
5737 --credits to Nebula Hub for the esp + aimbot
5738 PLAYER = game.Players.LocalPlayer
5739 MOUSE = PLAYER:GetMouse()
5740 CC = game.Workspace.CurrentCamera
5741
5742 ENABLED = false
5743 ESP_ENABLED = false
5744
5745 _G.FREE_FOR_ALL = true
5746
5747 _G.BIND = 50
5748 _G.ESP_BIND = 52
5749 _G.CHANGE_AIM = 'q'
5750
5751 _G.AIM_AT = 'Head'
5752
5753 wait(1)
5754
5755 function GetNearestPlayerToMouse()
5756 local PLAYERS = {}
5757 local PLAYER_HOLD = {}
5758 local DISTANCES = {}
5759 for i, v in pairs(game.Players:GetPlayers()) do
5760 if v ~= PLAYER then
5761 table.insert(PLAYERS, v)
5762 end
5763 end
5764 for i, v in pairs(PLAYERS) do
5765 if _G.FREE_FOR_ALL == false then
5766 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
5767 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
5768 if AIM ~= nil then
5769 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
5770 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
5771 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
5772 local DIFF = math.floor((POS - AIM.Position).magnitude)
5773 PLAYER_HOLD[v.Name .. i] = {}
5774 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
5775 PLAYER_HOLD[v.Name .. i].plr = v
5776 PLAYER_HOLD[v.Name .. i].diff = DIFF
5777 table.insert(DISTANCES, DIFF)
5778 end
5779 end
5780 elseif _G.FREE_FOR_ALL == true then
5781 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
5782 if AIM ~= nil then
5783 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
5784 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
5785 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
5786 local DIFF = math.floor((POS - AIM.Position).magnitude)
5787 PLAYER_HOLD[v.Name .. i] = {}
5788 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
5789 PLAYER_HOLD[v.Name .. i].plr = v
5790 PLAYER_HOLD[v.Name .. i].diff = DIFF
5791 table.insert(DISTANCES, DIFF)
5792 end
5793 end
5794 end
5795
5796 if unpack(DISTANCES) == nil then
5797 return false
5798 end
5799
5800 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
5801 if L_DISTANCE > 20 then
5802 return false
5803 end
5804
5805 for i, v in pairs(PLAYER_HOLD) do
5806 if v.diff == L_DISTANCE then
5807 return v.plr
5808 end
5809 end
5810 return false
5811 end
5812
5813 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
5814 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
5815 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
5816
5817 GUI_MAIN.Name = 'AIMBOT'
5818
5819 GUI_TARGET.Size = UDim2.new(0,200,0,30)
5820 GUI_TARGET.BackgroundTransparency = 0.5
5821 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
5822 GUI_TARGET.BorderSizePixel = 0
5823 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
5824 GUI_TARGET.Text = 'AIMBOT : OFF'
5825 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
5826 GUI_TARGET.TextStrokeTransparency = 1
5827 GUI_TARGET.TextWrapped = true
5828 GUI_TARGET.FontSize = 'Size24'
5829 GUI_TARGET.Font = 'SourceSansBold'
5830
5831 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
5832 GUI_AIM_AT.BackgroundTransparency = 0.5
5833 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
5834 GUI_AIM_AT.BorderSizePixel = 0
5835 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
5836 GUI_AIM_AT.Text = 'AIMING : HEAD'
5837 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
5838 GUI_AIM_AT.TextStrokeTransparency = 1
5839 GUI_AIM_AT.TextWrapped = true
5840 GUI_AIM_AT.FontSize = 'Size18'
5841 GUI_AIM_AT.Font = 'SourceSansBold'
5842
5843 local TRACK = false
5844
5845 function CREATE(BASE, COLOR)
5846 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
5847 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
5848 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
5849
5850 ESP_MAIN.Name = 'ESP'
5851 ESP_MAIN.Adornee = BASE
5852 ESP_MAIN.AlwaysOnTop = true
5853 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
5854 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
5855
5856 ESP_DOT.Name = 'DOT'
5857 ESP_DOT.BackgroundColor3 = COLOR
5858 ESP_DOT.BackgroundTransparency = 0.3
5859 ESP_DOT.BorderSizePixel = 0
5860 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
5861 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
5862 ESP_DOT.Visible = true
5863 ESP_DOT.ZIndex = 10
5864
5865 ESP_NAME.Name = 'NAME'
5866 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
5867 ESP_NAME.BackgroundTransparency = 1
5868 ESP_NAME.BorderSizePixel = 0
5869 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
5870 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
5871 ESP_NAME.Visible = true
5872 ESP_NAME.ZIndex = 10
5873 ESP_NAME.Font = 'ArialBold'
5874 ESP_NAME.FontSize = 'Size14'
5875 ESP_NAME.Text = BASE.Parent.Name:upper()
5876 ESP_NAME.TextColor3 = COLOR
5877 end
5878
5879 function CLEAR()
5880 for _,v in pairs(PLAYER.PlayerGui:children()) do
5881 if v.Name == 'ESP' and v:IsA('BillboardGui') then
5882 v:Destroy()
5883 end
5884 end
5885 end
5886
5887 local Remote = game:service'ReplicatedStorage'.GetPlayerData
5888 local player_roles = Remote:InvokeServer()
5889 function FIND()
5890 CLEAR()
5891 TRACK = true
5892 spawn(function()
5893 while wait() do
5894 if TRACK then
5895 CLEAR()
5896 local a,b = ypcall(function()
5897 for name,player in pairs(player_roles)do
5898 if game:service'Players':FindFirstChild(name) ~= nil then
5899 local v = game:service'Players':FindFirstChild(name)
5900 if v.Character and v.Character:FindFirstChild('Head') then
5901 if v.Character:FindFirstChild('Head') then
5902 if player.Dead ~= true then
5903 if player.Role == "Murderer"then
5904 CREATE(v.Character.Head, Color3.new(1,0,0))
5905 elseif player.Role == "Sheriff" or player.Role == "Hero" then
5906 CREATE(v.Character.Head, Color3.new(0,0,1))
5907 else
5908 CREATE(v.Character.Head, Color3.new(0,1,0))
5909 end
5910 end
5911 end
5912 end
5913 end
5914 end
5915 end)
5916 end
5917 end
5918 wait(1)
5919 end)
5920 end
5921 coroutine.wrap(function()
5922 while wait()do
5923 player_roles = Remote:InvokeServer()
5924 end
5925 end)()
5926
5927 MOUSE.KeyDown:connect(function(KEY)
5928 KEY = KEY:lower():byte()
5929 if KEY == _G.BIND then
5930 ENABLED = true
5931 end
5932 end)
5933
5934 MOUSE.KeyUp:connect(function(KEY)
5935 KEY = KEY:lower():byte()
5936 if KEY == _G.BIND then
5937 ENABLED = false
5938 end
5939 end)
5940
5941 MOUSE.KeyDown:connect(function(KEY)
5942 KEY = KEY:lower():byte()
5943 if KEY == _G.ESP_BIND then
5944 if ESP_ENABLED == false then
5945 FIND()
5946 ESP_ENABLED = true
5947 print('ESP : ON')
5948 elseif ESP_ENABLED == true then
5949 wait()
5950 CLEAR()
5951 TRACK = false
5952 ESP_ENABLED = false
5953 print('ESP : OFF')
5954 end
5955 end
5956 end)
5957
5958 MOUSE.KeyDown:connect(function(KEY)
5959 if KEY == _G.CHANGE_AIM then
5960 if _G.AIM_AT == 'Head' then
5961 _G.AIM_AT = 'Torso'
5962 GUI_AIM_AT.Text = 'AIMING : TORSO'
5963 elseif _G.AIM_AT == 'Torso' then
5964 _G.AIM_AT = 'Head'
5965 GUI_AIM_AT.Text = 'AIMING : HEAD'
5966 end
5967 end
5968 end)
5969
5970 game:GetService('RunService').RenderStepped:connect(function()
5971 if ENABLED then
5972 local TARGET = GetNearestPlayerToMouse()
5973 if (TARGET ~= false) then
5974 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
5975 if AIM then
5976 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
5977 end
5978 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
5979 else
5980 GUI_TARGET.Text = 'AIMBOT : OFF'
5981 end
5982 end
5983 end)
5984
5985 repeat
5986 wait()
5987 if ESP_ENABLED == true then
5988 FIND()
5989 end
5990 until ESP_ENABLED == false
5991
5992
5993 wait()
5994
5995 _G.FREE_FOR_ALL = true
5996
5997 _G.BIND = 50 -- LEFT CTRL
5998 _G.ESP_BIND = 52 -- LEFT ALT
5999 end)
6000
6001 local plr = game.Players.LocalPlayer
6002
6003 plr:GetMouse().KeyDown:connect(function(KeyUp)
6004 if KeyUp == "0" then
6005 plr.Character.Humanoid.WalkSpeed = 35
6006 end
6007 end)
6008
6009 plr:GetMouse().KeyUp:connect(function(KeyUp)
6010 if KeyUp == "0" then
6011 plr.Character.Humanoid.WalkSpeed = 16
6012 end
6013 end)
6014 end)
6015
6016
6017end
6018coroutine.resume(coroutine.create(SCRIPT_HQIH68_FAKESCRIPT))
6019function SCRIPT_LOIQ87_FAKESCRIPT() -- exit4_2.LocalScript
6020 getfenv().script = Instance.new('LocalScript', exit4_2)
6021
6022 button = script.Parent
6023
6024
6025 button.MouseButton1Down:connect(function()
6026 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Visible = false
6027 end)
6028
6029end
6030coroutine.resume(coroutine.create(SCRIPT_LOIQ87_FAKESCRIPT))
6031function SCRIPT_QUER80_FAKESCRIPT() -- NoReload.noReloadScript
6032 getfenv().script = Instance.new('Script', NoReload)
6033
6034
6035 button = script.Parent
6036
6037
6038 button.MouseButton1Down:connect(function()
6039 print("HAXED")
6040 local old = getrenv().require
6041 getrenv().require = function(...)
6042 local r = old(...)
6043 if r.BlastRadius then
6044 r.BlastRadius = 1000
6045 end
6046 if r.BurstWait then
6047 r.BurstWait = 0.05
6048 end
6049 if r.Bursts then
6050 r.Bursts = 100
6051 end
6052 if r.Cooldown then
6053 r.Cooldown = 0
6054 end
6055 if r.RocketSpeed then
6056 r.RocketSpeed = 10
6057 end
6058 if r.BlastForce then
6059 r.BlastForce = 5000
6060 end
6061 return r
6062 end
6063 end)
6064
6065end
6066coroutine.resume(coroutine.create(SCRIPT_QUER80_FAKESCRIPT))
6067function SCRIPT_LSYC86_FAKESCRIPT() -- AutoSell.AutoSellScript
6068 getfenv().script = Instance.new('Script', AutoSell)
6069
6070 button = script.Parent
6071
6072
6073 button.MouseButton1Down:connect(function()
6074 print("HAXED")
6075 -- Replace "X" with the time it will delay before selling the bricks again, I recommend 5
6076 while true do
6077 wait(5)
6078 local Event = game:GetService("ReplicatedStorage").Remotes.sellBricks
6079 Event:FireServer()
6080 end
6081 end)
6082
6083
6084end
6085coroutine.resume(coroutine.create(SCRIPT_LSYC86_FAKESCRIPT))
6086function SCRIPT_SLAV82_FAKESCRIPT() -- exit4_3.LocalScript
6087 getfenv().script = Instance.new('LocalScript', exit4_3)
6088
6089 button = script.Parent
6090
6091
6092 button.MouseButton1Down:connect(function()
6093 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Visible = false
6094 end)
6095
6096end
6097coroutine.resume(coroutine.create(SCRIPT_SLAV82_FAKESCRIPT))
6098function SCRIPT_PDBE79_FAKESCRIPT() -- Gem.GemScript
6099 getfenv().script = Instance.new('Script', Gem)
6100
6101 button = script.Parent
6102
6103
6104 button.MouseButton1Down:connect(function()
6105 game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", "999999")
6106 end)
6107
6108end
6109coroutine.resume(coroutine.create(SCRIPT_PDBE79_FAKESCRIPT))
6110function SCRIPT_GRRD72_FAKESCRIPT() -- Cash.Cashscript
6111 getfenv().script = Instance.new('Script', Cash)
6112
6113 button = script.Parent
6114
6115
6116 button.MouseButton1Down:connect(function()
6117 game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", "999999")
6118 end)
6119
6120
6121end
6122coroutine.resume(coroutine.create(SCRIPT_GRRD72_FAKESCRIPT))
6123function SCRIPT_GUYW81_FAKESCRIPT() -- exit4_4.LocalScript
6124 getfenv().script = Instance.new('LocalScript', exit4_4)
6125
6126 button = script.Parent
6127
6128
6129 button.MouseButton1Down:connect(function()
6130 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Visible = false
6131 end)
6132
6133end
6134coroutine.resume(coroutine.create(SCRIPT_GUYW81_FAKESCRIPT))