· 7 years ago · Jan 08, 2019, 03:36 AM
1local PureHub = Instance.new("ScreenGui")
2local Login = Instance.new("Frame")
3local login = Instance.new("TextButton")
4local purehub = Instance.new("TextLabel")
5local cross = Instance.new("Frame")
6local CloseButton = Instance.new("TextButton")
7local whitelistvalid = Instance.new("Frame")
8local Valid = Instance.new("TextLabel")
9local whitelistinvalid = Instance.new("Frame")
10local invalid = Instance.new("TextLabel")
11local MainHub = Instance.new("Frame")
12local Close = Instance.new("TextButton")
13local Hub = Instance.new("TextLabel")
14local Pure = Instance.new("TextLabel")
15local ScriptOpen = Instance.new("ImageButton")
16local DiscordOpen = Instance.new("ImageButton")
17local CreditOpen = Instance.new("ImageButton")
18local TextLabel = Instance.new("TextLabel")
19local TextLabel_2 = Instance.new("TextLabel")
20local TextLabel_3 = Instance.new("TextLabel")
21local Discord = Instance.new("Frame")
22local link = Instance.new("TextLabel")
23local Close_2 = Instance.new("TextButton")
24local reopen = Instance.new("Frame")
25local OpenPh = Instance.new("TextButton")
26local ScriptHubPage1 = Instance.new("Frame")
27local Title = Instance.new("TextLabel")
28local Title2 = Instance.new("TextLabel")
29local Filler = Instance.new("Frame")
30local CloseButton_2 = Instance.new("TextButton")
31local Channel = Instance.new("TextLabel")
32local DesSim = Instance.new("ImageButton")
33local name1 = Instance.new("TextButton")
34local name9 = Instance.new("TextButton")
35local BeeSim = Instance.new("ImageButton")
36local More = Instance.new("ImageButton")
37local name3 = Instance.new("TextButton")
38local PetSim = Instance.new("ImageButton")
39local MurderMys = Instance.new("ImageButton")
40local CloneTycoon = Instance.new("ImageButton")
41local name4 = Instance.new("TextButton")
42local name5 = Instance.new("TextButton")
43local name6 = Instance.new("TextButton")
44local Admins = Instance.new("ImageButton")
45local name7 = Instance.new("TextButton")
46local Animations = Instance.new("ImageButton")
47local name8 = Instance.new("TextButton")
48local Stats = Instance.new("ImageButton")
49local name10 = Instance.new("TextButton")
50--Properties:
51PureHub.Name = "PureHub"
52PureHub.Parent = game.Players.LocalPlayer.PlayerGui
53
54Login.Name = "Login"
55Login.Parent = PureHub
56Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
57Login.BorderColor3 = Color3.new(0, 0, 0)
58Login.BorderSizePixel = 5
59Login.Position = UDim2.new(0.448540747, 0, 0.435207784, 0)
60Login.Size = UDim2.new(0, 133, 0, 105)
61Login.Visible = false
62
63login.Name = "login"
64login.Parent = Login
65login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
66login.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
67login.Position = UDim2.new(0.0773524642, 0, 0.447619081, 0)
68login.Size = UDim2.new(0, 112, 0, 50)
69login.Font = Enum.Font.SourceSans
70login.Text = "Login"
71login.TextColor3 = Color3.new(1, 1, 1)
72login.TextScaled = true
73login.TextSize = 14
74login.TextWrapped = true
75
76purehub.Name = "purehub"
77purehub.Parent = Login
78purehub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
79purehub.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
80purehub.BorderSizePixel = 0
81purehub.Size = UDim2.new(0, 133, 0, 47)
82purehub.Font = Enum.Font.SourceSans
83purehub.Text = "PureHub"
84purehub.TextColor3 = Color3.new(1, 1, 1)
85purehub.TextScaled = true
86purehub.TextSize = 14
87purehub.TextWrapped = true
88
89cross.Name = "cross"
90cross.Parent = Login
91cross.BackgroundColor3 = Color3.new(0, 0, 0)
92cross.BorderColor3 = Color3.new(0, 0, 0)
93cross.Position = UDim2.new(0, 0, 0.485714287, 0)
94cross.Size = UDim2.new(0, 133, 0, 3)
95
96CloseButton.Name = "CloseButton"
97CloseButton.Parent = Login
98CloseButton.Active = false
99CloseButton.BackgroundColor3 = Color3.new(0, 0, 0)
100CloseButton.BorderColor3 = Color3.new(0, 0, 0)
101CloseButton.BorderSizePixel = 0
102CloseButton.Position = UDim2.new(0.917293251, 0, -0.161904767, 0)
103CloseButton.Selectable = false
104CloseButton.Size = UDim2.new(0, 25, 0, 25)
105CloseButton.Font = Enum.Font.SourceSans
106CloseButton.Text = "X"
107CloseButton.TextColor3 = Color3.new(0.85098, 0.85098, 0)
108CloseButton.TextScaled = true
109CloseButton.TextSize = 14
110CloseButton.TextWrapped = true
111
112whitelistvalid.Name = "whitelistvalid"
113whitelistvalid.Parent = PureHub
114whitelistvalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
115whitelistvalid.BorderColor3 = Color3.new(0, 0, 0)
116whitelistvalid.BorderSizePixel = 5
117whitelistvalid.Position = UDim2.new(0.399385571, 0, 0.427872896, 0)
118whitelistvalid.Size = UDim2.new(0, 261, 0, 116)
119whitelistvalid.Visible = false
120
121Valid.Name = "Valid"
122Valid.Parent = whitelistvalid
123Valid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
124Valid.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
125Valid.Position = UDim2.new(0, 0, 0.120689653, 0)
126Valid.Size = UDim2.new(0, 261, 0, 87)
127Valid.Font = Enum.Font.SourceSans
128Valid.Text = "Whitelist Valid Please Wait..."
129Valid.TextColor3 = Color3.new(1, 1, 1)
130Valid.TextScaled = true
131Valid.TextSize = 14
132Valid.TextWrapped = true
133
134whitelistinvalid.Name = "whitelistinvalid"
135whitelistinvalid.Parent = PureHub
136whitelistinvalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
137whitelistinvalid.BorderColor3 = Color3.new(0, 0, 0)
138whitelistinvalid.BorderSizePixel = 5
139whitelistinvalid.Position = UDim2.new(0.399385571, 0, 0.429095387, 0)
140whitelistinvalid.Size = UDim2.new(0, 261, 0, 116)
141whitelistinvalid.Visible = false
142
143invalid.Name = "invalid"
144invalid.Parent = whitelistinvalid
145invalid.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
146invalid.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
147invalid.Position = UDim2.new(0, 0, 0.120689653, 0)
148invalid.Size = UDim2.new(0, 261, 0, 87)
149invalid.Font = Enum.Font.SourceSans
150invalid.Text = "Whitelist Invalid. Contact Pure"
151invalid.TextColor3 = Color3.new(1, 0, 0)
152invalid.TextScaled = true
153invalid.TextSize = 14
154invalid.TextWrapped = true
155
156MainHub.Name = "MainHub"
157MainHub.Parent = PureHub
158MainHub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
159MainHub.BorderColor3 = Color3.new(0, 0, 0)
160MainHub.BorderSizePixel = 3
161MainHub.Position = UDim2.new(0.380984694, 0, 0.369141608, 0)
162MainHub.Size = UDim2.new(0, 294, 0, 178)
163MainHub.Visible = true
164
165Close.Name = "Close"
166Close.Parent = MainHub
167Close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
168Close.BorderSizePixel = 0
169Close.Position = UDim2.new(0.901360571, 0, 0, 0)
170Close.Size = UDim2.new(0, 29, 0, 29)
171Close.Font = Enum.Font.ArialBold
172Close.Text = "X"
173Close.TextColor3 = Color3.new(1, 1, 0)
174Close.TextScaled = true
175Close.TextSize = 14
176Close.TextWrapped = true
177
178Hub.Name = "Hub"
179Hub.Parent = MainHub
180Hub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
181Hub.BorderSizePixel = 0
182Hub.Position = UDim2.new(0.537414968, 0, 0, 0)
183Hub.Size = UDim2.new(0, 72, 0, 52)
184Hub.Font = Enum.Font.Highway
185Hub.Text = "Hub"
186Hub.TextColor3 = Color3.new(1, 1, 0)
187Hub.TextSize = 40
188Hub.TextWrapped = true
189Hub.TextXAlignment = Enum.TextXAlignment.Left
190
191Pure.Name = "Pure"
192Pure.Parent = MainHub
193Pure.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
194Pure.BorderSizePixel = 0
195Pure.Position = UDim2.new(0.210884348, 0, 0, 0)
196Pure.Size = UDim2.new(0, 96, 0, 48)
197Pure.Font = Enum.Font.Highway
198Pure.Text = "Pure"
199Pure.TextColor3 = Color3.new(1, 1, 1)
200Pure.TextSize = 43
201Pure.TextWrapped = true
202Pure.TextXAlignment = Enum.TextXAlignment.Right
203
204ScriptOpen.Name = "ScriptOpen"
205ScriptOpen.Parent = MainHub
206ScriptOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
207ScriptOpen.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
208ScriptOpen.Position = UDim2.new(0.0578231327, 0, 0.449438214, 0)
209ScriptOpen.Size = UDim2.new(0, 69, 0, 69)
210ScriptOpen.Image = "rbxassetid://95866080"
211
212DiscordOpen.Name = "DiscordOpen"
213DiscordOpen.Parent = MainHub
214DiscordOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
215DiscordOpen.BorderSizePixel = 0
216DiscordOpen.Position = UDim2.new(0.380952388, 0, 0.449438214, 0)
217DiscordOpen.Size = UDim2.new(0, 69, 0, 69)
218DiscordOpen.Image = "rbxassetid://1461403871"
219
220CreditOpen.Name = "CreditOpen"
221CreditOpen.Parent = MainHub
222CreditOpen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
223CreditOpen.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
224CreditOpen.Position = UDim2.new(0.704081655, 0, 0.449438214, 0)
225CreditOpen.Size = UDim2.new(0, 69, 0, 69)
226CreditOpen.Image = "rbxassetid://187263343"
227
228TextLabel.Parent = MainHub
229TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
230TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
231TextLabel.Position = UDim2.new(0.057823129, 0, 0.837078631, 0)
232TextLabel.Size = UDim2.new(0, 69, 0, 25)
233TextLabel.Font = Enum.Font.SourceSans
234TextLabel.Text = "Scripts"
235TextLabel.TextColor3 = Color3.new(1, 1, 1)
236TextLabel.TextScaled = true
237TextLabel.TextSize = 14
238TextLabel.TextWrapped = true
239
240TextLabel_2.Parent = MainHub
241TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
242TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
243TextLabel_2.Position = UDim2.new(0.704081655, 0, 0.837078631, 0)
244TextLabel_2.Size = UDim2.new(0, 69, 0, 25)
245TextLabel_2.Font = Enum.Font.SourceSans
246TextLabel_2.Text = "Credits"
247TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
248TextLabel_2.TextScaled = true
249TextLabel_2.TextSize = 14
250TextLabel_2.TextWrapped = true
251
252TextLabel_3.Parent = MainHub
253TextLabel_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
254TextLabel_3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
255TextLabel_3.Position = UDim2.new(0.380952388, 0, 0.837078631, 0)
256TextLabel_3.Size = UDim2.new(0, 69, 0, 25)
257TextLabel_3.Font = Enum.Font.SourceSans
258TextLabel_3.Text = "Discord"
259TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
260TextLabel_3.TextScaled = true
261TextLabel_3.TextSize = 14
262TextLabel_3.TextWrapped = true
263
264Discord.Name = "Discord"
265Discord.Parent = PureHub
266Discord.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
267Discord.BorderColor3 = Color3.new(0, 0, 0)
268Discord.BorderSizePixel = 3
269Discord.Position = UDim2.new(0.352534533, 0, 0.70537889, 0)
270Discord.Size = UDim2.new(0, 187, 0, 64)
271Discord.Visible = false
272
273link.Name = "link"
274link.Parent = Discord
275link.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
276link.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
277link.Position = UDim2.new(0, 0, 0.109375, 0)
278link.Size = UDim2.new(0, 187, 0, 50)
279link.Font = Enum.Font.SourceSans
280link.Text = "https://discord.me/purehub"
281link.TextColor3 = Color3.new(1, 1, 1)
282link.TextScaled = true
283link.TextSize = 14
284link.TextWrapped = true
285
286Close_2.Name = "Close"
287Close_2.Parent = Discord
288Close_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
289Close_2.BorderSizePixel = 0
290Close_2.Position = UDim2.new(0.903743327, 0, 0, 0)
291Close_2.Size = UDim2.new(0, 18, 0, 18)
292Close_2.Font = Enum.Font.ArialBold
293Close_2.Text = "X"
294Close_2.TextColor3 = Color3.new(1, 1, 0)
295Close_2.TextScaled = true
296Close_2.TextSize = 14
297Close_2.TextWrapped = true
298
299reopen.Name = "reopen"
300reopen.Parent = PureHub
301reopen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
302reopen.BackgroundTransparency = 0.40000000596046
303reopen.Position = UDim2.new(0, 0, 0.831295848, 0)
304reopen.Size = UDim2.new(0, 58, 0, 31)
305reopen.Visible = false
306
307OpenPh.Name = "OpenPh"
308OpenPh.Parent = reopen
309OpenPh.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
310OpenPh.BackgroundTransparency = 0.94999998807907
311OpenPh.Size = UDim2.new(0, 58, 0, 31)
312OpenPh.Font = Enum.Font.SourceSans
313OpenPh.Text = "Open PH"
314OpenPh.TextColor3 = Color3.new(0, 0.615686, 0.92549)
315OpenPh.TextSize = 14
316OpenPh.TextWrapped = true
317
318ScriptHubPage1.Name = "ScriptHubPage1"
319ScriptHubPage1.Parent = PureHub
320ScriptHubPage1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
321ScriptHubPage1.Position = UDim2.new(0.332432151, 0, 0.122249395, 0)
322ScriptHubPage1.Size = UDim2.new(0, 361, 0, 570)
323ScriptHubPage1.Visible = false
324
325Title.Name = "Title"
326Title.Parent = ScriptHubPage1
327Title.Active = true
328Title.BackgroundColor3 = Color3.new(0, 0, 0)
329Title.BorderColor3 = Color3.new(0, 0, 0)
330Title.Position = UDim2.new(0, 0, -0.001754386, 0)
331Title.Selectable = true
332Title.Size = UDim2.new(0, 324, 0, 94)
333Title.Font = Enum.Font.Highway
334Title.Text = "Pure"
335Title.TextColor3 = Color3.new(1, 1, 1)
336Title.TextSize = 39
337Title.TextWrapped = true
338
339Title2.Name = "Title2"
340Title2.Parent = ScriptHubPage1
341Title2.BackgroundColor3 = Color3.new(0, 0, 0)
342Title2.BorderColor3 = Color3.new(0, 0, 0)
343Title2.Position = UDim2.new(0.545706391, 0, 0.0421052612, 0)
344Title2.Size = UDim2.new(0, 70, 0, 44)
345Title2.Font = Enum.Font.SourceSans
346Title2.Text = "Hub"
347Title2.TextColor3 = Color3.new(1, 1, 0)
348Title2.TextScaled = true
349Title2.TextSize = 14
350Title2.TextWrapped = true
351Title2.TextXAlignment = Enum.TextXAlignment.Left
352
353Filler.Name = "Filler"
354Filler.Parent = ScriptHubPage1
355Filler.Active = true
356Filler.BackgroundColor3 = Color3.new(0, 0, 0)
357Filler.BorderColor3 = Color3.new(0, 0, 0)
358Filler.Position = UDim2.new(0.858725786, 0, -0.001754386, 0)
359Filler.Selectable = true
360Filler.Size = UDim2.new(0, 51, 0, 94)
361
362CloseButton_2.Name = "CloseButton"
363CloseButton_2.Parent = ScriptHubPage1
364CloseButton_2.Active = false
365CloseButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
366CloseButton_2.BorderColor3 = Color3.new(0, 0, 0)
367CloseButton_2.Position = UDim2.new(0.922437668, 0, -0.001754386, 0)
368CloseButton_2.Selectable = false
369CloseButton_2.Size = UDim2.new(0, 28, 0, 30)
370CloseButton_2.Font = Enum.Font.SourceSans
371CloseButton_2.Text = "X"
372CloseButton_2.TextColor3 = Color3.new(0.85098, 0.85098, 0)
373CloseButton_2.TextScaled = true
374CloseButton_2.TextSize = 14
375CloseButton_2.TextWrapped = true
376
377Channel.Name = "Channel"
378Channel.Parent = ScriptHubPage1
379Channel.BackgroundColor3 = Color3.new(0, 0, 0)
380Channel.Position = UDim2.new(0, 0, 0.912280679, 0)
381Channel.Size = UDim2.new(0, 361, 0, 50)
382Channel.Font = Enum.Font.SourceSans
383Channel.Text = "Scripts"
384Channel.TextColor3 = Color3.new(1, 1, 0)
385Channel.TextScaled = true
386Channel.TextSize = 14
387Channel.TextWrapped = true
388
389DesSim.Name = "DesSim"
390DesSim.Parent = ScriptHubPage1
391DesSim.Active = false
392DesSim.BackgroundColor3 = Color3.new(1, 1, 1)
393DesSim.Position = UDim2.new(0.0554016605, 0, 0.208771929, 0)
394DesSim.Selectable = false
395DesSim.Size = UDim2.new(0, 100, 0, 100)
396DesSim.Image = "rbxassetid://2312022427"
397
398name1.Name = "name1"
399name1.Parent = ScriptHubPage1
400name1.Active = false
401name1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
402name1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
403name1.Position = UDim2.new(0.0554016605, 0, 0.384210527, 0)
404name1.Selectable = false
405name1.Size = UDim2.new(0, 100, 0, 19)
406name1.Font = Enum.Font.SourceSans
407name1.Text = "Destruction Sim"
408name1.TextColor3 = Color3.new(1, 1, 1)
409name1.TextScaled = true
410name1.TextSize = 14
411name1.TextWrapped = true
412
413name9.Name = "name9"
414name9.Parent = ScriptHubPage1
415name9.Active = false
416name9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
417name9.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
418name9.Position = UDim2.new(0.669656634, 0, 0.628065884, 0)
419name9.Selectable = false
420name9.Size = UDim2.new(0, 100, 0, 19)
421name9.Font = Enum.Font.SourceSans
422name9.Text = "More(soon)"
423name9.TextColor3 = Color3.new(1, 1, 1)
424name9.TextScaled = true
425name9.TextSize = 14
426name9.TextWrapped = true
427
428BeeSim.Name = "BeeSim"
429BeeSim.Parent = ScriptHubPage1
430BeeSim.Active = false
431BeeSim.BackgroundColor3 = Color3.new(1, 1, 1)
432BeeSim.Position = UDim2.new(0.368421018, 0, 0.208771929, 0)
433BeeSim.Selectable = false
434BeeSim.Size = UDim2.new(0, 100, 0, 100)
435BeeSim.Image = "rbxassetid://2312051519"
436
437More.Name = "More"
438More.Parent = ScriptHubPage1
439More.Active = false
440More.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
441More.Position = UDim2.new(0.669656575, 0, 0.452031076, 0)
442More.Selectable = false
443More.Size = UDim2.new(0, 100, 0, 100)
444More.Image = "rbxassetid://10952394"
445
446name3.Name = "name3"
447name3.Parent = ScriptHubPage1
448name3.Active = false
449name3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
450name3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
451name3.Position = UDim2.new(0.368421018, 0, 0.384210527, 0)
452name3.Selectable = false
453name3.Size = UDim2.new(0, 100, 0, 19)
454name3.Font = Enum.Font.SourceSans
455name3.Text = "Bee Swarm Sim"
456name3.TextColor3 = Color3.new(1, 1, 1)
457name3.TextScaled = true
458name3.TextSize = 14
459name3.TextWrapped = true
460
461PetSim.Name = "PetSim"
462PetSim.Parent = ScriptHubPage1
463PetSim.Active = false
464PetSim.BackgroundColor3 = Color3.new(1, 1, 1)
465PetSim.Position = UDim2.new(0.0554016605, 0, 0.452631593, 0)
466PetSim.Selectable = false
467PetSim.Size = UDim2.new(0, 100, 0, 100)
468PetSim.Image = "rbxassetid://2312059284"
469
470MurderMys.Name = "MurderMys"
471MurderMys.Parent = ScriptHubPage1
472MurderMys.Active = false
473MurderMys.BackgroundColor3 = Color3.new(1, 1, 1)
474MurderMys.Position = UDim2.new(0.36011079, 0, 0.452631593, 0)
475MurderMys.Selectable = false
476MurderMys.Size = UDim2.new(0, 100, 0, 100)
477MurderMys.Image = "rbxassetid://2312063509"
478
479CloneTycoon.Name = "CloneTycoon"
480CloneTycoon.Parent = ScriptHubPage1
481CloneTycoon.Active = false
482CloneTycoon.BackgroundColor3 = Color3.new(1, 1, 1)
483CloneTycoon.Position = UDim2.new(0.670360088, 0, 0.208771944, 0)
484CloneTycoon.Selectable = false
485CloneTycoon.Size = UDim2.new(0, 100, 0, 100)
486CloneTycoon.Image = "rbxassetid://2312066768"
487
488name4.Name = "name4"
489name4.Parent = ScriptHubPage1
490name4.Active = false
491name4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
492name4.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
493name4.Position = UDim2.new(0.0554016605, 0, 0.628070176, 0)
494name4.Selectable = false
495name4.Size = UDim2.new(0, 100, 0, 19)
496name4.Font = Enum.Font.SourceSans
497name4.Text = "Pet Simulator"
498name4.TextColor3 = Color3.new(1, 1, 1)
499name4.TextScaled = true
500name4.TextSize = 14
501name4.TextWrapped = true
502
503name5.Name = "name5"
504name5.Parent = ScriptHubPage1
505name5.Active = false
506name5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
507name5.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
508name5.Position = UDim2.new(0.36011079, 0, 0.628070176, 0)
509name5.Selectable = false
510name5.Size = UDim2.new(0, 100, 0, 19)
511name5.Font = Enum.Font.SourceSans
512name5.Text = "MurderMystery"
513name5.TextColor3 = Color3.new(1, 1, 1)
514name5.TextScaled = true
515name5.TextSize = 14
516name5.TextWrapped = true
517
518name6.Name = "name6"
519name6.Parent = ScriptHubPage1
520name6.Active = false
521name6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
522name6.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
523name6.Position = UDim2.new(0.670360088, 0, 0.384210527, 0)
524name6.Selectable = false
525name6.Size = UDim2.new(0, 100, 0, 19)
526name6.Font = Enum.Font.SourceSans
527name6.Text = "CloneTycoon2"
528name6.TextColor3 = Color3.new(1, 1, 1)
529name6.TextScaled = true
530name6.TextSize = 14
531name6.TextWrapped = true
532
533Admins.Name = "Admins"
534Admins.Parent = ScriptHubPage1
535Admins.Active = false
536Admins.BackgroundColor3 = Color3.new(1, 1, 1)
537Admins.Position = UDim2.new(0.0554016605, 0, 0.682456136, 0)
538Admins.Selectable = false
539Admins.Size = UDim2.new(0, 100, 0, 100)
540Admins.Image = "rbxassetid://140874350"
541
542name7.Name = "name7"
543name7.Parent = ScriptHubPage1
544name7.Active = false
545name7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
546name7.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
547name7.Position = UDim2.new(0.0554016605, 0, 0.857894719, 0)
548name7.Selectable = false
549name7.Size = UDim2.new(0, 100, 0, 19)
550name7.Font = Enum.Font.SourceSans
551name7.Text = "Admin Scripts"
552name7.TextColor3 = Color3.new(1, 1, 1)
553name7.TextScaled = true
554name7.TextSize = 14
555name7.TextWrapped = true
556
557Animations.Name = "Animations"
558Animations.Parent = ScriptHubPage1
559Animations.Active = false
560Animations.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
561Animations.Position = UDim2.new(0.36011079, 0, 0.682456136, 0)
562Animations.Selectable = false
563Animations.Size = UDim2.new(0, 100, 0, 100)
564Animations.Image = "rbxassetid://1098628457"
565
566name8.Name = "name8"
567name8.Parent = ScriptHubPage1
568name8.Active = false
569name8.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
570name8.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
571name8.Position = UDim2.new(0.36011079, 0, 0.857894719, 0)
572name8.Selectable = false
573name8.Size = UDim2.new(0, 100, 0, 19)
574name8.Font = Enum.Font.SourceSans
575name8.Text = "Animation Scripts(soon)"
576name8.TextColor3 = Color3.new(1, 1, 1)
577name8.TextScaled = true
578name8.TextSize = 14
579name8.TextWrapped = true
580
581Stats.Name = "Stats"
582Stats.Parent = ScriptHubPage1
583Stats.Active = false
584Stats.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
585Stats.Position = UDim2.new(0.670360088, 0, 0.682456136, 0)
586Stats.Selectable = false
587Stats.Size = UDim2.new(0, 100, 0, 100)
588Stats.Image = "rbxassetid://32194687"
589Stats.ImageColor3 = Color3.new(1, 0, 0)
590
591name10.Name = "name10"
592name10.Parent = ScriptHubPage1
593name10.Active = false
594name10.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
595name10.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
596name10.Position = UDim2.new(0.669656634, 0, 0.857890427, 0)
597name10.Selectable = false
598name10.Size = UDim2.new(0, 100, 0, 19)
599name10.Font = Enum.Font.SourceSans
600name10.Text = "Stats"
601name10.TextColor3 = Color3.new(1, 1, 1)
602name10.TextScaled = true
603name10.TextSize = 14
604name10.TextWrapped = true
605-- Scripts:
606function SCRIPT_JKOU74_FAKESCRIPT() -- login.Whitelist
607 getfenv().script = Instance.new('Script', login)
608
609 button = script.Parent
610 player = script.Parent.Parent.Parent.Parent.Parent
611
612 button.MouseButton1Down:connect(function()
613
614 if player.Name == "CrimsonSparkleTime" or player.Name == "zerobloxer9" or player.Name == "Perkahoilc" or player.Name == "bobi123kilul" or player.Name == "UrNotTrue123" or player.Name == "dejd487" or player.Name == "cock51" or player.Name == "RunForYourLife_1" or player.Name == "AB772K" or player.Name == "NashBoy2K18" or player.Name == "DanezShowcase" or player.Name == "HUGFIG10" or player.Name == "mitchhvh1337" or player.Name == "Poboby12" or player.Name == "MrDeathR" or player.Name == "williaam" or player.Name == "AllahIsNotOnFire22" or player.Name == "HitzLikeCookie" or player.Name == "xXxEliteBossxXx" or player.Name == "peashooterman3" or player.Name == "sanima_machinima" or player.Name == "DarkSonic964" or player.Name == "peashooterman3" or player.Name == "NekoDarkini" or player.Name == "QueenBrapgod" or player.Name == "rxldi" or player.Name == "MrFunnyTuga" or player.Name == "Emig299" or player.Name == "Denis_Plays15" or player.Name == "iratherbeapuxssey" or player.Name == "EpicManCZECH" or player.Name == "TheRealOsherGaming" or player.Name == "OOFMANOOFoop" or player.Name == "Lolgaming123lol1" or player.Name == "DevIsMyZero" or player.Name == "Lord_Suhiho" or player.Name == "canwhip" or player.Name == "T3CHN1GHT" or player.Name == "Johnverified#7711" or player.Name == "RBXRewardsIsBae" or player.Name == "cheezypie2" or player.Name == "DespacitoIsTaken" or player.Name == "xxdeafxx" or player.Name == "TripTanq" or player.Name == "TraPKinGZR" or player.Name == "UserLeftYourChannel" or player.Name == "Thec0mmunity" or player.Name == "equinamity" or player.Name == "weardslayer" or player.Name == "Aktron_Gaming" or player.Name == "TheDev321" or player.Name == "v3mil10n" or player.Name == "FuriouslyGibbles" or player.Name == "5Oks" or player.Name == "kimen19222" or player.Name == "admindragon34" or player.Name == "hollowwpoint" or player.Name == "JrizzyJerome" or player.Name == "jus_r" or player.Name == "kaleb133n" or player.Name == "lildaberino" then
615 print("Whitelist Succesful Welcome To PureHub")
616 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Visible = false
617 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistvalid.Visible = true
618 wait(3)
619 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistvalid.Visible = false
620 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = true
621
622 else
623 print("WhiteList Failed")
624 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistinvalid.Visible = true
625 wait(3)
626 game.Players.LocalPlayer.PlayerGui.PureHub.whitelistinvalid.Visible = false
627 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Visible = false
628 end
629 end)
630
631end
632coroutine.resume(coroutine.create(SCRIPT_JKOU74_FAKESCRIPT))
633function SCRIPT_CJAV76_FAKESCRIPT() -- CloseButton.CloseWindowScript
634 getfenv().script = Instance.new('Script', CloseButton)
635
636 button = script.Parent
637
638
639 button.MouseButton1Down:connect(function()
640 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Visible = false
641 end)
642
643end
644coroutine.resume(coroutine.create(SCRIPT_CJAV76_FAKESCRIPT))
645function SCRIPT_OFLS71_FAKESCRIPT() -- Close.CloseWindowScript
646 getfenv().script = Instance.new('Script', Close)
647
648 button = script.Parent
649
650
651 button.MouseButton1Down:connect(function()
652 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = false
653 wait(0.3)
654 game.Players.LocalPlayer.PlayerGui.PureHub.reopen.Visible = true
655 end)
656
657
658
659
660
661
662
663end
664coroutine.resume(coroutine.create(SCRIPT_OFLS71_FAKESCRIPT))
665function SCRIPT_QGZC78_FAKESCRIPT() -- ScriptOpen.OpenScriptHub
666 getfenv().script = Instance.new('Script', ScriptOpen)
667
668 button = script.Parent
669
670 button.MouseButton1Down:connect(function()
671 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Visible = true
672 end)
673
674
675end
676coroutine.resume(coroutine.create(SCRIPT_QGZC78_FAKESCRIPT))
677function SCRIPT_XBJV79_FAKESCRIPT() -- DiscordOpen.OpenDiscord
678 getfenv().script = Instance.new('Script', DiscordOpen)
679
680 button = script.Parent
681
682
683 button.MouseButton1Down:connect(function()
684 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Visible = true
685 end)
686
687
688end
689coroutine.resume(coroutine.create(SCRIPT_XBJV79_FAKESCRIPT))
690function SCRIPT_XGTH81_FAKESCRIPT() -- Close_2.CloseWindowScript
691 getfenv().script = Instance.new('Script', Close_2)
692
693 button = script.Parent
694
695
696 button.MouseButton1Down:connect(function()
697 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Visible = false
698 end)
699
700end
701coroutine.resume(coroutine.create(SCRIPT_XGTH81_FAKESCRIPT))
702function SCRIPT_CNFO83_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain
703 getfenv().script = Instance.new('Script', PureHub)
704
705 -- Set Draggable here
706
707 function Memes()
708 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Active = true
709 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Selectable = true
710 game.Players.LocalPlayer.PlayerGui.PureHub.BeeSwarmSim.Draggable = true
711
712 end
713
714
715 while true do
716 Memes()
717 wait(5)
718 end
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734end
735coroutine.resume(coroutine.create(SCRIPT_CNFO83_FAKESCRIPT))
736function SCRIPT_TIFT84_FAKESCRIPT() -- OpenPh.phopen
737 getfenv().script = Instance.new('Script', OpenPh)
738
739 button = script.Parent
740
741
742 button.MouseButton1Down:connect(function()
743 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Visible = true
744 wait(0.3)
745 game.Players.LocalPlayer.PlayerGui.PureHub.reopen.Visible = false
746 end)
747
748
749
750
751
752
753end
754coroutine.resume(coroutine.create(SCRIPT_TIFT84_FAKESCRIPT))
755function SCRIPT_QGLI74_FAKESCRIPT() -- CloseButton_2.LocalScript
756 getfenv().script = Instance.new('LocalScript', CloseButton_2)
757
758 button = script.Parent
759
760
761 button.MouseButton1Down:connect(function()
762 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Visible = false
763 end)
764
765end
766coroutine.resume(coroutine.create(SCRIPT_QGLI74_FAKESCRIPT))
767function SCRIPT_AWXZ89_FAKESCRIPT() -- DesSim.open GUI
768 getfenv().script = Instance.new('Script', DesSim)
769
770 button = script.Parent
771
772
773 button.MouseButton1Down:connect(function()
774 print("HAXED")
775 -- Replace "X" with the time it will delay before selling the bricks again, I recommend 5
776while true do
777wait(5)
778local Event = game:GetService("ReplicatedStorage").Remotes.sellBricks
779Event:FireServer()
780end
781end)
782 end
783
784coroutine.resume(coroutine.create(SCRIPT_AWXZ89_FAKESCRIPT))
785function SCRIPT_JUDC81_FAKESCRIPT() -- BeeSim.beesimgui
786 getfenv().script = Instance.new('Script', BeeSim)
787
788 button = script.Parent
789
790
791 button.MouseButton1Down:connect(function()
792
793
794
795
796
797
798print("Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net")
799print("Discord https://discord.gg/GKzJnUC")
800print("Version 1.7 30th July 2018")
801
802mouse = game.Players.LocalPlayer:GetMouse()
803
804antchallengeescape = false
805AutoDigActive = false
806PollenFarmActive = false
807Field1AFActive = false
808Field2AFActive = false
809Field3AFActive = false
810Field4AFActive = false
811Field5AFActive = false
812Field6AFActive = false
813Field7AFActive = false
814Field8AFActive = false
815Field9AFActive = false
816Field10AFActive = false
817Field11AFActive = false
818Field12AFActive = false
819Field13AFActive = false
820Field14AFActive = false
821
822-- Objects
823
824local MainGUI = Instance.new("ScreenGui")
825local MainFrame = Instance.new("Frame")
826local Close = Instance.new("TextButton")
827local WayPoints = Instance.new("TextButton")
828local WayPointsFrame = Instance.new("Frame")
829local ShowLocation = Instance.new("TextLabel")
830local SetLocation = Instance.new("TextButton")
831local TPLocation = Instance.new("TextButton")
832local ReturnToHive = Instance.new("TextButton")
833local BlackBear = Instance.new("TextButton")
834local BrownBear = Instance.new("TextButton")
835local PandaBear = Instance.new("TextButton")
836local PolarBear = Instance.new("TextButton")
837local ScienceBear = Instance.new("TextButton")
838local MotherBear = Instance.new("TextButton")
839local TunnelBear = Instance.new("TextButton")
840local TravelingBear = Instance.new("TextButton")
841local RedBoost = Instance.new("TextButton")
842local BlueBoost = Instance.new("TextButton")
843local MountainBoost = Instance.new("TextButton")
844local RedCannon = Instance.new("TextButton")
845local BlueCannon = Instance.new("TextButton")
846local YellowCannon = Instance.new("TextButton")
847local Slingshot = Instance.new("TextButton")
848local BeeShop = Instance.new("TextButton")
849local TPShop = Instance.new("TextButton")
850local TPShop2 = Instance.new("TextButton")
851local MountainTopShop = Instance.new("TextButton")
852local TentShop = Instance.new("TextButton")
853local RedClubhouse = Instance.new("TextButton")
854local BlueClubhouse = Instance.new("TextButton")
855local TicketShop = Instance.new("TextButton")
856local ClubHoney = Instance.new("TextButton")
857local RoyalJellyShop = Instance.new("TextButton")
858local TicketRoyalJelly = Instance.new("TextButton")
859local Honeystorm = Instance.new("TextButton")
860local HoneyConvertor = Instance.new("TextButton")
861local StrawBerryField = Instance.new("TextButton")
862local PumpkinField = Instance.new("TextButton")
863local SunflowerField = Instance.new("TextButton")
864local CloverField = Instance.new("TextButton")
865local SpiderField = Instance.new("TextButton")
866local MushRoomField = Instance.new("TextButton")
867local BamBooField = Instance.new("TextButton")
868local DandelionField = Instance.new("TextButton")
869local PineappleField = Instance.new("TextButton")
870local BlueField = Instance.new("TextButton")
871local RoseField = Instance.new("TextButton")
872local CactusField = Instance.new("TextButton")
873local PineTreeField = Instance.new("TextButton")
874local MountainTopField = Instance.new("TextButton")
875local KingbeetlesLair = Instance.new("TextButton")
876local AntChallenge = Instance.new("TextButton")
877local Onett = Instance.new("TextButton")
878local TreatDispenser = Instance.new("TextButton")
879local TicketDispenser = Instance.new("TextButton")
880local GumdropDispenser = Instance.new("TextButton")
881local BlueberryDispenser = Instance.new("TextButton")
882local StrawberryDispenser = Instance.new("TextButton")
883local TreatShop = Instance.new("TextButton")
884local Field1AF = Instance.new("TextButton")
885local Field2AF = Instance.new("TextButton")
886local Field3AF = Instance.new("TextButton")
887local Field4AF = Instance.new("TextButton")
888local Field5AF = Instance.new("TextButton")
889local Field6AF = Instance.new("TextButton")
890local Field7AF = Instance.new("TextButton")
891local Field8AF = Instance.new("TextButton")
892local Field9AF = Instance.new("TextButton")
893local Field10AF = Instance.new("TextButton")
894local Field11AF = Instance.new("TextButton")
895local Field12AF = Instance.new("TextButton")
896local Field13AF = Instance.new("TextButton")
897local Field14AF = Instance.new("TextButton")
898local Players = Instance.new("TextButton")
899local PlayerFrame = Instance.new("Frame")
900local PlayerList = Instance.new("Frame")
901local PlayerListBox = Instance.new("Frame")
902local PlyrSel = Instance.new("TextLabel")
903local Player1 = Instance.new("TextButton")
904local Player2 = Instance.new("TextButton")
905local Player3 = Instance.new("TextButton")
906local Player4 = Instance.new("TextButton")
907local Player5 = Instance.new("TextButton")
908local TpPlayer = Instance.new("TextButton")
909local FindTreasures = Instance.new("TextButton")
910local FindTreasuresText1 = Instance.new("TextLabel")
911local ExtrasScreen = Instance.new("TextButton")
912local ExtrasFrame = Instance.new("Frame")
913local InfoScreen = Instance.new("TextButton")
914local InfoFrame = Instance.new("Frame")
915local TPTool = Instance.new("TextButton")
916local BTool = Instance.new("TextButton")
917local ReJoinServer = Instance.new("TextButton")
918local NoClip = Instance.new("TextButton")
919local InfoText1 = Instance.new("TextLabel")
920local PollenFarm = Instance.new("TextButton")
921local AutoDig = Instance.new("TextButton")
922
923-- Properties
924
925MainGUI.Name = "MainGUI"
926MainGUI.Parent = game.CoreGui
927local MainCORE = game.CoreGui["MainGUI"]
928
929MainFrame.Name = "MainFrame"
930MainFrame.Parent = MainGUI
931MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
932MainFrame.BackgroundTransparency = 0.5
933MainFrame.BorderColor3 = Color3.new(0, 0, 0)
934MainFrame.Position = UDim2.new(0.5, -299, 0, -32)
935MainFrame.Size = UDim2.new(0, 600, 0, 30)
936
937Close.Name = "Close"
938Close.Parent = MainFrame
939Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
940Close.BorderColor3 = Color3.new(0, 1, 0)
941Close.Position = UDim2.new(0, 5, 0, 5)
942Close.Size = UDim2.new(0, 20, 0, 20)
943Close.Font = Enum.Font.Fantasy
944Close.Text = "X"
945Close.TextColor3 = Color3.new(1, 0, 0)
946Close.TextSize = 17
947Close.TextScaled = true
948Close.TextWrapped = true
949
950WayPoints.Name = "WayPoints"
951WayPoints.Parent = MainFrame
952WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
953WayPoints.BorderColor3 = Color3.new(0, 1, 0)
954WayPoints.Position = UDim2.new(0, 30, 0, 5)
955WayPoints.Size = UDim2.new(0, 83, 0, 20)
956WayPoints.BackgroundTransparency = 0
957WayPoints.Font = Enum.Font.Fantasy
958WayPoints.TextColor3 = Color3.new(1, 1, 1)
959WayPoints.Text = "WayPoints"
960WayPoints.TextSize = 17
961WayPoints.TextWrapped = true
962
963WayPointsFrame.Name = "WayPointsFrame"
964WayPointsFrame.Parent = MainFrame
965WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
966WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
967WayPointsFrame.BackgroundTransparency = 0.4
968WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
969WayPointsFrame.Size = UDim2.new(0, 600, 0, 480)
970WayPointsFrame.Visible = false
971
972ShowLocation.Name = "ShowLocation"
973ShowLocation.Parent = WayPointsFrame
974ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
975ShowLocation.TextColor3 = Color3.new(0, 0, 0)
976ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
977ShowLocation.Position = UDim2.new(0, 190, 0, 5)
978ShowLocation.Size = UDim2.new(0, 180, 0, 20)
979ShowLocation.Font = Enum.Font.Fantasy
980ShowLocation.Text = "Current Location"
981ShowLocation.TextWrapped = true
982ShowLocation.TextSize = 15
983
984SetLocation.Name = "SetLocation"
985SetLocation.Parent = WayPointsFrame
986SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
987SetLocation.TextColor3 = Color3.new(1, 1, 1)
988SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
989SetLocation.Position = UDim2.new(0, 375, 0, 5)
990SetLocation.Size = UDim2.new(0, 150, 0, 20)
991SetLocation.Font = Enum.Font.Fantasy
992SetLocation.Text = "Set Location"
993SetLocation.TextWrapped = true
994SetLocation.TextSize = 16
995
996TPLocation.Name = "TPLocation"
997TPLocation.Parent = WayPointsFrame
998TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
999TPLocation.TextColor3 = Color3.new(1, 1, 1)
1000TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1001TPLocation.Position = UDim2.new(0, 530, 0, 5)
1002TPLocation.Size = UDim2.new(0, 65, 0, 20)
1003TPLocation.Font = Enum.Font.Fantasy
1004TPLocation.Text = "Move to"
1005TPLocation.TextWrapped = true
1006TPLocation.TextSize = 16
1007
1008ReturnToHive.Name = "ReturnToHive"
1009ReturnToHive.Parent = WayPointsFrame
1010ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1011ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1012ReturnToHive.Position = UDim2.new(0, 5, 0, 5)
1013ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
1014ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
1015ReturnToHive.Font = Enum.Font.Fantasy
1016ReturnToHive.Text = "Return To Hive"
1017ReturnToHive.TextSize = 16
1018
1019BlackBear.Name = "BlackBear"
1020BlackBear.Parent = WayPointsFrame
1021BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1022BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1023BlackBear.Position = UDim2.new(0, 5, 0, 30)
1024BlackBear.Size = UDim2.new(0, 180, 0, 20)
1025BlackBear.TextColor3 = Color3.new(1, 1, 1)
1026BlackBear.Font = Enum.Font.Fantasy
1027BlackBear.Text = "Black Bear"
1028BlackBear.TextSize = 16
1029
1030BrownBear.Name = "BrownBear"
1031BrownBear.Parent = WayPointsFrame
1032BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1033BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1034BrownBear.Position = UDim2.new(0, 5, 0, 55)
1035BrownBear.Size = UDim2.new(0, 180, 0, 20)
1036BrownBear.TextColor3 = Color3.new(1, 1, 1)
1037BrownBear.Font = Enum.Font.Fantasy
1038BrownBear.Text = "Brown Bear"
1039BrownBear.TextSize = 16
1040
1041PandaBear.Name = "PandaBear"
1042PandaBear.Parent = WayPointsFrame
1043PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1044PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1045PandaBear.Position = UDim2.new(0, 5, 0, 80)
1046PandaBear.Size = UDim2.new(0, 180, 0, 20)
1047PandaBear.TextColor3 = Color3.new(1, 1, 1)
1048PandaBear.Font = Enum.Font.Fantasy
1049PandaBear.Text = "Panda Bear"
1050PandaBear.TextSize = 16
1051
1052PolarBear.Name = "PolarBear"
1053PolarBear.Parent = WayPointsFrame
1054PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1055PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1056PolarBear.Position = UDim2.new(0, 5, 0, 105)
1057PolarBear.Size = UDim2.new(0, 180, 0, 20)
1058PolarBear.TextColor3 = Color3.new(1, 1, 1)
1059PolarBear.Font = Enum.Font.Fantasy
1060PolarBear.Text = "Polar Bear"
1061PolarBear.TextSize = 16
1062
1063ScienceBear.Name = "ScienceBear"
1064ScienceBear.Parent = WayPointsFrame
1065ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1066ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1067ScienceBear.Position = UDim2.new(0, 5, 0, 130)
1068ScienceBear.Size = UDim2.new(0, 180, 0, 20)
1069ScienceBear.TextColor3 = Color3.new(1, 1, 1)
1070ScienceBear.Font = Enum.Font.Fantasy
1071ScienceBear.Text = "Science Bear"
1072ScienceBear.TextSize = 16
1073
1074TravelingBear.Name = "TravelingBear"
1075TravelingBear.Parent = WayPointsFrame
1076TravelingBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1077TravelingBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1078TravelingBear.Position = UDim2.new(0, 5, 0, 155)
1079TravelingBear.Size = UDim2.new(0, 180, 0, 20)
1080TravelingBear.TextColor3 = Color3.new(1, 1, 1)
1081TravelingBear.Font = Enum.Font.Fantasy
1082TravelingBear.Text = "Traveling Bear"
1083TravelingBear.TextSize = 16
1084
1085MotherBear.Name = "MotherBear"
1086MotherBear.Parent = WayPointsFrame
1087MotherBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1088MotherBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1089MotherBear.Position = UDim2.new(0, 5, 0, 180)
1090MotherBear.Size = UDim2.new(0, 180, 0, 20)
1091MotherBear.TextColor3 = Color3.new(1, 1, 1)
1092MotherBear.Font = Enum.Font.Fantasy
1093MotherBear.Text = "Mother Bear"
1094MotherBear.TextSize = 16
1095
1096TunnelBear.Name = "TunnelBear"
1097TunnelBear.Parent = WayPointsFrame
1098TunnelBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1099TunnelBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1100TunnelBear.Position = UDim2.new(0, 5, 0, 205)
1101TunnelBear.Size = UDim2.new(0, 180, 0, 20)
1102TunnelBear.TextColor3 = Color3.new(1, 1, 1)
1103TunnelBear.Font = Enum.Font.Fantasy
1104TunnelBear.Text = "Tunnel Bear"
1105TunnelBear.TextSize = 16
1106
1107Onett.Name = "Onett"
1108Onett.Parent = WayPointsFrame
1109Onett.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1110Onett.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1111Onett.Position = UDim2.new(0, 5, 0, 230)
1112Onett.Size = UDim2.new(0, 180, 0, 20)
1113Onett.TextColor3 = Color3.new(1, 1, 1)
1114Onett.Font = Enum.Font.Fantasy
1115Onett.Text = "Onett"
1116Onett.TextSize = 16
1117
1118RedBoost.Name = "RedBoost"
1119RedBoost.Parent = WayPointsFrame
1120RedBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1121RedBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1122RedBoost.Position = UDim2.new(0, 5, 0, 255)
1123RedBoost.Size = UDim2.new(0, 180, 0, 20)
1124RedBoost.TextColor3 = Color3.new(1, 1, 1)
1125RedBoost.Font = Enum.Font.Fantasy
1126RedBoost.Text = "Red Field Booster"
1127RedBoost.TextSize = 16
1128
1129BlueBoost.Name = "BlueBoost"
1130BlueBoost.Parent = WayPointsFrame
1131BlueBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1132BlueBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1133BlueBoost.Position = UDim2.new(0, 5, 0, 280)
1134BlueBoost.Size = UDim2.new(0, 180, 0, 20)
1135BlueBoost.TextColor3 = Color3.new(1, 1, 1)
1136BlueBoost.Font = Enum.Font.Fantasy
1137BlueBoost.Text = "Blue Field Booster"
1138BlueBoost.TextSize = 16
1139
1140MountainBoost.Name = "MountainBoost"
1141MountainBoost.Parent = WayPointsFrame
1142MountainBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1143MountainBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1144MountainBoost.Position = UDim2.new(0, 5, 0, 305)
1145MountainBoost.Size = UDim2.new(0, 180, 0, 20)
1146MountainBoost.TextColor3 = Color3.new(1, 1, 1)
1147MountainBoost.Font = Enum.Font.Fantasy
1148MountainBoost.Text = "MountainTop Booster"
1149MountainBoost.TextSize = 16
1150
1151RedCannon.Name = "RedCannon"
1152RedCannon.Parent = WayPointsFrame
1153RedCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1154RedCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1155RedCannon.Position = UDim2.new(0, 5, 0, 330)
1156RedCannon.Size = UDim2.new(0, 180, 0, 20)
1157RedCannon.TextColor3 = Color3.new(1, 1, 1)
1158RedCannon.Font = Enum.Font.Fantasy
1159RedCannon.Text = "Red Cannon (22)"
1160RedCannon.TextSize = 16
1161
1162BlueCannon.Name = "BlueCannon"
1163BlueCannon.Parent = WayPointsFrame
1164BlueCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1165BlueCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1166BlueCannon.Position = UDim2.new(0, 5, 0, 355)
1167BlueCannon.Size = UDim2.new(0, 180, 0, 20)
1168BlueCannon.TextColor3 = Color3.new(1, 1, 1)
1169BlueCannon.Font = Enum.Font.Fantasy
1170BlueCannon.Text = "Blue Cannon (16)"
1171BlueCannon.TextSize = 16
1172
1173YellowCannon.Name = "YellowCannon"
1174YellowCannon.Parent = WayPointsFrame
1175YellowCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1176YellowCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1177YellowCannon.Position = UDim2.new(0, 5, 0, 380)
1178YellowCannon.Size = UDim2.new(0, 180, 0, 20)
1179YellowCannon.TextColor3 = Color3.new(1, 1, 1)
1180YellowCannon.Font = Enum.Font.Fantasy
1181YellowCannon.Text = "Yellow Cannon (12)"
1182YellowCannon.TextSize = 16
1183
1184Slingshot.Name = "Slingshot"
1185Slingshot.Parent = WayPointsFrame
1186Slingshot.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1187Slingshot.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1188Slingshot.Position = UDim2.new(0, 5, 0, 405)
1189Slingshot.Size = UDim2.new(0, 180, 0, 20)
1190Slingshot.TextColor3 = Color3.new(1, 1, 1)
1191Slingshot.Font = Enum.Font.Fantasy
1192Slingshot.Text = "Slingshot (8)"
1193Slingshot.TextSize = 16
1194
1195AntChallenge.Name = "AntChallenge"
1196AntChallenge.Parent = WayPointsFrame
1197AntChallenge.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1198AntChallenge.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1199AntChallenge.Position = UDim2.new(0, 5, 0, 430)
1200AntChallenge.Size = UDim2.new(0, 180, 0, 20)
1201AntChallenge.TextColor3 = Color3.new(1, 1, 1)
1202AntChallenge.Font = Enum.Font.Fantasy
1203AntChallenge.Text = "Ant Challenge"
1204AntChallenge.TextSize = 16
1205
1206KingbeetlesLair.Name = "KingbeetlesLair"
1207KingbeetlesLair.Parent = WayPointsFrame
1208KingbeetlesLair.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1209KingbeetlesLair.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1210KingbeetlesLair.Position = UDim2.new(0, 0, 0, 455)
1211KingbeetlesLair.Size = UDim2.new(0, 180, 0, 20)
1212KingbeetlesLair.TextColor3 = Color3.new(1, 1, 1)
1213KingbeetlesLair.Font = Enum.Font.Fantasy
1214KingbeetlesLair.Text = "King Beetles Lair"
1215KingbeetlesLair.TextSize = 16
1216
1217BeeShop.Name = "BeeShop"
1218BeeShop.Parent = WayPointsFrame
1219BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1220BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1221BeeShop.Position = UDim2.new(0, 190, 0, 30)
1222BeeShop.Size = UDim2.new(0, 180, 0, 20)
1223BeeShop.TextColor3 = Color3.new(1, 1, 1)
1224BeeShop.Font = Enum.Font.Fantasy
1225BeeShop.Text = "Bees Shop"
1226BeeShop.TextSize = 16
1227
1228TPShop.Name = "TPShop"
1229TPShop.Parent = WayPointsFrame
1230TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1231TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1232TPShop.Position = UDim2.new(0, 190, 0, 55)
1233TPShop.Size = UDim2.new(0, 180, 0, 20)
1234TPShop.TextColor3 = Color3.new(1, 1, 1)
1235TPShop.Font = Enum.Font.Fantasy
1236TPShop.Text = "Basic Tools Shop"
1237TPShop.TextSize = 16
1238
1239TPShop2.Name = "TPShop2"
1240TPShop2.Parent = WayPointsFrame
1241TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1242TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1243TPShop2.Position = UDim2.new(0, 190, 0, 80)
1244TPShop2.Size = UDim2.new(0, 180, 0, 20)
1245TPShop2.TextColor3 = Color3.new(1, 1, 1)
1246TPShop2.Font = Enum.Font.Fantasy
1247TPShop2.Text = "Advanced Tools Shop"
1248TPShop2.TextSize = 16
1249
1250MountainTopShop.Name = "MountainTopShop"
1251MountainTopShop.Parent = WayPointsFrame
1252MountainTopShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1253MountainTopShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1254MountainTopShop.Position = UDim2.new(0, 190, 0, 105)
1255MountainTopShop.Size = UDim2.new(0, 180, 0, 20)
1256MountainTopShop.TextColor3 = Color3.new(1, 1, 1)
1257MountainTopShop.Font = Enum.Font.Fantasy
1258MountainTopShop.Text = "Mountain Top Shop"
1259MountainTopShop.TextSize = 16
1260
1261TentShop.Name = "TentShop"
1262TentShop.Parent = WayPointsFrame
1263TentShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1264TentShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1265TentShop.Position = UDim2.new(0, 190, 0, 130)
1266TentShop.Size = UDim2.new(0, 180, 0, 20)
1267TentShop.TextColor3 = Color3.new(1, 1, 1)
1268TentShop.Font = Enum.Font.Fantasy
1269TentShop.Text = "Ticket Tent Shop"
1270TentShop.TextSize = 16
1271
1272TreatShop.Name = "TreatShop"
1273TreatShop.Parent = WayPointsFrame
1274TreatShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1275TreatShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1276TreatShop.Position = UDim2.new(0, 190, 0, 155)
1277TreatShop.Size = UDim2.new(0, 180, 0, 20)
1278TreatShop.TextColor3 = Color3.new(1, 1, 1)
1279TreatShop.Font = Enum.Font.Fantasy
1280TreatShop.Text = "Treat Shop"
1281TreatShop.TextSize = 16
1282
1283RedClubhouse.Name = "RedClubhouse"
1284RedClubhouse.Parent = WayPointsFrame
1285RedClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1286RedClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1287RedClubhouse.Position = UDim2.new(0, 190, 0, 180)
1288RedClubhouse.Size = UDim2.new(0, 180, 0, 20)
1289RedClubhouse.TextColor3 = Color3.new(1, 1, 1)
1290RedClubhouse.Font = Enum.Font.Fantasy
1291RedClubhouse.Text = "Red Clubhouse"
1292RedClubhouse.TextSize = 16
1293
1294BlueClubhouse.Name = "BlueClubhouse"
1295BlueClubhouse.Parent = WayPointsFrame
1296BlueClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1297BlueClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1298BlueClubhouse.Position = UDim2.new(0, 190, 0, 205)
1299BlueClubhouse.Size = UDim2.new(0, 180, 0, 20)
1300BlueClubhouse.TextColor3 = Color3.new(1, 1, 1)
1301BlueClubhouse.Font = Enum.Font.Fantasy
1302BlueClubhouse.Text = "Blue Clubhouse"
1303BlueClubhouse.TextSize = 16
1304
1305TicketShop.Name = "TicketShop"
1306TicketShop.Parent = WayPointsFrame
1307TicketShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1308TicketShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1309TicketShop.Position = UDim2.new(0, 190, 0, 230)
1310TicketShop.Size = UDim2.new(0, 180, 0, 20)
1311TicketShop.TextColor3 = Color3.new(1, 1, 1)
1312TicketShop.Font = Enum.Font.Fantasy
1313TicketShop.Text = "Ticket Dispenser"
1314TicketShop.TextSize = 16
1315
1316ClubHoney.Name = "ClubHoney"
1317ClubHoney.Parent = WayPointsFrame
1318ClubHoney.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1319ClubHoney.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1320ClubHoney.Position = UDim2.new(0, 190, 0, 255)
1321ClubHoney.Size = UDim2.new(0, 180, 0, 20)
1322ClubHoney.TextColor3 = Color3.new(1, 1, 1)
1323ClubHoney.Font = Enum.Font.Fantasy
1324ClubHoney.Text = "Club Honey Dispenser"
1325ClubHoney.TextSize = 16
1326
1327RoyalJellyShop.Name = "RoyalJellyShop"
1328RoyalJellyShop.Parent = WayPointsFrame
1329RoyalJellyShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1330RoyalJellyShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1331RoyalJellyShop.Position = UDim2.new(0, 190, 0, 280)
1332RoyalJellyShop.Size = UDim2.new(0, 180, 0, 20)
1333RoyalJellyShop.TextColor3 = Color3.new(1, 1, 1)
1334RoyalJellyShop.Font = Enum.Font.Fantasy
1335RoyalJellyShop.Text = "Royal Jelly Dispenser"
1336RoyalJellyShop.TextSize = 16
1337
1338TicketRoyalJelly.Name = "TicketRoyalJelly"
1339TicketRoyalJelly.Parent = WayPointsFrame
1340TicketRoyalJelly.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1341TicketRoyalJelly.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1342TicketRoyalJelly.Position = UDim2.new(0, 190, 0, 305)
1343TicketRoyalJelly.Size = UDim2.new(0, 180, 0, 20)
1344TicketRoyalJelly.TextColor3 = Color3.new(1, 1, 1)
1345TicketRoyalJelly.Font = Enum.Font.Fantasy
1346TicketRoyalJelly.Text = "Ticket Royal Jelly Dispenser"
1347TicketRoyalJelly.TextSize = 16
1348
1349GumdropDispenser.Name = "GumdropDispenser"
1350GumdropDispenser.Parent = WayPointsFrame
1351GumdropDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1352GumdropDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1353GumdropDispenser.Position = UDim2.new(0, 190, 0, 330)
1354GumdropDispenser.Size = UDim2.new(0, 180, 0, 20)
1355GumdropDispenser.TextColor3 = Color3.new(1, 1, 1)
1356GumdropDispenser.Font = Enum.Font.Fantasy
1357GumdropDispenser.Text = "Gumdrop Dispenser"
1358GumdropDispenser.TextSize = 16
1359
1360BlueberryDispenser.Name = "BlueberryDispenser"
1361BlueberryDispenser.Parent = WayPointsFrame
1362BlueberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1363BlueberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1364BlueberryDispenser.Position = UDim2.new(0, 190, 0, 355)
1365BlueberryDispenser.Size = UDim2.new(0, 180, 0, 20)
1366BlueberryDispenser.TextColor3 = Color3.new(1, 1, 1)
1367BlueberryDispenser.Font = Enum.Font.Fantasy
1368BlueberryDispenser.Text = "Blueberry Dispenser"
1369BlueberryDispenser.TextSize = 16
1370
1371StrawberryDispenser.Name = "StrawberryDispenser"
1372StrawberryDispenser.Parent = WayPointsFrame
1373StrawberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1374StrawberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1375StrawberryDispenser.Position = UDim2.new(0, 190, 0, 380)
1376StrawberryDispenser.Size = UDim2.new(0, 180, 0, 20)
1377StrawberryDispenser.TextColor3 = Color3.new(1, 1, 1)
1378StrawberryDispenser.Font = Enum.Font.Fantasy
1379StrawberryDispenser.Text = "Strawberry Dispenser"
1380StrawberryDispenser.TextSize = 16
1381
1382TreatDispenser.Name = "TreatDispenser"
1383TreatDispenser.Parent = WayPointsFrame
1384TreatDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1385TreatDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1386TreatDispenser.Position = UDim2.new(0, 190, 0, 405)
1387TreatDispenser.Size = UDim2.new(0, 180, 0, 20)
1388TreatDispenser.TextColor3 = Color3.new(1, 1, 1)
1389TreatDispenser.Font = Enum.Font.Fantasy
1390TreatDispenser.Text = "Treat Dispenser"
1391TreatDispenser.TextSize = 16
1392
1393Honeystorm.Name = "Honeystorm"
1394Honeystorm.Parent = WayPointsFrame
1395Honeystorm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1396Honeystorm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1397Honeystorm.Position = UDim2.new(0, 190, 0, 430)
1398Honeystorm.Size = UDim2.new(0, 180, 0, 20)
1399Honeystorm.TextColor3 = Color3.new(1, 1, 1)
1400Honeystorm.Font = Enum.Font.Fantasy
1401Honeystorm.Text = "Summon a Honeystorm"
1402Honeystorm.TextSize = 16
1403
1404HoneyConvertor.Name = "HoneyConvertor"
1405HoneyConvertor.Parent = WayPointsFrame
1406HoneyConvertor.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1407HoneyConvertor.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1408HoneyConvertor.Position = UDim2.new(0, 190, 0, 455)
1409HoneyConvertor.Size = UDim2.new(0, 180, 0, 20)
1410HoneyConvertor.TextColor3 = Color3.new(1, 1, 1)
1411HoneyConvertor.Font = Enum.Font.Fantasy
1412HoneyConvertor.Text = "Instant Honey Converter"
1413HoneyConvertor.TextSize = 16
1414
1415SunflowerField.Name = "SunflowerField"
1416SunflowerField.Parent = WayPointsFrame
1417SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1418SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1419SunflowerField.Position = UDim2.new(0, 375, 0, 30)
1420SunflowerField.Size = UDim2.new(0, 180, 0, 20)
1421SunflowerField.TextColor3 = Color3.new(1, 1, 1)
1422SunflowerField.Font = Enum.Font.Fantasy
1423SunflowerField.Text = "Sunflower Field"
1424SunflowerField.TextSize = 16
1425
1426MushRoomField.Name = "MushRoomField"
1427MushRoomField.Parent = WayPointsFrame
1428MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1429MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1430MushRoomField.Position = UDim2.new(0, 375, 0, 55)
1431MushRoomField.Size = UDim2.new(0, 180, 0, 20)
1432MushRoomField.TextColor3 = Color3.new(1, 1, 1)
1433MushRoomField.Font = Enum.Font.Fantasy
1434MushRoomField.Text = "MushRoom Field"
1435MushRoomField.TextSize = 16
1436
1437DandelionField.Name = "DandelionField"
1438DandelionField.Parent = WayPointsFrame
1439DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1440DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1441DandelionField.Position = UDim2.new(0, 375, 0, 80)
1442DandelionField.Size = UDim2.new(0, 180, 0, 20)
1443DandelionField.TextColor3 = Color3.new(1, 1, 1)
1444DandelionField.Font = Enum.Font.Fantasy
1445DandelionField.Text = "Dandelion Field"
1446DandelionField.TextSize = 16
1447
1448BlueField.Name = "BlueField"
1449BlueField.Parent = WayPointsFrame
1450BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1451BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1452BlueField.Position = UDim2.new(0, 375, 0, 105)
1453BlueField.Size = UDim2.new(0, 180, 0, 20)
1454BlueField.TextColor3 = Color3.new(1, 1, 1)
1455BlueField.Font = Enum.Font.Fantasy
1456BlueField.Text = "Blue Flower Field"
1457BlueField.TextSize = 16
1458
1459CloverField.Name = "CloverField"
1460CloverField.Parent = WayPointsFrame
1461CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1462CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1463CloverField.Position = UDim2.new(0, 375, 0, 130)
1464CloverField.Size = UDim2.new(0, 180, 0, 20)
1465CloverField.TextColor3 = Color3.new(1, 1, 1)
1466CloverField.Font = Enum.Font.Fantasy
1467CloverField.Text = "Clover Field"
1468CloverField.TextSize = 16
1469
1470StrawBerryField.Name = "StrawBerryField"
1471StrawBerryField.Parent = WayPointsFrame
1472StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1473StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1474StrawBerryField.Position = UDim2.new(0, 375, 0, 155)
1475StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
1476StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
1477StrawBerryField.Font = Enum.Font.Fantasy
1478StrawBerryField.Text = "StrawBerry Field"
1479StrawBerryField.TextSize = 16
1480
1481SpiderField.Name = "SpiderField"
1482SpiderField.Parent = WayPointsFrame
1483SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1484SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1485SpiderField.Position = UDim2.new(0, 375, 0, 180)
1486SpiderField.Size = UDim2.new(0, 180, 0, 20)
1487SpiderField.TextColor3 = Color3.new(1, 1, 1)
1488SpiderField.Font = Enum.Font.Fantasy
1489SpiderField.Text = "Spider Field"
1490SpiderField.TextSize = 16
1491
1492BamBooField.Name = "BamBooField"
1493BamBooField.Parent = WayPointsFrame
1494BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1495BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1496BamBooField.Position = UDim2.new(0, 375, 0, 205)
1497BamBooField.Size = UDim2.new(0, 180, 0, 20)
1498BamBooField.TextColor3 = Color3.new(1, 1, 1)
1499BamBooField.Font = Enum.Font.Fantasy
1500BamBooField.Text = "BamBoo Field"
1501BamBooField.TextSize = 16
1502
1503RoseField.Name = "RoseField"
1504RoseField.Parent = WayPointsFrame
1505RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1506RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1507RoseField.Position = UDim2.new(0, 375, 0, 230)
1508RoseField.Size = UDim2.new(0, 180, 0, 20)
1509RoseField.TextColor3 = Color3.new(1, 1, 1)
1510RoseField.Font = Enum.Font.Fantasy
1511RoseField.Text = "Rose Field"
1512RoseField.TextSize = 16
1513
1514PineTreeField.Name = "PineTreeField"
1515PineTreeField.Parent = WayPointsFrame
1516PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1517PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1518PineTreeField.Position = UDim2.new(0, 375, 0, 255)
1519PineTreeField.Size = UDim2.new(0, 180, 0, 20)
1520PineTreeField.TextColor3 = Color3.new(1, 1, 1)
1521PineTreeField.Font = Enum.Font.Fantasy
1522PineTreeField.Text = "Pine Tree Forest"
1523PineTreeField.TextSize = 16
1524
1525CactusField.Name = "CactusField"
1526CactusField.Parent = WayPointsFrame
1527CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1528CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1529CactusField.Position = UDim2.new(0, 375, 0, 280)
1530CactusField.Size = UDim2.new(0, 180, 0, 20)
1531CactusField.TextColor3 = Color3.new(1, 1, 1)
1532CactusField.Font = Enum.Font.Fantasy
1533CactusField.Text = "Cactus Field"
1534CactusField.TextSize = 16
1535
1536PumpkinField.Name = "PumpkinField"
1537PumpkinField.Parent = WayPointsFrame
1538PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1539PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1540PumpkinField.Position = UDim2.new(0, 375, 0, 305)
1541PumpkinField.Size = UDim2.new(0, 180, 0, 20)
1542PumpkinField.TextColor3 = Color3.new(1, 1, 1)
1543PumpkinField.Font = Enum.Font.Fantasy
1544PumpkinField.Text = "Pumpkin Patch"
1545PumpkinField.TextSize = 16
1546
1547PineappleField.Name = "PineappleField"
1548PineappleField.Parent = WayPointsFrame
1549PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1550PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1551PineappleField.Position = UDim2.new(0, 375, 0, 330)
1552PineappleField.Size = UDim2.new(0, 180, 0, 20)
1553PineappleField.TextColor3 = Color3.new(1, 1, 1)
1554PineappleField.Font = Enum.Font.Fantasy
1555PineappleField.Text = "Pineapple Patch"
1556PineappleField.TextSize = 16
1557
1558MountainTopField.Name = "MountainTopField"
1559MountainTopField.Parent = WayPointsFrame
1560MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1561MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1562MountainTopField.Position = UDim2.new(0, 375, 0, 355)
1563MountainTopField.Size = UDim2.new(0, 180, 0, 20)
1564MountainTopField.TextColor3 = Color3.new(1, 1, 1)
1565MountainTopField.Font = Enum.Font.Fantasy
1566MountainTopField.Text = "Mountain Top Field"
1567MountainTopField.TextSize = 16
1568
1569Field1AF.Name = "Field1AF"
1570Field1AF.Parent = WayPointsFrame
1571Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1572Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1573Field1AF.Position = UDim2.new(0, 555, 0, 30)
1574Field1AF.Size = UDim2.new(0, 40, 0, 20)
1575Field1AF.TextColor3 = Color3.new(1, 1, 1)
1576Field1AF.Font = Enum.Font.Fantasy
1577Field1AF.Text = "Farm"
1578Field1AF.TextSize = 16
1579
1580Field2AF.Name = "Field2AF"
1581Field2AF.Parent = WayPointsFrame
1582Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1583Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1584Field2AF.Position = UDim2.new(0, 555, 0, 55)
1585Field2AF.Size = UDim2.new(0, 40, 0, 20)
1586Field2AF.TextColor3 = Color3.new(1, 1, 1)
1587Field2AF.Font = Enum.Font.Fantasy
1588Field2AF.Text = "Farm"
1589Field2AF.TextSize = 16
1590
1591Field3AF.Name = "Field3AF"
1592Field3AF.Parent = WayPointsFrame
1593Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1594Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1595Field3AF.Position = UDim2.new(0, 555, 0, 80)
1596Field3AF.Size = UDim2.new(0, 40, 0, 20)
1597Field3AF.TextColor3 = Color3.new(1, 1, 1)
1598Field3AF.Font = Enum.Font.Fantasy
1599Field3AF.Text = "Farm"
1600Field3AF.TextSize = 16
1601
1602Field4AF.Name = "Field4AF"
1603Field4AF.Parent = WayPointsFrame
1604Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1605Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1606Field4AF.Position = UDim2.new(0, 555, 0, 105)
1607Field4AF.Size = UDim2.new(0, 40, 0, 20)
1608Field4AF.TextColor3 = Color3.new(1, 1, 1)
1609Field4AF.Font = Enum.Font.Fantasy
1610Field4AF.Text = "Farm"
1611Field4AF.TextSize = 16
1612
1613Field5AF.Name = "Field5AF"
1614Field5AF.Parent = WayPointsFrame
1615Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1616Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1617Field5AF.Position = UDim2.new(0, 555, 0, 130)
1618Field5AF.Size = UDim2.new(0, 40, 0, 20)
1619Field5AF.TextColor3 = Color3.new(1, 1, 1)
1620Field5AF.Font = Enum.Font.Fantasy
1621Field5AF.Text = "Farm"
1622Field5AF.TextSize = 16
1623
1624Field6AF.Name = "Field6AF"
1625Field6AF.Parent = WayPointsFrame
1626Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1627Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1628Field6AF.Position = UDim2.new(0, 555, 0, 155)
1629Field6AF.Size = UDim2.new(0, 40, 0, 20)
1630Field6AF.TextColor3 = Color3.new(1, 1, 1)
1631Field6AF.Font = Enum.Font.Fantasy
1632Field6AF.Text = "Farm"
1633Field6AF.TextSize = 16
1634
1635Field7AF.Name = "Field7AF"
1636Field7AF.Parent = WayPointsFrame
1637Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1638Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1639Field7AF.Position = UDim2.new(0, 555, 0, 180)
1640Field7AF.Size = UDim2.new(0, 40, 0, 20)
1641Field7AF.TextColor3 = Color3.new(1, 1, 1)
1642Field7AF.Font = Enum.Font.Fantasy
1643Field7AF.Text = "Farm"
1644Field7AF.TextSize = 16
1645
1646Field8AF.Name = "Field8AF"
1647Field8AF.Parent = WayPointsFrame
1648Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1649Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1650Field8AF.Position = UDim2.new(0, 555, 0, 205)
1651Field8AF.Size = UDim2.new(0, 40, 0, 20)
1652Field8AF.TextColor3 = Color3.new(1, 1, 1)
1653Field8AF.Font = Enum.Font.Fantasy
1654Field8AF.Text = "Farm"
1655Field8AF.TextSize = 16
1656
1657Field9AF.Name = "Field9AF"
1658Field9AF.Parent = WayPointsFrame
1659Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1660Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1661Field9AF.Position = UDim2.new(0, 555, 0, 230)
1662Field9AF.Size = UDim2.new(0, 40, 0, 20)
1663Field9AF.TextColor3 = Color3.new(1, 1, 1)
1664Field9AF.Font = Enum.Font.Fantasy
1665Field9AF.Text = "Farm"
1666Field9AF.TextSize = 16
1667
1668Field10AF.Name = "Field10AF"
1669Field10AF.Parent = WayPointsFrame
1670Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1671Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1672Field10AF.Position = UDim2.new(0, 555, 0, 255)
1673Field10AF.Size = UDim2.new(0, 40, 0, 20)
1674Field10AF.TextColor3 = Color3.new(1, 1, 1)
1675Field10AF.Font = Enum.Font.Fantasy
1676Field10AF.Text = "Farm"
1677Field10AF.TextSize = 16
1678
1679Field11AF.Name = "Field11AF"
1680Field11AF.Parent = WayPointsFrame
1681Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1682Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1683Field11AF.Position = UDim2.new(0, 555, 0, 280)
1684Field11AF.Size = UDim2.new(0, 40, 0, 20)
1685Field11AF.TextColor3 = Color3.new(1, 1, 1)
1686Field11AF.Font = Enum.Font.Fantasy
1687Field11AF.Text = "Farm"
1688Field11AF.TextSize = 16
1689
1690Field12AF.Name = "Field12AF"
1691Field12AF.Parent = WayPointsFrame
1692Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1693Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1694Field12AF.Position = UDim2.new(0, 555, 0, 305)
1695Field12AF.Size = UDim2.new(0, 40, 0, 20)
1696Field12AF.TextColor3 = Color3.new(1, 1, 1)
1697Field12AF.Font = Enum.Font.Fantasy
1698Field12AF.Text = "Farm"
1699Field12AF.TextSize = 16
1700
1701Field13AF.Name = "Field13AF"
1702Field13AF.Parent = WayPointsFrame
1703Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1704Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1705Field13AF.Position = UDim2.new(0, 555, 0, 330)
1706Field13AF.Size = UDim2.new(0, 40, 0, 20)
1707Field13AF.TextColor3 = Color3.new(1, 1, 1)
1708Field13AF.Font = Enum.Font.Fantasy
1709Field13AF.Text = "Farm"
1710Field13AF.TextSize = 16
1711
1712Field14AF.Name = "Field14AF"
1713Field14AF.Parent = WayPointsFrame
1714Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1715Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1716Field14AF.Position = UDim2.new(0, 555, 0, 355)
1717Field14AF.Size = UDim2.new(0, 40, 0, 20)
1718Field14AF.TextColor3 = Color3.new(1, 1, 1)
1719Field14AF.Font = Enum.Font.Fantasy
1720Field14AF.Text = "Farm"
1721Field14AF.TextSize = 16
1722
1723Players.Name = "Players"
1724Players.Parent = MainFrame
1725Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1726Players.BorderColor3 = Color3.new(0, 1, 0)
1727Players.Position = UDim2.new(0, 118, 0, 5)
1728Players.Size = UDim2.new(0, 60, 0, 20)
1729Players.BackgroundTransparency = 0
1730Players.Font = Enum.Font.Fantasy
1731Players.TextColor3 = Color3.new(1, 1, 1)
1732Players.Text = "Players"
1733Players.TextSize = 17
1734Players.TextWrapped = true
1735
1736PlayerFrame.Name = "PlayerFrame"
1737PlayerFrame.Parent = MainFrame
1738PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
1739PlayerFrame.BackgroundTransparency = 0.5
1740PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
1741PlayerFrame.Position = UDim2.new(0, 63, 0, 34)
1742PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
1743PlayerFrame.Visible = false
1744
1745PlyrSel.Name = "PlyrSel"
1746PlyrSel.Parent = PlayerFrame
1747PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
1748PlyrSel.BackgroundTransparency = 0.15
1749PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
1750PlyrSel.Position = UDim2.new(0, 5, 0, 5)
1751PlyrSel.Size = UDim2.new(0, 160, 0, 20)
1752PlyrSel.Font = Enum.Font.SourceSans
1753PlyrSel.Text = "SELECT A PLAYER"
1754PlyrSel.TextColor3 = Color3.new(0, 0, 0)
1755PlyrSel.TextScaled = true
1756PlyrSel.TextSize = 17
1757PlyrSel.TextWrapped = true
1758
1759Player1.Name = "Player1"
1760Player1.Parent = PlayerFrame
1761Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1762Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1763Player1.Position = UDim2.new(0, 5, 0, 35)
1764Player1.Size = UDim2.new(0, 160, 0, 20)
1765Player1.Font = Enum.Font.Fantasy
1766Player1.Text = ""
1767Player1.TextColor3 = Color3.new(1, 1, 1)
1768Player1.TextSize = 15
1769Player1.TextWrapped = true
1770
1771Player2.Name = "Player2"
1772Player2.Parent = PlayerFrame
1773Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1774Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1775Player2.Position = UDim2.new(0, 5, 0, 60)
1776Player2.Size = UDim2.new(0, 160, 0, 20)
1777Player2.Font = Enum.Font.Fantasy
1778Player2.Text = ""
1779Player2.TextColor3 = Color3.new(1, 1, 1)
1780Player2.TextSize = 15
1781Player2.TextWrapped = true
1782
1783Player3.Name = "Player3"
1784Player3.Parent = PlayerFrame
1785Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1786Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1787Player3.Position = UDim2.new(0, 5, 0, 85)
1788Player3.Size = UDim2.new(0, 160, 0, 20)
1789Player3.Font = Enum.Font.Fantasy
1790Player3.Text = ""
1791Player3.TextColor3 = Color3.new(1, 1, 1)
1792Player3.TextSize = 15
1793Player3.TextWrapped = true
1794
1795Player4.Name = "Player4"
1796Player4.Parent = PlayerFrame
1797Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1798Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1799Player4.Position = UDim2.new(0, 5, 0, 110)
1800Player4.Size = UDim2.new(0, 160, 0, 20)
1801Player4.Font = Enum.Font.Fantasy
1802Player4.Text = ""
1803Player4.TextColor3 = Color3.new(1, 1, 1)
1804Player4.TextSize = 15
1805Player4.TextWrapped = true
1806
1807Player5.Name = "Player5"
1808Player5.Parent = PlayerFrame
1809Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1810Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1811Player5.Position = UDim2.new(0, 5, 0, 135)
1812Player5.Size = UDim2.new(0, 160, 0, 20)
1813Player5.Font = Enum.Font.Fantasy
1814Player5.Text = ""
1815Player5.TextColor3 = Color3.new(1, 1, 1)
1816Player5.TextSize = 15
1817Player5.TextWrapped = true
1818
1819TpPlayer.Name = "TpPlayer"
1820TpPlayer.Parent = PlayerFrame
1821TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
1822TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1823TpPlayer.Position = UDim2.new(0, 5, 0, 165)
1824TpPlayer.Size = UDim2.new(0, 160, 0, 30)
1825TpPlayer.Font = Enum.Font.Fantasy
1826TpPlayer.Text = "Teleport to Player"
1827TpPlayer.TextColor3 = Color3.new(1, 1, 1)
1828TpPlayer.TextWrapped = true
1829TpPlayer.TextSize = 17
1830
1831PollenFarm.Name = "PollenFarm"
1832PollenFarm.Parent = MainFrame
1833PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1834PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
1835PollenFarm.Position = UDim2.new(0, 183, 0, 5)
1836PollenFarm.Size = UDim2.new(0, 100, 0, 20)
1837PollenFarm.Font = Enum.Font.Fantasy
1838PollenFarm.TextColor3 = Color3.new(1, 1, 1)
1839PollenFarm.Text = "Farm Pollen"
1840PollenFarm.TextSize = 17
1841PollenFarm.TextWrapped = true
1842
1843AutoDig.Name = "AutoDig"
1844AutoDig.Parent = MainFrame
1845AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1846AutoDig.BorderColor3 = Color3.new(0, 1, 0)
1847AutoDig.Position = UDim2.new(0, 288, 0, 5)
1848AutoDig.Size = UDim2.new(0, 70, 0, 20)
1849AutoDig.Font = Enum.Font.Fantasy
1850AutoDig.TextColor3 = Color3.new(1, 1, 1)
1851AutoDig.Text = "Auto Dig"
1852AutoDig.TextSize = 17
1853AutoDig.TextWrapped = true
1854
1855FindTreasures.Name = "FindTreasures"
1856FindTreasures.Parent = MainFrame
1857FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1858FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
1859FindTreasures.Position = UDim2.new(0, 363, 0, 5)
1860FindTreasures.Size = UDim2.new(0, 130, 0, 20)
1861FindTreasures.BackgroundTransparency = 0
1862FindTreasures.Font = Enum.Font.Fantasy
1863FindTreasures.TextColor3 = Color3.new(1, 1, 1)
1864FindTreasures.Text = "Collect Treasures"
1865FindTreasures.TextSize = 17
1866FindTreasures.TextWrapped = true
1867
1868FindTreasuresText1.Name = "FindTreasuresText1"
1869FindTreasuresText1.Parent = MainFrame
1870FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1871FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
1872FindTreasuresText1.BackgroundTransparency = 0.1
1873FindTreasuresText1.Position = UDim2.new(0, 333, 0, 34)
1874FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
1875FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
1876FindTreasuresText1.Font = Enum.Font.Fantasy
1877FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
1878FindTreasuresText1.TextSize = 16
1879FindTreasuresText1.TextWrapped = true
1880FindTreasuresText1.ZIndex = 6
1881FindTreasuresText1.Visible = false
1882FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
1883
1884ExtrasScreen.Name = "ExtrasScreen"
1885ExtrasScreen.Parent = MainFrame
1886ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1887ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
1888ExtrasScreen.Position = UDim2.new(0, 498, 0, 5)
1889ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
1890ExtrasScreen.BackgroundTransparency = 0
1891ExtrasScreen.Font = Enum.Font.Fantasy
1892ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
1893ExtrasScreen.Text = "Extras"
1894ExtrasScreen.TextSize = 17
1895ExtrasScreen.TextWrapped = true
1896
1897ExtrasFrame.Name = "ExtrasFrame"
1898ExtrasFrame.Parent = MainFrame
1899ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
1900ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
1901ExtrasFrame.BackgroundTransparency = 0.5
1902ExtrasFrame.Position = UDim2.new(0, 428, 0, 34)
1903ExtrasFrame.Size = UDim2.new(0, 170, 0, 105)
1904ExtrasFrame.Visible = false
1905
1906NoClip.Name = "NoClip"
1907NoClip.Parent = ExtrasFrame
1908NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1909NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1910NoClip.Position = UDim2.new(0, 5, 0, 5)
1911NoClip.Size = UDim2.new(0, 160, 0, 20)
1912NoClip.Font = Enum.Font.Fantasy
1913NoClip.TextColor3 = Color3.new(1, 1, 1)
1914NoClip.Text = "Enable NoClip"
1915NoClip.TextSize = 17
1916NoClip.TextWrapped = true
1917
1918TPTool.Name = "TPTool"
1919TPTool.Parent = ExtrasFrame
1920TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1921TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1922TPTool.Position = UDim2.new(0, 5, 0, 30)
1923TPTool.Size = UDim2.new(0, 160, 0, 20)
1924TPTool.TextColor3 = Color3.new(1, 1, 1)
1925TPTool.Font = Enum.Font.Fantasy
1926TPTool.Text = "Add TPTool"
1927TPTool.TextSize = 16
1928
1929BTool.Name = "BTool"
1930BTool.Parent = ExtrasFrame
1931BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1932BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1933BTool.Position = UDim2.new(0, 5, 0, 55)
1934BTool.Size = UDim2.new(0, 160, 0, 20)
1935BTool.TextColor3 = Color3.new(1, 1, 1)
1936BTool.Font = Enum.Font.Fantasy
1937BTool.Text = "Add BTools"
1938BTool.TextSize = 16
1939
1940ReJoinServer.Name = "ReJoinServer"
1941ReJoinServer.Parent = ExtrasFrame
1942ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1943ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
1944ReJoinServer.Position = UDim2.new(0, 5, 0, 80)
1945ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
1946ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
1947ReJoinServer.Font = Enum.Font.Fantasy
1948ReJoinServer.Text = "ReJoin a Server"
1949ReJoinServer.TextSize = 16
1950ReJoinServer.TextWrapped = true
1951
1952InfoScreen.Name = "InfoScreen"
1953InfoScreen.Parent = MainFrame
1954InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1955InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
1956InfoScreen.Position = UDim2.new(0, 553, 0, 5)
1957InfoScreen.Size = UDim2.new(0, 40, 0, 20)
1958InfoScreen.BackgroundTransparency = 0
1959InfoScreen.Font = Enum.Font.Fantasy
1960InfoScreen.TextColor3 = Color3.new(1, 1, 1)
1961InfoScreen.Text = "Info"
1962InfoScreen.TextSize = 17
1963InfoScreen.TextWrapped = true
1964
1965InfoFrame.Name = "InfoFrame"
1966InfoFrame.Parent = MainFrame
1967InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
1968InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
1969InfoFrame.BackgroundTransparency = 0.1
1970InfoFrame.Position = UDim2.new(0, 398, 0, 34)
1971InfoFrame.Size = UDim2.new(0, 200, 0, 190)
1972InfoFrame.Visible = false
1973
1974InfoText1.Name = "InfoText1"
1975InfoText1.Parent = InfoFrame
1976InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
1977InfoText1.BorderColor3 = Color3.new(0, 0, 0)
1978InfoText1.BackgroundTransparency = 1
1979InfoText1.Position = UDim2.new(0, 5, 0, 5)
1980InfoText1.Size = UDim2.new(0, 190, 0, 210)
1981InfoText1.TextColor3 = Color3.new(1, 1, 1)
1982InfoText1.Font = Enum.Font.Fantasy
1983InfoText1.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"
1984InfoText1.TextSize = 15
1985InfoText1.TextWrapped = true
1986InfoText1.TextYAlignment = Enum.TextYAlignment.Top
1987
1988function notify(msg)
1989game.StarterGui:SetCore('SendNotification', {
1990Title = 'Bee Swarm LuckyGUI';
1991Text = msg;
1992Duration = 5;
1993})
1994end
1995
1996--- Close ---
1997
1998Close.MouseButton1Down:connect(function()
1999MainGUI:Destroy()
2000end)
2001
2002--- Menus ---
2003
2004local Menus = {
2005 [WayPoints] = WayPointsFrame;
2006 [ExtrasScreen] = ExtrasFrame;
2007 [InfoScreen] = InfoFrame;
2008 [Players] = PlayerFrame;
2009}
2010for button,frame in pairs(Menus) do
2011 button.MouseButton1Click:connect(function()
2012 if frame.Visible then
2013 frame.Visible = false
2014 return
2015 end
2016 for k,v in pairs(Menus) do
2017 v.Visible = v == frame
2018 end
2019 end)
2020end
2021
2022--- Snow Menus Show Hide ---
2023
2024FindTreasures.MouseEnter:connect(function()
2025 FindTreasuresText1.Visible = true
2026end)
2027
2028FindTreasures.MouseLeave:connect(function()
2029 FindTreasuresText1.Visible = false
2030end)
2031
2032-- Pollen Farming --
2033
2034spawn (function()
2035 while true do
2036 wait(0.2)
2037 if PollenFarmActive == true then
2038 local player = game:GetService("Players").LocalPlayer
2039 local currp
2040 workspace.Collectibles.ChildAdded:Connect(function(part)
2041 wait(0.5)
2042 if currp and (part.Position-currp).magnitude < 50 then
2043 player.Character:MoveTo(part.Position)
2044 wait(0.3)
2045 player.Character:MoveTo(currp)
2046 end
2047 end)
2048 local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
2049 if not pollenLbl then
2050 error("Backpack not found")
2051 end
2052 local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
2053 local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
2054 if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
2055 error("Tool not found")
2056 end
2057 print("Backpack size: " .. maxpollen)
2058 if Field1AFActive == true then
2059 fieldpos = {Vector3.new(-207.426,3,132.8),Vector3.new(-207.426,3,162.8),Vector3.new(-207.426,3,192.8)}
2060 print("Farming Sunflower Zone")
2061 elseif Field2AFActive == true then
2062 fieldpos = {Vector3.new(-100.1, 3.3, 134.4),Vector3.new(-67.9, 3.3, 135.7)}
2063 print("Farming Mushroom Zone")
2064 elseif Field3AFActive == true then
2065 fieldpos = {Vector3.new(-70.35,4,221.5),Vector3.new(-30.35,4,221.5),Vector3.new(10.35,4,221.5)}
2066 print("Farming Dandelion Zone")
2067 elseif Field4AFActive == true then
2068 fieldpos = {Vector3.new(106.8,4,100.5),Vector3.new(146.8,4,100.5),Vector3.new(186.8,4,100.5)}
2069 print("Farming Blue Flower Zone")
2070 elseif Field5AFActive == true then
2071 fieldpos = {Vector3.new(135,33,195),Vector3.new(160,33,175),Vector3.new(185,33,195)}
2072 print("Farming Clover Zone")
2073 elseif Field6AFActive == true then
2074 fieldpos = {Vector3.new(-178,20,15),Vector3.new(-178,20,-12),Vector3.new(-157,20,-20)}
2075 print("Farming StrawBerry Zone")
2076 elseif Field7AFActive == true then
2077 fieldpos = {Vector3.new(-67,20,0),Vector3.new(-42,20,-19),Vector3.new(-16.4,20,0)}
2078 print("Farming Spider Zone")
2079 elseif Field8AFActive == true then
2080 fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
2081 print("Farming BamBoo Zone")
2082 elseif Field9AFActive == true then
2083 fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
2084 print("Farming Rose Zone")
2085 elseif Field10AFActive == true then
2086 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)}
2087 print("Farming Pine Tree Zone")
2088 elseif Field11AFActive == true then
2089 fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
2090 print("Farming Cactus Zone")
2091 elseif Field12AFActive == true then
2092 fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
2093 print("Farming Pumpkin Zone")
2094 elseif Field13AFActive == true then
2095 fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
2096 print("Farming Pineapple Patch")
2097 elseif Field14AFActive == true then
2098 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)}
2099 print("Farming Mountain Top Zone")
2100 else
2101 if maxpollen < 9999 then
2102 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)}
2103 print("Auto Farming Zone 1 selected")
2104 else
2105 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)}
2106 print("Auto Farming Zone 2 selected")
2107 end
2108 end
2109 local posIndex = 0
2110 while PollenFarmActive do
2111 --collect pollen
2112 pollenTool.Parent = player.Character
2113 wait(0.1)
2114 while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
2115 posIndex=posIndex+1
2116 if posIndex>#fieldpos then posIndex=1 end
2117 for rot=1,4 do
2118 if not PollenFarmActive then break end
2119 local angle = CFrame.Angles(0,math.pi*.5*rot,0)
2120 currp = fieldpos[posIndex]+angle.lookVector*10
2121 player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
2122 for i=1,25 do
2123 if not PollenFarmActive then break end
2124 wait(0.2)
2125 pollenTool.ClickEvent:FireServer(currp)
2126 end
2127 if player.leaderstats.Pollen.Value+1>maxpollen then break end
2128 end
2129 end
2130 --turn to honey
2131 currp=nil
2132 player.Character:MoveTo(player.SpawnPos.Value.p)
2133 wait(1)
2134 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
2135 if PollenFarmActive then
2136 repeat wait(0.5) until player.leaderstats.Pollen.Value < 1
2137 wait(10)
2138 end
2139 end
2140 end
2141 end
2142end)
2143
2144--- WayPoints ---
2145
2146local WayPoints = {
2147["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
2148["Brown Bear"] = CFrame.new(282, 46, 236),
2149["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
2150["Polar Bear"] = CFrame.new(-106, 119, -77),
2151["Science Bear"] = CFrame.new(267, 103, 20),
2152["Traveling Bear"] = CFrame.new(34, 14, 371),
2153["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
2154["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
2155["Redfield Boost"] = CFrame.new(-332, 20, 244),
2156["Bluefield Boost"] = CFrame.new(319, 58, 103),
2157["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
2158["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
2159["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
2160["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
2161["Slingshot (8)"] = CFrame.new(78, 23, 149),
2162["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
2163["Tool Shop"] = CFrame.new(86, 4.6, 294),
2164["Tool Shop 2"] = CFrame.new(165, 69, -161),
2165["MountainTop Shop"] = CFrame.new(-18, 176, -137),
2166["Ticket Tent"] = CFrame.new(-234, 17, 398),
2167["Red Clubhouse"] = CFrame.new(-334, 21, 216),
2168["Blue Clubhouse"] = CFrame.new(292, 4, 98),
2169["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
2170["Club Honey"] = CFrame.new(47, 5, 323),
2171["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
2172["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
2173["Honeystorm Dispensor"] = CFrame.new(301, 48, 191),
2174["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
2175["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
2176["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
2177["King Beetles Lair"] = CFrame.new(218, 3, 140),
2178["Clover Field"] = CFrame.new(174, 34, 189),
2179["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
2180["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
2181["Blue Field"] = CFrame.new(113.7, 4, 101.5),
2182["Sunflower Field"] = CFrame.new(-208, 4, 185),
2183["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
2184["Red Field"] = CFrame.new(-258.1, 5, 299.7),
2185["Dandelion Field"] = CFrame.new(-30, 4, 225),
2186["BamBoo Field"] = CFrame.new(93, 20, -25),
2187["Rose Field"] = CFrame.new(-322, 20, 124),
2188["Mushroom Field"] = CFrame.new(-94, 5, 116),
2189["Cactus Field"] = CFrame.new(-194, 68, -107),
2190["Pumpkin Field"] = CFrame.new(-194, 68, -182),
2191["MountainTop Field"] = CFrame.new(76, 176, -181),
2192["PineTree Field"] = CFrame.new(-318, 68, -150),
2193["Pineapple Field"] = CFrame.new(262, 68, -201),
2194["Onett"] = CFrame.new(-8.4, 234, -517.9),
2195["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
2196["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
2197["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
2198["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
2199}
2200
2201ReturnToHive.MouseButton1Down:connect(function()
2202 local player = game:GetService("Players").LocalPlayer
2203 player.Character:MoveTo(player.SpawnPos.Value.p)
2204 WayPointsFrame.Visible = false
2205 notify'Teleported to Hive'
2206end)
2207
2208BlackBear.MouseButton1Down:connect(function()
2209 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2210 uTorso.CFrame = WayPoints["Black Bear"]
2211 WayPointsFrame.Visible = false
2212 notify'Teleported to Black Bear'
2213end)
2214
2215BrownBear.MouseButton1Down:connect(function()
2216 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2217 uTorso.CFrame = WayPoints["Brown Bear"]
2218 WayPointsFrame.Visible = false
2219 notify'Teleported to Brown Bear'
2220end)
2221
2222PandaBear.MouseButton1Down:connect(function()
2223 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2224 uTorso.CFrame = WayPoints["Panda Bear"]
2225 WayPointsFrame.Visible = false
2226 notify'Teleported to Panda Bear'
2227end)
2228
2229PolarBear.MouseButton1Down:connect(function()
2230 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2231 uTorso.CFrame = WayPoints["Polar Bear"]
2232 WayPointsFrame.Visible = false
2233 notify'Teleported to Polar Bear'
2234end)
2235
2236ScienceBear.MouseButton1Down:connect(function()
2237 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2238 uTorso.CFrame = WayPoints["Science Bear"]
2239 WayPointsFrame.Visible = false
2240 notify'Teleported to Science Bear'
2241end)
2242
2243TravelingBear.MouseButton1Down:connect(function()
2244 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2245 uTorso.CFrame = WayPoints["Traveling Bear"]
2246 WayPointsFrame.Visible = false
2247 notify'Teleported to Traveling Bear'
2248end)
2249
2250MotherBear.MouseButton1Down:connect(function()
2251 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2252 uTorso.CFrame = WayPoints["Mother Bear"]
2253 WayPointsFrame.Visible = false
2254 notify'Teleported to Mother Bear'
2255end)
2256
2257TunnelBear.MouseButton1Down:connect(function()
2258 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2259 uTorso.CFrame = WayPoints["Tunnel Bear"]
2260 WayPointsFrame.Visible = false
2261 notify'Teleported to Tunnel Bear'
2262end)
2263
2264RedBoost.MouseButton1Down:connect(function()
2265 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2266 uTorso.CFrame = WayPoints["Redfield Boost"]
2267 WayPointsFrame.Visible = false
2268 notify'Teleported to RedField Booster'
2269end)
2270
2271BlueBoost.MouseButton1Down:connect(function()
2272 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2273 uTorso.CFrame = WayPoints["Bluefield Boost"]
2274 WayPointsFrame.Visible = false
2275 notify'Teleported to BlueField Booster'
2276end)
2277
2278MountainBoost.MouseButton1Down:connect(function()
2279 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2280 uTorso.CFrame = WayPoints["MountainTop Boost"]
2281 WayPointsFrame.Visible = false
2282 notify'Teleported to MountainTop Boost'
2283end)
2284
2285RedCannon.MouseButton1Down:connect(function()
2286 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2287 uTorso.CFrame = WayPoints["Red Cannon (22)"]
2288 WayPointsFrame.Visible = false
2289 notify'Teleported to Red Cannon (22)'
2290end)
2291
2292BlueCannon.MouseButton1Down:connect(function()
2293 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2294 uTorso.CFrame = WayPoints["Blue Cannon (16)"]
2295 WayPointsFrame.Visible = false
2296 notify'Teleported to Blue Cannon (16)'
2297end)
2298
2299YellowCannon.MouseButton1Down:connect(function()
2300 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2301 uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
2302 WayPointsFrame.Visible = false
2303 notify'Teleported to Yellow Cannon (12)'
2304end)
2305
2306Slingshot.MouseButton1Down:connect(function()
2307 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2308 uTorso.CFrame = WayPoints["Slingshot (8)"]
2309 WayPointsFrame.Visible = false
2310 notify'Teleported to Slingshot (8)'
2311end)
2312
2313BeeShop.MouseButton1Down:connect(function()
2314 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2315 uTorso.CFrame = WayPoints["Bee Shop"]
2316 WayPointsFrame.Visible = false
2317 notify'Teleported to Bee Shop'
2318end)
2319
2320TPShop.MouseButton1Down:connect(function()
2321 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2322 uTorso.CFrame = WayPoints["Tool Shop"]
2323 WayPointsFrame.Visible = false
2324 notify'Teleported to Basic Tool Shop'
2325end)
2326
2327TPShop2.MouseButton1Down:connect(function()
2328 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2329 uTorso.CFrame = WayPoints["Tool Shop 2"]
2330 WayPointsFrame.Visible = false
2331 notify'Teleported to Advanced Tool Shop'
2332end)
2333
2334MountainTopShop.MouseButton1Down:connect(function()
2335 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2336 uTorso.CFrame = WayPoints["MountainTop Shop"]
2337 WayPointsFrame.Visible = false
2338 notify'Teleported to MountainTop Shop'
2339end)
2340
2341TentShop.MouseButton1Down:connect(function()
2342 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2343 uTorso.CFrame = WayPoints["Ticket Tent"]
2344 WayPointsFrame.Visible = false
2345 notify'Teleported to Ticket Tent Shop'
2346end)
2347
2348RedClubhouse.MouseButton1Down:connect(function()
2349 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2350 uTorso.CFrame = WayPoints["Red Clubhouse"]
2351 WayPointsFrame.Visible = false
2352 notify'Teleported to Red ClubHouse'
2353end)
2354
2355BlueClubhouse.MouseButton1Down:connect(function()
2356 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2357 uTorso.CFrame = WayPoints["Blue Clubhouse"]
2358 WayPointsFrame.Visible = false
2359 notify'Teleported to Blue ClubHouse'
2360end)
2361
2362TicketShop.MouseButton1Down:connect(function()
2363 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2364 uTorso.CFrame = WayPoints["Ticket Shop"]
2365 WayPointsFrame.Visible = false
2366 notify'Teleported to Ticket Dispenser'
2367end)
2368
2369ClubHoney.MouseButton1Down:connect(function()
2370 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2371 uTorso.CFrame = WayPoints["Club Honey"]
2372 WayPointsFrame.Visible = false
2373 notify'Teleported to Club Honey Dispenser'
2374end)
2375
2376RoyalJellyShop.MouseButton1Down:connect(function()
2377 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2378 uTorso.CFrame = WayPoints["RoyalJelly Shop"]
2379 WayPointsFrame.Visible = false
2380 notify'Teleported to RoyalJelly Shop'
2381end)
2382
2383TicketRoyalJelly.MouseButton1Down:connect(function()
2384 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2385 uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
2386 WayPointsFrame.Visible = false
2387 notify'Teleported to Ticket Royal Jelly Shop'
2388end)
2389
2390Honeystorm.MouseButton1Down:connect(function()
2391 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2392 uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
2393 WayPointsFrame.Visible = false
2394 notify'Teleported to Honeystorm'
2395end)
2396
2397HoneyConvertor.MouseButton1Down:connect(function()
2398 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2399 uTorso.CFrame = WayPoints["Instant Honey Convertor"]
2400 WayPointsFrame.Visible = false
2401 notify'Teleported to Instant Honey Convertor'
2402end)
2403
2404TreatDispenser.MouseButton1Down:connect(function()
2405 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2406 uTorso.CFrame = WayPoints["Treat Dispenser"]
2407 WayPointsFrame.Visible = false
2408 notify'Teleported to Treat Dispenser'
2409end)
2410
2411KingbeetlesLair.MouseButton1Down:connect(function()
2412 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2413 uTorso.CFrame = WayPoints["King Beetles Lair"]
2414 WayPointsFrame.Visible = false
2415 notify'Teleported to King Beetles Lair'
2416end)
2417
2418
2419MushRoomField.MouseButton1Down:connect(function()
2420 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2421 uTorso.CFrame = WayPoints["Mushroom Field"]
2422 WayPointsFrame.Visible = false
2423 notify'Teleported to Mushroom Field'
2424end)
2425
2426StrawBerryField.MouseButton1Down:connect(function()
2427 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2428 uTorso.CFrame = WayPoints["StrawBerry Field"]
2429 WayPointsFrame.Visible = false
2430 notify'Teleported to StrawBerry Field'
2431end)
2432
2433CloverField.MouseButton1Down:connect(function()
2434 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2435 uTorso.CFrame = WayPoints["Clover Field"]
2436 WayPointsFrame.Visible = false
2437 notify'Teleported to Clover Field'
2438end)
2439
2440SpiderField.MouseButton1Down:connect(function()
2441 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2442 uTorso.CFrame = WayPoints["Spider Field"]
2443 WayPointsFrame.Visible = false
2444 notify'Teleported to Spider Field'
2445end)
2446
2447BlueField.MouseButton1Down:connect(function()
2448 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2449 uTorso.CFrame = WayPoints["Blue Field"]
2450 WayPointsFrame.Visible = false
2451 notify'Teleported to Blue Field'
2452end)
2453
2454SunflowerField.MouseButton1Down:connect(function()
2455 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2456 uTorso.CFrame = WayPoints["Sunflower Field"]
2457 WayPointsFrame.Visible = false
2458 notify'Teleported to Sunflower Field'
2459end)
2460
2461DandelionField.MouseButton1Down:connect(function()
2462 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2463 uTorso.CFrame = WayPoints["Dandelion Field"]
2464 WayPointsFrame.Visible = false
2465 notify'Teleported to Dandelion Field'
2466end)
2467
2468BamBooField.MouseButton1Down:connect(function()
2469 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2470 uTorso.CFrame = WayPoints["BamBoo Field"]
2471 WayPointsFrame.Visible = false
2472 notify'Teleported to BamBoo Field'
2473end)
2474
2475RoseField.MouseButton1Down:connect(function()
2476 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2477 uTorso.CFrame = WayPoints["Rose Field"]
2478 WayPointsFrame.Visible = false
2479 notify'Teleported to Rose Field'
2480end)
2481
2482CactusField.MouseButton1Down:connect(function()
2483 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2484 uTorso.CFrame = WayPoints["Cactus Field"]
2485 WayPointsFrame.Visible = false
2486 notify'Teleported to BamBoo Field'
2487end)
2488
2489PumpkinField.MouseButton1Down:connect(function()
2490 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2491 uTorso.CFrame = WayPoints["Pumpkin Field"]
2492 WayPointsFrame.Visible = false
2493 notify'Teleported to BamBoo Field'
2494end)
2495
2496PineTreeField.MouseButton1Down:connect(function()
2497 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2498 uTorso.CFrame = WayPoints["PineTree Field"]
2499 WayPointsFrame.Visible = false
2500 notify'Teleported to BamBoo Field'
2501end)
2502
2503MountainTopField.MouseButton1Down:connect(function()
2504 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2505 uTorso.CFrame = WayPoints["MountainTop Field"]
2506 WayPointsFrame.Visible = false
2507 notify'Teleported to Mountain Top Field'
2508end)
2509
2510PineappleField.MouseButton1Down:connect(function()
2511 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2512 uTorso.CFrame = WayPoints["Pineapple Field"]
2513 WayPointsFrame.Visible = false
2514 notify'Teleported to Pineapple Field'
2515end)
2516
2517GumdropDispenser.MouseButton1Down:connect(function()
2518 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2519 uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
2520 WayPointsFrame.Visible = false
2521 notify'Teleported to Gumdrop Dispenser'
2522end)
2523
2524TreatShop.MouseButton1Down:connect(function()
2525 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2526 uTorso.CFrame = WayPoints["Treat Shop"]
2527 WayPointsFrame.Visible = false
2528 notify'Teleported to Treat Shop'
2529end)
2530
2531Onett.MouseButton1Down:connect(function()
2532 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2533 uTorso.CFrame = WayPoints["Onett"]
2534 WayPointsFrame.Visible = false
2535 notify'Teleported to Onett'
2536end)
2537
2538AntChallenge.MouseButton1Down:connect(function()
2539 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2540 uTorso.CFrame = WayPoints["Ant Challenge"]
2541 WayPointsFrame.Visible = false
2542 notify'Teleported to Ant Challenge'
2543end)
2544
2545BlueberryDispenser.MouseButton1Down:connect(function()
2546 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2547 uTorso.CFrame = WayPoints["Blueberry Dispenser"]
2548 WayPointsFrame.Visible = false
2549 notify'Teleported to Blueberry Dispenser'
2550end)
2551
2552StrawberryDispenser.MouseButton1Down:connect(function()
2553 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2554 uTorso.CFrame = WayPoints["Strawberry Dispenser"]
2555 WayPointsFrame.Visible = false
2556 notify'Teleported to Strawberry Dispenser'
2557end)
2558
2559-- Show Location --
2560
2561spawn (function()
2562 while true do
2563 function round(num, numDecimalPlaces)
2564 local mult = 10^(numDecimalPlaces or 0)
2565 return math.floor(num * mult + 0.5) / mult
2566 end
2567 LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
2568 LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
2569 LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
2570 ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
2571 wait(0.5)
2572 end
2573end)
2574
2575SetLocation.MouseButton1Down:connect(function()
2576 function round(num, numDecimalPlaces)
2577 local mult = 10^(numDecimalPlaces or 0)
2578 return math.floor(num * mult + 0.5) / mult
2579 end
2580 setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
2581 setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
2582 setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
2583 print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
2584 SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
2585 CustomLocationSet = true
2586end)
2587
2588--- TP to custom location ---
2589
2590TPLocation.MouseButton1Down:connect(function()
2591 if CustomLocationSet == true then
2592 local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
2593 uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
2594 end
2595end)
2596
2597--- Player Teleport ---
2598
2599local buttons = {
2600 Player1,
2601 Player2,
2602 Player3,
2603 Player4,
2604 Player5
2605}
2606spawn (function()
2607 while true do
2608 Player1.Text = ""
2609 Player2.Text = ""
2610 Player3.Text = ""
2611 Player4.Text = ""
2612 Player5.Text = ""
2613 for i, v in pairs(game.Players:GetChildren()) do
2614 buttons[i].Text = v.Name
2615 buttons[i].Visible = true
2616 end
2617 wait(0.5)
2618 end
2619end)
2620
2621Player1.MouseButton1Down:connect(function()
2622 PlyrSel.Text = Player1.Text
2623end)
2624Player2.MouseButton1Down:connect(function()
2625 PlyrSel.Text = Player2.Text
2626end)
2627Player3.MouseButton1Down:connect(function()
2628 PlyrSel.Text = Player3.Text
2629end)
2630Player4.MouseButton1Down:connect(function()
2631 PlyrSel.Text = Player4.Text
2632end)
2633Player5.MouseButton1Down:connect(function()
2634 PlyrSel.Text = Player5.Text
2635end)
2636
2637TpPlayer.MouseButton1Down:connect(function()
2638 if PlyrSel.Text == "SELECT A PLAYER" then
2639 warn("No Player Selected")
2640 else
2641 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
2642 end
2643end)
2644
2645spawn(function()
2646 while true do
2647 wait()
2648 if antchallengeescape == true then
2649 while antchallengeescape == true do
2650 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(LocationX, NewLocationY, LocationZ)
2651 wait(0.3)
2652 end
2653 end
2654 end
2655end)
2656
2657-- Find Hidden Treasures --
2658
2659FindTreasures.MouseButton1Down:connect(function()
2660 local player = game:GetService("Players").LocalPlayer
2661 local function collecttreasure(treasure)
2662 for i,v in ipairs(treasure:GetChildren()) do
2663 if v.Parent then
2664 player.Character:MoveTo(v.Position)
2665 end
2666 wait(1)
2667 end
2668 end
2669 collecttreasure(workspace.TreasureCollectibles)
2670 wait(1)
2671 player.Character:MoveTo(player.SpawnPos.Value.p)
2672end)
2673
2674--- NoClip ---
2675
2676noclip = false
2677game:GetService('RunService').Stepped:connect(function()
2678if noclip then
2679game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
2680end
2681end)
2682NoClip.MouseButton1Down:connect(function()
2683noclip = not noclip
2684if NoClip.Text == "Enable NoClip" then
2685 NoClip.Text = "Disable NoClip"
2686 NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
2687else
2688 NoClip.Text = "Enable NoClip"
2689 NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2690end
2691end)
2692
2693--- TP Tool ---
2694
2695TPTool.MouseButton1Down:connect(function()
2696 local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
2697 Tele.RequiresHandle = false
2698 Tele.RobloxLocked = true
2699 Tele.Name = "TPTool"
2700 Tele.ToolTip = "Teleport Tool"
2701 Tele.Equipped:connect(function(Mouse)
2702 Mouse.Button1Down:connect(function()
2703 if Mouse.Target then
2704 game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
2705 end
2706 end)
2707 end)
2708 notify'TP Tool added to your Backpack'
2709
2710end)
2711
2712--- Builder Tool ---
2713
2714BTool.MouseButton1Down:connect(function()
2715 local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
2716 local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
2717 local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
2718 local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
2719 local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
2720 tool1.BinType = "Clone"
2721 tool2.BinType = "GameTool"
2722 tool3.BinType = "Hammer"
2723 tool4.BinType = "Script"
2724 tool5.BinType = "Grab"
2725notify'BTools added to your Backpack'
2726end)
2727
2728--- Pollen Farm ---
2729
2730PollenFarm.MouseButton1Click:connect(function()
2731 if PollenFarmActive ~= true then
2732 PollenFarmActive = true
2733 Field1AFActive = false
2734 Field2AFActive = false
2735 Field3AFActive = false
2736 Field4AFActive = false
2737 Field5AFActive = false
2738 Field6AFActive = false
2739 Field7AFActive = false
2740 Field8AFActive = false
2741 Field9AFActive = false
2742 Field10AFActive = false
2743 Field11AFActive = false
2744 Field12AFActive = false
2745 Field13AFActive = false
2746 Field14AFActive = false
2747 PollenFarm.Text = "Stop Farming"
2748 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2749 notify'Pollen Farming Started'
2750 else
2751 PollenFarmActive = false
2752 Field1AFActive = false
2753 Field2AFActive = false
2754 Field3AFActive = false
2755 Field4AFActive = false
2756 Field5AFActive = false
2757 Field6AFActive = false
2758 Field7AFActive = false
2759 Field8AFActive = false
2760 Field9AFActive = false
2761 Field10AFActive = false
2762 Field11AFActive = false
2763 Field12AFActive = false
2764 Field13AFActive = false
2765 Field14AFActive = false
2766 notify'Pollen Farming Ended'
2767 PollenFarm.Text = "Farm Pollen"
2768 PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
2769 local player = game:GetService("Players").LocalPlayer
2770 currp=nil
2771 player.Character:MoveTo(player.SpawnPos.Value.p)
2772 end
2773end)
2774
2775Field1AF.MouseButton1Down:connect(function()
2776 PollenFarmActive = true
2777 Field1AFActive = true
2778 Field2AFActive = false
2779 Field3AFActive = false
2780 Field4AFActive = false
2781 Field5AFActive = false
2782 Field6AFActive = false
2783 Field7AFActive = false
2784 Field8AFActive = false
2785 Field9AFActive = false
2786 Field10AFActive = false
2787 Field11AFActive = false
2788 Field12AFActive = false
2789 Field13AFActive = false
2790 Field14AFActive = false
2791 PollenFarm.Text = "Stop Farming"
2792 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2793 notify'Pollen Farming Zone 1 Started'
2794 WayPointsFrame.Visible = false
2795end)
2796
2797Field2AF.MouseButton1Down:connect(function()
2798 PollenFarmActive = true
2799 Field2AFActive = true
2800 Field1AFActive = false
2801 Field3AFActive = false
2802 Field4AFActive = false
2803 Field5AFActive = false
2804 Field6AFActive = false
2805 Field7AFActive = false
2806 Field8AFActive = false
2807 Field9AFActive = false
2808 Field10AFActive = false
2809 Field11AFActive = false
2810 Field12AFActive = false
2811 Field13AFActive = false
2812 Field14AFActive = false
2813 PollenFarm.Text = "Stop Farming"
2814 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2815 notify'Pollen Farming Zone 2 Started'
2816 WayPointsFrame.Visible = false
2817end)
2818
2819Field3AF.MouseButton1Down:connect(function()
2820 PollenFarmActive = true
2821 Field3AFActive = true
2822 Field1AFActive = false
2823 Field2AFActive = false
2824 Field4AFActive = false
2825 Field5AFActive = false
2826 Field6AFActive = false
2827 Field7AFActive = false
2828 Field8AFActive = false
2829 Field9AFActive = false
2830 Field10AFActive = false
2831 Field11AFActive = false
2832 Field12AFActive = false
2833 Field13AFActive = false
2834 Field14AFActive = false
2835 PollenFarm.Text = "Stop Farming"
2836 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2837 notify'Pollen Farming Zone 3 Started'
2838 WayPointsFrame.Visible = false
2839end)
2840
2841Field4AF.MouseButton1Down:connect(function()
2842 PollenFarmActive = true
2843 Field4AFActive = true
2844 Field1AFActive = false
2845 Field2AFActive = false
2846 Field3AFActive = false
2847 Field5AFActive = false
2848 Field6AFActive = false
2849 Field7AFActive = false
2850 Field8AFActive = false
2851 Field9AFActive = false
2852 Field10AFActive = false
2853 Field11AFActive = false
2854 Field12AFActive = false
2855 Field13AFActive = false
2856 Field14AFActive = false
2857 PollenFarm.Text = "Stop Farming"
2858 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2859 notify'Pollen Farming Zone 4 Started'
2860 WayPointsFrame.Visible = false
2861end)
2862
2863Field5AF.MouseButton1Down:connect(function()
2864 PollenFarmActive = true
2865 Field5AFActive = true
2866 Field1AFActive = false
2867 Field2AFActive = false
2868 Field3AFActive = false
2869 Field4AFActive = false
2870 Field6AFActive = false
2871 Field7AFActive = false
2872 Field8AFActive = false
2873 Field9AFActive = false
2874 Field10AFActive = false
2875 Field11AFActive = false
2876 Field12AFActive = false
2877 Field13AFActive = false
2878 Field14AFActive = false
2879 PollenFarm.Text = "Stop Farming"
2880 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2881 notify'Pollen Farming Zone 5 Started'
2882 WayPointsFrame.Visible = false
2883end)
2884
2885Field6AF.MouseButton1Down:connect(function()
2886 PollenFarmActive = true
2887 Field6AFActive = true
2888 Field1AFActive = false
2889 Field2AFActive = false
2890 Field3AFActive = false
2891 Field4AFActive = false
2892 Field5AFActive = false
2893 Field7AFActive = false
2894 Field8AFActive = false
2895 Field9AFActive = false
2896 Field10AFActive = false
2897 Field11AFActive = false
2898 Field12AFActive = false
2899 Field13AFActive = false
2900 Field14AFActive = false
2901 PollenFarm.Text = "Stop Farming"
2902 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2903 notify'Pollen Farming Zone 6 Started'
2904 WayPointsFrame.Visible = false
2905end)
2906
2907Field7AF.MouseButton1Down:connect(function()
2908 PollenFarmActive = true
2909 Field7AFActive = true
2910 Field1AFActive = false
2911 Field2AFActive = false
2912 Field3AFActive = false
2913 Field4AFActive = false
2914 Field5AFActive = false
2915 Field6AFActive = false
2916 Field8AFActive = false
2917 Field9AFActive = false
2918 Field10AFActive = false
2919 Field11AFActive = false
2920 Field12AFActive = false
2921 Field13AFActive = false
2922 Field14AFActive = false
2923 PollenFarm.Text = "Stop Farming"
2924 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2925 notify'Pollen Farming Zone 7 Started'
2926 WayPointsFrame.Visible = false
2927end)
2928
2929Field8AF.MouseButton1Down:connect(function()
2930 PollenFarmActive = true
2931 Field8AFActive = true
2932 Field1AFActive = false
2933 Field2AFActive = false
2934 Field3AFActive = false
2935 Field4AFActive = false
2936 Field5AFActive = false
2937 Field6AFActive = false
2938 Field7AFActive = false
2939 Field9AFActive = false
2940 Field10AFActive = false
2941 Field11AFActive = false
2942 Field12AFActive = false
2943 Field13AFActive = false
2944 Field14AFActive = false
2945 PollenFarm.Text = "Stop Farming"
2946 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2947 notify'Pollen Farming Zone 8 Started'
2948 WayPointsFrame.Visible = false
2949end)
2950
2951Field9AF.MouseButton1Down:connect(function()
2952 PollenFarmActive = true
2953 Field9AFActive = true
2954 Field1AFActive = false
2955 Field2AFActive = false
2956 Field3AFActive = false
2957 Field4AFActive = false
2958 Field5AFActive = false
2959 Field6AFActive = false
2960 Field7AFActive = false
2961 Field8AFActive = false
2962 Field10AFActive = false
2963 Field11AFActive = false
2964 Field12AFActive = false
2965 Field13AFActive = false
2966 Field14AFActive = false
2967 PollenFarm.Text = "Stop Farming"
2968 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2969 notify'Pollen Farming Zone 9 Started'
2970 WayPointsFrame.Visible = false
2971end)
2972
2973Field10AF.MouseButton1Down:connect(function()
2974 PollenFarmActive = true
2975 Field10AFActive = true
2976 Field1AFActive = false
2977 Field2AFActive = false
2978 Field3AFActive = false
2979 Field4AFActive = false
2980 Field5AFActive = false
2981 Field6AFActive = false
2982 Field7AFActive = false
2983 Field8AFActive = false
2984 Field9AFActive = false
2985 Field11AFActive = false
2986 Field12AFActive = false
2987 Field13AFActive = false
2988 Field14AFActive = false
2989 PollenFarm.Text = "Stop Farming"
2990 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
2991 notify'Pollen Farming Zone 10 Started'
2992 WayPointsFrame.Visible = false
2993end)
2994
2995Field11AF.MouseButton1Down:connect(function()
2996 PollenFarmActive = true
2997 Field11AFActive = true
2998 Field1AFActive = false
2999 Field2AFActive = false
3000 Field3AFActive = false
3001 Field4AFActive = false
3002 Field5AFActive = false
3003 Field6AFActive = false
3004 Field7AFActive = false
3005 Field8AFActive = false
3006 Field9AFActive = false
3007 Field10AFActive = false
3008 Field12AFActive = false
3009 Field13AFActive = false
3010 Field14AFActive = false
3011 PollenFarm.Text = "Stop Farming"
3012 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3013 notify'Pollen Farming Zone 11 Started'
3014 WayPointsFrame.Visible = false
3015end)
3016
3017Field12AF.MouseButton1Down:connect(function()
3018 PollenFarmActive = true
3019 Field12AFActive = true
3020 Field1AFActive = false
3021 Field2AFActive = false
3022 Field3AFActive = false
3023 Field4AFActive = false
3024 Field5AFActive = false
3025 Field6AFActive = false
3026 Field7AFActive = false
3027 Field8AFActive = false
3028 Field9AFActive = false
3029 Field10AFActive = false
3030 Field11AFActive = false
3031 Field13AFActive = false
3032 Field14AFActive = false
3033 PollenFarm.Text = "Stop Farming"
3034 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3035 notify'Pollen Farming Zone 12 Started'
3036 WayPointsFrame.Visible = false
3037end)
3038
3039Field13AF.MouseButton1Down:connect(function()
3040 PollenFarmActive = true
3041 Field13AFActive = true
3042 Field1AFActive = false
3043 Field2AFActive = false
3044 Field3AFActive = false
3045 Field4AFActive = false
3046 Field5AFActive = false
3047 Field6AFActive = false
3048 Field7AFActive = false
3049 Field8AFActive = false
3050 Field9AFActive = false
3051 Field10AFActive = false
3052 Field11AFActive = false
3053 Field12AFActive = false
3054 Field14AFActive = false
3055 PollenFarm.Text = "Stop Farming"
3056 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3057 notify'Pollen Farming Zone 13 Started'
3058 WayPointsFrame.Visible = false
3059end)
3060
3061Field14AF.MouseButton1Down:connect(function()
3062 PollenFarmActive = true
3063 Field14AFActive = true
3064 Field1AFActive = false
3065 Field2AFActive = false
3066 Field3AFActive = false
3067 Field4AFActive = false
3068 Field5AFActive = false
3069 Field6AFActive = false
3070 Field7AFActive = false
3071 Field8AFActive = false
3072 Field9AFActive = false
3073 Field10AFActive = false
3074 Field11AFActive = false
3075 Field12AFActive = false
3076 Field13AFActive = false
3077 PollenFarm.Text = "Stop Farming"
3078 PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
3079 notify'Pollen Farming Zone 14 Started'
3080 WayPointsFrame.Visible = false
3081end)
3082
3083-- Auto Dig --
3084
3085AutoDig.MouseButton1Click:connect(function()
3086 if AutoDigActive ~= true then
3087 AutoDigActive = true
3088 AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
3089 if AutoDigActive then
3090 local player = game:GetService("Players").LocalPlayer
3091 local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
3092 if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
3093 AutoDigActive = false
3094 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
3095 error("Tool not found")
3096 end
3097 pollenTool.Parent = player.Character
3098 while AutoDigActive do
3099 wait(0.1)
3100 pollenTool.ClickEvent:FireServer(CFrame.new())
3101 end
3102 end
3103 else
3104 AutoDigActive = false
3105 notify'Auto Dig Stopped'
3106 AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
3107 end
3108end)
3109
3110--- ReJoin Server ---
3111
3112ReJoinServer.MouseButton1Down:connect(function()
3113 local placeId = 1537690962
3114 game:GetService("TeleportService"):Teleport(placeId)
3115end)
3116
3117--- Mouse Actions ---
3118
3119mouse.KeyDown:connect(function(key)
3120 if key == "r" then
3121 if antchallengeescape == true then
3122 antchallengeescape = false
3123 else
3124 LocationX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
3125 LocationY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
3126 LocationZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
3127 NewLocationY = LocationY +10
3128 print("Current Position: "..LocationX..", "..LocationY..", "..LocationZ)
3129 antchallengeescape = true
3130 end
3131 end
3132end)
3133
3134
3135 end)
3136
3137end
3138coroutine.resume(coroutine.create(SCRIPT_JUDC81_FAKESCRIPT))
3139function SCRIPT_MKKJ84_FAKESCRIPT() -- PetSim.petsimgui
3140 getfenv().script = Instance.new('Script', PetSim)
3141
3142 button = script.Parent
3143
3144
3145 button.MouseButton1Down:connect(function()
3146
3147
3148
3149--- Credit To FunTrator .
3150--- Do Whatever You Want . LIFE SUCKS .
3151--- Discord : Discord.io/SomeoneShark
3152
3153local PSG = Instance.new("ScreenGui")
3154local bar1 = Instance.new("Frame")
3155local SF = Instance.new("TextButton")
3156local UEA = Instance.new("TextButton")
3157local UA = Instance.new("TextButton")
3158local N = Instance.new("TextLabel")
3159local AT = Instance.new("TextButton")
3160local No = Instance.new("TextLabel")
3161local TextLabel = Instance.new("TextLabel")
3162local MF = Instance.new("TextButton")
3163local AF = Instance.new("TextButton")
3164local WS = Instance.new("TextButton")
3165local JP = Instance.new("TextButton")
3166local bar2 = Instance.new("Frame")
3167local Stor = Instance.new("TextButton")
3168local P2 = Instance.new("TextButton")
3169local P1 = Instance.new("TextButton")
3170local P3 = Instance.new("TextButton")
3171local P4 = Instance.new("TextButton")
3172local M1 = Instance.new("TextButton")
3173local P5 = Instance.new("TextButton")
3174local M2 = Instance.new("TextButton")
3175local Spawn = Instance.new("TextButton")
3176local C = Instance.new("TextButton")
3177local X = Instance.new("TextButton")
3178
3179PSG.Name = "PSG"
3180PSG.Parent = game.CoreGui
3181
3182bar1.Name = "bar1"
3183bar1.Parent = PSG
3184bar1.BackgroundColor3 = Color3.new(0.172549, 0, 0.0627451)
3185bar1.BorderSizePixel = 2
3186bar1.Position = UDim2.new(0.241050124, 0, 0.177033499, 0)
3187bar1.Size = UDim2.new(0, 263, 0, 356)
3188bar1.Style = Enum.FrameStyle.RobloxRound
3189bar1.Active = true
3190bar1.Draggable = true
3191
3192SF.Name = "SF"
3193SF.Parent = bar1
3194SF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3195SF.Position = UDim2.new(0.0570342205, 0, 0.151685402, 0)
3196SF.Size = UDim2.new(0, 107, 0, 42)
3197SF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3198SF.Font = Enum.Font.SciFi
3199SF.Text = "Small FARM"
3200SF.TextColor3 = Color3.new(0, 0, 0)
3201SF.TextSize = 14
3202SF.MouseButton1Down:connect(function()
3203local amount = 100 -- experiment with this value, 1000 is maximum and for pets with high levels
3204local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
3205local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
3206local plr = game:GetService("Players").LocalPlayer
3207local petids = {}
3208local pets = game:GetService("Workspace")["__REMOTES"].Pets
3209local a = #save[plr.Name]["Save"]["Pets"]
3210local done = "lol meme"
3211function random(t)
3212 local keys = {}
3213 for key, value in pairs(t) do
3214 keys[#keys+1] = key
3215 end
3216 index = keys[math.random(1, #keys)]
3217 return t[index]
3218end
3219for i=1,a do
3220 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
3221 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
3222 end
3223 a = a - 1
3224end
3225function co(b)
3226 local done = b
3227 print("Mining coin: " .. b.Name)
3228 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
3229 warn(b.Name .. "- Health: " .. b.Health.Value)
3230 wait(0.2)
3231 coins:FireServer("Mine",b.Name, amount, random(petids))
3232 end
3233end
3234for _,b in next, workspace.__THINGS.Coins:GetChildren() do
3235 if(done ~= b) then
3236 coroutine.wrap(function()co(b)end)()
3237 end
3238end
3239end)
3240
3241UEA.Name = "UEA"
3242UEA.Parent = bar1
3243UEA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3244UEA.Position = UDim2.new(0.258555144, 0, 0.601123571, 0)
3245UEA.Size = UDim2.new(0, 118, 0, 42)
3246UEA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3247UEA.Font = Enum.Font.SciFi
3248UEA.Text = "Un-Equip Pets"
3249UEA.TextColor3 = Color3.new(0, 0, 0)
3250UEA.TextSize = 14
3251UEA.MouseButton1Down:connect(function()
3252local Event = game:GetService("Workspace")["__REMOTES"].Pets
3253local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
3254for _,x in next, game:GetService"Players":GetPlayers() do
3255 if(x.Name ~= game:GetService"Players".LocalPlayer.Name) then
3256 local a = #save[x.Name]["Save"]["Pets"]
3257 for i=1,a do
3258 Event:FireServer("Remove", x, save[x.Name]["Save"]["Pets"][a].id)
3259 a = a - 1
3260 end
3261 end
3262end
3263end)
3264
3265UA.Name = "UA"
3266UA.Parent = bar1
3267UA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3268UA.Position = UDim2.new(0.524714828, 0, 0.30898878, 0)
3269UA.Size = UDim2.new(0, 118, 0, 42)
3270UA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3271UA.Font = Enum.Font.SciFi
3272UA.Text = "Unlock All"
3273UA.TextColor3 = Color3.new(0, 0, 0)
3274UA.TextSize = 14
3275UA.MouseButton1Down:connect(function()
3276local barriers_table = { "Barrier1", "Barrier2", "Barrier3", "Barrier4", "Barrier5" }
3277local barriers = game:GetService("Workspace").__THINGS["Barriers"]
3278barriers:Destroy()
3279end)
3280
3281N.Name = "N"
3282N.Parent = bar1
3283N.BackgroundColor3 = Color3.new(1, 1, 1)
3284N.BackgroundTransparency = 1
3285N.Position = UDim2.new(0.022813689, 0, 0.0188706424, 0)
3286N.Size = UDim2.new(0, 234, 0, 23)
3287N.Font = Enum.Font.SciFi
3288N.Text = "Pet Simulator Gui - By FunTrator"
3289N.TextColor3 = Color3.new(0.992157, 0.00784314, 0.141176)
3290N.TextSize = 17
3291
3292AT.Name = "AT"
3293AT.Parent = bar1
3294AT.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3295AT.Position = UDim2.new(0.174904943, 0, 0.767000616, 0)
3296AT.Size = UDim2.new(0, 162, 0, 42)
3297AT.Style = Enum.ButtonStyle.RobloxButtonDefault
3298AT.Font = Enum.Font.SciFi
3299AT.Text = "Teleports"
3300AT.TextColor3 = Color3.new(0.980392, 0.0235294, 0.121569)
3301AT.TextSize = 26
3302AT.MouseButton1Down:connect(function()
3303bar2.Visible = true
3304end)
3305
3306No.Name = "No"
3307No.Parent = bar1
3308No.BackgroundColor3 = Color3.new(1, 0.00392157, 0.0196078)
3309No.Position = UDim2.new(0.0342205316, 0, 0.100694448, 0)
3310No.Size = UDim2.new(0, 233, 0, 1)
3311No.Font = Enum.Font.SourceSans
3312No.Text = ""
3313No.TextColor3 = Color3.new(0, 0, 0)
3314No.TextSize = 14
3315
3316TextLabel.Parent = bar1
3317TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
3318TextLabel.BackgroundTransparency = 1
3319TextLabel.Position = UDim2.new(0.022813689, 0, 0.921862781, 0)
3320TextLabel.Size = UDim2.new(0, 233, 0, 23)
3321TextLabel.Font = Enum.Font.SciFi
3322TextLabel.Text = "Discord : Discord.io/SomeoneShark"
3323TextLabel.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
3324TextLabel.TextSize = 13
3325
3326MF.Name = "MF"
3327MF.Parent = bar1
3328MF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3329MF.Position = UDim2.new(0.524714828, 0, 0.149288639, 0)
3330MF.Size = UDim2.new(0, 118, 0, 42)
3331MF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3332MF.Font = Enum.Font.SciFi
3333MF.Text = "Med. FARM"
3334MF.TextColor3 = Color3.new(0, 0, 0)
3335MF.TextSize = 14
3336MF.MouseButton1Down:connect(function()
3337local amount = 500 -- experiment with this value, 1000 is maximum and for pets with high levels
3338local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
3339local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
3340local plr = game:GetService("Players").LocalPlayer
3341local petids = {}
3342local pets = game:GetService("Workspace")["__REMOTES"].Pets
3343local a = #save[plr.Name]["Save"]["Pets"]
3344local done = "lol meme"
3345function random(t)
3346 local keys = {}
3347 for key, value in pairs(t) do
3348 keys[#keys+1] = key
3349 end
3350 index = keys[math.random(1, #keys)]
3351 return t[index]
3352end
3353for i=1,a do
3354 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
3355 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
3356 end
3357 a = a - 1
3358end
3359function co(b)
3360 local done = b
3361 print("Mining coin: " .. b.Name)
3362 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
3363 warn(b.Name .. "- Health: " .. b.Health.Value)
3364 wait(0.2)
3365 coins:FireServer("Mine",b.Name, amount, random(petids))
3366 end
3367end
3368for _,b in next, workspace.__THINGS.Coins:GetChildren() do
3369 if(done ~= b) then
3370 coroutine.wrap(function()co(b)end)()
3371 end
3372end
3373end)
3374
3375AF.Name = "AF"
3376AF.Parent = bar1
3377AF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3378AF.Position = UDim2.new(0.0532319397, 0, 0.30898878, 0)
3379AF.Size = UDim2.new(0, 108, 0, 42)
3380AF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3381AF.Font = Enum.Font.SciFi
3382AF.Text = "MAX FARM"
3383AF.TextColor3 = Color3.new(0, 0, 0)
3384AF.TextSize = 14
3385AF.MouseButton1Down:connect(function()
3386local amount = 1000 -- experiment with this value, 1000 is maximum and for pets with high levels
3387local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
3388local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
3389local plr = game:GetService("Players").LocalPlayer
3390local petids = {}
3391local pets = game:GetService("Workspace")["__REMOTES"].Pets
3392local a = #save[plr.Name]["Save"]["Pets"]
3393local done = "lol meme"
3394function random(t)
3395 local keys = {}
3396 for key, value in pairs(t) do
3397 keys[#keys+1] = key
3398 end
3399 index = keys[math.random(1, #keys)]
3400 return t[index]
3401end
3402for i=1,a do
3403 if(save[plr.Name]["Save"]["Pets"][a].e == true) then
3404 table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
3405 end
3406 a = a - 1
3407end
3408function co(b)
3409 local done = b
3410 print("Mining coin: " .. b.Name)
3411 while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
3412 warn(b.Name .. "- Health: " .. b.Health.Value)
3413 wait(0.2)
3414 coins:FireServer("Mine",b.Name, amount, random(petids))
3415 end
3416end
3417for _,b in next, workspace.__THINGS.Coins:GetChildren() do
3418 if(done ~= b) then
3419 coroutine.wrap(function()co(b)end)()
3420 end
3421end
3422end)
3423
3424WS.Name = "WS"
3425WS.Parent = bar1
3426WS.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3427WS.Position = UDim2.new(0.0570342205, 0, 0.449438214, 0)
3428WS.Size = UDim2.new(0, 108, 0, 42)
3429WS.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3430WS.Font = Enum.Font.SciFi
3431WS.Text = "WalkSpeed"
3432WS.TextColor3 = Color3.new(0, 0, 0)
3433WS.TextSize = 14
3434WS.MouseButton1Down:connect(function()
3435game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
3436end)
3437
3438JP.Name = "JP"
3439JP.Parent = bar1
3440JP.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
3441JP.Position = UDim2.new(0.520912528, 0, 0.449438214, 0)
3442JP.Size = UDim2.new(0, 119, 0, 42)
3443JP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3444JP.Font = Enum.Font.SciFi
3445JP.Text = "Jump Power"
3446JP.TextColor3 = Color3.new(0, 0, 0)
3447JP.TextSize = 14
3448WS.MouseButton1Down:connect(function()
3449game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
3450end)
3451
3452bar2.Name = "bar2"
3453bar2.Parent = PSG
3454bar2.BackgroundColor3 = Color3.new(1, 1, 1)
3455bar2.Position = UDim2.new(0.564439118, 0, 0.178628385, 0)
3456bar2.Size = UDim2.new(0, 214, 0, 329)
3457bar2.Style = Enum.FrameStyle.RobloxRound
3458bar2.Active = true
3459bar2.Draggable = true
3460bar2.Visible = false
3461
3462Stor.Name = "Stor"
3463Stor.Parent = bar2
3464Stor.BackgroundColor3 = Color3.new(1, 1, 1)
3465Stor.Position = UDim2.new(0.532710254, 0, 0.0186170191, 0)
3466Stor.Size = UDim2.new(0, 92, 0, 39)
3467Stor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3468Stor.Font = Enum.Font.SourceSans
3469Stor.Text = "Store"
3470Stor.TextColor3 = Color3.new(0, 0, 0)
3471Stor.TextSize = 14
3472Stor.MouseButton1Down:connect(function()
3473game.Players.LocalPlayer.Character:MoveTo(Vector3.new(719.225952, -33.6261177, 894.049072))
3474end)
3475
3476P2.Name = "P2"
3477P2.Parent = bar2
3478P2.BackgroundColor3 = Color3.new(1, 1, 1)
3479P2.Position = UDim2.new(0.532710254, 0, 0.177342772, 0)
3480P2.Size = UDim2.new(0, 92, 0, 39)
3481P2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3482P2.Font = Enum.Font.SourceSans
3483P2.Text = "Place 2"
3484P2.TextColor3 = Color3.new(0, 0, 0)
3485P2.TextSize = 14
3486P2.MouseButton1Down:connect(function()
3487game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-374.2388, -37.0378761, 885.253296))
3488end)
3489
3490P1.Name = "P1"
3491P1.Parent = bar2
3492P1.BackgroundColor3 = Color3.new(1, 1, 1)
3493P1.Position = UDim2.new(0.0140186772, 0, 0.174303263, 0)
3494P1.Size = UDim2.new(0, 92, 0, 39)
3495P1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3496P1.Font = Enum.Font.SourceSans
3497P1.Text = "Place 1"
3498P1.TextColor3 = Color3.new(0, 0, 0)
3499P1.TextSize = 14
3500P1.MouseButton1Down:connect(function()
3501game.Players.LocalPlayer.Character:MoveTo(Vector3.new(0.295806587, -37.0378761, 890.214355))
3502end)
3503
3504P3.Name = "P3"
3505P3.Parent = bar2
3506P3.BackgroundColor3 = Color3.new(1, 1, 1)
3507P3.Position = UDim2.new(0.0140186772, 0, 0.335101962, 0)
3508P3.Size = UDim2.new(0, 92, 0, 39)
3509P3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3510P3.Font = Enum.Font.SourceSans
3511P3.Text = "Place 3"
3512P3.TextColor3 = Color3.new(0, 0, 0)
3513P3.TextSize = 14
3514P3.MouseButton1Down:connect(function()
3515game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-760.199097, -37.0378761, 880.302246))
3516end)
3517
3518
3519P4.Name = "P4"
3520P4.Parent = bar2
3521P4.BackgroundColor3 = Color3.new(1, 1, 1)
3522P4.Position = UDim2.new(0.528037369, 0, 0.332062453, 0)
3523P4.Size = UDim2.new(0, 92, 0, 39)
3524P4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3525P4.Font = Enum.Font.SourceSans
3526P4.Text = "Place 4"
3527P4.TextColor3 = Color3.new(0, 0, 0)
3528P4.TextSize = 14
3529P4.MouseButton1Down:connect(function()
3530game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1140.22437, -37.0378761, 885.195129))
3531end)
3532
3533M1.Name = "M1"
3534M1.Parent = bar2
3535M1.BackgroundColor3 = Color3.new(1, 1, 1)
3536M1.Position = UDim2.new(0.065420568, 0, 0.647416413, 0)
3537M1.Size = UDim2.new(0, 173, 0, 39)
3538M1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3539M1.Font = Enum.Font.SourceSans
3540M1.Text = "Moon 1 [ Use This To Use Below ]"
3541M1.TextColor3 = Color3.new(0, 0, 0)
3542M1.TextSize = 14
3543M1.MouseButton1Down:connect(function()
3544local mapname = "Moon"
3545local Event = game:GetService("Workspace")["__REMOTES"]["Load Map"]
3546Event:FireServer(mapname)
3547end)
3548
3549P5.Name = "P5"
3550P5.Parent = bar2
3551P5.BackgroundColor3 = Color3.new(1, 1, 1)
3552P5.Position = UDim2.new(0.247663543, 0, 0.493842274, 0)
3553P5.Size = UDim2.new(0, 92, 0, 39)
3554P5.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3555P5.Font = Enum.Font.SourceSans
3556P5.Text = "Place 5"
3557P5.TextColor3 = Color3.new(0, 0, 0)
3558P5.TextSize = 14
3559P5.MouseButton1Down:connect(function()
3560game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1534.46313, -33.038002, 887.088318))
3561end)
3562
3563M2.Name = "M2"
3564M2.Parent = bar2
3565M2.BackgroundColor3 = Color3.new(1, 1, 1)
3566M2.Position = UDim2.new(0.0280373693, 0, 0.817688882, 0)
3567M2.Size = UDim2.new(0, 92, 0, 39)
3568M2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3569M2.Font = Enum.Font.SourceSans
3570M2.Text = "Moon 2"
3571M2.TextColor3 = Color3.new(0, 0, 0)
3572M2.TextSize = 14
3573M2.MouseButton1Down:connect(function()
3574game.Players.LocalPlayer.Character:MoveTo(Vector3.new(80.3468018, 144.27951, -1706.91724))
3575end)
3576
3577Spawn.Name = "Spawn"
3578Spawn.Parent = bar2
3579Spawn.BackgroundColor3 = Color3.new(1, 1, 1)
3580Spawn.Position = UDim2.new(0.00934579503, 0, 0.0186170191, 0)
3581Spawn.Size = UDim2.new(0, 92, 0, 39)
3582Spawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3583Spawn.Font = Enum.Font.SourceSans
3584Spawn.Text = "Spawn"
3585Spawn.TextColor3 = Color3.new(0, 0, 0)
3586Spawn.TextSize = 14
3587Spawn.MouseButton1Down:connect(function()
3588game.Players.LocalPlayer.Character:MoveTo(Vector3.new(536.137939, -36.409977, 886.542542))
3589end)
3590
3591C.Name = "C"
3592C.Parent = bar2
3593C.BackgroundColor3 = Color3.new(1, 1, 1)
3594C.Position = UDim2.new(0.532710254, 0, 0.813751876, 0)
3595C.Size = UDim2.new(0, 92, 0, 39)
3596C.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
3597C.Font = Enum.Font.SourceSans
3598C.Text = "Candy"
3599C.TextColor3 = Color3.new(0, 0, 0)
3600C.TextSize = 14
3601C.MouseButton1Down:connect(function()
3602game.Players.LocalPlayer.Character:MoveTo(Vector3.new(8.77877998, 144.27951, -1443.94481))
3603end)
3604
3605X.Name = "X"
3606X.Parent = bar2
3607X.BackgroundColor3 = Color3.new(1, 0.0313726, 0.160784)
3608X.Position = UDim2.new (0.888, 0,0,0.964, 0)
3609X.Size = UDim2.new(0, 25, 0, 17)
3610X.Font = Enum.Font.SciFi
3611X.Text = "X"
3612X.TextColor3 = Color3.new(0, 0, 0)
3613X.TextSize = 14
3614X.MouseButton1Down:connect(function()
3615bar2.Visible = false
3616end)
3617
3618
3619 end)
3620
3621end
3622coroutine.resume(coroutine.create(SCRIPT_MKKJ84_FAKESCRIPT))
3623function SCRIPT_XUQV82_FAKESCRIPT() -- MurderMys.MurderMys
3624 getfenv().script = Instance.new('Script', MurderMys)
3625
3626 button = script.Parent
3627
3628
3629 button.MouseButton1Down:connect(function()
3630
3631
3632
3633
3634local mygui = Instance.new("ScreenGui")
3635local maintab = Instance.new("Frame")
3636local title = Instance.new("TextLabel")
3637local bodyframe = Instance.new("Frame")
3638local menuframe = Instance.new("Frame")
3639local generalbuttonframe = Instance.new("Frame")
3640local generalbutton = Instance.new("TextButton")
3641local generalbuttonlabel = Instance.new("ImageLabel")
3642local lpbuttonframe = Instance.new("Frame")
3643local lpbutton = Instance.new("TextButton")
3644local lpbuttonlabel = Instance.new("ImageLabel")
3645local tpbuttonframe = Instance.new("Frame")
3646local tpbutton = Instance.new("TextButton")
3647local tpbuttonlabel = Instance.new("ImageLabel")
3648local tptextbox = Instance.new("TextBox")
3649local tpunderline = Instance.new("Frame")
3650local tpunderlinebase = Instance.new("Frame")
3651local generalframe = Instance.new("Frame")
3652local generalespframe = Instance.new("Frame")
3653local generalespbutton = Instance.new("TextButton")
3654local generalesplabel = Instance.new("ImageLabel")
3655local generalcoinframe = Instance.new("Frame")
3656local generalcoinbutton = Instance.new("TextButton")
3657local generalcoinlabel = Instance.new("ImageLabel")
3658local generalgunframe = Instance.new("Frame")
3659local generalgunbutton = Instance.new("TextButton")
3660local generalgunlabel = Instance.new("ImageLabel")
3661local generallobbyframe = Instance.new("Frame")
3662local generallobbybutton = Instance.new("TextButton")
3663local generallobbylabel = Instance.new("ImageLabel")
3664local lpframe = Instance.new("Frame")
3665local lpjumpframe = Instance.new("Frame")
3666local lpjumpbutton = Instance.new("TextButton")
3667local lpjumplabel = Instance.new("ImageLabel")
3668local lpgravframe = Instance.new("Frame")
3669local lpgravbutton = Instance.new("TextButton")
3670local lpgravlabel = Instance.new("ImageLabel")
3671local lpwalkframe = Instance.new("Frame")
3672local lpwalkbutton = Instance.new("TextButton")
3673local lpwalklabel = Instance.new("ImageLabel")
3674local lpgodframe = Instance.new("Frame")
3675local lpgodbutton = Instance.new("TextButton")
3676local lpgodlabel = Instance.new("ImageLabel")
3677local backbutton1 = Instance.new("TextButton")
3678local backbutton1label = Instance.new("ImageLabel")
3679local backbutton2 = Instance.new("TextButton")
3680local backbutton2label = Instance.new("ImageLabel")
3681local creditsbutton = Instance.new("TextButton")
3682local creditsiconlabel1 = Instance.new("ImageLabel")
3683local creditsiconlabel2 = Instance.new("ImageLabel")
3684local toggle = Instance.new("Frame")
3685local closeall = Instance.new("TextButton")
3686local closeopen = Instance.new("TextButton")
3687local closeopenlabel = Instance.new("ImageLabel")
3688local creditstab = Instance.new("Frame")
3689local creditstitle = Instance.new("TextLabel")
3690local creditsframe = Instance.new("Frame")
3691local creditsmenuframe = Instance.new("Frame")
3692local creditsfield = Instance.new("TextLabel")
3693local closecredits = Instance.new("TextButton")
3694
3695-- Properties
3696
3697mygui.Name = "mygui"
3698mygui.Parent = game.CoreGui
3699
3700maintab.Name = "maintab"
3701maintab.Parent = mygui
3702maintab.Active = true
3703maintab.BackgroundColor3 = Color3.new(1, 1, 1)
3704maintab.BackgroundTransparency = 0.5
3705maintab.BorderSizePixel = 0
3706maintab.Draggable = true
3707maintab.Position = UDim2.new(0, 900, 0, 330)
3708maintab.Size = UDim2.new(0, 256, 0, 30)
3709
3710title.Name = "title"
3711title.Parent = maintab
3712title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
3713title.BorderSizePixel = 0
3714title.Size = UDim2.new(0, 256, 0, 30)
3715title.Font = Enum.Font.SourceSansBold
3716title.FontSize = Enum.FontSize.Size24
3717title.Text = "MM2 Gui"
3718title.TextColor3 = Color3.new(1, 1, 1)
3719title.TextSize = 23
3720
3721bodyframe.Name = "bodyframe"
3722bodyframe.Parent = maintab
3723bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
3724bodyframe.BorderSizePixel = 0
3725bodyframe.ClipsDescendants = true
3726bodyframe.Position = UDim2.new(0, 0, 0, 30)
3727bodyframe.Size = UDim2.new(0, 256, 0, 222)
3728
3729menuframe.Name = "menuframe"
3730menuframe.Parent = bodyframe
3731menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
3732menuframe.BackgroundTransparency = 1
3733menuframe.BorderSizePixel = 0
3734menuframe.Size = UDim2.new(0, 256, 0, 222)
3735
3736generalbuttonframe.Name = "generalbuttonframe"
3737generalbuttonframe.Parent = menuframe
3738generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
3739generalbuttonframe.BorderSizePixel = 0
3740generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
3741generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
3742
3743generalbutton.Name = "generalbutton"
3744generalbutton.Parent = generalbuttonframe
3745generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3746generalbutton.BackgroundTransparency = 1
3747generalbutton.BorderSizePixel = 0
3748generalbutton.ClipsDescendants = true
3749generalbutton.Size = UDim2.new(0, 194, 0, 30)
3750generalbutton.Font = Enum.Font.SourceSansSemibold
3751generalbutton.FontSize = Enum.FontSize.Size24
3752generalbutton.Text = "General"
3753generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3754generalbutton.TextSize = 20
3755
3756generalbuttonlabel.Name = "generalbuttonlabel"
3757generalbuttonlabel.Parent = generalbutton
3758generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3759generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3760generalbuttonlabel.BackgroundTransparency = 1
3761generalbuttonlabel.BorderSizePixel = 0
3762generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3763generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
3764generalbuttonlabel.Visible = false
3765generalbuttonlabel.Image = "rbxassetid://200182847"
3766generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3767generalbuttonlabel.ImageTransparency = 0.80000001192093
3768
3769lpbuttonframe.Name = "lpbuttonframe"
3770lpbuttonframe.Parent = menuframe
3771lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
3772lpbuttonframe.BorderSizePixel = 0
3773lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
3774lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
3775
3776lpbutton.Name = "lpbutton"
3777lpbutton.Parent = lpbuttonframe
3778lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3779lpbutton.BackgroundTransparency = 1
3780lpbutton.BorderSizePixel = 0
3781lpbutton.ClipsDescendants = true
3782lpbutton.Size = UDim2.new(0, 194, 0, 30)
3783lpbutton.Font = Enum.Font.SourceSansSemibold
3784lpbutton.FontSize = Enum.FontSize.Size24
3785lpbutton.Text = "Local Player"
3786lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3787lpbutton.TextSize = 19
3788
3789lpbuttonlabel.Name = "lpbuttonlabel"
3790lpbuttonlabel.Parent = lpbutton
3791lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3792lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3793lpbuttonlabel.BackgroundTransparency = 1
3794lpbuttonlabel.BorderSizePixel = 0
3795lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3796lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
3797lpbuttonlabel.Visible = false
3798lpbuttonlabel.Image = "rbxassetid://200182847"
3799lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3800lpbuttonlabel.ImageTransparency = 0.80000001192093
3801
3802tptextbox.Name = "tptextbox"
3803tptextbox.Parent = menuframe
3804tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
3805tptextbox.BackgroundTransparency = 1
3806tptextbox.BorderSizePixel = 0
3807tptextbox.Position = UDim2.new(0, 31, 0, 165)
3808tptextbox.Size = UDim2.new(0, 194, 0, 31)
3809tptextbox.Font = Enum.Font.SourceSans
3810tptextbox.FontSize = Enum.FontSize.Size18
3811tptextbox.Text = "Player Name"
3812tptextbox.TextColor3 = Color3.new(1, 1, 1)
3813tptextbox.TextSize = 15
3814
3815tpunderline.Name = "tpunderline"
3816tpunderline.Parent = tptextbox
3817tpunderline.AnchorPoint = Vector2.new(0, 0)
3818tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
3819tpunderline.BorderSizePixel = 0
3820tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
3821tpunderline.Size = UDim2.new(0, 0, 0, 2)
3822
3823tpunderlinebase.Name = "tpunderlinebase"
3824tpunderlinebase.Parent = tptextbox
3825tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
3826tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
3827tpunderlinebase.BackgroundTransparency = 0.80000001192093
3828tpunderlinebase.BorderSizePixel = 0
3829tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
3830tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
3831tpunderlinebase.Visible = false --secretkey
3832
3833generalframe.Name = "generalframe"
3834generalframe.Parent = bodyframe
3835generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
3836generalframe.BackgroundTransparency = 1
3837generalframe.BorderSizePixel = 0
3838generalframe.Position = UDim2.new(0, 256, 0, 0)
3839generalframe.Size = UDim2.new(0, 256, 0, 222)
3840
3841generalespframe.Name = "generalespframe"
3842generalespframe.Parent = generalframe
3843generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
3844generalespframe.BorderSizePixel = 0
3845generalespframe.Position = UDim2.new(0, 31, 0, 172)
3846generalespframe.Size = UDim2.new(0, 194, 0, 30)
3847
3848generalespbutton.Name = "generalespbutton"
3849generalespbutton.Parent = generalespframe
3850generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3851generalespbutton.BackgroundTransparency = 1
3852generalespbutton.BorderSizePixel = 0
3853generalespbutton.ClipsDescendants = true
3854generalespbutton.Size = UDim2.new(0, 194, 0, 30)
3855generalespbutton.Font = Enum.Font.SourceSansSemibold
3856generalespbutton.FontSize = Enum.FontSize.Size24
3857generalespbutton.Text = "ESP (Left Alt)"
3858generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3859generalespbutton.TextSize = 19
3860
3861generalesplabel.Name = "generalesplabel"
3862generalesplabel.Parent = generalespbutton
3863generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
3864generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
3865generalesplabel.BackgroundTransparency = 1
3866generalesplabel.BorderSizePixel = 0
3867generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3868generalesplabel.Size = UDim2.new(0, 50, 0, 50)
3869generalesplabel.Visible = false
3870generalesplabel.Image = "rbxassetid://200182847"
3871generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3872generalesplabel.ImageTransparency = 0.80000001192093
3873
3874generalcoinframe.Name = "generalcoinframe"
3875generalcoinframe.Parent = generalframe
3876generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
3877generalcoinframe.BorderSizePixel = 0
3878generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
3879generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
3880
3881generalcoinbutton.Name = "generalcoinbutton"
3882generalcoinbutton.Parent = generalcoinframe
3883generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3884generalcoinbutton.BackgroundTransparency = 1
3885generalcoinbutton.BorderSizePixel = 0
3886generalcoinbutton.ClipsDescendants = true
3887generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
3888generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
3889generalcoinbutton.Font = Enum.Font.SourceSansSemibold
3890generalcoinbutton.FontSize = Enum.FontSize.Size24
3891generalcoinbutton.Text = "Grab 10 Coins"
3892generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3893generalcoinbutton.TextSize = 19
3894
3895generalcoinlabel.Name = "generalcoinlabel"
3896generalcoinlabel.Parent = generalcoinbutton
3897generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3898generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3899generalcoinlabel.BackgroundTransparency = 1
3900generalcoinlabel.BorderSizePixel = 0
3901generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3902generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
3903generalcoinlabel.Visible = false
3904generalcoinlabel.Image = "rbxassetid://200182847"
3905generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3906generalcoinlabel.ImageTransparency = 0.80000001192093
3907
3908generalgunframe.Name = "generalgunframe"
3909generalgunframe.Parent = generalframe
3910generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
3911generalgunframe.BorderSizePixel = 0
3912generalgunframe.Position = UDim2.new(0, 31, 0, 68)
3913generalgunframe.Size = UDim2.new(0, 194, 0, 30)
3914
3915generalgunbutton.Name = "generalgunbutton"
3916generalgunbutton.Parent = generalgunframe
3917generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3918generalgunbutton.BackgroundTransparency = 1
3919generalgunbutton.BorderSizePixel = 0
3920generalgunbutton.ClipsDescendants = true
3921generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
3922generalgunbutton.Font = Enum.Font.SourceSansSemibold
3923generalgunbutton.FontSize = Enum.FontSize.Size24
3924generalgunbutton.Text = "Grab Gun"
3925generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3926generalgunbutton.TextSize = 19
3927
3928generalgunlabel.Name = "generalgunlabel"
3929generalgunlabel.Parent = generalgunbutton
3930generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3931generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3932generalgunlabel.BackgroundTransparency = 1
3933generalgunlabel.BorderSizePixel = 0
3934generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3935generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
3936generalgunlabel.Visible = false
3937generalgunlabel.Image = "rbxassetid://200182847"
3938generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3939generalgunlabel.ImageTransparency = 0.80000001192093
3940
3941generallobbyframe.Name = "generallobbyframe"
3942generallobbyframe.Parent = generalframe
3943generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
3944generallobbyframe.BorderSizePixel = 0
3945generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
3946generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
3947
3948generallobbybutton.Name = "generallobbybutton"
3949generallobbybutton.Parent = generallobbyframe
3950generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
3951generallobbybutton.BackgroundTransparency = 1
3952generallobbybutton.BorderSizePixel = 0
3953generallobbybutton.ClipsDescendants = true
3954generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
3955generallobbybutton.Font = Enum.Font.SourceSansSemibold
3956generallobbybutton.FontSize = Enum.FontSize.Size24
3957generallobbybutton.Text = "TP to Lobby"
3958generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
3959generallobbybutton.TextSize = 19
3960
3961generallobbylabel.Name = "generallobbylabel"
3962generallobbylabel.Parent = generallobbybutton
3963generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
3964generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
3965generallobbylabel.BackgroundTransparency = 1
3966generallobbylabel.BorderSizePixel = 0
3967generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3968generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
3969generallobbylabel.Visible = false
3970generallobbylabel.Image = "rbxassetid://200182847"
3971generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3972generallobbylabel.ImageTransparency = 0.80000001192093
3973
3974lpframe.Name = "lpframe"
3975lpframe.Parent = bodyframe
3976lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
3977lpframe.BackgroundTransparency = 1
3978lpframe.BorderSizePixel = 0
3979lpframe.Position = UDim2.new(0, 256, 0, 0)
3980lpframe.Size = UDim2.new(0, 256, 0, 222)
3981
3982lpjumpframe.Name = "lpjumpframe"
3983lpjumpframe.Parent = lpframe
3984lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
3985lpjumpframe.BorderSizePixel = 0
3986lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
3987lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
3988
3989lpjumpbutton.Name = "lpjumpbutton"
3990lpjumpbutton.Parent = lpjumpframe
3991lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3992lpjumpbutton.BackgroundTransparency = 1
3993lpjumpbutton.BorderSizePixel = 0
3994lpjumpbutton.ClipsDescendants = true
3995lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
3996lpjumpbutton.Font = Enum.Font.SourceSansSemibold
3997lpjumpbutton.FontSize = Enum.FontSize.Size24
3998lpjumpbutton.Text = "High Jump"
3999lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4000lpjumpbutton.TextSize = 19
4001
4002lpjumplabel.Name = "lpjumplabel"
4003lpjumplabel.Parent = lpjumpbutton
4004lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
4005lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
4006lpjumplabel.BackgroundTransparency = 1
4007lpjumplabel.BorderSizePixel = 0
4008lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4009lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
4010lpjumplabel.Visible = false
4011lpjumplabel.Image = "rbxassetid://200182847"
4012lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4013lpjumplabel.ImageTransparency = 0.80000001192093
4014
4015lpgravframe.Name = "lpgravframe"
4016lpgravframe.Parent = lpframe
4017lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
4018lpgravframe.BorderSizePixel = 0
4019lpgravframe.Position = UDim2.new(0, 31, 0, 120)
4020lpgravframe.Size = UDim2.new(0, 194, 0, 30)
4021
4022lpgravbutton.Name = "lpgravbutton"
4023lpgravbutton.Parent = lpgravframe
4024lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4025lpgravbutton.BackgroundTransparency = 1
4026lpgravbutton.BorderSizePixel = 0
4027lpgravbutton.ClipsDescendants = true
4028lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
4029lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
4030lpgravbutton.Font = Enum.Font.SourceSansSemibold
4031lpgravbutton.FontSize = Enum.FontSize.Size24
4032lpgravbutton.Text = "Low Gravity"
4033lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4034lpgravbutton.TextSize = 19
4035
4036lpgravlabel.Name = "lpgravlabel"
4037lpgravlabel.Parent = lpgravbutton
4038lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4039lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4040lpgravlabel.BackgroundTransparency = 1
4041lpgravlabel.BorderSizePixel = 0
4042lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4043lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
4044lpgravlabel.Visible = false
4045lpgravlabel.Image = "rbxassetid://200182847"
4046lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4047lpgravlabel.ImageTransparency = 0.80000001192093
4048
4049lpwalkframe.Name = "lpwalkframe"
4050lpwalkframe.Parent = lpframe
4051lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
4052lpwalkframe.BorderSizePixel = 0
4053lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
4054lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
4055
4056lpwalkbutton.Name = "lpwalkbutton"
4057lpwalkbutton.Parent = lpwalkframe
4058lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4059lpwalkbutton.BackgroundTransparency = 1
4060lpwalkbutton.BorderSizePixel = 0
4061lpwalkbutton.ClipsDescendants = true
4062lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
4063lpwalkbutton.Font = Enum.Font.SourceSansSemibold
4064lpwalkbutton.FontSize = Enum.FontSize.Size24
4065lpwalkbutton.Text = "Fast Walk"
4066lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4067lpwalkbutton.TextSize = 19
4068
4069lpwalklabel.Name = "lpwalklabel"
4070lpwalklabel.Parent = lpwalkbutton
4071lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
4072lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
4073lpwalklabel.BackgroundTransparency = 1
4074lpwalklabel.BorderSizePixel = 0
4075lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4076lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
4077lpwalklabel.Visible = false
4078lpwalklabel.Image = "rbxassetid://200182847"
4079lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4080lpwalklabel.ImageTransparency = 0.80000001192093
4081
4082lpgodframe.Name = "lpgodframe"
4083lpgodframe.Parent = lpframe
4084lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
4085lpgodframe.BorderSizePixel = 0
4086lpgodframe.Position = UDim2.new(0, 31, 0, 17)
4087lpgodframe.Size = UDim2.new(0, 194, 0, 30)
4088
4089lpgodbutton.Name = "lpgodbutton"
4090lpgodbutton.Parent = lpgodframe
4091lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4092lpgodbutton.BackgroundTransparency = 1
4093lpgodbutton.BorderSizePixel = 0
4094lpgodbutton.ClipsDescendants = true
4095lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
4096lpgodbutton.Font = Enum.Font.SourceSansSemibold
4097lpgodbutton.FontSize = Enum.FontSize.Size24
4098lpgodbutton.Text = "God Mode"
4099lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4100lpgodbutton.TextSize = 19
4101
4102lpgodlabel.Name = "lpgodlabel"
4103lpgodlabel.Parent = lpgodbutton
4104lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4105lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4106lpgodlabel.BackgroundTransparency = 1
4107lpgodlabel.BorderSizePixel = 0
4108lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4109lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
4110lpgodlabel.Visible = false
4111lpgodlabel.Image = "rbxassetid://200182847"
4112lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
4113lpgodlabel.ImageTransparency = 0.80000001192093
4114
4115backbutton1.Name = "backbutton1"
4116backbutton1.Parent = maintab
4117backbutton1.Active = false
4118backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
4119backbutton1.BackgroundTransparency = 1
4120backbutton1.BorderSizePixel = 0
4121backbutton1.ClipsDescendants = true
4122backbutton1.Size = UDim2.new(0, 29, 0, 30)
4123backbutton1.Visible = false
4124backbutton1.AutoButtonColor = false
4125backbutton1.Font = Enum.Font.SourceSansBold
4126backbutton1.FontSize = Enum.FontSize.Size24
4127backbutton1.Text = "<"
4128backbutton1.TextColor3 = Color3.new(1, 1, 1)
4129backbutton1.TextSize = 20
4130
4131backbutton1label.Name = "backbutton1label"
4132backbutton1label.Parent = backbutton1
4133backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
4134backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
4135backbutton1label.BackgroundTransparency = 1
4136backbutton1label.BorderSizePixel = 0
4137backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4138backbutton1label.Size = UDim2.new(0, 50, 0, 50)
4139backbutton1label.Visible = false
4140backbutton1label.Image = "rbxassetid://200182847"
4141backbutton1label.ImageTransparency = 0.80000001192093
4142
4143backbutton2.Name = "backbutton2"
4144backbutton2.Parent = maintab
4145backbutton2.Active = false
4146backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
4147backbutton2.BackgroundTransparency = 1
4148backbutton2.BorderSizePixel = 0
4149backbutton2.ClipsDescendants = true
4150backbutton2.Size = UDim2.new(0, 29, 0, 30)
4151backbutton2.Visible = false
4152backbutton2.AutoButtonColor = false
4153backbutton2.Font = Enum.Font.SourceSansBold
4154backbutton2.FontSize = Enum.FontSize.Size24
4155backbutton2.Text = "<"
4156backbutton2.TextColor3 = Color3.new(1, 1, 1)
4157backbutton2.TextSize = 20
4158
4159backbutton2label.Name = "backbutton2label"
4160backbutton2label.Parent = backbutton2
4161backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
4162backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
4163backbutton2label.BackgroundTransparency = 1
4164backbutton2label.BorderSizePixel = 0
4165backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4166backbutton2label.Size = UDim2.new(0, 50, 0, 50)
4167backbutton2label.Visible = false
4168backbutton2label.Image = "rbxassetid://200182847"
4169backbutton2label.ImageTransparency = 0.80000001192093
4170
4171creditsbutton.Name = "creditsbutton"
4172creditsbutton.Parent = maintab
4173creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
4174creditsbutton.BackgroundTransparency = 1
4175creditsbutton.BorderSizePixel = 0
4176creditsbutton.ClipsDescendants = true
4177creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
4178creditsbutton.Size = UDim2.new(0, 31, 0, 30)
4179creditsbutton.Font = Enum.Font.SourceSansSemibold
4180creditsbutton.FontSize = Enum.FontSize.Size18
4181creditsbutton.Text = ""
4182creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
4183creditsbutton.TextSize = 15
4184
4185creditsiconlabel1.Name = "creditsiconlabel1"
4186creditsiconlabel1.Parent = creditsbutton
4187creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
4188creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
4189creditsiconlabel1.BackgroundTransparency = 1
4190creditsiconlabel1.BorderSizePixel = 0
4191creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4192creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
4193creditsiconlabel1.Visible = false
4194creditsiconlabel1.Image = "rbxassetid://200182847"
4195creditsiconlabel1.ImageTransparency = 0.80000001192093
4196
4197creditsiconlabel2.Name = "creditsiconlabel2"
4198creditsiconlabel2.Parent = creditsbutton
4199creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
4200creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
4201creditsiconlabel2.BackgroundTransparency = 1
4202creditsiconlabel2.BorderSizePixel = 0
4203creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
4204creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
4205creditsiconlabel2.Image = "rbxassetid://23151450"
4206
4207toggle.Name = "toggle"
4208toggle.Parent = mygui
4209toggle.Active = true
4210toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
4211toggle.BackgroundTransparency = 0.5
4212toggle.BorderSizePixel = 0
4213toggle.Draggable = true
4214toggle.Position = UDim2.new(0, 5, 0, 530)
4215toggle.Size = UDim2.new(0, 140, 0, 30)
4216
4217closeall.Name = "closeall"
4218closeall.Parent = toggle
4219closeall.BackgroundColor3 = Color3.new(1, 0, 0)
4220closeall.BorderSizePixel = 0
4221closeall.Position = UDim2.new(0, 110, 0, 0)
4222closeall.Size = UDim2.new(0, 30, 0, 30)
4223closeall.FontSize = Enum.FontSize.Size18
4224closeall.Text = ""
4225closeall.TextSize = 15
4226
4227closeopen.Name = "closeopen"
4228closeopen.Parent = toggle
4229closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
4230closeopen.BorderSizePixel = 0
4231closeopen.ClipsDescendants = true
4232closeopen.Size = UDim2.new(0, 110, 0, 30)
4233closeopen.AutoButtonColor = false
4234closeopen.Font = Enum.Font.SourceSansBold
4235closeopen.FontSize = Enum.FontSize.Size24
4236closeopen.Text = "Close"
4237closeopen.TextColor3 = Color3.new(1, 1, 1)
4238closeopen.TextSize = 20
4239
4240closeopenlabel.Name = "closeopenlabel"
4241closeopenlabel.Parent = closeopen
4242closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
4243closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
4244closeopenlabel.BackgroundTransparency = 1
4245closeopenlabel.BorderSizePixel = 0
4246closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
4247closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
4248closeopenlabel.Visible = false
4249closeopenlabel.Image = "rbxassetid://200182847"
4250closeopenlabel.ImageTransparency = 0.80000001192093
4251
4252creditstab.Name = "creditstab"
4253creditstab.Parent = mygui
4254creditstab.Active = true
4255creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
4256creditstab.BackgroundTransparency = 0.5
4257creditstab.BorderSizePixel = 0
4258creditstab.Draggable = true
4259creditstab.Position = UDim2.new(0, 42, 0, 47)
4260creditstab.Size = UDim2.new(0, 256, 0, 30)
4261creditstab.Visible = false
4262
4263creditstitle.Name = "creditstitle"
4264creditstitle.Parent = creditstab
4265creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
4266creditstitle.BorderSizePixel = 0
4267creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
4268creditstitle.Size = UDim2.new(0, 256, 0, 30)
4269creditstitle.Font = Enum.Font.SourceSansBold
4270creditstitle.FontSize = Enum.FontSize.Size24
4271creditstitle.Text = "Credits"
4272creditstitle.TextColor3 = Color3.new(1, 1, 1)
4273creditstitle.TextSize = 23
4274
4275creditsframe.Name = "creditsframe"
4276creditsframe.Parent = creditstab
4277creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
4278creditsframe.BorderSizePixel = 0
4279creditsframe.ClipsDescendants = true
4280creditsframe.Position = UDim2.new(0, 0, 0, 30)
4281creditsframe.Size = UDim2.new(0, 256, 0, 222)
4282
4283creditsmenuframe.Name = "menuframe"
4284creditsmenuframe.Parent = creditsframe
4285creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
4286creditsmenuframe.BackgroundTransparency = 1
4287creditsmenuframe.BorderSizePixel = 0
4288creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
4289
4290creditsfield.Name = "creditsfield"
4291creditsfield.Parent = creditsmenuframe
4292creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
4293creditsfield.BorderSizePixel = 0
4294creditsfield.Position = UDim2.new(0, 31, 0, 31)
4295creditsfield.Size = UDim2.new(0, 194, 0, 31)
4296creditsfield.Font = Enum.Font.SourceSansSemibold
4297creditsfield.FontSize = Enum.FontSize.Size24
4298creditsfield.Text = "By: abs_0"
4299creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
4300creditsfield.TextSize = 20
4301
4302closecredits.Name = "closeall"
4303closecredits.Parent = creditstab
4304closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
4305closecredits.BorderSizePixel = 0
4306closecredits.Position = UDim2.new(0, 226, 0, 0)
4307closecredits.Size = UDim2.new(0, 30, 0, 30)
4308closecredits.FontSize = Enum.FontSize.Size18
4309closecredits.Text = ""
4310closecredits.TextSize = 15
4311
4312--Appearance Scripts
4313
4314--mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
4315local mouse = game.Players.LocalPlayer:GetMouse()
4316
4317
4318generallobbybutton.MouseButton1Down:connect(function()
4319local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
4320local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
4321generallobbylabel.Position = UDim2.new(0,x,0,y)
4322generallobbylabel.Size = UDim2.new(0,50,0,50)
4323generallobbylabel.ImageTransparency = 0.8
4324generallobbylabel.Visible = true
4325
4326wait()
4327
4328generallobbylabel:TweenSize(
4329 UDim2.new(0,390,0,390),
4330 "Out",
4331 "Quint",
4332 1
4333)
4334end)
4335
4336generallobbybutton.MouseButton1Up:connect(function()
4337wait(0.35)
4338local TweenService = game:GetService("TweenService")
4339local circle = generallobbylabel
4340
4341local Info = TweenInfo.new(
4342 0.2, -- Length
4343 Enum.EasingStyle.Linear, -- Easing Style
4344 Enum.EasingDirection.Out, -- Easing Direction
4345 0, -- Times repeated
4346 false, -- Reverse
4347 0 -- Delay
4348)
4349local Goals =
4350{
4351 ImageTransparency = 1;
4352}
4353
4354local tween = TweenService:Create(circle,Info,Goals)
4355tween:Play()
4356end)
4357
4358--mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
4359local mouse = game.Players.LocalPlayer:GetMouse()
4360
4361
4362generalgunbutton.MouseButton1Down:connect(function()
4363local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
4364local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
4365generalgunlabel.Position = UDim2.new(0,x,0,y)
4366generalgunlabel.Size = UDim2.new(0,50,0,50)
4367generalgunlabel.ImageTransparency = 0.8
4368generalgunlabel.Visible = true
4369
4370wait()
4371
4372generalgunlabel:TweenSize(
4373 UDim2.new(0,390,0,390),
4374 "Out",
4375 "Quint",
4376 1
4377)
4378end)
4379
4380generalgunbutton.MouseButton1Up:connect(function()
4381wait(0.35)
4382local TweenService = game:GetService("TweenService")
4383local circle = generalgunlabel
4384
4385local Info = TweenInfo.new(
4386 0.2, -- Length
4387 Enum.EasingStyle.Linear, -- Easing Style
4388 Enum.EasingDirection.Out, -- Easing Direction
4389 0, -- Times repeated
4390 false, -- Reverse
4391 0 -- Delay
4392)
4393local Goals =
4394{
4395 ImageTransparency = 1;
4396}
4397
4398local tween = TweenService:Create(circle,Info,Goals)
4399tween:Play()
4400end)
4401
4402--mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
4403local mouse = game.Players.LocalPlayer:GetMouse()
4404
4405
4406generalcoinbutton.MouseButton1Down:connect(function()
4407local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
4408local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
4409generalcoinlabel.Position = UDim2.new(0,x,0,y)
4410generalcoinlabel.Size = UDim2.new(0,50,0,50)
4411generalcoinlabel.ImageTransparency = 0.8
4412generalcoinlabel.Visible = true
4413
4414wait()
4415
4416generalcoinlabel:TweenSize(
4417 UDim2.new(0,390,0,390),
4418 "Out",
4419 "Quint",
4420 1
4421)
4422end)
4423
4424generalcoinbutton.MouseButton1Up:connect(function()
4425wait(0.35)
4426local TweenService = game:GetService("TweenService")
4427local circle = generalcoinlabel
4428
4429local Info = TweenInfo.new(
4430 0.2, -- Length
4431 Enum.EasingStyle.Linear, -- Easing Style
4432 Enum.EasingDirection.Out, -- Easing Direction
4433 0, -- Times repeated
4434 false, -- Reverse
4435 0 -- Delay
4436)
4437local Goals =
4438{
4439 ImageTransparency = 1;
4440}
4441
4442local tween = TweenService:Create(circle,Info,Goals)
4443tween:Play()
4444end)
4445
4446--mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
4447local mouse = game.Players.LocalPlayer:GetMouse()
4448
4449
4450generalespbutton.MouseButton1Down:connect(function()
4451local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
4452local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
4453generalesplabel.Position = UDim2.new(0,x,0,y)
4454generalesplabel.Size = UDim2.new(0,50,0,50)
4455generalesplabel.ImageTransparency = 0.8
4456generalesplabel.Visible = true
4457
4458wait()
4459
4460generalesplabel:TweenSize(
4461 UDim2.new(0,390,0,390),
4462 "Out",
4463 "Quint",
4464 1
4465)
4466end)
4467
4468generalespbutton.MouseButton1Up:connect(function()
4469wait(0.35)
4470local TweenService = game:GetService("TweenService")
4471local circle = generalesplabel
4472
4473local Info = TweenInfo.new(
4474 0.2, -- Length
4475 Enum.EasingStyle.Linear, -- Easing Style
4476 Enum.EasingDirection.Out, -- Easing Direction
4477 0, -- Times repeated
4478 false, -- Reverse
4479 0 -- Delay
4480)
4481local Goals =
4482{
4483 ImageTransparency = 1;
4484}
4485
4486local tween = TweenService:Create(circle,Info,Goals)
4487tween:Play()
4488end)
4489
4490--mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
4491local mouse = game.Players.LocalPlayer:GetMouse()
4492
4493
4494lpgodbutton.MouseButton1Down:connect(function()
4495local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
4496local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
4497lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
4498lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
4499lpgodbutton.lpgodlabel.ImageTransparency = 0.8
4500lpgodbutton.lpgodlabel.Visible = true
4501
4502wait()
4503
4504lpgodbutton.lpgodlabel:TweenSize(
4505 UDim2.new(0,390,0,390),
4506 "Out",
4507 "Quint",
4508 1
4509)
4510end)
4511
4512lpgodbutton.MouseButton1Up:connect(function()
4513wait(0.35)
4514local TweenService = game:GetService("TweenService")
4515local circle = lpgodbutton.lpgodlabel
4516
4517local Info = TweenInfo.new(
4518 0.2, -- Length
4519 Enum.EasingStyle.Linear, -- Easing Style
4520 Enum.EasingDirection.Out, -- Easing Direction
4521 0, -- Times repeated
4522 false, -- Reverse
4523 0 -- Delay
4524)
4525local Goals =
4526{
4527 ImageTransparency = 1;
4528}
4529
4530local tween = TweenService:Create(circle,Info,Goals)
4531tween:Play()
4532end)
4533
4534--mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
4535local mouse = game.Players.LocalPlayer:GetMouse()
4536
4537
4538lpwalkbutton.MouseButton1Down:connect(function()
4539if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
4540 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
4541 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
4542else
4543 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
4544 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
4545end
4546
4547local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
4548local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
4549lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
4550lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
4551lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
4552lpwalkbutton.lpwalklabel.Visible = true
4553
4554wait()
4555
4556lpwalkbutton.lpwalklabel:TweenSize(
4557 UDim2.new(0,390,0,390),
4558 "Out",
4559 "Quint",
4560 1
4561)
4562end)
4563
4564lpwalkbutton.MouseButton1Up:connect(function()
4565wait(0.35)
4566local TweenService = game:GetService("TweenService")
4567local circle = lpwalkbutton.lpwalklabel
4568
4569local Info = TweenInfo.new(
4570 0.2, -- Length
4571 Enum.EasingStyle.Linear, -- Easing Style
4572 Enum.EasingDirection.Out, -- Easing Direction
4573 0, -- Times repeated
4574 false, -- Reverse
4575 0 -- Delay
4576)
4577local Goals =
4578{
4579 ImageTransparency = 1;
4580}
4581
4582local tween = TweenService:Create(circle,Info,Goals)
4583tween:Play()
4584end)
4585
4586--mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
4587local mouse = game.Players.LocalPlayer:GetMouse()
4588
4589lpgravbutton.MouseButton1Down:connect(function()
4590if game.Workspace.Gravity < 196.1 then
4591 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
4592 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
4593else
4594 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
4595 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
4596end
4597
4598local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
4599local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
4600lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
4601lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
4602lpgravbutton.lpgravlabel.ImageTransparency = 0.8
4603lpgravbutton.lpgravlabel.Visible = true
4604
4605wait()
4606
4607lpgravbutton.lpgravlabel:TweenSize(
4608 UDim2.new(0,390,0,390),
4609 "Out",
4610 "Quint",
4611 1
4612)
4613end)
4614
4615lpgravbutton.MouseButton1Up:connect(function()
4616wait(0.35)
4617local TweenService = game:GetService("TweenService")
4618local circle = lpgravbutton.lpgravlabel
4619
4620local Info = TweenInfo.new(
4621 0.2, -- Length
4622 Enum.EasingStyle.Linear, -- Easing Style
4623 Enum.EasingDirection.Out, -- Easing Direction
4624 0, -- Times repeated
4625 false, -- Reverse
4626 0 -- Delay
4627)
4628local Goals =
4629{
4630 ImageTransparency = 1;
4631}
4632
4633local tween = TweenService:Create(circle,Info,Goals)
4634tween:Play()
4635end)
4636
4637--mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
4638local mouse = game.Players.LocalPlayer:GetMouse()
4639
4640
4641lpjumpbutton.MouseButton1Down:connect(function()
4642if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
4643 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
4644 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
4645else
4646 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
4647 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
4648end
4649
4650local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
4651local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
4652lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
4653lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
4654lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
4655lpjumpbutton.lpjumplabel.Visible = true
4656
4657wait()
4658
4659lpjumpbutton.lpjumplabel:TweenSize(
4660 UDim2.new(0,390,0,390),
4661 "Out",
4662 "Quint",
4663 1
4664)
4665end)
4666
4667lpjumpbutton.MouseButton1Up:connect(function()
4668wait(0.35)
4669local TweenService = game:GetService("TweenService")
4670local circle = lpjumpbutton.lpjumplabel
4671
4672local Info = TweenInfo.new(
4673 0.2, -- Length
4674 Enum.EasingStyle.Linear, -- Easing Style
4675 Enum.EasingDirection.Out, -- Easing Direction
4676 0, -- Times repeated
4677 false, -- Reverse
4678 0 -- Delay
4679)
4680local Goals =
4681{
4682 ImageTransparency = 1;
4683}
4684
4685local tween = TweenService:Create(circle,Info,Goals)
4686tween:Play()
4687end)
4688
4689--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
4690local mouse = game.Players.LocalPlayer:GetMouse()
4691
4692
4693generalbutton.MouseButton1Down:connect(function()
4694local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
4695local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
4696generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
4697generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
4698generalbutton.generalbuttonlabel.ImageTransparency = 0.8
4699generalbutton.generalbuttonlabel.Visible = true
4700
4701wait()
4702
4703generalbutton.generalbuttonlabel:TweenSize(
4704 UDim2.new(0,390,0,390),
4705 "Out",
4706 "Quint",
4707 1
4708)
4709end)
4710
4711generalbutton.MouseButton1Up:connect(function()
4712wait(0.35)
4713local TweenService = game:GetService("TweenService")
4714local circle = generalbutton.generalbuttonlabel
4715
4716local 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)
4724local Goals =
4725{
4726 ImageTransparency = 1;
4727}
4728
4729local tween = TweenService:Create(circle,Info,Goals)
4730tween:Play()
4731end)
4732
4733--mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
4734generalbutton.MouseButton1Click:connect(function()
4735wait(0.25)
4736menuframe:TweenPosition(
4737 UDim2.new(0,-256,0,0),
4738 "Out",
4739 "Quint",
4740 0.2
4741)
4742generalframe:TweenPosition(
4743 UDim2.new(0,0,0,0),
4744 "Out",
4745 "Quint",
4746 0.2
4747)
4748backbutton1.Visible = true
4749backbutton1.Active = true
4750maintab.title.Text = "General"
4751maintab.title.TextSize = 19
4752end)
4753
4754--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
4755local mouse = game.Players.LocalPlayer:GetMouse()
4756
4757
4758lpbutton.MouseButton1Down:connect(function()
4759local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
4760local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
4761lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
4762lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
4763lpbutton.lpbuttonlabel.ImageTransparency = 0.8
4764lpbutton.lpbuttonlabel.Visible = true
4765
4766wait()
4767
4768lpbuttonlabel:TweenSize(
4769 UDim2.new(0,390,0,390),
4770 "Out",
4771 "Quint",
4772 1
4773)
4774end)
4775
4776lpbutton.MouseButton1Up:connect(function()
4777wait(0.35)
4778local TweenService = game:GetService("TweenService")
4779local circle = lpbutton.lpbuttonlabel
4780
4781local Info = TweenInfo.new(
4782 0.2, -- Length
4783 Enum.EasingStyle.Linear, -- Easing Style
4784 Enum.EasingDirection.Out, -- Easing Direction
4785 0, -- Times repeated
4786 false, -- Reverse
4787 0 -- Delay
4788)
4789local Goals =
4790{
4791 ImageTransparency = 1;
4792}
4793
4794local tween = TweenService:Create(circle,Info,Goals)
4795tween:Play()
4796end)
4797
4798--mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
4799lpbutton.MouseButton1Click:connect(function()
4800wait(0.25)
4801menuframe:TweenPosition(
4802 UDim2.new(0,-256,0,0),
4803 "Out",
4804 "Quint",
4805 0.2
4806)
4807lpframe:TweenPosition(
4808 UDim2.new(0,0,0,0),
4809 "Out",
4810 "Quint",
4811 0.2
4812)
4813backbutton2.Visible = true
4814backbutton2.Active = true
4815maintab.title.Text = "Local Player"
4816maintab.title.TextSize = 19
4817end)
4818
4819--mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
4820local mouse = game.Players.LocalPlayer:GetMouse()
4821
4822
4823tpbutton.MouseButton1Down:connect(function()
4824local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
4825local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
4826tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
4827tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
4828tpbutton.tpbuttonlabel.ImageTransparency = 0.8
4829tpbutton.tpbuttonlabel.Visible = true
4830
4831wait()
4832
4833tpbutton.tpbuttonlabel:TweenSize(
4834 UDim2.new(0,75,0,75),
4835 "Out",
4836 "Quint",
4837 0.9
4838)
4839end)
4840
4841tpbutton.MouseButton1Up:connect(function()
4842wait(0.35)
4843local TweenService = game:GetService("TweenService")
4844local circle = tpbutton.tpbuttonlabel
4845
4846local Info = TweenInfo.new(
4847 0.2, -- Length
4848 Enum.EasingStyle.Linear, -- Easing Style
4849 Enum.EasingDirection.Out, -- Easing Direction
4850 0, -- Times repeated
4851 false, -- Reverse
4852 0 -- Delay
4853)
4854local Goals =
4855{
4856 ImageTransparency = 1;
4857}
4858
4859local tween = TweenService:Create(circle,Info,Goals)
4860tween:Play()
4861end)
4862
4863--mygui.maintab.bodyframe.menuframe.tptextbox.matscript
4864--[[tptextbox.Focused:connect(function()
4865 local mouse = game.Players.LocalPlayer:GetMouse()
4866tptextbox.tpunderline.BackgroundTransparency = 0
4867local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
4868tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
4869
4870wait()
4871tptextbox.tpunderline:TweenSizeAndPosition(
4872 UDim2.new(0,156,0,2),
4873 UDim2.new(0,0,0,30),
4874 "Out",
4875 "Quint",
4876 0.2
4877)
4878end)]]--
4879
4880--mygui.maintab.backbutton1.Script
4881local mouse = game.Players.LocalPlayer:GetMouse()
4882
4883backbutton1.MouseButton1Down:connect(function()
4884backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
4885backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
4886backbutton1.backbutton1label.ImageTransparency = 0.8
4887backbutton1.backbutton1label.Visible = true
4888
4889wait()
4890
4891backbutton1.backbutton1label:TweenSize(
4892 UDim2.new(0,60,0,60),
4893 "Out",
4894 "Quint",
4895 0.25
4896)
4897end)
4898
4899backbutton1.MouseButton1Up:connect(function()
4900wait(0.35)
4901local TweenService = game:GetService("TweenService")
4902local circle = backbutton1.backbutton1label
4903
4904local Info = TweenInfo.new(
4905 0.2, -- Length
4906 Enum.EasingStyle.Linear, -- Easing Style
4907 Enum.EasingDirection.Out, -- Easing Direction
4908 0, -- Times repeated
4909 false, -- Reverse
4910 0 -- Delay
4911)
4912local Goals =
4913{
4914 ImageTransparency = 1;
4915}
4916
4917local tween = TweenService:Create(circle,Info,Goals)
4918tween:Play()
4919end)
4920
4921--mygui.maintab.backbutton1.TransitionScript
4922backbutton1.MouseButton1Click:connect(function()
4923wait(0.2)
4924menuframe:TweenPosition(
4925 UDim2.new(0,0,0,0),
4926 "Out",
4927 "Quint",
4928 0.2
4929)
4930generalframe:TweenPosition(
4931 UDim2.new(0,256,0,0),
4932 "Out",
4933 "Quint",
4934 0.2
4935)
4936backbutton1.Visible = false
4937backbutton1.Active = false
4938maintab.title.Text = "MM2 Gui"
4939maintab.title.TextSize = 20
4940end)
4941
4942--mygui.maintab.backbutton2.Script
4943local mouse = game.Players.LocalPlayer:GetMouse()
4944
4945
4946backbutton2.MouseButton1Down:connect(function()
4947backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
4948backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
4949backbutton2.backbutton2label.ImageTransparency = 0.8
4950backbutton2.backbutton2label.Visible = true
4951
4952wait()
4953
4954backbutton2.backbutton2label:TweenSize(
4955 UDim2.new(0,60,0,60),
4956 "Out",
4957 "Quint",
4958 0.25
4959)
4960end)
4961
4962backbutton2.MouseButton1Up:connect(function()
4963wait(0.35)
4964local TweenService = game:GetService("TweenService")
4965local circle = backbutton2.backbutton2label
4966
4967local Info = TweenInfo.new(
4968 0.2, -- Length
4969 Enum.EasingStyle.Linear, -- Easing Style
4970 Enum.EasingDirection.Out, -- Easing Direction
4971 0, -- Times repeated
4972 false, -- Reverse
4973 0 -- Delay
4974)
4975local Goals =
4976{
4977 ImageTransparency = 1;
4978}
4979
4980local tween = TweenService:Create(circle,Info,Goals)
4981tween:Play()
4982end)
4983
4984--mygui.maintab.backbutton2.TransitionScript
4985backbutton2.MouseButton1Click:connect(function()
4986wait(0.2)
4987menuframe:TweenPosition(
4988 UDim2.new(0,0,0,0),
4989 "Out",
4990 "Quint",
4991 0.2
4992)
4993lpframe:TweenPosition(
4994 UDim2.new(0,256,0,0),
4995 "Out",
4996 "Quint",
4997 0.2
4998)
4999backbutton2.Visible = false
5000backbutton2.Active = false
5001backbutton2.Parent.title.Text = "MM2 Gui"
5002backbutton2.Parent.title.TextSize = 20
5003end)
5004
5005--mygui.maintab.creditsbutton.Script
5006local mouse = game.Players.LocalPlayer:GetMouse()
5007
5008
5009creditsbutton.MouseButton1Down:connect(function()
5010local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
5011local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
5012creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
5013creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
5014creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
5015creditsbutton.creditsiconlabel1.Visible = true
5016
5017wait()
5018
5019creditsbutton.creditsiconlabel1:TweenSize(
5020 UDim2.new(0,75,0,75),
5021 "Out",
5022 "Quint",
5023 0.9
5024)
5025end)
5026
5027creditsbutton.MouseButton1Up:connect(function()
5028wait(0.35)
5029local TweenService = game:GetService("TweenService")
5030local circle = creditsbutton.creditsiconlabel1
5031
5032local Info = TweenInfo.new(
5033 0.2, -- Length
5034 Enum.EasingStyle.Linear, -- Easing Style
5035 Enum.EasingDirection.Out, -- Easing Direction
5036 0, -- Times repeated
5037 false, -- Reverse
5038 0 -- Delay
5039)
5040local Goals =
5041{
5042 ImageTransparency = 1;
5043}
5044
5045local tween = TweenService:Create(circle,Info,Goals)
5046tween:Play()
5047end)
5048
5049--mygui.maintab.creditsbutton.CreditsWindowScript
5050creditsbutton.MouseButton1Click:connect(function()
5051creditstab.Visible = true
5052creditstab.Active = true
5053end)
5054
5055--mygui.creditstab.closecredits.Script
5056closecredits.MouseButton1Click:connect(function()
5057creditstab.Visible = false
5058creditstab.Active = false
5059end)
5060
5061--mygui.toggle.closeopen.CloseOpenScript
5062closeopen.MouseButton1Click:connect(function()
5063if
5064 (maintab.Visible == true) and
5065 (maintab.Active == true) then
5066 maintab.Visible = false
5067 maintab.Active = false
5068 closeopen.Text = "Open"
5069else
5070 maintab.Visible = true
5071 maintab.Active = true
5072 closeopen.Text = "Close"
5073end
5074end)
5075
5076--mygui.toggle.closeopen.Script
5077local mouse = game.Players.LocalPlayer:GetMouse()
5078
5079
5080closeopen.MouseButton1Down:connect(function()
5081local x = (mouse.X) - (closeopen.AbsolutePosition.X)
5082local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
5083closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
5084closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
5085closeopen.closeopenlabel.ImageTransparency = 0.8
5086closeopen.closeopenlabel.Visible = true
5087
5088wait()
5089
5090closeopen.closeopenlabel:TweenSize(
5091 UDim2.new(0,240,0,240),
5092 "Out",
5093 "Quint",
5094 1
5095)
5096end)
5097
5098closeopen.MouseButton1Up:connect(function()
5099wait(0.35)
5100local TweenService = game:GetService("TweenService")
5101local circle = closeopen.closeopenlabel
5102
5103local Info = TweenInfo.new(
5104 0.2, -- Length
5105 Enum.EasingStyle.Linear, -- Easing Style
5106 Enum.EasingDirection.Out, -- Easing Direction
5107 0, -- Times repeated
5108 false, -- Reverse
5109 0 -- Delay
5110)
5111local Goals =
5112{
5113 ImageTransparency = 1;
5114}
5115
5116local tween = TweenService:Create(circle,Info,Goals)
5117tween:Play()
5118end)
5119
5120--mygui.toggle.closeall.Script
5121closeall.MouseButton1Click:connect(function()
5122mygui:Remove()
5123end)
5124
5125-- Scripts
5126
5127lpgravbutton.MouseButton1Down:connect(function()
5128if game.Workspace.Gravity > 196.1 then
5129 game.Workspace.Gravity = 50
5130else
5131 game.Workspace.Gravity = 196.2
5132end
5133end)
5134
5135lpwalkbutton.MouseButton1Down:connect(function()
5136if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
5137 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
5138else
5139 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
5140end
5141end)
5142
5143lpjumpbutton.MouseButton1Down:connect(function()
5144if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
5145 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
5146else
5147 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
5148end
5149end)
5150
5151lpgodbutton.MouseButton1Down:connect(function()
5152game.Players.LocalPlayer.Character.Humanoid:Remove()
5153Instance.new('Humanoid', game.Players.LocalPlayer.Character)
5154end)
5155
5156generallobbybutton.MouseButton1Down:connect(function()
5157game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
5158end)
5159
5160generalgunbutton.MouseButton1Down:connect(function()
5161game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
5162end)
5163
5164generalcoinbutton.MouseButton1Down:connect(function()
5165for i = 10, 1, -1 do
5166 for i,v in pairs(game.Workspace:GetChildren()) do
5167 local s = v:FindFirstChild("CoinContainer")
5168 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
5169 if e and s then
5170 for i,c in pairs(s:GetChildren()) do
5171 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
5172 end
5173 end
5174 end
5175 wait(0.7)
5176end
5177end)
5178
5179--[[tpbutton.MouseButton1Down:connect(function()
5180for i,v in pairs(game.Workspace:GetChildren()) do
5181 if tptextbox.Text:lower() == v.Name:lower() then
5182 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
5183 else
5184 print("Player not found")
5185 end
5186end
5187end)]]--
5188
5189
5190
5191
5192--script
5193local parent = tptextbox --insert textbox name!
5194local mouse = game.Players.LocalPlayer:GetMouse()
5195
5196local xsize = parent.Size.X.Offset
5197local ysize = parent.Size.Y.Offset
5198parent.Visible = true
5199parent.Active = true
5200parent.Selectable = true
5201
5202local Underline = Instance.new("Frame")
5203local UnderlineBase = Instance.new("Frame")
5204
5205Underline.Name = "Underline"
5206Underline.Parent = parent
5207Underline.BackgroundColor3 = parent.TextColor3
5208Underline.BorderSizePixel = 0
5209Underline.Position = UDim2.new(0, 0, 1, 0)
5210Underline.Size = UDim2.new(0, 0, 0, 1)
5211
5212UnderlineBase.Name = "UnderlineBase"
5213UnderlineBase.Parent = parent
5214UnderlineBase.BackgroundColor3 = parent.TextColor3
5215UnderlineBase.BackgroundTransparency = 0.85
5216UnderlineBase.BorderSizePixel = 0
5217UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
5218UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
5219
5220parent.Focused:connect(function()
5221local x = (mouse.X) - (parent.AbsolutePosition.X)
5222Underline.BackgroundTransparency = 0
5223Underline.Position = UDim2.new(0,x,1,0)
5224wait()
5225Underline:TweenSizeAndPosition(
5226 UDim2.new(0, xsize, 0, 1),
5227 UDim2.new(0, 0, 1, 0),
5228 "Out",
5229 "Quint",
5230 0.2
5231)
5232end)
5233
5234parent.FocusLost:connect(function(enterPressed)
5235if parent.Text == "" then
5236 parent.Text = "Player Name"
5237end
5238
5239local TweenService = game:GetService("TweenService")
5240
5241local Info = TweenInfo.new(
5242 0.15,
5243 Enum.EasingStyle.Linear,
5244 Enum.EasingDirection.Out,
5245 0,
5246 false,
5247 0
5248)
5249local Goals =
5250{
5251 BackgroundTransparency = 1;
5252}
5253
5254local tween = TweenService:Create(Underline,Info,Goals)
5255tween:Play()
5256
5257wait(0.15)
5258Underline.Size = UDim2.new(0,0,0,1)
5259
5260if enterPressed then
5261 for i,v in pairs(game.Workspace:GetChildren()) do
5262 if tptextbox.Text:lower() == v.Name:lower() then
5263 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
5264 else
5265 print("Player not found")
5266 end
5267 end
5268 print(true)
5269elseif tptextbox.Text ~= "Player Name" then
5270 tptextbox.Text = "Press Enter to TP"
5271end
5272end)
5273
5274--/script
5275
5276if enterPressed then
5277 for i,v in pairs(game.Workspace:GetChildren()) do
5278 if tptextbox.Text:lower() == v.Name:lower() then
5279 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
5280 else
5281 print("Player not found")
5282 end
5283end
5284end
5285
5286generalespbutton.MouseButton1Down:connect(function()
5287--credits to Nebula Hub for the esp + aimbot
5288PLAYER = game.Players.LocalPlayer
5289MOUSE = PLAYER:GetMouse()
5290CC = game.Workspace.CurrentCamera
5291
5292ENABLED = false
5293ESP_ENABLED = false
5294
5295_G.FREE_FOR_ALL = true
5296
5297_G.BIND = 50
5298_G.ESP_BIND = 52
5299_G.CHANGE_AIM = 'q'
5300
5301_G.AIM_AT = 'Head'
5302
5303wait(1)
5304
5305function GetNearestPlayerToMouse()
5306local PLAYERS = {}
5307local PLAYER_HOLD = {}
5308local DISTANCES = {}
5309for i, v in pairs(game.Players:GetPlayers()) do
5310if v ~= PLAYER then
5311table.insert(PLAYERS, v)
5312end
5313end
5314for i, v in pairs(PLAYERS) do
5315if _G.FREE_FOR_ALL == false then
5316if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
5317local AIM = v.Character:FindFirstChild(_G.AIM_AT)
5318if AIM ~= nil then
5319local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
5320local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
5321local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
5322local DIFF = math.floor((POS - AIM.Position).magnitude)
5323PLAYER_HOLD[v.Name .. i] = {}
5324PLAYER_HOLD[v.Name .. i].dist = DISTANCE
5325PLAYER_HOLD[v.Name .. i].plr = v
5326PLAYER_HOLD[v.Name .. i].diff = DIFF
5327table.insert(DISTANCES, DIFF)
5328end
5329end
5330elseif _G.FREE_FOR_ALL == true then
5331local AIM = v.Character:FindFirstChild(_G.AIM_AT)
5332if AIM ~= nil then
5333local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
5334local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
5335local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
5336local DIFF = math.floor((POS - AIM.Position).magnitude)
5337PLAYER_HOLD[v.Name .. i] = {}
5338PLAYER_HOLD[v.Name .. i].dist = DISTANCE
5339PLAYER_HOLD[v.Name .. i].plr = v
5340PLAYER_HOLD[v.Name .. i].diff = DIFF
5341table.insert(DISTANCES, DIFF)
5342end
5343end
5344end
5345
5346if unpack(DISTANCES) == nil then
5347return false
5348end
5349
5350local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
5351if L_DISTANCE > 20 then
5352return false
5353end
5354
5355for i, v in pairs(PLAYER_HOLD) do
5356if v.diff == L_DISTANCE then
5357return v.plr
5358end
5359end
5360return false
5361end
5362
5363GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
5364GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
5365GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
5366
5367GUI_MAIN.Name = 'AIMBOT'
5368
5369GUI_TARGET.Size = UDim2.new(0,200,0,30)
5370GUI_TARGET.BackgroundTransparency = 0.5
5371GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
5372GUI_TARGET.BorderSizePixel = 0
5373GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
5374GUI_TARGET.Text = 'AIMBOT : OFF'
5375GUI_TARGET.TextColor3 = Color3.new(1,1,1)
5376GUI_TARGET.TextStrokeTransparency = 1
5377GUI_TARGET.TextWrapped = true
5378GUI_TARGET.FontSize = 'Size24'
5379GUI_TARGET.Font = 'SourceSansBold'
5380
5381GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
5382GUI_AIM_AT.BackgroundTransparency = 0.5
5383GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
5384GUI_AIM_AT.BorderSizePixel = 0
5385GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
5386GUI_AIM_AT.Text = 'AIMING : HEAD'
5387GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
5388GUI_AIM_AT.TextStrokeTransparency = 1
5389GUI_AIM_AT.TextWrapped = true
5390GUI_AIM_AT.FontSize = 'Size18'
5391GUI_AIM_AT.Font = 'SourceSansBold'
5392
5393local TRACK = false
5394
5395function CREATE(BASE, COLOR)
5396local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
5397local ESP_DOT = Instance.new('Frame', ESP_MAIN)
5398local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
5399
5400ESP_MAIN.Name = 'ESP'
5401ESP_MAIN.Adornee = BASE
5402ESP_MAIN.AlwaysOnTop = true
5403ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
5404ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
5405
5406ESP_DOT.Name = 'DOT'
5407ESP_DOT.BackgroundColor3 = COLOR
5408ESP_DOT.BackgroundTransparency = 0.3
5409ESP_DOT.BorderSizePixel = 0
5410ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
5411ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
5412ESP_DOT.Visible = true
5413ESP_DOT.ZIndex = 10
5414
5415ESP_NAME.Name = 'NAME'
5416ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
5417ESP_NAME.BackgroundTransparency = 1
5418ESP_NAME.BorderSizePixel = 0
5419ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
5420ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
5421ESP_NAME.Visible = true
5422ESP_NAME.ZIndex = 10
5423ESP_NAME.Font = 'ArialBold'
5424ESP_NAME.FontSize = 'Size14'
5425ESP_NAME.Text = BASE.Parent.Name:upper()
5426ESP_NAME.TextColor3 = COLOR
5427end
5428
5429function CLEAR()
5430for _,v in pairs(PLAYER.PlayerGui:children()) do
5431if v.Name == 'ESP' and v:IsA('BillboardGui') then
5432v:Destroy()
5433end
5434end
5435end
5436
5437local Remote = game:service'ReplicatedStorage'.GetPlayerData
5438local player_roles = Remote:InvokeServer()
5439function FIND()
5440 CLEAR()
5441 TRACK = true
5442 spawn(function()
5443 while wait() do
5444 if TRACK then
5445 CLEAR()
5446 local a,b = ypcall(function()
5447 for name,player in pairs(player_roles)do
5448 if game:service'Players':FindFirstChild(name) ~= nil then
5449 local v = game:service'Players':FindFirstChild(name)
5450 if v.Character and v.Character:FindFirstChild('Head') then
5451 if v.Character:FindFirstChild('Head') then
5452 if player.Dead ~= true then
5453 if player.Role == "Murderer"then
5454 CREATE(v.Character.Head, Color3.new(1,0,0))
5455 elseif player.Role == "Sheriff" or player.Role == "Hero" then
5456 CREATE(v.Character.Head, Color3.new(0,0,1))
5457 else
5458 CREATE(v.Character.Head, Color3.new(0,1,0))
5459 end
5460 end
5461 end
5462 end
5463 end
5464 end
5465 end)
5466 end
5467 end
5468 wait(1)
5469 end)
5470end
5471coroutine.wrap(function()
5472while wait()do
5473player_roles = Remote:InvokeServer()
5474end
5475end)()
5476
5477MOUSE.KeyDown:connect(function(KEY)
5478KEY = KEY:lower():byte()
5479if KEY == _G.BIND then
5480ENABLED = true
5481end
5482end)
5483
5484MOUSE.KeyUp:connect(function(KEY)
5485KEY = KEY:lower():byte()
5486if KEY == _G.BIND then
5487ENABLED = false
5488end
5489end)
5490
5491MOUSE.KeyDown:connect(function(KEY)
5492KEY = KEY:lower():byte()
5493if KEY == _G.ESP_BIND then
5494if ESP_ENABLED == false then
5495FIND()
5496ESP_ENABLED = true
5497print('ESP : ON')
5498elseif ESP_ENABLED == true then
5499wait()
5500CLEAR()
5501TRACK = false
5502ESP_ENABLED = false
5503print('ESP : OFF')
5504end
5505end
5506end)
5507
5508MOUSE.KeyDown:connect(function(KEY)
5509if KEY == _G.CHANGE_AIM then
5510if _G.AIM_AT == 'Head' then
5511_G.AIM_AT = 'Torso'
5512GUI_AIM_AT.Text = 'AIMING : TORSO'
5513elseif _G.AIM_AT == 'Torso' then
5514_G.AIM_AT = 'Head'
5515GUI_AIM_AT.Text = 'AIMING : HEAD'
5516end
5517end
5518end)
5519
5520game:GetService('RunService').RenderStepped:connect(function()
5521if ENABLED then
5522local TARGET = GetNearestPlayerToMouse()
5523if (TARGET ~= false) then
5524local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
5525if AIM then
5526CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
5527end
5528GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
5529else
5530GUI_TARGET.Text = 'AIMBOT : OFF'
5531end
5532end
5533end)
5534
5535repeat
5536wait()
5537if ESP_ENABLED == true then
5538FIND()
5539end
5540until ESP_ENABLED == false
5541
5542
5543wait()
5544
5545_G.FREE_FOR_ALL = true
5546
5547_G.BIND = 50 -- LEFT CTRL
5548_G.ESP_BIND = 52 -- LEFT ALT
5549end)
5550
5551local plr = game.Players.LocalPlayer
5552
5553plr:GetMouse().KeyDown:connect(function(KeyUp)
5554if KeyUp == "0" then
5555 plr.Character.Humanoid.WalkSpeed = 35
5556end
5557end)
5558
5559plr:GetMouse().KeyUp:connect(function(KeyUp)
5560if KeyUp == "0" then
5561 plr.Character.Humanoid.WalkSpeed = 16
5562end
5563end)
5564
5565
5566 end)
5567
5568end
5569coroutine.resume(coroutine.create(SCRIPT_XUQV82_FAKESCRIPT))
5570function SCRIPT_FOKR77_FAKESCRIPT() -- CloneTycoon.CloneTycoonScript
5571 getfenv().script = Instance.new('Script', CloneTycoon)
5572
5573 button = script.Parent
5574
5575
5576 button.MouseButton1Down:connect(function()
5577 game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", "999999")
5578 game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", "999999")
5579 end)
5580
5581end
5582coroutine.resume(coroutine.create(SCRIPT_FOKR77_FAKESCRIPT))
5583function SCRIPT_XDLP85_FAKESCRIPT() -- Admins.OpenAdmins
5584 getfenv().script = Instance.new('Script', Admins)
5585
5586 button = script.Parent
5587
5588
5589 button.MouseButton1Down:connect(function()
5590 -- Creator: illremember#3799
5591
5592-- Credits to infinite yield, harkinian, dex creators
5593
5594prefix = ";"
5595wait(0.3)
5596Commands = {
5597 '[-] cmdbar is shown when ; is pressed.',
5598 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
5599 '[2] bring [plr] -- You need a tool! Will bring player to you',
5600 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
5601 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
5602 '[5] attach [plr] -- You need a tool! Attaches you to player',
5603 '[6] unattach [plr] -- Attempts to unattach you from a player',
5604 '[7] follow [plr] -- Makes you follow behind the player',
5605 '[8] unfollow',
5606 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
5607 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
5608 '[11] untrail',
5609 '[12] orbit [plr] -- Makes you orbit the player',
5610 '[13] unorbit',
5611 '[14] fling [plr] -- Makes you fling the player',
5612 '[15] unfling',
5613 '[16] fecheck -- Checks if the game is FE or not',
5614 '[17] void [plr] -- Teleports player to the void',
5615 '[18] noclip -- Gives you noclip to walk through walls',
5616 '[19] clip -- Removes noclip',
5617 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
5618 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
5619 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
5620 '[23] default -- Changes your speed, jumppower and hipheight to default values',
5621 '[24] annoy [plr] -- Loop teleports you to the player',
5622 '[25] unannoy',
5623 '[26] headwalk [plr] -- Loop teleports you to the player head',
5624 '[27] unheadwalk',
5625 '[28] nolimbs -- Removes your arms and legs',
5626 '[29] god -- Gives you FE Godmode',
5627 '[30] drophats -- Drops your accessories',
5628 '[31] droptool -- Drops any tool you have equipped',
5629 '[32] loopdhats -- Loop drops your accessories',
5630 '[33] unloopdhats',
5631 '[34] loopdtool -- Loop drops any tools you have equipped',
5632 '[35] unloopdtool',
5633 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
5634 '[37] view [plr] -- Changes your camera to the player character',
5635 '[38] unview',
5636 '[39] goto [plr] -- Teleports you to player',
5637 '[40] fly -- Allows you to fly, credit to Infinite Yield',
5638 '[41] unfly',
5639 '[42] chat [msg] -- Makes you chat a message',
5640 '[43] spam [msg] -- Spams a message',
5641 '[44] unspam',
5642 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
5643 '[46] pmspam [plr] -- Spams a player in private message',
5644 '[47] unpmspam',
5645 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
5646 '[49] uncfreeze [plr]',
5647 '[50] unlockws -- Unlocks the workspace',
5648 '[51] lockws -- Locks the workspace',
5649 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
5650 '[53] pstand -- Enables platform stand',
5651 '[54] unpstand -- Disables platform stand',
5652 '[55] blockhead -- Removes your head mesh',
5653 '[56] sit',
5654 '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
5655 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
5656 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
5657 '[60] cmds -- Prints all commands',
5658 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
5659 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
5660 '[63] spinner -- Makes you spin',
5661 '[64] nospinner',
5662 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
5663 '[66] noreach -- Removes reach, must have tool equipped',
5664 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
5665 '[68] tp me [plr] -- Alternative to goto',
5666 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
5667 '[70] uncbring',
5668 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
5669 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
5670 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
5671 '[74] unglitch -- Unglitches you',
5672 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
5673 '[76] explorer -- Loads up DEX',
5674 '[77] reset -- Resets your character.',
5675 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
5676 '[79] animgui -- Loads up Energize animations GUI',
5677 '[80] savepos -- Saves your current position',
5678 '[81] loadpos -- Teleports you to your saved position',
5679 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
5680 '[83] unbang',
5681 '[84] delcmdbar -- Removes the command bar completely',
5682 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
5683 '[86] shutdown -- Uses harkinians script to shutdown server',
5684 '[87] respawn -- If grespawn doesnt work you can use respawn',
5685 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
5686 '[89] getplrs -- Prints all players in game',
5687 '[90] deldecal -- Deletes all decals client sided',
5688 '[91] opfinality -- Loads in my FE GUI Opfinality',
5689 '[92] remotes -- Prints all remotes in the game in the console when added',
5690 '[93] noremotes -- Stops printing remotes',
5691 '[94] tpdefault -- Stops all loop teleports to a player',
5692 '[95] stopsit -- Will not allow you to sit',
5693 '[96] gosit -- Allows you to sit',
5694 '[97] clicktp -- Enables click tp',
5695 '[98] noclicktp -- Disables click tp',
5696 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
5697 '[100] toolsoff -- Stops ;toolson',
5698 '[101] version -- Gets the admin version',
5699 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
5700 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
5701 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
5702 '[105] clickdel -- Delete any block you press q on, client sided',
5703 '[106] noclickdel -- Stops clickdel',
5704 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
5705 '[108] unlooprhats -- Stops loop removing mesh',
5706 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
5707 '[110] unlooprtool -- Stops loop removing mesh',
5708 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
5709 '[112] age [plr] -- Makes you chat the account age of the player',
5710 '[113] id [plr] -- Makes you chat the account ID of the player',
5711 '[114] .age [plr] -- Privately shows you the account age of the player',
5712 '[115] .id [plr] -- Privately shows you the account ID of the player',
5713 '[116] gameid -- Shows the game ID',
5714 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
5715 '[118] removefog -- Removes fog, client sided',
5716 '[119] disable -- Disables your character by removing humanoid',
5717 '[120] enable -- Enables your character by adding humanoid',
5718 '[121] prefix [key] -- Changes the prefix used, default is ;',
5719 '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
5720 '[123] flyspeed [num] -- Change your fly speed, default is 1',
5721 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
5722 '[125] uncarpet -- Stops carpet player',
5723 '[126] stare [plr] -- Turns your character to stare at another player',
5724 '[127] unstare -- Stops stare player',
5725 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
5726 '[129] unlogchat -- Disables logchat',
5727 '[130] fixcam -- Fixes/resets your camera',
5728 '[131] unstate -- Stops changing state',
5729}
5730speedget = 1
5731
5732lplayer = game:GetService("Players").LocalPlayer
5733
5734lplayer.CharacterAdded:Connect(function(character)
5735 spin = false
5736 flying = false
5737 staring = false
5738 banpl = false
5739end)
5740
5741function change()
5742 prefix = prefix
5743 speedfly = speedfly
5744end
5745
5746function GetPlayer(String) -- Credit to Timeless/xFunnieuss
5747 local Found = {}
5748 local strl = String:lower()
5749 if strl == "all" then
5750 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
5751 table.insert(Found,v)
5752 end
5753 elseif strl == "others" then
5754 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
5755 if v.Name ~= lplayer.Name then
5756 table.insert(Found,v)
5757 end
5758 end
5759 elseif strl == "me" then
5760 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
5761 if v.Name == lplayer.Name then
5762 table.insert(Found,v)
5763 end
5764 end
5765 else
5766 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
5767 if v.Name:lower():sub(1, #String) == String:lower() then
5768 table.insert(Found,v)
5769 end
5770 end
5771 end
5772 return Found
5773end
5774
5775local Mouse = lplayer:GetMouse()
5776
5777spin = false
5778followed = false
5779traill = false
5780noclip = false
5781annoying = false
5782hwalk = false
5783droppinghats = false
5784droppingtools = false
5785flying = false
5786spamdelay = 1
5787spamming = false
5788spammingpm = false
5789cbringing = false
5790remotes = true
5791added = true
5792binds = false
5793stopsitting = false
5794clickgoto = false
5795gettingtools = false
5796removingmeshhats = false
5797removingmeshtool = false
5798clickdel = false
5799staring = false
5800chatlogs = false
5801banpl = false
5802changingstate = false
5803statechosen = 0
5804
5805adminversion = "Reviz Admin by illremember, Version 2.0"
5806
5807flying = false
5808speedfly = 1
5809
5810function plrchat(plr, chat)
5811print(plr.Name..": "..tick().."\n"..chat)
5812end
5813
5814for i,v in pairs(game:GetService("Players"):GetPlayers()) do
5815v.Chatted:connect(function(chat)
5816if chatlogs then
5817plrchat(v, chat)
5818end
5819end)
5820end
5821game:GetService("Players").PlayerAdded:connect(function(plr)
5822plr.Chatted:connect(function(chat)
5823if chatlogs then
5824plrchat(plr, chat)
5825end
5826end)
5827end)
5828
5829
5830local ScreenGui = Instance.new("ScreenGui")
5831local Frame = Instance.new("Frame")
5832local CMDBAR = Instance.new("TextBox")
5833ScreenGui.Parent = game:GetService("CoreGui")
5834Frame.Parent = ScreenGui
5835Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
5836Frame.BackgroundTransparency = 0.3
5837Frame.Position = UDim2.new(0.5, 0, 0, 10)
5838Frame.Size = UDim2.new(0, 200, 0, 40)
5839Frame.Active = true
5840Frame.Draggable = true
5841CMDBAR.Name = "CMDBAR"
5842CMDBAR.Parent = Frame
5843CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
5844CMDBAR.BackgroundTransparency = 0.20000000298023
5845CMDBAR.Size = UDim2.new(0, 180, 0, 20)
5846CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
5847CMDBAR.Font = Enum.Font.SourceSansLight
5848CMDBAR.FontSize = Enum.FontSize.Size14
5849CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
5850CMDBAR.TextScaled = true
5851CMDBAR.TextSize = 14
5852CMDBAR.TextWrapped = true
5853CMDBAR.Text = "Press ; to type, Enter to execute"
5854
5855local CMDS = Instance.new("ScreenGui")
5856local CMDSFRAME = Instance.new("Frame")
5857local ScrollingFrame = Instance.new("ScrollingFrame")
5858local TextLabel = Instance.new("TextLabel")
5859local closegui = Instance.new("TextButton")
5860CMDS.Name = "CMDS"
5861CMDS.Parent = game:GetService("CoreGui")
5862CMDSFRAME.Name = "CMDSFRAME"
5863CMDSFRAME.Parent = CMDS
5864CMDSFRAME.Active = true
5865CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
5866CMDSFRAME.BorderSizePixel = 0
5867CMDSFRAME.Draggable = true
5868CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
5869CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
5870CMDSFRAME.Visible = false
5871ScrollingFrame.Parent = CMDSFRAME
5872ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
5873ScrollingFrame.BorderSizePixel = 0
5874ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
5875ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
5876ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
5877TextLabel.Parent = ScrollingFrame
5878TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5879TextLabel.BackgroundTransparency = 1
5880TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
5881TextLabel.Font = Enum.Font.SourceSans
5882TextLabel.FontSize = Enum.FontSize.Size18
5883TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
5884TextLabel.TextColor3 = Color3.new(1, 1, 1)
5885TextLabel.TextSize = 15
5886TextLabel.TextWrapped = true
5887TextLabel.TextXAlignment = Enum.TextXAlignment.Left
5888TextLabel.TextYAlignment = Enum.TextYAlignment.Top
5889closegui.Name = "closegui"
5890closegui.Parent = CMDSFRAME
5891closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
5892closegui.BorderSizePixel = 0
5893closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
5894closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
5895closegui.Font = Enum.Font.SourceSansBold
5896closegui.FontSize = Enum.FontSize.Size24
5897closegui.Text = "X"
5898closegui.TextColor3 = Color3.new(1, 1, 1)
5899closegui.TextSize = 20
5900
5901closegui.MouseButton1Click:connect(function()
5902 CMDSFRAME.Visible = false
5903end)
5904
5905game:GetService('RunService').Stepped:connect(function()
5906 if spin then
5907 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
5908 end
5909 if followed then
5910 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
5911 end
5912 if traill then
5913 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
5914 end
5915 if annoying then
5916 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
5917 end
5918 if hwalk then
5919 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
5920 end
5921 if staring then
5922 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
5923 end
5924end)
5925game:GetService('RunService').Stepped:connect(function()
5926 if noclip then
5927 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
5928 lplayer.Character.Head.CanCollide = false
5929 lplayer.Character.Torso.CanCollide = false
5930 lplayer.Character["Left Leg"].CanCollide = false
5931 lplayer.Character["Right Leg"].CanCollide = false
5932 else
5933 lplayer.Character.Humanoid:ChangeState(11)
5934 end
5935 end
5936 if changingstate then
5937 lplayer.Character.Humanoid:ChangeState(statechosen)
5938 end
5939end)
5940game:GetService('RunService').Stepped:connect(function()
5941 if droppinghats then
5942 for i,v in pairs(lplayer.Character:GetChildren()) do
5943 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
5944 v.Parent = workspace
5945 end
5946 end
5947 end
5948 if droppingtools then
5949 for i,v in pairs(lplayer.Character:GetChildren()) do
5950 if (v:IsA("Tool")) then
5951 v.Parent = workspace
5952 end
5953 end
5954 end
5955 if removingmeshhats then
5956 for i,v in pairs(lplayer.Character:GetChildren()) do
5957 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
5958 v.Handle.Mesh:Destroy()
5959 end
5960 end
5961 end
5962 if removingmeshtool then
5963 for i,v in pairs(lplayer.Character:GetChildren()) do
5964 if (v:IsA("Tool")) then
5965 v.Handle.Mesh:Destroy()
5966 end
5967 end
5968 end
5969end)
5970game:GetService('RunService').Stepped:connect(function()
5971 if banpl then
5972 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
5973 end
5974end)
5975game:GetService('RunService').Stepped:connect(function()
5976 if stopsitting then
5977 lplayer.Character.Humanoid.Sit = false
5978 end
5979end)
5980
5981plr = lplayer
5982hum = plr.Character.HumanoidRootPart
5983mouse = plr:GetMouse()
5984mouse.KeyDown:connect(function(key)
5985 if key == "e" then
5986 if mouse.Target then
5987 if clickgoto then
5988 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
5989 elseif clickdel then
5990 mouse.Target:Destroy()
5991 end
5992 end
5993 end
5994end)
5995
5996game:GetService("Workspace").ChildAdded:connect(function(part)
5997 if gettingtools then
5998 if part:IsA("Tool") then
5999 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6000 end
6001 end
6002end)
6003
6004lplayer.Chatted:Connect(function(msg)
6005 if string.sub(msg, 1, 6) == (prefix.."kill ") then
6006 if string.sub(msg, 7) == "me" then
6007 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
6008 else
6009 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
6010 local NOW = lplayer.Character.HumanoidRootPart.CFrame
6011 lplayer.Character.Humanoid.Name = 1
6012 local l = lplayer.Character["1"]:Clone()
6013 l.Parent = lplayer.Character
6014 l.Name = "Humanoid"
6015 wait(0.1)
6016 lplayer.Character["1"]:Destroy()
6017 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6018 lplayer.Character.Animate.Disabled = true
6019 wait(0.1)
6020 lplayer.Character.Animate.Disabled = false
6021 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6022 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6023 lplayer.Character.Humanoid:EquipTool(v)
6024 end
6025 local function tp(player,player2)
6026 local char1,char2=player.Character,player2.Character
6027 if char1 and char2 then
6028 char1:MoveTo(char2.Head.Position)
6029 end
6030 end
6031 wait(0.1)
6032 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6033 wait(0.2)
6034 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6035 wait(0.5)
6036 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
6037 wait(0.7)
6038 tp(lplayer,game:GetService("Players")[v.Name])
6039 wait(0.7)
6040 lplayer.Character.HumanoidRootPart.CFrame = NOW
6041 game:GetService("StarterGui"):SetCore("SendNotification", {
6042 Title = "Tools needed!";
6043 Text = "You need a tool in your backpack for this command!";
6044 })
6045 end
6046 end
6047 end
6048 if string.sub(msg, 1, 7) == (prefix.."bring ") then
6049 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
6050 local NOW = lplayer.Character.HumanoidRootPart.CFrame
6051 lplayer.Character.Humanoid.Name = 1
6052 local l = lplayer.Character["1"]:Clone()
6053 l.Parent = lplayer.Character
6054 l.Name = "Humanoid"
6055 wait(0.1)
6056 lplayer.Character["1"]:Destroy()
6057 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6058 lplayer.Character.Animate.Disabled = true
6059 wait(0.1)
6060 lplayer.Character.Animate.Disabled = false
6061 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6062 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6063 lplayer.Character.Humanoid:EquipTool(v)
6064 end
6065 local function tp(player,player2)
6066 local char1,char2=player.Character,player2.Character
6067 if char1 and char2 then
6068 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
6069 end
6070 end
6071 local function getout(player,player2)
6072 local char1,char2=player.Character,player2.Character
6073 if char1 and char2 then
6074 char1:MoveTo(char2.Head.Position)
6075 end
6076 end
6077 tp(game:GetService("Players")[v.Name], lplayer)
6078 wait(0.2)
6079 tp(game:GetService("Players")[v.Name], lplayer)
6080 wait(0.5)
6081 lplayer.Character.HumanoidRootPart.CFrame = NOW
6082 wait(0.5)
6083 getout(lplayer, game:GetService("Players")[v.Name])
6084 wait(0.3)
6085 lplayer.Character.HumanoidRootPart.CFrame = NOW
6086 game:GetService("StarterGui"):SetCore("SendNotification", {
6087 Title = "Tools needed!";
6088 Text = "You need a tool in your backpack for this command!";
6089 })
6090 end
6091 end
6092 if string.sub(msg, 1, 6) == (prefix.."spin ") then
6093 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6094 lplayer.Character.Humanoid.Name = 1
6095 local l = lplayer.Character["1"]:Clone()
6096 l.Parent = lplayer.Character
6097 l.Name = "Humanoid"
6098 wait(0.1)
6099 lplayer.Character["1"]:Destroy()
6100 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6101 lplayer.Character.Animate.Disabled = true
6102 wait(0.1)
6103 lplayer.Character.Animate.Disabled = false
6104 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6105 lplayer.Character.Animate.Disabled = false
6106 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6107 lplayer.Character.Humanoid:EquipTool(v)
6108 end
6109 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6110 spinplr = v
6111 wait(0.5)
6112 spin = true
6113 game:GetService("StarterGui"):SetCore("SendNotification", {
6114 Title = "Tools needed!";
6115 Text = "You need a tool in your backpack for this command!";
6116 })
6117 end
6118 end
6119 if string.sub(msg, 1, 7) == (prefix.."unspin") then
6120 spin = false
6121 end
6122 if string.sub(msg, 1, 8) == (prefix.."attach ") then
6123 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
6124 lplayer.Character.Humanoid.Name = 1
6125 local l = lplayer.Character["1"]:Clone()
6126 l.Parent = lplayer.Character
6127 l.Name = "Humanoid"
6128 wait(0.1)
6129 lplayer.Character["1"]:Destroy()
6130 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6131 lplayer.Character.Animate.Disabled = true
6132 wait(0.1)
6133 lplayer.Character.Animate.Disabled = false
6134 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6135 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6136 lplayer.Character.Humanoid:EquipTool(v)
6137 end
6138 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6139 wait(0.3)
6140 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6141 attplr = v
6142 game:GetService("StarterGui"):SetCore("SendNotification", {
6143 Title = "Tools needed!";
6144 Text = "You need a tool in your backpack for this command!";
6145 })
6146 end
6147 end
6148 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
6149 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
6150 local function getout(player,player2)
6151 local char1,char2=player.Character,player2.Character
6152 if char1 and char2 then
6153 char1:MoveTo(char2.Head.Position)
6154 end
6155 end
6156 getout(lplayer, game:GetService("Players")[v.Name])
6157 end
6158 end
6159 if string.sub(msg, 1, 8) == (prefix.."follow ") then
6160 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
6161 followed = true
6162 flwplr = v
6163 end
6164 end
6165 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
6166 followed = false
6167 end
6168 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
6169 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
6170 local NOW = lplayer.Character.HumanoidRootPart.CFrame
6171 lplayer.Character.Humanoid.Name = 1
6172 local l = lplayer.Character["1"]:Clone()
6173 l.Parent = lplayer.Character
6174 l.Name = "Humanoid"
6175 wait(0.1)
6176 lplayer.Character["1"]:Destroy()
6177 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6178 lplayer.Character.Animate.Disabled = true
6179 wait(0.1)
6180 lplayer.Character.Animate.Disabled = false
6181 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6182 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6183 lplayer.Character.Humanoid:EquipTool(v)
6184 end
6185 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6186 wait(0.2)
6187 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6188 wait(0.6)
6189 lplayer.Character.HumanoidRootPart.CFrame = NOW
6190 wait(0.6)
6191 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
6192 game:GetService("StarterGui"):SetCore("SendNotification", {
6193 Title = "Tools needed!";
6194 Text = "You need a tool in your backpack for this command!";
6195 })
6196 end
6197 end
6198 if string.sub(msg, 1, 7) == (prefix.."trail ") then
6199 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6200 traill = true
6201 trlplr = v
6202 end
6203 end
6204 if string.sub(msg, 1, 8) == (prefix.."untrail") then
6205 traill = false
6206 end
6207 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
6208 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
6209 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6210 else
6211 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6212 local o = Instance.new("RocketPropulsion")
6213 o.Parent = lplayer.Character.HumanoidRootPart
6214 o.Name = "Orbit"
6215 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
6216 o:Fire()
6217 noclip = true
6218 end
6219 end
6220 end
6221 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
6222 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
6223 noclip = false
6224 end
6225 if string.sub(msg, 1, 7) == (prefix.."fling ") then
6226 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
6227 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6228 else
6229 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6230 local y = Instance.new("RocketPropulsion")
6231 y.Parent = lplayer.Character.HumanoidRootPart
6232 y.CartoonFactor = 1
6233 y.MaxThrust = 800000
6234 y.MaxSpeed = 1000
6235 y.ThrustP = 200000
6236 y.Name = "Fling"
6237 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
6238 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
6239 y:Fire()
6240 noclip = true
6241 end
6242 end
6243 end
6244 if string.sub(msg, 1, 8) == (prefix.."unfling") then
6245 noclip = false
6246 lplayer.Character.HumanoidRootPart.Fling:Destroy()
6247 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
6248 wait(0.4)
6249 lplayer.Character.HumanoidRootPart.Fling:Destroy()
6250 end
6251 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
6252 if game:GetService("Workspace").FilteringEnabled == true then
6253 warn("FE is Enabled (Filtering Enabled)")
6254 game:GetService("StarterGui"):SetCore("SendNotification", {
6255 Title = "FE is Enabled";
6256 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
6257 })
6258 else
6259 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
6260 game:GetService("StarterGui"):SetCore("SendNotification", {
6261 Title = "FE is Disabled";
6262 Text = "Filtering Disabled. Consider using a different admin script.";
6263 })
6264 end
6265 end
6266 if string.sub(msg, 1, 6) == (prefix.."void ") then
6267 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6268 lplayer.Character.Humanoid.Name = 1
6269 local l = lplayer.Character["1"]:Clone()
6270 l.Parent = lplayer.Character
6271 l.Name = "Humanoid"
6272 wait(0.1)
6273 lplayer.Character["1"]:Destroy()
6274 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6275 lplayer.Character.Animate.Disabled = true
6276 wait(0.1)
6277 lplayer.Character.Animate.Disabled = false
6278 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6279 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6280 lplayer.Character.Humanoid:EquipTool(v)
6281 end
6282 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6283 wait(0.2)
6284 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6285 wait(0.6)
6286 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
6287 game:GetService("StarterGui"):SetCore("SendNotification", {
6288 Title = "Tools needed!";
6289 Text = "You need a tool in your backpack for this command!";
6290 })
6291 end
6292 end
6293 if string.sub(msg, 1, 7) == (prefix.."noclip") then
6294 noclip = true
6295 game:GetService("StarterGui"):SetCore("SendNotification", {
6296 Title = "Noclip enabled";
6297 Text = "Type ;clip to disable";
6298 })
6299 end
6300 if string.sub(msg, 1, 5) == (prefix.."clip") then
6301 noclip = false
6302 game:GetService("StarterGui"):SetCore("SendNotification", {
6303 Title = "Noclip disabled";
6304 Text = "Type ;noclip to enable";
6305 })
6306 end
6307 if string.sub(msg, 1, 7) == (prefix.."speed ") then
6308 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
6309 end
6310 if string.sub(msg, 1, 4) == (prefix.."ws ") then
6311 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
6312 end
6313 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
6314 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
6315 end
6316 if string.sub(msg, 1, 4) == (prefix.."hh ") then
6317 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
6318 end
6319 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
6320 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
6321 end
6322 if string.sub(msg, 1, 4) == (prefix.."jp ") then
6323 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
6324 end
6325 if string.sub(msg, 1, 8) == (prefix.."default") then
6326 lplayer.Character.Humanoid.JumpPower = 50
6327 lplayer.Character.Humanoid.WalkSpeed = 16
6328 lplayer.Character.Humanoid.HipHeight = 0
6329 end
6330 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
6331 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6332 annoying = true
6333 annplr = v
6334 end
6335 end
6336 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
6337 annoying = false
6338 end
6339 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
6340 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
6341 hwalk = true
6342 hdwplr = v
6343 end
6344 end
6345 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
6346 hwalk = false
6347 end
6348 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
6349 lplayer.Character["Left Leg"]:Destroy()
6350 lplayer.Character["Left Arm"]:Destroy()
6351 lplayer.Character["Right Leg"]:Destroy()
6352 lplayer.Character["Right Arm"]:Destroy()
6353 end
6354 if string.sub(msg, 1, 4) == (prefix.."god") then
6355 lplayer.Character.Humanoid.Name = 1
6356 local l = lplayer.Character["1"]:Clone()
6357 l.Parent = lplayer.Character
6358 l.Name = "Humanoid"
6359 wait(0.1)
6360 lplayer.Character["1"]:Destroy()
6361 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6362 lplayer.Character.Animate.Disabled = true
6363 wait(0.1)
6364 lplayer.Character.Animate.Disabled = false
6365 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6366 game:GetService("StarterGui"):SetCore("SendNotification", {
6367 Title = "FE Godmode enabled";
6368 Text = "Use ;grespawn or ;respawn to remove";
6369 })
6370 end
6371 if string.sub(msg, 1, 9) == (prefix.."drophats") then
6372 for i,v in pairs(lplayer.Character:GetChildren()) do
6373 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
6374 v.Parent = workspace
6375 end
6376 end
6377 end
6378 if string.sub(msg, 1, 9) == (prefix.."droptool") then
6379 for i,v in pairs(lplayer.Character:GetChildren()) do
6380 if (v:IsA("Tool")) then
6381 v.Parent = workspace
6382 end
6383 end
6384 end
6385 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
6386 droppinghats = true
6387 game:GetService("StarterGui"):SetCore("SendNotification", {
6388 Title = "Loop Drop Enabled";
6389 Text = "Type ;unloopdhats to disable";
6390 })
6391 end
6392 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
6393 droppinghats = false
6394 game:GetService("StarterGui"):SetCore("SendNotification", {
6395 Title = "Loop Drop Disabled";
6396 Text = "Type ;loopdhats to enable.";
6397 })
6398 end
6399 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
6400 droppingtools = true
6401 game:GetService("StarterGui"):SetCore("SendNotification", {
6402 Title = "Loop Drop Enabled";
6403 Text = "Type ;unloopdtool to disable";
6404 })
6405 end
6406 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
6407 droppingtools = false
6408 game:GetService("StarterGui"):SetCore("SendNotification", {
6409 Title = "Loop Drop Disabled";
6410 Text = "Type ;loopdtool to enable.";
6411 })
6412 end
6413 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
6414 Local = game:GetService('Players').LocalPlayer
6415 Char = Local.Character
6416 touched,tpdback = false, false
6417 box = Instance.new('Part',workspace)
6418 box.Anchored = true
6419 box.CanCollide = true
6420 box.Size = Vector3.new(10,1,10)
6421 box.Position = Vector3.new(0,10000,0)
6422 box.Touched:connect(function(part)
6423 if (part.Parent.Name == Local.Name) then
6424 if touched == false then
6425 touched = true
6426 function apply()
6427 if script.Disabled ~= true then
6428 no = Char.HumanoidRootPart:Clone()
6429 wait(.25)
6430 Char.HumanoidRootPart:Destroy()
6431 no.Parent = Char
6432 Char:MoveTo(loc)
6433 touched = false
6434 end end
6435 if Char then
6436 apply()
6437 end
6438 end
6439 end
6440 end)
6441 repeat wait() until Char
6442 loc = Char.HumanoidRootPart.Position
6443 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
6444 game:GetService("StarterGui"):SetCore("SendNotification", {
6445 Title = "Invisibility enabled!";
6446 Text = "Reset or use ;respawn to remove.";
6447 })
6448 end
6449 if string.sub(msg, 1, 6) == (prefix.."view ") then
6450 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6451 if game:GetService("Players")[v.Name].Character.Humanoid then
6452 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
6453 else
6454 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
6455 end
6456 end
6457 end
6458 if string.sub(msg, 1, 7) == (prefix.."unview") then
6459 if lplayer.Character.Humanoid then
6460 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
6461 else
6462 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
6463 end
6464 end
6465 if string.sub(msg, 1, 6) == (prefix.."goto ") then
6466 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6467 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6468 end
6469 end
6470 if string.sub(msg, 1, 4) == (prefix.."fly") then
6471 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
6472 repeat wait() until Mouse
6473
6474 local T = lplayer.Character.HumanoidRootPart
6475 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
6476 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6477 local SPEED = speedget
6478
6479 local function fly()
6480 flying = true
6481 local BG = Instance.new('BodyGyro', T)
6482 local BV = Instance.new('BodyVelocity', T)
6483 BG.P = 9e4
6484 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
6485 BG.cframe = T.CFrame
6486 BV.velocity = Vector3.new(0, 0.1, 0)
6487 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
6488 spawn(function()
6489 repeat wait()
6490 lplayer.Character.Humanoid.PlatformStand = true
6491 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
6492 SPEED = 50
6493 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
6494 SPEED = 0
6495 end
6496 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
6497 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
6498 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
6499 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
6500 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
6501 else
6502 BV.velocity = Vector3.new(0, 0.1, 0)
6503 end
6504 BG.cframe = workspace.CurrentCamera.CoordinateFrame
6505 until not flying
6506 CONTROL = {F = 0, B = 0, L = 0, R = 0}
6507 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
6508 SPEED = 0
6509 BG:destroy()
6510 BV:destroy()
6511 lplayer.Character.Humanoid.PlatformStand = false
6512 end)
6513 end
6514 Mouse.KeyDown:connect(function(KEY)
6515 if KEY:lower() == 'w' then
6516 CONTROL.F = speedfly
6517 elseif KEY:lower() == 's' then
6518 CONTROL.B = -speedfly
6519 elseif KEY:lower() == 'a' then
6520 CONTROL.L = -speedfly
6521 elseif KEY:lower() == 'd' then
6522 CONTROL.R = speedfly
6523 end
6524 end)
6525 Mouse.KeyUp:connect(function(KEY)
6526 if KEY:lower() == 'w' then
6527 CONTROL.F = 0
6528 elseif KEY:lower() == 's' then
6529 CONTROL.B = 0
6530 elseif KEY:lower() == 'a' then
6531 CONTROL.L = 0
6532 elseif KEY:lower() == 'd' then
6533 CONTROL.R = 0
6534 end
6535 end)
6536 fly()
6537 end
6538 if string.sub(msg, 1, 6) == (prefix.."unfly") then
6539 flying = false
6540 lplayer.Character.Humanoid.PlatformStand = false
6541 end
6542 if string.sub(msg, 1, 6) == (prefix.."chat ") then
6543 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
6544 end
6545 if string.sub(msg, 1, 6) == (prefix.."spam ") then
6546 spamtext = (string.sub(msg, 7))
6547 spamming = true
6548 end
6549 if string.sub(msg, 1, 7) == (prefix.."unspam") then
6550 spamming = false
6551 end
6552 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
6553 spamdelay = (string.sub(msg, 11))
6554 end
6555 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
6556 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
6557 pmspammed = v.Name
6558 spammingpm = true
6559 end
6560 end
6561 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
6562 spammingpm = false
6563 end
6564 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
6565 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
6566 v.Character["Left Leg"].Anchored = true
6567 v.Character["Left Arm"].Anchored = true
6568 v.Character["Right Leg"].Anchored = true
6569 v.Character["Right Arm"].Anchored = true
6570 v.Character.Torso.Anchored = true
6571 v.Character.Head.Anchored = true
6572 end
6573 end
6574 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
6575 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
6576 v.Character["Left Leg"].Anchored = false
6577 v.Character["Left Arm"].Anchored = false
6578 v.Character["Right Leg"].Anchored = false
6579 v.Character["Right Arm"].Anchored = false
6580 v.Character.Torso.Anchored = false
6581 v.Character.Head.Anchored = false
6582 end
6583 end
6584 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
6585 local a = game:GetService("Workspace"):getChildren()
6586 for i = 1, #a do
6587 if a[i].className == "Part" then
6588 a[i].Locked = false
6589 elseif a[i].className == "Model" then
6590 local r = a[i]:getChildren()
6591 for i = 1, #r do
6592 if r[i].className == "Part" then
6593 r[i].Locked = false
6594 end
6595 end
6596 end
6597 end
6598 game:GetService("StarterGui"):SetCore("SendNotification", {
6599 Title = "Success!";
6600 Text = "Workspace unlocked. Use ;lockws to lock.";
6601 })
6602 end
6603 if string.sub(msg, 1, 7) == (prefix.."lockws") then
6604 local a = game:GetService("Workspace"):getChildren()
6605 for i = 1, #a do
6606 if a[i].className == "Part" then
6607 a[i].Locked = true
6608 elseif a[i].className == "Model" then
6609 local r = a[i]:getChildren()
6610 for i = 1, #r do
6611 if r[i].className == "Part" then
6612 r[i].Locked = true
6613 end
6614 end
6615 end
6616 end
6617 end
6618 if string.sub(msg, 1, 7) == (prefix.."btools") then
6619 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
6620 Clone_T.BinType = "Clone"
6621 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
6622 Destruct.BinType = "Hammer"
6623 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
6624 Hold_T.BinType = "Grab"
6625 end
6626 if string.sub(msg, 1, 7) == (prefix.."pstand") then
6627 lplayer.Character.Humanoid.PlatformStand = true
6628 end
6629 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
6630 lplayer.Character.Humanoid.PlatformStand = false
6631 end
6632 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
6633 lplayer.Character.Head.Mesh:Destroy()
6634 end
6635 if string.sub(msg, 1, 4) == (prefix.."sit") then
6636 lplayer.Character.Humanoid.Sit = true
6637 end
6638 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
6639 local function bringobjw()
6640 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
6641 if obj.Name == (string.sub(msg, 11)) then
6642 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6643 obj.CanCollide = false
6644 obj.Transparency = 0.7
6645 wait()
6646 obj.CFrame = lplayer.Character["Left Leg"].CFrame
6647 wait()
6648 obj.CFrame = lplayer.Character["Right Leg"].CFrame
6649 wait()
6650 obj.CFrame = lplayer.Character["Head"].CFrame
6651 end
6652 end
6653 end
6654 while wait() do
6655 bringobjw()
6656 end
6657 game:GetService("StarterGui"):SetCore("SendNotification", {
6658 Title = "BringObj";
6659 Text = "BringObj enabled.";
6660 })
6661 end
6662 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
6663 vis = (string.sub(msg, 8))
6664 local a = game:GetService("Workspace"):GetDescendants()
6665 for i = 1, #a do
6666 if a[i].className == "Part" then
6667 a[i].Transparency = vis
6668 elseif a[i].className == "Model" then
6669 local r = a[i]:getChildren()
6670 for i = 1, #r do
6671 if r[i].className == "Part" then
6672 r[i].Transparency = vis
6673 end
6674 end
6675 end
6676 end
6677 end
6678 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
6679 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
6680 game:GetService("StarterGui"):SetCore("SendNotification", {
6681 Title = "Success!";
6682 Text = "HyperTotal GUI Loaded!";
6683 })
6684 end
6685 if string.sub(msg, 1, 5) == (prefix.."cmds") then
6686 CMDSFRAME.Visible = true
6687 end
6688 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
6689 for i,v in pairs(lplayer.Character:GetChildren()) do
6690 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
6691 v.Handle.Mesh:Destroy()
6692 end
6693 end
6694 end
6695 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
6696 for i,v in pairs(lplayer.Character:GetChildren()) do
6697 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
6698 v.Handle.Mesh:Destroy()
6699 end
6700 end
6701 end
6702 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
6703 for i,v in pairs(lplayer.Character:GetChildren()) do
6704 if (v:IsA("Tool")) then
6705 v.Handle.Mesh:Destroy()
6706 end
6707 end
6708 end
6709 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
6710 for i,v in pairs(lplayer.Character:GetChildren()) do
6711 if (v:IsA("Tool")) then
6712 v.Handle.Mesh:Destroy()
6713 end
6714 end
6715 end
6716 if string.sub(msg, 1, 8) == (prefix.."spinner") then
6717 local p = Instance.new("RocketPropulsion")
6718 p.Parent = lplayer.Character.HumanoidRootPart
6719 p.Name = "Spinner"
6720 p.Target = lplayer.Character["Left Arm"]
6721 p:Fire()
6722 game:GetService("StarterGui"):SetCore("SendNotification", {
6723 Title = "Spinner enabled";
6724 Text = "Type ;nospinner to disable.";
6725 })
6726 end
6727 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
6728 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
6729 end
6730 if string.sub(msg, 1, 7) == (prefix.."reachd") then
6731 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
6732 if v:isA("Tool") then
6733 local a = Instance.new("SelectionBox",v.Handle)
6734 a.Adornee = v.Handle
6735 v.Handle.Size = Vector3.new(0.5,0.5,60)
6736 v.GripPos = Vector3.new(0,0,0)
6737 lplayer.Character.Humanoid:UnequipTools()
6738 end
6739 end
6740 game:GetService("StarterGui"):SetCore("SendNotification", {
6741 Title = "Reach applied!";
6742 Text = "Applied to equipped sword. Use ;noreach to disable.";
6743 })
6744 end
6745 if string.sub(msg, 1, 7) == (prefix.."reach ") then
6746 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
6747 if v:isA("Tool") then
6748 handleSize = v.Handle.Size
6749 wait()
6750 local a = Instance.new("SelectionBox",v.Handle)
6751 a.Name = "a"
6752 a.Adornee = v.Handle
6753 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
6754 v.GripPos = Vector3.new(0,0,0)
6755 lplayer.Character.Humanoid:UnequipTools()
6756 end
6757 end
6758 game:GetService("StarterGui"):SetCore("SendNotification", {
6759 Title = "Reach applied!";
6760 Text = "Applied to equipped sword. Use ;noreach to disable.";
6761 })
6762 end
6763 if string.sub(msg, 1, 8) == (prefix.."noreach") then
6764 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
6765 if v:isA("Tool") then
6766 v.Handle.a:Destroy()
6767 v.Handle.Size = handleSize
6768 end
6769 end
6770 game:GetService("StarterGui"):SetCore("SendNotification", {
6771 Title = "Reach removed!";
6772 Text = "Removed reach from equipped sword.";
6773 })
6774 end
6775 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
6776 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
6777 lplayer.Character.Humanoid.Name = 1
6778 local l = lplayer.Character["1"]:Clone()
6779 l.Parent = lplayer.Character
6780 l.Name = "Humanoid"
6781 wait(0.1)
6782 lplayer.Character["1"]:Destroy()
6783 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6784 lplayer.Character.Animate.Disabled = true
6785 wait(0.1)
6786 lplayer.Character.Animate.Disabled = false
6787 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6788 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6789 lplayer.Character.Humanoid:EquipTool(v)
6790 end
6791 wait(0.1)
6792 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6793 wait(0.2)
6794 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6795 wait(0.5)
6796 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
6797 game:GetService("StarterGui"):SetCore("SendNotification", {
6798 Title = "Tools needed!";
6799 Text = "You need a tool in your backpack for this command!";
6800 })
6801 end
6802 end
6803 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
6804 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
6805 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6806 end
6807 end
6808 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
6809 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
6810 cbringall = true
6811 else
6812 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
6813 brplr = v.Name
6814 end
6815 end
6816 cbring = true
6817 end
6818 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
6819 cbring = false
6820 cbringall = false
6821 end
6822 if string.sub(msg, 1, 6) == (prefix.."swap ") then
6823 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6824 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6825 local NOW = lplayer.Character.HumanoidRootPart.CFrame
6826 lplayer.Character.Humanoid.Name = 1
6827 local l = lplayer.Character["1"]:Clone()
6828 l.Parent = lplayer.Character
6829 l.Name = "Humanoid"
6830 wait(0.1)
6831 lplayer.Character["1"]:Destroy()
6832 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6833 lplayer.Character.Animate.Disabled = true
6834 wait(0.1)
6835 lplayer.Character.Animate.Disabled = false
6836 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6837 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6838 lplayer.Character.Humanoid:EquipTool(v)
6839 end
6840 local function tp(player,player2)
6841 local char1,char2=player.Character,player2.Character
6842 if char1 and char2 then
6843 char1:MoveTo(char2.Head.Position)
6844 end
6845 end
6846 wait(0.1)
6847 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6848 wait(0.2)
6849 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
6850 wait(0.5)
6851 lplayer.Character.HumanoidRootPart.CFrame = NOW
6852 wait(0.6)
6853 tp(lplayer, game:GetService("Players")[v.Name])
6854 wait(0.4)
6855 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
6856 game:GetService("StarterGui"):SetCore("SendNotification", {
6857 Title = "Tools needed!";
6858 Text = "You need a tool in your backpack for this command!";
6859 })
6860 end
6861 end
6862 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
6863 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
6864 lplayer.Character.Humanoid.Name = 1
6865 local l = lplayer.Character["1"]:Clone()
6866 l.Parent = lplayer.Character
6867 l.Name = "Humanoid"
6868 wait(0.1)
6869 lplayer.Character["1"]:Destroy()
6870 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
6871 lplayer.Character.Animate.Disabled = true
6872 wait(0.1)
6873 lplayer.Character.Animate.Disabled = false
6874 lplayer.Character.Humanoid.DisplayDistanceType = "None"
6875 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
6876 lplayer.Character.Humanoid:EquipTool(v)
6877 end
6878 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6879 wait(0.3)
6880 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
6881 wait(0.4)
6882 b = Instance.new("BodyForce")
6883 b.Parent = lplayer.Character.HumanoidRootPart
6884 b.Name = "Glitch"
6885 b.Force = Vector3.new(100000000,5000,0)
6886 game:GetService("StarterGui"):SetCore("SendNotification", {
6887 Title = "Tools needed!";
6888 Text = "You need a tool in your backpack for this command!";
6889 })
6890 end
6891 end
6892 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
6893 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
6894 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
6895 b = Instance.new("BodyForce")
6896 b.Parent = lplayer.Character.HumanoidRootPart
6897 b.Name = "unGlitch"
6898 b.Force = Vector3.new(0,-5000000,0)
6899 wait(2)
6900 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
6901 end
6902 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
6903 lplayer.Character.Humanoid.Health = 0
6904 wait(1)
6905 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
6906 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
6907 end
6908 if string.sub(msg, 1, 9) == (prefix.."explorer") then
6909 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
6910 game:GetService("StarterGui"):SetCore("SendNotification", {
6911 Title = "Success!";
6912 Text = "DEX Explorer has loaded.";
6913 })
6914 end
6915 if string.sub(msg, 1, 6) == (prefix.."anim ") then
6916 local Anim = Instance.new("Animation")
6917 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
6918 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
6919 track:Play(.1, 1, 1)
6920 end
6921 if string.sub(msg, 1, 8) == (prefix.."animgui") then
6922 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
6923 game:GetService("StarterGui"):SetCore("SendNotification", {
6924 Title = "Success!";
6925 Text = "Energize Animations GUI has loaded.";
6926 })
6927 end
6928 if string.sub(msg, 1, 8) == (prefix.."savepos") then
6929 saved = lplayer.Character.HumanoidRootPart.CFrame
6930 game:GetService("StarterGui"):SetCore("SendNotification", {
6931 Title = "Position Saved";
6932 Text = "Use ;loadpos to return to saved position.";
6933 })
6934 end
6935 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
6936 lplayer.Character.HumanoidRootPart.CFrame = saved
6937 end
6938 if string.sub(msg, 1, 6) == (prefix.."bang ") then
6939 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
6940 local Anim2 = Instance.new("Animation")
6941 Anim2.AnimationId = "rbxassetid://148840371"
6942 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
6943 track2:Play(.1, 1, 1)
6944 bplrr = v.Name
6945 banpl = true
6946 end
6947 end
6948 if string.sub(msg, 1, 7) == (prefix.."unbang") then
6949 banpl = false
6950 end
6951 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
6952 local function bringmodw()
6953 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
6954 if obj.Name == (string.sub(msg, 11)) then
6955 for i,ch in pairs(obj:GetDescendants()) do
6956 if (ch:IsA("BasePart")) then
6957 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
6958 ch.CanCollide = false
6959 ch.Transparency = 0.7
6960 wait()
6961 ch.CFrame = lplayer.Character["Left Leg"].CFrame
6962 wait()
6963 ch.CFrame = lplayer.Character["Right Leg"].CFrame
6964 wait()
6965 ch.CFrame = lplayer.Character["Head"].CFrame
6966 end
6967 end
6968 end
6969 end
6970 end
6971 while wait() do
6972 bringmodw()
6973 end
6974 game:GetService("StarterGui"):SetCore("SendNotification", {
6975 Title = "BringMod";
6976 Text = "BringMod enabled.";
6977 })
6978 end
6979 if string.sub(msg, 1, 8) == (prefix.."respawn") then
6980 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
6981 local hum = Instance.new('Humanoid', mod)
6982 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
6983 lplayer.Character = mod
6984 end
6985 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
6986 game:GetService'RunService'.Stepped:Connect(function()
6987 pcall(function()
6988 for i,v in pairs(game:GetService'Players':GetPlayers()) do
6989 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
6990 for _,x in pairs(v.Character.Head:GetChildren()) do
6991 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
6992 end
6993 end
6994 end
6995 end)
6996 end)
6997 game:GetService("StarterGui"):SetCore("SendNotification", {
6998 Title = "Attempting Shutdown";
6999 Text = "Shutdown Attempt has begun.";
7000 })
7001 end
7002 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
7003 objtodel = (string.sub(msg, 9))
7004 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
7005 if v.Name == objtodel then
7006 v:Destroy()
7007 end
7008 end
7009 end
7010 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
7011 for i,v in pairs(game:GetService("Players"):GetPlayers())do
7012 print(v)
7013 end
7014 game:GetService("StarterGui"):SetCore("SendNotification", {
7015 Title = "Printed";
7016 Text = "Players have been printed to console. (F9)";
7017 })
7018 end
7019 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
7020 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
7021 if (v:IsA("Decal")) then
7022 v:Destroy()
7023 end
7024 end
7025 end
7026 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
7027 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
7028 game:GetService("StarterGui"):SetCore("SendNotification", {
7029 Title = "Success!";
7030 Text = "OpFinality GUI has loaded.";
7031 })
7032 end
7033 if string.sub(msg, 1, 8) == (prefix.."remotes") then
7034 remotes = true
7035 added = true
7036 game.DescendantAdded:connect(function(rmt)
7037 if added == true then
7038 if remotes == true then
7039 if rmt:IsA("RemoteEvent") then
7040 print("A RemoteEvent was added!")
7041 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
7042 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
7043 end end end
7044 end)
7045 game.DescendantAdded:connect(function(rmtfnctn)
7046 if added == true then
7047 if remotes == true then
7048 if rmtfnctn:IsA("RemoteFunction") then
7049 warn("A RemoteFunction was added!")
7050 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
7051 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
7052 end end end
7053 end)
7054
7055 game.DescendantAdded:connect(function(bndfnctn)
7056 if added == true then
7057 if binds == true then
7058 if bndfnctn:IsA("BindableFunction") then
7059 print("A BindableFunction was added!")
7060 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
7061 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
7062 end end end
7063 end)
7064
7065 game.DescendantAdded:connect(function(bnd)
7066 if added == true then
7067 if binds == true then
7068 if bnd:IsA("BindableEvent") then
7069 warn("A BindableEvent was added!")
7070 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
7071 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
7072 end end end
7073 end)
7074
7075
7076 if binds == true then
7077 for i,v in pairs(game:GetDescendants()) do
7078 if v:IsA("BindableFunction") then
7079 print(" game." .. v:GetFullName() .. " | BindableFunction")
7080 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
7081 end end
7082 for i,v in pairs(game:GetDescendants()) do
7083 if v:IsA("BindableEvent") then
7084 warn(" game." .. v:GetFullName() .. " | BindableEvent")
7085 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
7086 end end
7087 else
7088 print("Off")
7089 end
7090 if remotes == true then
7091 for i,v in pairs(game:GetDescendants()) do
7092 if v:IsA("RemoteFunction") then
7093 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
7094 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
7095 end end
7096 wait()
7097 for i,v in pairs(game:GetDescendants()) do
7098 if v:IsA("RemoteEvent") then
7099 print(" game." .. v:GetFullName() .. " | RemoteEvent")
7100 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
7101 end end
7102 else
7103 print("Off")
7104 end
7105 game:GetService("StarterGui"):SetCore("SendNotification", {
7106 Title = "Printing Remotes";
7107 Text = "Type ;noremotes to disable.";
7108 })
7109 end
7110 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
7111 remotes = false
7112 added = false
7113 game:GetService("StarterGui"):SetCore("SendNotification", {
7114 Title = "Printing Remotes Disabled";
7115 Text = "Type ;remotes to enable.";
7116 })
7117 end
7118 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
7119 spin = false
7120 followed = false
7121 traill = false
7122 noclip = false
7123 annoying = false
7124 hwalk = false
7125 cbringing = false
7126 end
7127 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
7128 stopsitting = true
7129 end
7130 if string.sub(msg, 1, 6) == (prefix.."gosit") then
7131 stopsitting = false
7132 end
7133 if string.sub(msg, 1, 8) == (prefix.."version") then
7134 print(adminversion)
7135 game:GetService("StarterGui"):SetCore("SendNotification", {
7136 Title = "Version";
7137 Text = adminversion;
7138 })
7139 end
7140 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
7141 clickgoto = true
7142 game:GetService("StarterGui"):SetCore("SendNotification", {
7143 Title = "Click TP";
7144 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
7145 })
7146 end
7147 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
7148 clickdel = true
7149 game:GetService("StarterGui"):SetCore("SendNotification", {
7150 Title = "Click Delete";
7151 Text = "Press E to delete part at mouse, ;noclickdel to stop";
7152 })
7153 end
7154 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
7155 clickdel = false
7156 game:GetService("StarterGui"):SetCore("SendNotification", {
7157 Title = "Click Delete";
7158 Text = "Click delete has been disabled.";
7159 })
7160 end
7161 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
7162 clickgoto = false
7163 game:GetService("StarterGui"):SetCore("SendNotification", {
7164 Title = "Click TP";
7165 Text = "Click TP has been disabled.";
7166 })
7167 end
7168 if string.sub(msg, 1, 8) == (prefix.."toolson") then
7169 gettingtools = true
7170 game:GetService("StarterGui"):SetCore("SendNotification", {
7171 Title = "Tools Enabled";
7172 Text = "Automatically colleting tools dropped.";
7173 })
7174 end
7175 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
7176 gettingtools = false
7177 game:GetService("StarterGui"):SetCore("SendNotification", {
7178 Title = "Tools Disabled";
7179 Text = "Click TP has been disabled.";
7180 })
7181 end
7182 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
7183 ScreenGui:Destroy()
7184 end
7185 if string.sub(msg, 1, 6) == (prefix.."reset") then
7186 lplayer.Character.Head:Destroy()
7187 end
7188 if string.sub(msg, 1, 7) == (prefix.."state ") then
7189 statechosen = string.sub(msg, 8)
7190 changingstate = true
7191 end
7192 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
7193 game:GetService("Workspace").Gravity = string.sub(msg, 10)
7194 end
7195 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
7196 removingmeshhats = true
7197 end
7198 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
7199 removingmeshhats = false
7200 end
7201 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
7202 removingmeshtool = true
7203 end
7204 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
7205 removingmeshtool = false
7206 end
7207 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
7208 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
7209 if v:IsA("Tool") then
7210 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
7211 v.Parent = player.Character
7212 end
7213 end
7214 end
7215 end
7216 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
7217 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
7218 if v:IsA("Tool") then
7219 v.Parent = lplayer.Character
7220 wait()
7221 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
7222 v.Parent = player.Character
7223 end
7224 end
7225 end
7226 end
7227 if string.sub(msg, 1, 5) == (prefix.."age ") then
7228 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
7229 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
7230 end
7231 end
7232 if string.sub(msg, 1, 4) == (prefix.."id ") then
7233 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
7234 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
7235 end
7236 end
7237 if string.sub(msg, 1, 6) == (prefix..".age ") then
7238 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
7239 game:GetService("StarterGui"):SetCore("SendNotification", {
7240 Title = player.AccountAge.." Days";
7241 Text = "Account age of "..player.Name;
7242 })
7243 end
7244 end
7245 if string.sub(msg, 1, 5) == (prefix..".id ") then
7246 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
7247 game:GetService("StarterGui"):SetCore("SendNotification", {
7248 Title = player.UserId.." ID";
7249 Text = "Account ID of "..player.Name;
7250 })
7251 end
7252 end
7253 if string.sub(msg, 1, 7) == (prefix.."gameid") then
7254 game:GetService("StarterGui"):SetCore("SendNotification", {
7255 Title = "Game ID";
7256 Text = "Game ID: ".. game.GameId;
7257 })
7258 end
7259 if string.sub(msg, 1, 4) == (prefix.."pgs") then
7260 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
7261 if pgscheck == true then
7262 game:GetService("StarterGui"):SetCore("SendNotification", {
7263 Title = "PGSPhysicsSolverEnabled";
7264 Text = "PGS is Enabled!";
7265 })
7266 else
7267 game:GetService("StarterGui"):SetCore("SendNotification", {
7268 Title = "PGSPhysicsSolverEnabled";
7269 Text = "PGS is Disabled!";
7270 })
7271 end
7272 end
7273 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
7274 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
7275 if v:IsA("Part") then
7276 if v.Transparency == 1 then
7277 if v.Name ~= "HumanoidRootPart" then
7278 v:Destroy()
7279 end
7280 end
7281 end
7282 end
7283 end
7284 if string.sub(msg, 1, 10) == (prefix.."removefog") then
7285 game:GetService("Lighting").FogStart = 0
7286 game:GetService("Lighting").FogEnd = 9999999999999
7287 end
7288 if string.sub(msg, 1, 8) == (prefix.."disable") then
7289 lplayer.Character.Humanoid.Parent = lplayer
7290 end
7291 if string.sub(msg, 1, 7) == (prefix.."enable") then
7292 lplayer.Humanoid.Parent = lplayer.Character
7293 end
7294 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
7295 prefix = (string.sub(msg, 9, 9))
7296 wait(0.1)
7297 change()
7298 wait(0.1)
7299 game:GetService("StarterGui"):SetCore("SendNotification", {
7300 Title = "Prefix changed!";
7301 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
7302 })
7303 end
7304 if string.sub(msg, 1, 12) == (";resetprefix") then
7305 prefix = ";"
7306 wait(0.1)
7307 change()
7308 wait(0.1)
7309 game:GetService("StarterGui"):SetCore("SendNotification", {
7310 Title = "Prefix changed!";
7311 Text = "Prefix is now "..prefix..". Make sure it's one key!";
7312 })
7313 end
7314 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
7315 speedfly = string.sub(msg, 11)
7316 wait()
7317 change()
7318 end
7319 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
7320 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7321 local Anim3 = Instance.new("Animation")
7322 Anim3.AnimationId = "rbxassetid://282574440"
7323 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
7324 track3:Play(.1, 1, 1)
7325 bplrr = v.Name
7326 banpl = true
7327 end
7328 end
7329 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
7330 banpl = false
7331 end
7332 if string.sub(msg, 1, 7) == (prefix.."stare ") then
7333 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
7334 staring = true
7335 stareplr = v
7336 end
7337 end
7338 if string.sub(msg, 1, 8) == (prefix.."unstare") then
7339 staring = false
7340 end
7341 if string.sub(msg, 1, 8) == (prefix.."logchat") then
7342 chatlogs = true
7343 game:GetService("StarterGui"):SetCore("SendNotification", {
7344 Title = "LogChat enabled";
7345 Text = "Now logging all player chat.";
7346 })
7347 end
7348 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
7349 chatlogs = false
7350 game:GetService("StarterGui"):SetCore("SendNotification", {
7351 Title = "LogChat disabled";
7352 Text = "Stopped logging all player chat.";
7353 })
7354 end
7355 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
7356 game:GetService("Workspace").CurrentCamera:Destroy()
7357 wait(0.1)
7358 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
7359 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
7360 lplayer.CameraMinZoomDistance = 0.5
7361 lplayer.CameraMaxZoomDistance = 400
7362 lplayer.CameraMode = "Classic"
7363 end
7364 if string.sub(msg, 1, 8) == (prefix.."unstate") then
7365 changingstate = false
7366 end
7367end)
7368
7369local function tp()
7370 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
7371 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
7372 if player.Name == brplr then
7373 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
7374 end
7375 end
7376 end
7377end
7378local function tpall()
7379 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
7380 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
7381 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
7382 end
7383 end
7384end
7385spawn(function()
7386 while wait(spamdelay) do
7387 if spamming == true then
7388 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
7389 end
7390 end
7391end)
7392spawn(function()
7393 while wait(spamdelay) do
7394 if spammingpm == true then
7395 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
7396 end
7397 end
7398end)
7399spawn(function()
7400 while wait() do
7401 if cbring == true then
7402 tp()
7403 end
7404 end
7405end)
7406spawn(function()
7407 while wait() do
7408 if cbringall == true then
7409 tpall()
7410 end
7411 end
7412end)
7413
7414Mouse.KeyDown:connect(function(Key)
7415 if Key == prefix then
7416 CMDBAR:CaptureFocus()
7417 end
7418end)
7419
7420CMDBAR.FocusLost:connect(function(enterPressed)
7421 if enterPressed then
7422 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
7423 if string.sub(CMDBAR.Text, 6) == "me" then
7424 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
7425 else
7426 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
7427 local NOW = lplayer.Character.HumanoidRootPart.CFrame
7428 lplayer.Character.Humanoid.Name = 1
7429 local l = lplayer.Character["1"]:Clone()
7430 l.Parent = lplayer.Character
7431 l.Name = "Humanoid"
7432 wait(0.1)
7433 lplayer.Character["1"]:Destroy()
7434 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7435 lplayer.Character.Animate.Disabled = true
7436 wait(0.1)
7437 lplayer.Character.Animate.Disabled = false
7438 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7439 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7440 lplayer.Character.Humanoid:EquipTool(v)
7441 end
7442 local function tp(player,player2)
7443 local char1,char2=player.Character,player2.Character
7444 if char1 and char2 then
7445 char1:MoveTo(char2.Head.Position)
7446 end
7447 end
7448 wait(0.1)
7449 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7450 wait(0.2)
7451 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7452 wait(0.5)
7453 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
7454 wait(0.7)
7455 tp(lplayer,game:GetService("Players")[v.Name])
7456 wait(0.7)
7457 lplayer.Character.HumanoidRootPart.CFrame = NOW
7458 game:GetService("StarterGui"):SetCore("SendNotification", {
7459 Title = "Tools needed!";
7460 Text = "You need a tool in your backpack for this command!";
7461 })
7462 end
7463 end
7464 end
7465 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
7466 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
7467 local NOW = lplayer.Character.HumanoidRootPart.CFrame
7468 lplayer.Character.Humanoid.Name = 1
7469 local l = lplayer.Character["1"]:Clone()
7470 l.Parent = lplayer.Character
7471 l.Name = "Humanoid"
7472 wait(0.1)
7473 lplayer.Character["1"]:Destroy()
7474 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7475 lplayer.Character.Animate.Disabled = true
7476 wait(0.1)
7477 lplayer.Character.Animate.Disabled = false
7478 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7479 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7480 lplayer.Character.Humanoid:EquipTool(v)
7481 end
7482 local function tp(player,player2)
7483 local char1,char2=player.Character,player2.Character
7484 if char1 and char2 then
7485 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
7486 end
7487 end
7488 local function getout(player,player2)
7489 local char1,char2=player.Character,player2.Character
7490 if char1 and char2 then
7491 char1:MoveTo(char2.Head.Position)
7492 end
7493 end
7494 tp(game:GetService("Players")[v.Name], lplayer)
7495 wait(0.2)
7496 tp(game:GetService("Players")[v.Name], lplayer)
7497 wait(0.5)
7498 lplayer.Character.HumanoidRootPart.CFrame = NOW
7499 wait(0.5)
7500 getout(lplayer, game:GetService("Players")[v.Name])
7501 wait(0.3)
7502 lplayer.Character.HumanoidRootPart.CFrame = NOW
7503 game:GetService("StarterGui"):SetCore("SendNotification", {
7504 Title = "Tools needed!";
7505 Text = "You need a tool in your backpack for this command!";
7506 })
7507 end
7508 end
7509 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
7510 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
7511 lplayer.Character.Humanoid.Name = 1
7512 local l = lplayer.Character["1"]:Clone()
7513 l.Parent = lplayer.Character
7514 l.Name = "Humanoid"
7515 wait(0.1)
7516 lplayer.Character["1"]:Destroy()
7517 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7518 lplayer.Character.Animate.Disabled = true
7519 wait(0.1)
7520 lplayer.Character.Animate.Disabled = false
7521 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7522 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7523 lplayer.Character.Humanoid:EquipTool(v)
7524 end
7525 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7526 spinplr = v
7527 wait(0.5)
7528 spin = true
7529 game:GetService("StarterGui"):SetCore("SendNotification", {
7530 Title = "Tools needed!";
7531 Text = "You need a tool in your backpack for this command!";
7532 })
7533 end
7534 end
7535 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
7536 spin = false
7537 end
7538 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
7539 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
7540 lplayer.Character.Humanoid.Name = 1
7541 local l = lplayer.Character["1"]:Clone()
7542 l.Parent = lplayer.Character
7543 l.Name = "Humanoid"
7544 wait(0.1)
7545 lplayer.Character["1"]:Destroy()
7546 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7547 lplayer.Character.Animate.Disabled = true
7548 wait(0.1)
7549 lplayer.Character.Animate.Disabled = false
7550 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7551 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7552 lplayer.Character.Humanoid:EquipTool(v)
7553 end
7554 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7555 wait(0.3)
7556 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7557 attplr = v
7558 game:GetService("StarterGui"):SetCore("SendNotification", {
7559 Title = "Tools needed!";
7560 Text = "You need a tool in your backpack for this command!";
7561 })
7562 end
7563 end
7564 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
7565 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
7566 local function getout(player,player2)
7567 local char1,char2=player.Character,player2.Character
7568 if char1 and char2 then
7569 char1:MoveTo(char2.Head.Position)
7570 end
7571 end
7572 getout(lplayer, game:GetService("Players")[v.Name])
7573 end
7574 end
7575 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
7576 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
7577 followed = true
7578 flwplr = v
7579 end
7580 end
7581 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
7582 followed = false
7583 end
7584 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
7585 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
7586 local NOW = lplayer.Character.HumanoidRootPart.CFrame
7587 lplayer.Character.Humanoid.Name = 1
7588 local l = lplayer.Character["1"]:Clone()
7589 l.Parent = lplayer.Character
7590 l.Name = "Humanoid"
7591 wait(0.1)
7592 lplayer.Character["1"]:Destroy()
7593 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7594 lplayer.Character.Animate.Disabled = true
7595 wait(0.1)
7596 lplayer.Character.Animate.Disabled = false
7597 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7598 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7599 lplayer.Character.Humanoid:EquipTool(v)
7600 end
7601 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7602 wait(0.2)
7603 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7604 wait(0.6)
7605 lplayer.Character.HumanoidRootPart.CFrame = NOW
7606 wait(0.6)
7607 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
7608 game:GetService("StarterGui"):SetCore("SendNotification", {
7609 Title = "Tools needed!";
7610 Text = "You need a tool in your backpack for this command!";
7611 })
7612 end
7613 end
7614 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
7615 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
7616 traill = true
7617 trlplr = v
7618 end
7619 end
7620 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
7621 traill = false
7622 end
7623 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
7624 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
7625 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7626 else
7627 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
7628 local o = Instance.new("RocketPropulsion")
7629 o.Parent = lplayer.Character.HumanoidRootPart
7630 o.Name = "Orbit"
7631 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
7632 o:Fire()
7633 noclip = true
7634 end
7635 end
7636 end
7637 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
7638 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
7639 noclip = false
7640 end
7641 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
7642 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
7643 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7644 else
7645 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
7646 local y = Instance.new("RocketPropulsion")
7647 y.Parent = lplayer.Character.HumanoidRootPart
7648 y.CartoonFactor = 1
7649 y.MaxThrust = 800000
7650 y.MaxSpeed = 1000
7651 y.ThrustP = 200000
7652 y.Name = "Fling"
7653 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
7654 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
7655 y:Fire()
7656 noclip = true
7657 end
7658 end
7659 end
7660 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
7661 noclip = false
7662 lplayer.Character.HumanoidRootPart.Fling:Destroy()
7663 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
7664 wait(0.4)
7665 lplayer.Character.HumanoidRootPart.Fling:Destroy()
7666 end
7667 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
7668 if game:GetService("Workspace").FilteringEnabled == true then
7669 warn("FE is Enabled (Filtering Enabled)")
7670 game:GetService("StarterGui"):SetCore("SendNotification", {
7671 Title = "FE is Enabled";
7672 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
7673 })
7674 else
7675 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
7676 game:GetService("StarterGui"):SetCore("SendNotification", {
7677 Title = "FE is Disabled";
7678 Text = "Filtering Disabled. Consider using a different admin script.";
7679 })
7680 end
7681 end
7682 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
7683 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
7684 lplayer.Character.Humanoid.Name = 1
7685 local l = lplayer.Character["1"]:Clone()
7686 l.Parent = lplayer.Character
7687 l.Name = "Humanoid"
7688 wait(0.1)
7689 lplayer.Character["1"]:Destroy()
7690 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7691 lplayer.Character.Animate.Disabled = true
7692 wait(0.1)
7693 lplayer.Character.Animate.Disabled = false
7694 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7695 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7696 lplayer.Character.Humanoid:EquipTool(v)
7697 end
7698 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7699 wait(0.2)
7700 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7701 wait(0.6)
7702 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
7703 game:GetService("StarterGui"):SetCore("SendNotification", {
7704 Title = "Tools needed!";
7705 Text = "You need a tool in your backpack for this command!";
7706 })
7707 end
7708 end
7709 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
7710 noclip = true
7711 game:GetService("StarterGui"):SetCore("SendNotification", {
7712 Title = "Noclip enabled";
7713 Text = "Type ;clip to disable";
7714 })
7715 end
7716 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
7717 noclip = false
7718 game:GetService("StarterGui"):SetCore("SendNotification", {
7719 Title = "Noclip disabled";
7720 Text = "Type ;noclip to enable";
7721 })
7722 end
7723 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
7724 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
7725 end
7726 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
7727 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
7728 end
7729 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
7730 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
7731 end
7732 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
7733 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
7734 end
7735 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
7736 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
7737 end
7738 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
7739 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
7740 end
7741 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
7742 lplayer.Character.Humanoid.JumpPower = 50
7743 lplayer.Character.Humanoid.WalkSpeed = 16
7744 lplayer.Character.Humanoid.HipHeight = 0
7745 end
7746 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
7747 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
7748 annoying = true
7749 annplr = v
7750 end
7751 end
7752 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
7753 annoying = false
7754 end
7755 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
7756 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
7757 hwalk = true
7758 hdwplr = v
7759 end
7760 end
7761 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
7762 hwalk = false
7763 end
7764 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
7765 lplayer.Character["Left Leg"]:Destroy()
7766 lplayer.Character["Left Arm"]:Destroy()
7767 lplayer.Character["Right Leg"]:Destroy()
7768 lplayer.Character["Right Arm"]:Destroy()
7769 end
7770 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
7771 lplayer.Character.Humanoid.Name = 1
7772 local l = lplayer.Character["1"]:Clone()
7773 l.Parent = lplayer.Character
7774 l.Name = "Humanoid"
7775 wait(0.1)
7776 lplayer.Character["1"]:Destroy()
7777 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7778 lplayer.Character.Animate.Disabled = true
7779 wait(0.1)
7780 lplayer.Character.Animate.Disabled = false
7781 lplayer.Character.Humanoid.DisplayDistanceType = "None"
7782 game:GetService("StarterGui"):SetCore("SendNotification", {
7783 Title = "FE Godmode enabled";
7784 Text = "Use ;grespawn or ;respawn to remove.";
7785 })
7786 end
7787 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
7788 for i,v in pairs(lplayer.Character:GetChildren()) do
7789 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7790 v.Parent = workspace
7791 end
7792 end
7793 end
7794 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
7795 for i,v in pairs(lplayer.Character:GetChildren()) do
7796 if (v:IsA("Tool")) then
7797 v.Parent = workspace
7798 end
7799 end
7800 end
7801 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
7802 droppinghats = true
7803 game:GetService("StarterGui"):SetCore("SendNotification", {
7804 Title = "Loop Drop Enabled";
7805 Text = "Type ;unloopdhats to disable";
7806 })
7807 end
7808 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
7809 droppinghats = false
7810 game:GetService("StarterGui"):SetCore("SendNotification", {
7811 Title = "Loop Drop Disabled";
7812 Text = "Type ;loopdhats to enable.";
7813 })
7814 end
7815 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
7816 droppingtools = true
7817 game:GetService("StarterGui"):SetCore("SendNotification", {
7818 Title = "Loop Drop Enabled";
7819 Text = "Type ;unloopdtool to disable";
7820 })
7821 end
7822 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
7823 droppingtools = false
7824 game:GetService("StarterGui"):SetCore("SendNotification", {
7825 Title = "Loop Drop Disabled";
7826 Text = "Type ;loopdtool to enable.";
7827 })
7828 end
7829 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
7830 Local = game:GetService('Players').LocalPlayer
7831 Char = Local.Character
7832 touched,tpdback = false, false
7833 box = Instance.new('Part',workspace)
7834 box.Anchored = true
7835 box.CanCollide = true
7836 box.Size = Vector3.new(10,1,10)
7837 box.Position = Vector3.new(0,10000,0)
7838 box.Touched:connect(function(part)
7839 if (part.Parent.Name == Local.Name) then
7840 if touched == false then
7841 touched = true
7842 function apply()
7843 if script.Disabled ~= true then
7844 no = Char.HumanoidRootPart:Clone()
7845 wait(.25)
7846 Char.HumanoidRootPart:Destroy()
7847 no.Parent = Char
7848 Char:MoveTo(loc)
7849 touched = false
7850 end end
7851 if Char then
7852 apply()
7853 end
7854 end
7855 end
7856 end)
7857 repeat wait() until Char
7858 loc = Char.HumanoidRootPart.Position
7859 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
7860 game:GetService("StarterGui"):SetCore("SendNotification", {
7861 Title = "Invisibility enabled!";
7862 Text = "Reset or use ;respawn to remove.";
7863 })
7864 end
7865 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
7866 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
7867 if game:GetService("Players")[v.Name].Character.Humanoid then
7868 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
7869 else
7870 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
7871 end
7872 end
7873 end
7874 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
7875 if lplayer.Character.Humanoid then
7876 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
7877 else
7878 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
7879 end
7880 end
7881 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
7882 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
7883 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7884 end
7885 end
7886 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
7887 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
7888 repeat wait() until Mouse
7889
7890 local T = lplayer.Character.HumanoidRootPart
7891 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
7892 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
7893 local SPEED = speedget
7894
7895 local function fly()
7896 flying = true
7897 local BG = Instance.new('BodyGyro', T)
7898 local BV = Instance.new('BodyVelocity', T)
7899 BG.P = 9e4
7900 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
7901 BG.cframe = T.CFrame
7902 BV.velocity = Vector3.new(0, 0.1, 0)
7903 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
7904 spawn(function()
7905 repeat wait()
7906 lplayer.Character.Humanoid.PlatformStand = true
7907 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
7908 SPEED = 50
7909 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
7910 SPEED = 0
7911 end
7912 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
7913 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
7914 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
7915 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
7916 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
7917 else
7918 BV.velocity = Vector3.new(0, 0.1, 0)
7919 end
7920 BG.cframe = workspace.CurrentCamera.CoordinateFrame
7921 until not flying
7922 CONTROL = {F = 0, B = 0, L = 0, R = 0}
7923 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
7924 SPEED = 0
7925 BG:destroy()
7926 BV:destroy()
7927 lplayer.Character.Humanoid.PlatformStand = false
7928 end)
7929 end
7930 Mouse.KeyDown:connect(function(KEY)
7931 if KEY:lower() == 'w' then
7932 CONTROL.F = speedfly
7933 elseif KEY:lower() == 's' then
7934 CONTROL.B = -speedfly
7935 elseif KEY:lower() == 'a' then
7936 CONTROL.L = -speedfly
7937 elseif KEY:lower() == 'd' then
7938 CONTROL.R = speedfly
7939 end
7940 end)
7941 Mouse.KeyUp:connect(function(KEY)
7942 if KEY:lower() == 'w' then
7943 CONTROL.F = 0
7944 elseif KEY:lower() == 's' then
7945 CONTROL.B = 0
7946 elseif KEY:lower() == 'a' then
7947 CONTROL.L = 0
7948 elseif KEY:lower() == 'd' then
7949 CONTROL.R = 0
7950 end
7951 end)
7952 fly()
7953 end
7954 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
7955 flying = false
7956 lplayer.Character.Humanoid.PlatformStand = false
7957 end
7958 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
7959 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
7960 end
7961 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
7962 spamtext = (string.sub(CMDBAR.Text, 6))
7963 spamming = true
7964 end
7965 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
7966 spamming = false
7967 end
7968 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
7969 spamdelay = (string.sub(CMDBAR.Text, 10))
7970 end
7971 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
7972 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
7973 pmspammed = v.Name
7974 spammingpm = true
7975 end
7976 end
7977 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
7978 spammingpm = false
7979 end
7980 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
7981 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
7982 v.Character["Left Leg"].Anchored = true
7983 v.Character["Left Arm"].Anchored = true
7984 v.Character["Right Leg"].Anchored = true
7985 v.Character["Right Arm"].Anchored = true
7986 v.Character.Torso.Anchored = true
7987 v.Character.Head.Anchored = true
7988 end
7989 end
7990 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
7991 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
7992 v.Character["Left Leg"].Anchored = false
7993 v.Character["Left Arm"].Anchored = false
7994 v.Character["Right Leg"].Anchored = false
7995 v.Character["Right Arm"].Anchored = false
7996 v.Character.Torso.Anchored = false
7997 v.Character.Head.Anchored = false
7998 end
7999 end
8000 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
8001 local a = game:GetService("Workspace"):getChildren()
8002 for i = 1, #a do
8003 if a[i].className == "Part" then
8004 a[i].Locked = false
8005 elseif a[i].className == "Model" then
8006 local r = a[i]:getChildren()
8007 for i = 1, #r do
8008 if r[i].className == "Part" then
8009 r[i].Locked = false
8010 end
8011 end
8012 end
8013 end
8014 game:GetService("StarterGui"):SetCore("SendNotification", {
8015 Title = "Success!";
8016 Text = "Workspace unlocked. Use ;lockws to lock.";
8017 })
8018 end
8019 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
8020 local a = game:GetService("Workspace"):getChildren()
8021 for i = 1, #a do
8022 if a[i].className == "Part" then
8023 a[i].Locked = true
8024 elseif a[i].className == "Model" then
8025 local r = a[i]:getChildren()
8026 for i = 1, #r do
8027 if r[i].className == "Part" then
8028 r[i].Locked = true
8029 end
8030 end
8031 end
8032 end
8033 end
8034 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
8035 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
8036 Clone_T.BinType = "Clone"
8037 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
8038 Destruct.BinType = "Hammer"
8039 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
8040 Hold_T.BinType = "Grab"
8041 end
8042 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
8043 lplayer.Character.Humanoid.PlatformStand = true
8044 end
8045 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
8046 lplayer.Character.Humanoid.PlatformStand = false
8047 end
8048 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
8049 lplayer.Character.Head.Mesh:Destroy()
8050 end
8051 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
8052 lplayer.Character.Humanoid.Sit = true
8053 end
8054 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
8055 local function bringobjw()
8056 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
8057 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
8058 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8059 obj.CanCollide = false
8060 obj.Transparency = 0.7
8061 wait()
8062 obj.CFrame = lplayer.Character["Left Leg"].CFrame
8063 wait()
8064 obj.CFrame = lplayer.Character["Right Leg"].CFrame
8065 wait()
8066 obj.CFrame = lplayer.Character["Head"].CFrame
8067 end
8068 end
8069 end
8070 while wait() do
8071 bringobjw()
8072 end
8073 game:GetService("StarterGui"):SetCore("SendNotification", {
8074 Title = "BringObj";
8075 Text = "BringObj enabled.";
8076 })
8077 end
8078 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
8079 vis = (string.sub(CMDBAR.Text, 7))
8080 local a = game:GetService("Workspace"):GetDescendants()
8081 for i = 1, #a do
8082 if a[i].className == "Part" then
8083 a[i].Transparency = vis
8084 elseif a[i].className == "Model" then
8085 local r = a[i]:getChildren()
8086 for i = 1, #r do
8087 if r[i].className == "Part" then
8088 r[i].Transparency = vis
8089 end
8090 end
8091 end
8092 end
8093 end
8094 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
8095 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
8096 game:GetService("StarterGui"):SetCore("SendNotification", {
8097 Title = "Success!";
8098 Text = "HyperTotal GUI Loaded!";
8099 })
8100 end
8101 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
8102 CMDSFRAME.Visible = true
8103 end
8104 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
8105 for i,v in pairs(lplayer.Character:GetChildren()) do
8106 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
8107 v.Handle.Mesh:Destroy()
8108 end
8109 end
8110 end
8111 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
8112 for i,v in pairs(lplayer.Character:GetChildren()) do
8113 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
8114 v.Handle.Mesh:Destroy()
8115 end
8116 end
8117 end
8118 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
8119 for i,v in pairs(lplayer.Character:GetChildren()) do
8120 if (v:IsA("Tool")) then
8121 v.Handle.Mesh:Destroy()
8122 end
8123 end
8124 end
8125 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
8126 for i,v in pairs(lplayer.Character:GetChildren()) do
8127 if (v:IsA("Tool")) then
8128 v.Handle.Mesh:Destroy()
8129 end
8130 end
8131 end
8132 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
8133 local p = Instance.new("RocketPropulsion")
8134 p.Parent = lplayer.Character.HumanoidRootPart
8135 p.Name = "Spinner"
8136 p.Target = lplayer.Character["Left Arm"]
8137 p:Fire()
8138 game:GetService("StarterGui"):SetCore("SendNotification", {
8139 Title = "Spinner enabled";
8140 Text = "Type ;nospinner to disable.";
8141 })
8142 end
8143 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
8144 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
8145 end
8146 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
8147 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
8148 if v:isA("Tool") then
8149 local a = Instance.new("SelectionBox",v.Handle)
8150 a.Adornee = v.Handle
8151 v.Handle.Size = Vector3.new(0.5,0.5,60)
8152 v.GripPos = Vector3.new(0,0,0)
8153 lplayer.Character.Humanoid:UnequipTools()
8154 end
8155 end
8156 game:GetService("StarterGui"):SetCore("SendNotification", {
8157 Title = "Reach applied!";
8158 Text = "Applied to equipped sword. Use ;noreach to disable.";
8159 })
8160 end
8161 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
8162 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
8163 if v:isA("Tool") then
8164 local a = Instance.new("SelectionBox",v.Handle)
8165 a.Name = "Reach"
8166 a.Adornee = v.Handle
8167 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
8168 v.GripPos = Vector3.new(0,0,0)
8169 lplayer.Character.Humanoid:UnequipTools()
8170 end
8171 end
8172 game:GetService("StarterGui"):SetCore("SendNotification", {
8173 Title = "Reach applied!";
8174 Text = "Applied to equipped sword. Use ;noreach to disable.";
8175 })
8176 end
8177 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
8178 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
8179 if v:isA("Tool") then
8180 v.Handle.Reach:Destroy()
8181 end
8182 end
8183 game:GetService("StarterGui"):SetCore("SendNotification", {
8184 Title = "Reach removed!";
8185 Text = "Removed reach from equipped sword.";
8186 })
8187 end
8188 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
8189 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
8190 lplayer.Character.Humanoid.Name = 1
8191 local l = lplayer.Character["1"]:Clone()
8192 l.Parent = lplayer.Character
8193 l.Name = "Humanoid"
8194 wait(0.1)
8195 lplayer.Character["1"]:Destroy()
8196 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8197 lplayer.Character.Animate.Disabled = true
8198 wait(0.1)
8199 lplayer.Character.Animate.Disabled = false
8200 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8201 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8202 lplayer.Character.Humanoid:EquipTool(v)
8203 end
8204 wait(0.1)
8205 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8206 wait(0.2)
8207 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8208 wait(0.5)
8209 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
8210 game:GetService("StarterGui"):SetCore("SendNotification", {
8211 Title = "Tools needed!";
8212 Text = "You need a tool in your backpack for this command!";
8213 })
8214 end
8215 end
8216 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
8217 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8218 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8219 end
8220 end
8221 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
8222 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
8223 cbringall = true
8224 else
8225 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8226 brplr = v.Name
8227 end
8228 end
8229 cbring = true
8230 end
8231 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
8232 cbring = false
8233 cbringall = false
8234 end
8235 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
8236 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8237 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8238 local NOW = lplayer.Character.HumanoidRootPart.CFrame
8239 lplayer.Character.Humanoid.Name = 1
8240 local l = lplayer.Character["1"]:Clone()
8241 l.Parent = lplayer.Character
8242 l.Name = "Humanoid"
8243 wait(0.1)
8244 lplayer.Character["1"]:Destroy()
8245 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8246 lplayer.Character.Animate.Disabled = true
8247 wait(0.1)
8248 lplayer.Character.Animate.Disabled = false
8249 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8250 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8251 lplayer.Character.Humanoid:EquipTool(v)
8252 end
8253 local function tp(player,player2)
8254 local char1,char2=player.Character,player2.Character
8255 if char1 and char2 then
8256 char1:MoveTo(char2.Head.Position)
8257 end
8258 end
8259 wait(0.1)
8260 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8261 wait(0.2)
8262 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8263 wait(0.5)
8264 lplayer.Character.HumanoidRootPart.CFrame = NOW
8265 wait(0.6)
8266 tp(lplayer, game:GetService("Players")[v.Name])
8267 wait(0.4)
8268 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
8269 game:GetService("StarterGui"):SetCore("SendNotification", {
8270 Title = "Tools needed!";
8271 Text = "You need a tool in your backpack for this command!";
8272 })
8273 end
8274 end
8275 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
8276 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8277 lplayer.Character.Humanoid.Name = 1
8278 local l = lplayer.Character["1"]:Clone()
8279 l.Parent = lplayer.Character
8280 l.Name = "Humanoid"
8281 wait(0.1)
8282 lplayer.Character["1"]:Destroy()
8283 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8284 lplayer.Character.Animate.Disabled = true
8285 wait(0.1)
8286 lplayer.Character.Animate.Disabled = false
8287 lplayer.Character.Humanoid.DisplayDistanceType = "None"
8288 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8289 lplayer.Character.Humanoid:EquipTool(v)
8290 end
8291 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8292 wait(0.3)
8293 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8294 wait(0.4)
8295 b = Instance.new("BodyForce")
8296 b.Parent = lplayer.Character.HumanoidRootPart
8297 b.Name = "Glitch"
8298 b.Force = Vector3.new(100000000,5000,0)
8299 game:GetService("StarterGui"):SetCore("SendNotification", {
8300 Title = "Tools needed!";
8301 Text = "You need a tool in your backpack for this command!";
8302 })
8303 end
8304 end
8305 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
8306 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
8307 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
8308 b = Instance.new("BodyForce")
8309 b.Parent = lplayer.Character.HumanoidRootPart
8310 b.Name = "unGlitch"
8311 b.Force = Vector3.new(0,-5000000,0)
8312 wait(2)
8313 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
8314 end
8315 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
8316 lplayer.Character.Humanoid.Health = 0
8317 wait(1)
8318 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
8319 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
8320 end
8321 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
8322 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
8323 game:GetService("StarterGui"):SetCore("SendNotification", {
8324 Title = "Success!";
8325 Text = "DEX Explorer has loaded.";
8326 })
8327 end
8328 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
8329 local Anim = Instance.new("Animation")
8330 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
8331 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
8332 track:Play(.1, 1, 1)
8333 end
8334 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
8335 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
8336 game:GetService("StarterGui"):SetCore("SendNotification", {
8337 Title = "Success!";
8338 Text = "Energize Animations GUI has loaded.";
8339 })
8340 end
8341 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
8342 saved = lplayer.Character.HumanoidRootPart.CFrame
8343 game:GetService("StarterGui"):SetCore("SendNotification", {
8344 Title = "Position Saved";
8345 Text = "Use ;loadpos to return to saved position.";
8346 })
8347 end
8348 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
8349 lplayer.Character.HumanoidRootPart.CFrame = saved
8350 end
8351 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
8352 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8353 local Anim2 = Instance.new("Animation")
8354 Anim2.AnimationId = "rbxassetid://148840371"
8355 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
8356 track2:Play(.1, 1, 1)
8357 bplrr = v.Name
8358 banpl = true
8359 end
8360 end
8361 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
8362 banpl = false
8363 end
8364 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
8365 local function bringmodw()
8366 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
8367 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
8368 for i,ch in pairs(obj:GetDescendants()) do
8369 if (ch:IsA("BasePart")) then
8370 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8371 ch.CanCollide = false
8372 ch.Transparency = 0.7
8373 wait()
8374 ch.CFrame = lplayer.Character["Left Leg"].CFrame
8375 wait()
8376 ch.CFrame = lplayer.Character["Right Leg"].CFrame
8377 wait()
8378 ch.CFrame = lplayer.Character["Head"].CFrame
8379 end
8380 end
8381 end
8382 end
8383 end
8384 while wait() do
8385 bringmodw()
8386 end
8387 game:GetService("StarterGui"):SetCore("SendNotification", {
8388 Title = "BringMod";
8389 Text = "BringMod enabled.";
8390 })
8391 end
8392 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
8393 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
8394 local hum = Instance.new('Humanoid', mod)
8395 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
8396 lplayer.Character = mod
8397 end
8398 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
8399 game:GetService'RunService'.Stepped:Connect(function()
8400 pcall(function()
8401 for i,v in pairs(game:GetService'Players':GetPlayers()) do
8402 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
8403 for _,x in pairs(v.Character.Head:GetChildren()) do
8404 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
8405 end
8406 end
8407 end
8408 end)
8409 end)
8410 game:GetService("StarterGui"):SetCore("SendNotification", {
8411 Title = "Attempting Shutdown";
8412 Text = "Shutdown Attempt has begun.";
8413 })
8414 end
8415 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
8416 objtodel = (string.sub(CMDBAR.Text, 8))
8417 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
8418 if v.Name == objtodel then
8419 v:Destroy()
8420 end
8421 end
8422 end
8423 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
8424 for i,v in pairs(game:GetService("Players"):GetPlayers())do
8425 print(v)
8426 end
8427 game:GetService("StarterGui"):SetCore("SendNotification", {
8428 Title = "Printed";
8429 Text = "Players have been printed to console. (F9)";
8430 })
8431 end
8432 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
8433 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
8434 if (v:IsA("Decal")) then
8435 v:Destroy()
8436 end
8437 end
8438 end
8439 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
8440 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
8441 game:GetService("StarterGui"):SetCore("SendNotification", {
8442 Title = "Success!";
8443 Text = "OpFinality GUI has loaded.";
8444 })
8445 end
8446 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
8447 remotes = true
8448 added = true
8449 game.DescendantAdded:connect(function(rmt)
8450 if added == true then
8451 if remotes == true then
8452 if rmt:IsA("RemoteEvent") then
8453 print("A RemoteEvent was added!")
8454 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
8455 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
8456 end end end
8457 end)
8458 game.DescendantAdded:connect(function(rmtfnctn)
8459 if added == true then
8460 if remotes == true then
8461 if rmtfnctn:IsA("RemoteFunction") then
8462 warn("A RemoteFunction was added!")
8463 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
8464 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
8465 end end end
8466 end)
8467
8468 game.DescendantAdded:connect(function(bndfnctn)
8469 if added == true then
8470 if binds == true then
8471 if bndfnctn:IsA("BindableFunction") then
8472 print("A BindableFunction was added!")
8473 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
8474 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
8475 end end end
8476 end)
8477
8478 game.DescendantAdded:connect(function(bnd)
8479 if added == true then
8480 if binds == true then
8481 if bnd:IsA("BindableEvent") then
8482 warn("A BindableEvent was added!")
8483 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
8484 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
8485 end end end
8486 end)
8487
8488
8489 if binds == true then
8490 for i,v in pairs(game:GetDescendants()) do
8491 if v:IsA("BindableFunction") then
8492 print(" game." .. v:GetFullName() .. " | BindableFunction")
8493 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
8494 end end
8495 for i,v in pairs(game:GetDescendants()) do
8496 if v:IsA("BindableEvent") then
8497 warn(" game." .. v:GetFullName() .. " | BindableEvent")
8498 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
8499 end end
8500 else
8501 print("Off")
8502 end
8503 if remotes == true then
8504 for i,v in pairs(game:GetDescendants()) do
8505 if v:IsA("RemoteFunction") then
8506 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
8507 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
8508 end end
8509 wait()
8510 for i,v in pairs(game:GetDescendants()) do
8511 if v:IsA("RemoteEvent") then
8512 print(" game." .. v:GetFullName() .. " | RemoteEvent")
8513 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
8514 end end
8515 else
8516 print("Off")
8517 end
8518 game:GetService("StarterGui"):SetCore("SendNotification", {
8519 Title = "Printing Remotes";
8520 Text = "Type ;noremotes to disable.";
8521 })
8522 end
8523 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
8524 remotes = false
8525 added = false
8526 game:GetService("StarterGui"):SetCore("SendNotification", {
8527 Title = "Printing Remotes Disabled";
8528 Text = "Type ;remotes to enable.";
8529 })
8530 end
8531 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
8532 spin = false
8533 followed = false
8534 traill = false
8535 noclip = false
8536 annoying = false
8537 hwalk = false
8538 cbringing = false
8539 end
8540 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
8541 stopsitting = true
8542 end
8543 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
8544 stopsitting = false
8545 end
8546 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
8547 print(adminversion)
8548 game:GetService("StarterGui"):SetCore("SendNotification", {
8549 Title = "Version";
8550 Text = adminversion;
8551 })
8552 end
8553 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
8554 clickgoto = true
8555 game:GetService("StarterGui"):SetCore("SendNotification", {
8556 Title = "Click TP";
8557 Text = "Press E to teleport to mouse position";
8558 })
8559 end
8560 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
8561 clickgoto = false
8562 game:GetService("StarterGui"):SetCore("SendNotification", {
8563 Title = "Click TP";
8564 Text = "Click TP has been disabled.";
8565 })
8566 end
8567 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
8568 gettingtools = true
8569 game:GetService("StarterGui"):SetCore("SendNotification", {
8570 Title = "Tools Enabled";
8571 Text = "Automatically colleting tools dropped.";
8572 })
8573 end
8574 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
8575 gettingtools = false
8576 game:GetService("StarterGui"):SetCore("SendNotification", {
8577 Title = "Tools Disabled";
8578 Text = "Click TP has been disabled.";
8579 })
8580 end
8581 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
8582 ScreenGui:Destroy()
8583 end
8584 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
8585 lplayer.Character.Head:Destroy()
8586 end
8587 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
8588 statechosen = string.sub(CMDBAR.Text, 7)
8589 changingstate = true
8590 end
8591 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
8592 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
8593 end
8594 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
8595 removingmeshhats = true
8596 end
8597 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
8598 removingmeshhats = false
8599 end
8600 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
8601 removingmeshtool = true
8602 end
8603 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
8604 removingmeshtool = false
8605 end
8606 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
8607 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
8608 if v:IsA("Tool") then
8609 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
8610 v.Parent = player.Character
8611 end
8612 end
8613 end
8614 end
8615 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
8616 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
8617 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
8618 end
8619 end
8620 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
8621 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
8622 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
8623 end
8624 end
8625 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
8626 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8627 game:GetService("StarterGui"):SetCore("SendNotification", {
8628 Title = player.AccountAge.." Days";
8629 Text = "Account age of "..player.Name;
8630 })
8631 end
8632 end
8633 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
8634 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
8635 game:GetService("StarterGui"):SetCore("SendNotification", {
8636 Title = player.UserId.." ID";
8637 Text = "Account ID of "..player.Name;
8638 })
8639 end
8640 end
8641 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
8642 game:GetService("StarterGui"):SetCore("SendNotification", {
8643 Title = "Game ID";
8644 Text = "Game ID: ".. game.GameId;
8645 })
8646 end
8647 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
8648 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
8649 if pgscheck == true then
8650 game:GetService("StarterGui"):SetCore("SendNotification", {
8651 Title = "PGSPhysicsSolverEnabled";
8652 Text = "PGS is Enabled!";
8653 })
8654 else
8655 game:GetService("StarterGui"):SetCore("SendNotification", {
8656 Title = "PGSPhysicsSolverEnabled";
8657 Text = "PGS is Disabled!";
8658 })
8659 end
8660 end
8661 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
8662 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
8663 if v:IsA("Part") then
8664 if v.Transparency == 1 then
8665 if v.Name ~= "HumanoidRootPart" then
8666 v:Destroy()
8667 end
8668 end
8669 end
8670 end
8671 end
8672 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
8673 game:GetService("Lighting").FogStart = 0
8674 game:GetService("Lighting").FogEnd = 9999999999999
8675 end
8676 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
8677 lplayer.Character.Humanoid.Parent = lplayer
8678 end
8679 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
8680 lplayer.Humanoid.Parent = lplayer.Character
8681 end
8682 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
8683 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
8684 if v:IsA("Tool") then
8685 v.Parent = lplayer.Character
8686 wait()
8687 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
8688 v.Parent = player.Character
8689 end
8690 end
8691 end
8692 end
8693 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
8694 speedfly = string.sub(CMDBAR.Text, 10)
8695 wait()
8696 change()
8697 end
8698 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
8699 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8700 local Anim3 = Instance.new("Animation")
8701 Anim3.AnimationId = "rbxassetid://282574440"
8702 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
8703 track3:Play(.1, 1, 1)
8704 bplrr = v.Name
8705 banpl = true
8706 end
8707 end
8708 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
8709 banpl = false
8710 end
8711 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
8712 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8713 staring = true
8714 stareplr = v
8715 end
8716 end
8717 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
8718 staring = false
8719 end
8720 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
8721 chatlogs = true
8722 game:GetService("StarterGui"):SetCore("SendNotification", {
8723 Title = "LogChat enabled";
8724 Text = "Now logging all player chat.";
8725 })
8726 end
8727 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
8728 chatlogs = false
8729 game:GetService("StarterGui"):SetCore("SendNotification", {
8730 Title = "LogChat disabled";
8731 Text = "Stopped logging all player chat.";
8732 })
8733 end
8734 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
8735 game:GetService("Workspace").CurrentCamera:Destroy()
8736 wait(0.1)
8737 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
8738 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
8739 lplayer.CameraMinZoomDistance = 0.5
8740 lplayer.CameraMaxZoomDistance = 400
8741 lplayer.CameraMode = "Classic"
8742 end
8743 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
8744 changingstate = false
8745 end
8746 CMDBAR.Text = ""
8747 end
8748end)
8749
8750wait(0.3)
8751game:GetService("StarterGui"):SetCore("SendNotification", {
8752 Title = "Loaded successfully!";
8753 Text = "Reviz Admin V2 by illremember";
8754})
8755wait(0.1)
8756print("Reviz Admin V2 loaded!")
8757if game:GetService("Workspace").FilteringEnabled == true then
8758 warn("FE is Enabled (Filtering Enabled)")
8759 game:GetService("StarterGui"):SetCore("SendNotification", {
8760 Title = "FE is Enabled";
8761 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
8762 })
8763else
8764 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
8765 game:GetService("StarterGui"):SetCore("SendNotification", {
8766 Title = "FE is Disabled";
8767 Text = "Filtering Disabled. Consider using a different admin script.";
8768 })
8769end
8770
8771local intro = Instance.new("ScreenGui")
8772local Frame = Instance.new("Frame")
8773local ImageLabel = Instance.new("ImageLabel")
8774intro.Parent = game:GetService("CoreGui")
8775Frame.Parent = intro
8776Frame.BackgroundColor3 = Color3.new(1, 1, 1)
8777Frame.BackgroundTransparency = 1
8778Frame.Size = UDim2.new(1, 0, 0, 300)
8779Frame.Position = UDim2.new(0, 0, -0.4, 0)
8780ImageLabel.Parent = Frame
8781ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
8782ImageLabel.BackgroundTransparency = 1
8783ImageLabel.Position = UDim2.new(0, 0, 0, 0)
8784ImageLabel.Size = UDim2.new(1, 0, 1, 0)
8785ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
8786Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
8787wait(3.01)
8788Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
8789wait(5.01)
8790intro:Destroy()
8791 end)
8792
8793
8794end
8795coroutine.resume(coroutine.create(SCRIPT_XDLP85_FAKESCRIPT))
8796function SCRIPT_KYVH85_FAKESCRIPT() -- Stats.Script
8797 getfenv().script = Instance.new('Script', Stats)
8798
8799 button = script.Parent
8800
8801
8802 button.MouseButton1Down:connect(function()
8803 -- Services
8804local Players = game:GetService("Players")
8805local RunService = game:GetService("RunService")
8806local CoreGui = game.Players.LocalPlayer.PlayerGui
8807
8808-- Constants
8809local DEBUG_MODE = false -- places the gui in playergui for testing
8810local RBX_UTIL = LoadLibrary("RbxUtility")
8811local CREATE = RBX_UTIL.Create
8812local PLAYER = Players.LocalPlayer
8813local HUMANOID = PLAYER.Character.Humanoid
8814local PLAYER_GUI = PLAYER.PlayerGui
8815local MOUSE = PLAYER:GetMouse()
8816
8817-- Variables
8818local hotkey = 33 --hotkey id, by default id of f8 key
8819local playerSearch = false
8820
8821-- Objects
8822
8823local buttonToolbar = { --{name,icon,nameID,commands,togglebox}
8824{"Stat Changing", "http://www.roblox.com/asset/?id=453557601", "statchanging", true, false};
8825}
8826
8827local pageContent = {
8828["statchanging"] = {
8829 ["AAR"] = {"Toggle", "Adopt & Raise a Cute Baby"},
8830 ["BLXH"] = {"Toggle", "Blox Hunt"},
8831 ["CT2"] = {"Toggle", "Clone Tycoon 2"},
8832 ["DBFS"] = {"Toggle", "DBFS (Punch after clicking)"},
8833 ["DBO"] = {"Toggle", "Dragon Ball Online"},
8834 ["DBS2"] = {"Toggle", "Dragon Ball Super 2"},
8835 ["HSS"] = {"Toggle", "Huge Sword Simulator"},
8836 ["Jaws"] = {"Toggle", "Jaws Coins"},
8837 ["NFB"] = {"Toggle", "Naruto Final Bond"},
8838 ["NRPG"] = {"Toggle", "NRPG: B Unlock All"},
8839 ["OPMU"] = {"Toggle", "One Punch Man Unleashed"},
8840 ["POF"] = {"Toggle", "Plates of Fate: Mayhem"},
8841 ["ProZ"] = {"Toggle", "Project Z Stats"},
8842 ["ROC"] = {"Toggle", "Rocitizens"},
8843 ["SDQ"] = {"Toggle", "Scuba Diving at Quill Lake"},
8844 ["SL"] = {"Toggle", "Shinobi Life"},
8845 ["SB2"] = {"Toggle", "Skyblock 2"},
8846 ["SdSm"] = {"Toggle", "Soda Drinking Simulator"},
8847 ["THP"] = {"Toggle", "The Plaza"},
8848 ["TnkS"] = {"Toggle", "Thinking Simulator Auto-Farm"},
8849 ["TGPK"] = {"Toggle", "Tokyo Ghoul Project Killzone"},
8850 ["ZooT"] = {"Toggle", "Zoo Tycoon"},
8851},
8852}
8853
8854local buttonPorts = {
8855["AAR"] = function(player,target,bool)
8856 game.ReplicatedStorage.NetworkEvent:FireServer("AwardCash", 999999999)
8857end,
8858["BLXH"] = function(player,target,bool)
8859 for i = 1, 999999 do
8860 game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
8861 wait()
8862 end
8863end,
8864["CT2"] = function(player,target,bool)
8865 game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", 2500000)
8866 game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", 2500000)
8867 game.Workspace.Events.DataStores.CurrencyGiver:FireServer("Stone",1000000)
8868 game.Workspace.Events.DataStores.CurrencyGiver:FireServer("Coal",1000000)
8869 game.Workspace.Events.DataStores.CurrencyGiver:FireServer("Iron",1000000)
8870 game.Workspace.Events.DataStores.CurrencyGiver:FireServer("Gold",1000000)
8871 game.Workspace.Events.DataStores.CurrencyGiver:FireServer("Diamonds",1000000)
8872end,
8873["DBFS"] = function(player,target,bool)
8874 loadstring(game:GetObjects("rbxassetid://2156579074")[1].Source)()
8875end,
8876["DBO"] = function(player,target,bool)
8877 local r = game.Players.LocalPlayer.Data
8878 r.Ki.Value=9999999
8879 r.Death.Value=9999999
8880 r.Hand.Value=9999999
8881 r.Physical.Value=9999999
8882 r.Defense.Value=9999999
8883 r.Power.Value=9999999
8884 r.Speed.Value=9999999
8885 r.KiControl.Value=9999999
8886 r.UpgradePoints.Value=9999999
8887 r.Coins.Value=9999999
8888 r.Agility.Value=9999999
8889end,
8890["DBS2"] = function(player,target,bool)
8891 game.Players.LocalPlayer.Data.Prestige.Value = 10
8892 game.Players.LocalPlayer.Data.ZenoVerseMaps.Value = 1200000
8893 game.Players.LocalPlayer.Data.Teleport.Value = 9999999
8894end,
8895["HSS"] = function(player,target,bool)
8896 while true do wait() game.ReplicatedStorage.punch:FireServer() end
8897end,
8898["Jaws"] = function(player,target,bool)
8899 game.ReplicatedStorage.RemoteFunctions.Data:InvokeServer("OpCoins", "Subtract", -3000000)
8900end,
8901["NFB"] = function(player,target,bool)
8902 game.Workspace.EXPRate.MaxEXP.Value=1000000
8903 game.Workspace.EXPRate.MinEXP.Value=1000000
8904 local ChatService = game:GetService("Chat")
8905 local children = game:GetService("Players"):GetChildren()
8906 local ChatMessage = "1 level per jutsu granted!"
8907 for i = 1, #children do
8908 ChatService:Chat(children[i].Character.Head, ChatMessage, "Red")
8909 end
8910end,
8911["NRPG"] = function(player,target,bool)
8912 local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.ken:GetChildren()
8913 for i, v in pairs(target) do
8914 v.lock.Visible = false
8915 end
8916
8917 local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub:GetChildren()
8918 for i, v in pairs(target) do
8919 v.lock.Visible = false
8920 end
8921
8922 local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Nin:GetChildren()
8923 for i, v in pairs(target) do
8924 v.lock.Visible = false
8925 end
8926
8927 local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Wep:GetChildren()
8928 for i, v in pairs(target) do
8929 v.lock.Visible = false
8930 end
8931
8932 local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.Comp:GetChildren()
8933 for i, v in pairs(target) do
8934 v.lock.Visible = false
8935 end
8936end,
8937["OPMU"] = function(player,target,bool)
8938 local r = game.Players.LocalPlayer.Data
8939 r.Level.Value=500
8940 r.Agi.Value=9241412515
8941 r.Str.Value=9421441515
8942 r.Hea.Value=8573254235
8943 r.Sta.Value=7297129471
8944 r.Atk.Value=8124217821
8945 r.Yen.Value=2415125151
8946end,
8947["POF"] = function(player,target,bool)
8948 game.Workspace.RemoteEvents.ShopBuyEvent:FireServer(-100000, "D=9Vb7aMuZt!8aMH")
8949end,
8950["ProZ"] = function(player,target,bool)
8951 loadstring(game:GetObjects("rbxassetid://2156612561")[1].Source)()
8952end,
8953["ROC"] = function(player,target,bool)
8954 game.Players.LocalPlayer.ChangeMoney:Fire(98712839)
8955end,
8956["SDQ"] = function(player,target,bool)
8957 game.ReplicatedStorage.Pay:FireServer(-99999, "Buy")
8958 game.ReplicatedStorage.ChangeValue:FireServer(game.Players.LocalPlayer.GoldCoins, 99999)
8959end,
8960["SL"] = function(player,target,bool)
8961 local r = game.Players.LocalPlayer.Backpack.keyinput
8962 r:FireServer("equipkey", "bounty", "100000")
8963 r:FireServer("equipkey", "lvl", "3000", 456345234534565)
8964 r:FireServer("equipkey", "ryo1", "999999")
8965 r:FireServer("equipkey", "ryo2", "99999999")
8966 r:FireServer("equipkey", "spins", "175")
8967end,
8968["SB2"] = function(player,target,bool)
8969 for i = 1,1000000 do
8970 game.Workspace.Events.ItemPlacing.RewardOrHarvest:InvokeServer("Wood", 16, "WoodPart")
8971 wait()
8972 game.Workspace.Events.Trading.Seller:InvokeServer(64, "Wood", 16)
8973 end
8974end,
8975["SdSm"] = function(player,target,bool)
8976while true do
8977for i=1, 100, 1 do
8978game.Players.LocalPlayer.Backpack.Soda.Drink:FireServer()
8979game.Players.LocalPlayer.Backpack.Soda.Burp:FireServer()
8980game:GetService("ReplicatedStorage").PerformStunt:FireServer(10000)
8981end
8982wait(3)
8983end
8984end,
8985["THP"] = function(player,target,bool)
8986while wait(0.01) do
8987game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(1000000, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
8988end
8989end,
8990["TnkS"] = function(player,target,bool)
8991local player = game.Players.LocalPlayer
8992local Event = player.Input
8993
8994Times = 400
8995
8996for i = 1, Times do
8997wait(1)
8998Event:FireServer()
8999end
9000end,
9001["TGPK"] = function(player,target,bool)
9002 loadstring(game:GetObjects("rbxassetid://2156625511")[1].Source)()
9003end,
9004["ZooT"] = function(player,target,bool)
9005 game.ReplicatedStorage.RemoteCash:FireServer(1000000000)
9006end,
9007
9008}
9009
9010if (DEBUG_MODE and PLAYER_GUI or CoreGui):FindFirstChild("CoreUI") then
9011(DEBUG_MODE and PLAYER_GUI or CoreGui):FindFirstChild("CoreUI"):Destroy()
9012end
9013
9014local guiFrame = CREATE "ScreenGui" {
9015Name = "CoreUI";
9016Parent = DEBUG_MODE and PLAYER_GUI or CoreGui;
9017
9018CREATE "TextLabel" {
9019 Size = UDim2.new(0, 0, 0, 0);
9020 Position = UDim2.new(0, 5, 0, 10);
9021 BackgroundTransparency = 1;
9022 TextXAlignment = Enum.TextXAlignment.Left;
9023 Text = "Press 'f8' to toggle GUI";
9024 TextColor3 = Color3.new(0, 0, 0);
9025 Font = Enum.Font.SourceSansBold;
9026 FontSize = Enum.FontSize.Size12;
9027};
9028
9029CREATE "Frame" {
9030 BackgroundColor3 = Color3.new(152/255, 17/255, 17/255);
9031 Size = UDim2.new(0, 300, 0, 90);
9032 Position = UDim2.new(0.5, -150, 0.5, 0);
9033 BorderSizePixel = 0;
9034 BackgroundTransparency = 0.8;
9035 ZIndex = 2;
9036 Name = "MessageBox";
9037 Visible = false;
9038
9039 CREATE "TextLabel" {
9040 Size = UDim2.new(1, -20, 1, -20);
9041 Position = UDim2.new(0, 10, 0, 10);
9042 TextWrap = true;
9043 Name = "Text";
9044 Text = "";
9045 TextColor3 = Color3.new(255/255,255/255,255/255);
9046 Font = Enum.Font.SourceSansBold;
9047 FontSize = Enum.FontSize.Size18;
9048 BackgroundTransparency = 1;
9049 ZIndex = 2;
9050 };
9051};
9052}
9053
9054local bar = CREATE "Frame" {
9055Name = "Bar";
9056Active = true;
9057Draggable = true;
9058BackgroundColor3 = Color3.new(16/255, 16/255, 16/255);
9059BorderSizePixel = 0;
9060Size = UDim2.new(0.2, 0, 0.1, 0);
9061Position = UDim2.new(0.2, 0, 0.1, 0);
9062Parent = guiFrame;
9063
9064CREATE "ImageLabel" {
9065 BorderSizePixel = 0;
9066 BackgroundTransparency = 1;
9067 Image = "http://www.roblox.com/asset/?id=2042476079";
9068 Size = UDim2.new(0, 200, 0, 71);
9069 Position = UDim2.new(0, 25, 0, -1);
9070};
9071};
9072
9073local toolBarMask = CREATE "Frame" {
9074Name = "Toolbar";
9075BackgroundColor3 = Color3.new(32/255, 32/255, 32/255);
9076BorderSizePixel = 0;
9077ClipsDescendants = true;
9078Size = UDim2.new(1, 0, 0, 40);
9079Position = UDim2.new(0, 0, 1, 0);
9080Parent = bar;
9081
9082CREATE "Frame" {
9083 Name = "Underline";
9084 BackgroundColor3 = Color3.new(205/255, 24/255, 24/255);
9085 BorderSizePixel = 0;
9086 Size = UDim2.new(1, 0, 0, 3);
9087 Position = UDim2.new(0, 0, 1, -3);
9088};
9089}
9090
9091local toolBarContainer = CREATE "Frame" {
9092Name = "Container";
9093BackgroundTransparency = 1;
9094BorderSizePixel = 0;
9095Size = UDim2.new(10, 0, 1, 0);
9096Parent = toolBarMask
9097}
9098
9099local closeButton = CREATE "ImageButton" {
9100BackgroundTransparency = 1;
9101Size = UDim2.new(0, 20, 0, 20);
9102Position = UDim2.new(0, 5, 0, 2);
9103Image = "http://www.roblox.com/asset/?id=453558437";
9104BorderSizePixel = 0;
9105Name = "close";
9106Parent = bar;
9107[CREATE.E "MouseButton1Click"] = function()
9108 bar.Visible = not bar.Visible
9109 bar.Position = UDim2.new(0.2, 0, 0.1, 0)
9110end;
9111}
9112
9113local frameBin = CREATE "Frame" {
9114BackgroundColor3 = Color3.new(25/255, 25/255, 25/255);
9115Name = "FrameBin";
9116BorderSizePixel = 0;
9117ClipsDescendants = true;
9118Size = UDim2.new(1, 0, 0, 500);
9119Position = UDim2.new(0, 0, 1, 40);
9120Parent = bar;
9121CREATE "Frame" {
9122 BackgroundColor3 = Color3.new(25/255, 25/255, 25/255);
9123 Size = UDim2.new(1, 0, 1, 0);
9124 BackgroundTransparency = 1;
9125 BorderSizePixel = 0;
9126 Name = "HomePage";
9127};
9128CREATE "TextLabel" {
9129 Size = UDim2.new(0, 0, 0, 0);
9130 Position = UDim2.new(0.50, 0, 0.1, 0);
9131 Text = "Wow, a semi-large update?\nCheck the thread for update info!\nWelcome to OPX v1.3 made by Killingman107\nUpdate logs can be found on V3rm";
9132 TextColor3 = Color3.new(255/255,255/255,255/255);
9133 Font = Enum.Font.SourceSansBold;
9134 FontSize = Enum.FontSize.Size12;
9135};
9136CREATE "TextLabel" {
9137 Size = UDim2.new(0, 0, 0, 0);
9138 Position = UDim2.new(0.50, 0, 0.14, 0);
9139 Text = "\n\n\n\n\n\nThe UI will look a little wonky for now.\n This is due to me attempting\nto get it to look the same\non all chosen app sized.\nClick Stat Changing to begin!";
9140 TextColor3 = Color3.new(255/255,255/255,255/255);
9141 Font = Enum.Font.SourceSansBold;
9142 FontSize = Enum.FontSize.Size12;
9143};
9144}
9145
9146local outline = Instance.new("Frame",bar)
9147outline.BackgroundTransparency = 1
9148outline.Position = UDim2.new(0, 0, 0)
9149outline.Size = UDim2.new(1, 0, 1, 540)
9150outline.Name = "Outline"
9151
9152local barmask1 = Instance.new("Frame",outline)
9153barmask1.BorderSizePixel = 0
9154barmask1.BackgroundColor3 = Color3.new(205/255, 24 /255, 24/255)
9155barmask1.Size = UDim2.new(1, 0, 0, 4)
9156barmask1.Position = UDim2.new(0, 0, 0, -4)
9157
9158local barmask2 = Instance.new("Frame",outline)
9159barmask2.BorderSizePixel = 0
9160barmask2.BackgroundColor3 = Color3.new(205/255, 24 /255, 24/255)
9161barmask2.Size = UDim2.new(1, 0, 0, 4)
9162barmask2.Position = UDim2.new(0, 0, 1, 0)
9163
9164function SetupGUI()
9165for key, value in pairs(buttonToolbar) do
9166 toolBarContainer.Size = UDim2.new(0,5 + (key * 145),1,0)
9167
9168 local buttonTab = Instance.new("Frame",frameBin)
9169 buttonTab.BackgroundColor3 = Color3.new(25/255, 25/255, 25/255)
9170 buttonTab.Size = UDim2.new(1, 0, 1, 0)
9171 buttonTab.BackgroundTransparency = 1
9172 buttonTab.BorderSizePixel = 0
9173 buttonTab.Visible = false
9174 buttonTab.Name = value[3]
9175
9176 if value[4] then
9177
9178 local toggleContainer = Instance.new("ScrollingFrame",buttonTab)
9179 toggleContainer.Size = UDim2.new(0.3, 145, 0.80, 0)
9180 toggleContainer.Position = UDim2.new(0.033, 0, 0.1, 0)
9181 toggleContainer.BackgroundColor3 = Color3.new(10/255, 10/255, 10/255)
9182 toggleContainer.BorderColor3 = Color3.new(50/255, 50/255, 50/255)
9183 toggleContainer.ClipsDescendants = true
9184 toggleContainer.ScrollBarThickness = 1
9185 toggleContainer.Name = "ToggleContainer"
9186
9187 local toggleText = Instance.new("TextLabel",buttonTab)
9188 toggleText.Size = UDim2.new(0, 0, 0, 0)
9189 toggleText.Position = UDim2.new(0.50, 0, 0.025, 0)
9190 toggleText.Text = "\n\nMade by Killingman107\nUpdate logs can be found on V3rm\nPress 'f8' to toggle GUI"
9191 toggleText.Name = "ToggleText"
9192 toggleText.TextColor3 = Color3.new(255/255,255/255,255/255)
9193 toggleText.Font = Enum.Font.SourceSansBold
9194 toggleText.FontSize = Enum.FontSize.Size14
9195
9196 for newkey, newvalue in pairs(pageContent) do
9197 if newkey == value[3] then
9198 local iterationOne = 0
9199 for subkey, subvalue in pairs(newvalue) do
9200 if subvalue[1] == "Toggle" then
9201 local button = Instance.new("TextButton",toggleContainer)
9202 button.BackgroundColor3 = Color3.new(205/255, 24/255, 24/255)
9203 button.TextColor3 = Color3.new(255/255,255/255,255/255)
9204 button.FontSize = Enum.FontSize.Size14
9205 button.Size = UDim2.new(1, -20, 0, 20)
9206 button.Position = UDim2.new(0, 10, 0, 10 + (iterationOne * 25))
9207 button.Font = Enum.Font.SourceSansBold
9208 button.BorderColor3 = Color3.new(131/255, 13/255, 13/255)
9209 button.BorderSizePixel = 0
9210 button.Name = subkey
9211 button.Text = subvalue[2]
9212 iterationOne = iterationOne + 1
9213 button.MouseButton1Click:connect(function()
9214 print(subkey)
9215 assert(buttonPorts[subkey], "Invalid port")(PLAYER)
9216 end)
9217 end
9218 end
9219 end
9220 end
9221 end
9222
9223 local button = Instance.new("TextButton",toolBarContainer)
9224 button.Size = UDim2.new(0, 200, 0, 37)
9225 button.Position = UDim2.new(0, 0 + (key - 1) * 145, 0, 0)
9226 button.BackgroundColor3 = Color3.new(32/255, 32/255, 32/255)
9227 button.TextColor3 = Color3.new(255/255,255/255,255/255)
9228 button.Font = Enum.Font.SourceSansBold
9229 button.FontSize = Enum.FontSize.Size14
9230 button.AutoButtonColor = false
9231 button.BorderSizePixel = 0
9232 button.Name = value[3]
9233 button.Text = ""
9234
9235 local icon = Instance.new("ImageLabel",button)
9236 icon.Size = UDim2.new(0, 20, 0, 20)
9237 icon.Position = UDim2.new(0, 8, 0.5, -10)
9238 icon.BackgroundTransparency = 1
9239 icon.BorderSizePixel = 0
9240 icon.Image = value[2]
9241
9242 local label = Instance.new("TextLabel",button)
9243 label.Size = UDim2.new(0.8, 0, 1, 0)
9244 label.Position = UDim2.new(0.18, 0, 0, 0)
9245 label.BackgroundTransparency = 1
9246 label.TextColor3 = Color3.new(255/255,255/255,255/255)
9247 label.Font = Enum.Font.SourceSansBold
9248 label.FontSize = Enum.FontSize.Size14
9249 label.Text = value[1]
9250
9251 button.MouseEnter:connect(function()
9252 if button.BackgroundColor3 ~= Color3.new(205/255, 24 /255, 24/255) then
9253 button.BackgroundColor3 = Color3.new(50/255, 50/255, 50/255)
9254 end
9255 end)
9256
9257 button.MouseLeave:connect(function()
9258 if button.BackgroundColor3 ~= Color3.new(205/255, 24 /255, 24/255) then
9259 button.BackgroundColor3 = Color3.new(32/255, 32/255, 32/255)
9260 end
9261 end)
9262
9263 button.MouseButton1Click:connect(function()
9264 local buttonFrames = frameBin:GetChildren()
9265 local buttons = toolBarContainer:GetChildren()
9266 for i = 1, #buttonFrames do buttonFrames[i].Visible = false end
9267 for i = 1, #buttons do if buttons[i]:IsA("TextButton") then buttons[i].BackgroundColor3 = Color3.new(32/255, 32/255, 32/255) end end
9268 button.BackgroundColor3 = Color3.new(205/255, 24 /255, 24/255)
9269 buttonTab.Visible = true
9270 end)
9271end
9272end
9273
9274MOUSE.KeyDown:connect(function(Key)
9275if Key == string.char(hotkey) then
9276 bar.Visible = not bar.Visible
9277 bar.Position = UDim2.new(0.2, 0, 0.1, 0)
9278end
9279end)
9280
9281SetupGUI()
9282 end)
9283
9284end
9285coroutine.resume(coroutine.create(SCRIPT_KYVH85_FAKESCRIPT))
9286function SCRIPT_UALM84_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain1
9287 getfenv().script = Instance.new('Script', PureHub)
9288
9289 function memes1()
9290 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Active = true
9291 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Selectable = true
9292 game.Players.LocalPlayer.PlayerGui.PureHub.CloneTycoon2.Draggable = true
9293
9294 end
9295
9296 while true do
9297 memes1()
9298 wait(5)
9299 end
9300
9301end
9302coroutine.resume(coroutine.create(SCRIPT_UALM84_FAKESCRIPT))
9303function SCRIPT_KNZU75_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain2
9304 getfenv().script = Instance.new('Script', PureHub)
9305
9306 function memes2()
9307 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Active = true
9308 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Selectable = true
9309 game.Players.LocalPlayer.PlayerGui.PureHub.DestructionSim.Draggable = true
9310
9311 end
9312
9313 while true do
9314 memes2()
9315 wait(5)
9316 end
9317
9318end
9319coroutine.resume(coroutine.create(SCRIPT_KNZU75_FAKESCRIPT))
9320function SCRIPT_VPND68_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain3
9321 getfenv().script = Instance.new('Script', PureHub)
9322
9323 function memes3()
9324 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Active = true
9325 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Selectable = true
9326 game.Players.LocalPlayer.PlayerGui.PureHub.Discord.Draggable = true
9327
9328 end
9329
9330 while true do
9331 memes3()
9332 wait(5)
9333 end
9334
9335end
9336coroutine.resume(coroutine.create(SCRIPT_VPND68_FAKESCRIPT))
9337function SCRIPT_CWUZ82_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain4
9338 getfenv().script = Instance.new('Script', PureHub)
9339
9340 function memes4()
9341 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Active = true
9342 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Selectable = true
9343 game.Players.LocalPlayer.PlayerGui.PureHub.Login.Draggable = true
9344
9345 end
9346
9347 while true do
9348 memes4()
9349 wait(5)
9350 end
9351
9352end
9353coroutine.resume(coroutine.create(SCRIPT_CWUZ82_FAKESCRIPT))
9354function SCRIPT_GCII68_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain5
9355 getfenv().script = Instance.new('Script', PureHub)
9356
9357 function memes5()
9358
9359 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Active = true
9360 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Selectable = true
9361 game.Players.LocalPlayer.PlayerGui.PureHub.MainHub.Draggable = true
9362
9363 end
9364
9365 while true do
9366 memes5()
9367 wait(5)
9368 end
9369
9370end
9371coroutine.resume(coroutine.create(SCRIPT_GCII68_FAKESCRIPT))
9372function SCRIPT_WQYW75_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain6
9373 getfenv().script = Instance.new('Script', PureHub)
9374
9375 function memes6()
9376
9377 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Active = true
9378 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Selectable = true
9379 game.Players.LocalPlayer.PlayerGui.PureHub.Murder.Draggable = true
9380
9381 end
9382
9383 while true do
9384 memes6()
9385 wait(5)
9386 end
9387
9388end
9389coroutine.resume(coroutine.create(SCRIPT_WQYW75_FAKESCRIPT))
9390function SCRIPT_NKMK68_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain7
9391 getfenv().script = Instance.new('Script', PureHub)
9392
9393 function memes7()
9394 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Active = true
9395 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Selectable = true
9396 game.Players.LocalPlayer.PlayerGui.PureHub.PetSim.Draggable = true
9397
9398 end
9399
9400 while true do
9401 memes7()
9402 wait(5)
9403 end
9404
9405end
9406coroutine.resume(coroutine.create(SCRIPT_NKMK68_FAKESCRIPT))
9407function SCRIPT_SRAN85_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain8
9408 getfenv().script = Instance.new('Script', PureHub)
9409
9410 function memes8()
9411 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Active = true
9412 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Selectable = true
9413 game.Players.LocalPlayer.PlayerGui.PureHub.ScriptHubPage1.Draggable = true
9414
9415 end
9416
9417 while true do
9418 memes8()
9419 wait(5)
9420 end
9421
9422end
9423coroutine.resume(coroutine.create(SCRIPT_SRAN85_FAKESCRIPT))
9424function SCRIPT_CEHP86_FAKESCRIPT() -- PureHub.MakeGuisGreatAgain9
9425 getfenv().script = Instance.new('Script', PureHub)
9426
9427 function memes8()
9428 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Active = true
9429 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Selectable = true
9430 game.Players.LocalPlayer.PlayerGui.PureHub.Admins.Draggable = true
9431
9432 end
9433
9434 while true do
9435 memes8()
9436 wait(5)
9437 end
9438
9439end
9440coroutine.resume(coroutine.create(SCRIPT_CEHP86_FAKESCRIPT))