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