· 6 years ago · Oct 01, 2019, 09:48 AM
1-- Made by pigeon#0001
2-- BADGER V1
3local ScreenGui = Instance.new("ScreenGui")
4local containermain = Instance.new("Frame")
5local topbar = Instance.new("Frame")
6local name = Instance.new("TextLabel")
7local close = Instance.new("TextButton")
8local image = Instance.new("ImageLabel")
9local version = Instance.new("TextLabel")
10local gametestcontainer = Instance.new("Frame")
11local gametest = Instance.new("TextButton")
12local gamebackpacking = Instance.new("TextButton")
13local containerside = Instance.new("Frame")
14local topbarside = Instance.new("Frame")
15local games = Instance.new("TextLabel")
16local containergames = Instance.new("ScrollingFrame")
17local gametest_2 = Instance.new("TextButton")
18local gamebackpackingcontainer = Instance.new("Frame")
19local mountain = Instance.new("TextButton")
20local chest = Instance.new("TextButton")
21local fisher = Instance.new("TextButton")
22local active = Instance.new("Frame")
23local badgerimage = Instance.new("ImageButton")
24local gamemegafunobby = Instance.new("Frame")
25local S1 = Instance.new("TextButton")
26local S2 = Instance.new("TextButton")
27local S3 = Instance.new("TextButton")
28local S4 = Instance.new("TextButton")
29local S5 = Instance.new("TextButton")
30local S6 = Instance.new("TextButton")
31local gamemegafunobbybutton = Instance.new("TextButton")
32local killgui = Instance.new("TextButton")
33local S7 = Instance.new("TextButton")
34local credits = Instance.new("TextLabel")
35local sneakpeak = Instance.new("TextLabel")
36local api = Instance.new("Frame")
37local login = Instance.new("TextLabel")
38local key = Instance.new("TextBox")
39local discord = Instance.new("TextLabel")
40local ImageLabel = Instance.new("ImageLabel")
41local loginpress = Instance.new("TextButton")
42local rainbow = Instance.new("Frame")
43local rainbowside = Instance.new("Frame")
44local Settings = Instance.new("Frame")
45local rainbow2 = Instance.new("Frame")
46local rainbowui = Instance.new("TextButton")
47local settingsname = Instance.new("TextLabel")
48local Settingsload1 = Instance.new("Frame")
49local Settingsload3 = Instance.new("Frame")
50local Settingsload2 = Instance.new("Frame")
51local settingsb = Instance.new("ImageButton")
52
53ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
54ScreenGui.ResetOnSpawn = false
55
56containermain.Name = "containermain"
57containermain.Parent = ScreenGui
58containermain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
59containermain.Position = UDim2.new(0.25934577, 0, 0.233415231, 0)
60containermain.Size = UDim2.new(0, 636, 0, 434)
61containermain.Draggable = true
62containermain.Visible = false
63containermain.Style = Enum.FrameStyle.RobloxRound
64
65topbar.Name = "topbar"
66topbar.Parent = containermain
67topbar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
68topbar.BorderColor3 = Color3.new(0, 0, 0)
69topbar.BorderSizePixel = 0
70topbar.Position = UDim2.new(-0.0125786159, 0, -0.0184331797, 0)
71topbar.Size = UDim2.new(0, 636, 0, 42)
72
73name.Name = "name"
74name.Parent = topbar
75name.BackgroundColor3 = Color3.new(1, 1, 1)
76name.BackgroundTransparency = 1
77name.Position = UDim2.new(0.266085654, 0, -0.0194032378, 0)
78name.Size = UDim2.new(0, 296, 0, 42)
79name.Font = Enum.Font.SourceSansSemibold
80name.Text = "Badger"
81name.TextColor3 = Color3.new(1, 1, 1)
82name.TextSize = 40
83
84rainbow.Name = "rainbow"
85rainbow.Parent = containermain
86rainbow.BackgroundColor3 = Color3.new(1, 1, 1)
87rainbow.BorderSizePixel = 0
88rainbow.Position = UDim2.new(-0.0135327708, 0, 0.0811761916, 0)
89rainbow.Size = UDim2.new(0, 635, 0, 1)
90
91close.Name = "close"
92close.Parent = topbar
93close.BackgroundColor3 = Color3.new(1, 1, 1)
94close.BackgroundTransparency = 1
95close.Position = UDim2.new(0.933962286, 0, 0, 0)
96close.Size = UDim2.new(0, 41, 0, 41)
97close.Font = Enum.Font.SourceSansSemibold
98close.Text = "X"
99close.TextColor3 = Color3.new(1, 1, 1)
100close.TextScaled = true
101close.TextSize = 14
102close.TextWrapped = true
103close.MouseButton1Down:connect(function()
104 containermain.Visible = false
105 containerside.Visible = false
106 active.Visible = true
107 Settingsload1.Visible = false
108 Settingsload2.Visible = false
109 Settingsload3.Visible = false
110 Settings.Visible = false
111end)
112
113settingsb.Name = "settingsb"
114settingsb.Parent = topbar
115settingsb.BackgroundColor3 = Color3.new(1, 1, 1)
116settingsb.BackgroundTransparency = 1
117settingsb.BorderSizePixel = 0
118settingsb.Position = UDim2.new(0.871069193, 0, 0.0238095261, 0)
119settingsb.Size = UDim2.new(0, 40, 0, 40)
120settingsb.Image = "http://www.roblox.com/asset/?id=4017492184"
121settingsb.MouseButton1Down:connect(function()
122 Settingsload1.Visible = true
123 wait(0.1)
124 Settingsload2.Visible = true
125 wait(0.1)
126 Settingsload3.Visible = true
127 wait(0.1)
128 Settingsload1.Visible = false
129 Settingsload2.Visible = false
130 Settingsload3.Visible = false
131 Settings.Visible = true
132end)
133
134image.Name = "image"
135image.Parent = topbar
136image.BackgroundColor3 = Color3.new(1, 1, 1)
137image.BackgroundTransparency = 1
138image.BorderSizePixel = 0
139image.Position = UDim2.new(-0.0235849023, 0, -0.238095239, 0)
140image.Size = UDim2.new(0, 116, 0, 61)
141image.Image = "http://www.roblox.com/asset/?id=4017492184"
142
143version.Name = "version"
144version.Parent = containermain
145version.BackgroundColor3 = Color3.new(1, 1, 1)
146version.BackgroundTransparency = 1
147version.Position = UDim2.new(0.929531991, 0, 0.946813345, 0)
148version.Size = UDim2.new(0, 59, 0, 22)
149version.Font = Enum.Font.Code
150version.Text = "V1"
151version.TextColor3 = Color3.new(1, 1, 1)
152version.TextSize = 14
153
154gametestcontainer.Name = "gametestcontainer"
155gametestcontainer.Parent = containermain
156gametestcontainer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
157gametestcontainer.BackgroundTransparency = 1
158gametestcontainer.BorderSizePixel = 0
159gametestcontainer.Visible = false
160gametestcontainer.Position = UDim2.new(0.0169000216, 0, 0.10011889, 0)
161gametestcontainer.Size = UDim2.new(0, 566, 0, 369)
162
163Settings.Name = "Settings"
164Settings.Parent = ScreenGui
165Settings.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
166Settings.BorderSizePixel = 0
167Settings.Position = UDim2.new(0.59, 0, 0.233, 0)
168Settings.Size = UDim2.new(0, 107, 0, 434)
169Settings.Visible = false
170
171rainbow2.Name = "rainbow2"
172rainbow2.Parent = Settings
173rainbow2.BackgroundColor3 = Color3.new(1, 1, 1)
174rainbow2.BorderSizePixel = 0
175rainbow2.Position = UDim2.new(-1.83000004, 0, 0.546, 0)
176rainbow2.Rotation = 90
177rainbow2.Size = UDim2.new(0, 391, 0, 1)
178
179rainbowui.Name = "rainbowui"
180rainbowui.Parent = Settings
181rainbowui.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
182rainbowui.BackgroundTransparency = 0.20000000298023
183rainbowui.BorderSizePixel = 0
184rainbowui.Position = UDim2.new(0.049032338, 0, 0.117, 0)
185rainbowui.Size = UDim2.new(0, 95, 0, 37)
186rainbowui.Font = Enum.Font.SourceSansSemibold
187rainbowui.Text = "RainbowUI"
188rainbowui.TextColor3 = Color3.new(1, 1, 1)
189rainbowui.TextSize = 14
190rainbowui.MouseButton1Down:connect(function()
191while true do
192for i = 0,1,0.001 do
193rainbow.BackgroundColor3 = Color3.fromHSV(i,1,1)
194wait(0.01)
195end
196end
197end)
198rainbowui.MouseButton1Down:connect(function()
199while true do
200for i = 0,1,0.001 do
201rainbowside.BackgroundColor3 = Color3.fromHSV(i,1,1)
202wait(0.01)
203end
204end
205end)
206rainbowui.MouseButton1Down:connect(function()
207while true do
208for i = 0,1,0.001 do
209rainbow2.BackgroundColor3 = Color3.fromHSV(i,1,1)
210wait(0.01)
211end
212end
213end)
214rainbowui.MouseButton1Down:connect(function()
215while true do
216for i = 0,1,0.001 do
217name.TextColor3 = Color3.fromHSV(i,1,1)
218wait(0.01)
219end
220end
221end)
222rainbowui.MouseButton1Down:connect(function()
223while true do
224for i = 0,1,0.001 do
225games.TextColor3 = Color3.fromHSV(i,1,1)
226wait(0.01)
227end
228end
229end)
230rainbowui.MouseButton1Down:connect(function()
231while true do
232for i = 0,1,0.001 do
233version.TextColor3 = Color3.fromHSV(i,1,1)
234wait(0.01)
235end
236end
237end)
238rainbowui.MouseButton1Down:connect(function()
239while true do
240for i = 0,1,0.001 do
241credits.TextColor3 = Color3.fromHSV(i,1,1)
242wait(0.01)
243end
244end
245end)
246rainbowui.MouseButton1Down:connect(function()
247while true do
248for i = 0,1,0.001 do
249sneakpeak.TextColor3 = Color3.fromHSV(i,1,1)
250wait(0.01)
251end
252end
253end)
254rainbowui.MouseButton1Down:connect(function()
255while true do
256for i = 0,1,0.001 do
257settingsname.TextColor3 = Color3.fromHSV(i,1,1)
258wait(0.01)
259end
260end
261end)
262
263settingsname.Name = "settingsname"
264settingsname.Parent = Settings
265settingsname.BackgroundColor3 = Color3.new(1, 1, 1)
266settingsname.BackgroundTransparency = 1
267settingsname.Position = UDim2.new(-0.154474854, 0, 0.0180159528, 0)
268settingsname.Size = UDim2.new(0, 139, 0, 25)
269settingsname.Font = Enum.Font.SourceSansSemibold
270
271settingsname.Text = "Settings"
272settingsname.TextColor3 = Color3.new(1, 1, 1)
273settingsname.TextScaled = true
274settingsname.TextSize = 40
275settingsname.TextWrapped = true
276
277Settingsload1.Name = "Settingsload1"
278Settingsload1.Parent = ScreenGui
279Settingsload1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
280Settingsload1.BorderSizePixel = 0
281Settingsload1.Position = UDim2.new(0.59, 0, 0.233, 0)
282Settingsload1.Size = UDim2.new(0, 25, 0, 434)
283Settingsload1.Visible = false
284
285Settingsload3.Name = "Settingsload3"
286Settingsload3.Parent = ScreenGui
287Settingsload3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
288Settingsload3.BorderSizePixel = 0
289Settingsload3.Position = UDim2.new(0.59, 0, 0.233, 0)
290Settingsload3.Size = UDim2.new(0, 86, 0, 434)
291Settingsload3.Visible = false
292
293Settingsload2.Name = "Settingsload2"
294Settingsload2.Parent = ScreenGui
295Settingsload2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
296Settingsload2.BorderSizePixel = 0
297Settingsload2.Position = UDim2.new(0.59, 0, 0.233, 0)
298Settingsload2.Size = UDim2.new(0, 56, 0, 434)
299Settingsload2.Visible = false
300
301
302gametest.Name = "gametest"
303gametest.Parent = gametestcontainer
304gametest.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
305gametest.BackgroundTransparency = 0.20000000298023
306gametest.BorderSizePixel = 0
307gametest.Position = UDim2.new(-0.00174190011, 0, 0.00351730175, 0)
308gametest.Size = UDim2.new(0, 128, 0, 37)
309gametest.Font = Enum.Font.SourceSansSemibold
310gametest.Text = "Bring all badges"
311gametest.TextColor3 = Color3.new(1, 1, 1)
312gametest.TextSize = 14
313gametest.MouseButton1Down:connect(function()
314while wait(1.5) do
315for i,v in pairs(game.Workspace:GetChildren()) do
316 if v.Name == "Platform" then
317 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
318 end
319end
320end
321end)
322
323containerside.Name = "containerside"
324containerside.Parent = ScreenGui
325containerside.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
326containerside.BorderSizePixel = 0
327containerside.Position = UDim2.new(0.095015578, 0, 0.233415231, 0)
328containerside.Size = UDim2.new(0, 163, 0, 434)
329containerside.Draggable = true
330containerside.Style = Enum.FrameStyle.RobloxRound
331containerside.Visible = false
332
333topbarside.Name = "topbarside"
334topbarside.Parent = containerside
335topbarside.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
336topbarside.BorderSizePixel = 0
337topbarside.Position = UDim2.new(-0.0549999997, 0, -0.0200409852, 0)
338topbarside.Size = UDim2.new(0, 163, 0, 42)
339
340games.Name = "games"
341games.Parent = topbarside
342games.BackgroundColor3 = Color3.new(1, 1, 1)
343games.BackgroundTransparency = 1
344games.Position = UDim2.new(-0.408760995, 0, -0.0194032378, 0)
345games.Size = UDim2.new(0, 296, 0, 42)
346games.Font = Enum.Font.SourceSansSemibold
347games.Text = "Games"
348games.TextColor3 = Color3.new(1, 1, 1)
349games.TextSize = 40
350
351gamemegafunobby.Name = "gamemegafunobby"
352gamemegafunobby.Parent = containermain
353gamemegafunobby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
354gamemegafunobby.BackgroundTransparency = 1
355gamemegafunobby.Visible = false
356gamemegafunobby.BorderSizePixel = 0
357gamemegafunobby.Position = UDim2.new(0.0169000216, 0, 0.10011889, 0)
358gamemegafunobby.Size = UDim2.new(0, 566, 0, 369)
359
360S1.Name = "S1"
361S1.Parent = gamemegafunobby
362S1.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
363S1.BackgroundTransparency = 0.20000000298023
364S1.BorderSizePixel = 0
365S1.Position = UDim2.new(-0.00174190011, 0, 0.00351730175, 0)
366S1.Size = UDim2.new(0, 128, 0, 37)
367S1.Font = Enum.Font.SourceSansSemibold
368S1.Text = "Section 1 badges"
369S1.TextColor3 = Color3.new(1, 1, 1)
370S1.TextSize = 14
371S1.MouseButton1Down:connect(function()
372game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(742.747864, 27.0506477, 1813.60083, 0.681969762, -0.731380403, 3.27825546e-06, 3.27825546e-06, 7.56978989e-06, 1, -0.731380403, -0.681969762, 7.56978989e-06)
373 while wait(1.5) do
374for i,v in pairs(game.Workspace.badges:GetChildren()) do
375 if v.Name == "Platform" then
376 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
377 end
378end
379end
380end)
381
382S2.Name = "S2"
383S2.Parent = gamemegafunobby
384S2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
385S2.BackgroundTransparency = 0.20000000298023
386S2.BorderSizePixel = 0
387S2.Position = UDim2.new(0.250908285, 0, 0.00351730175, 0)
388S2.Size = UDim2.new(0, 128, 0, 37)
389S2.Font = Enum.Font.SourceSansSemibold
390S2.Text = "Section 2 badges"
391S2.TextColor3 = Color3.new(1, 1, 1)
392S2.TextSize = 14
393S2.MouseButton1Down:connect(function()
394game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1.69076538, 362.588654, -127.627991, -1, 0, 0, 0, 1, 0, 0, 0, -1)
395 while wait(1.5) do
396for i,v in pairs(game.Workspace.badges:GetChildren()) do
397 if v.Name == "Platform" then
398 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
399 end
400end
401end
402end)
403
404
405
406S3.Name = "S3"
407S3.Parent = gamemegafunobby
408S3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
409S3.BackgroundTransparency = 0.20000000298023
410S3.BorderSizePixel = 0
411S3.Position = UDim2.new(0.503558517, 0, 0.00351730175, 0)
412S3.Size = UDim2.new(0, 128, 0, 37)
413S3.Font = Enum.Font.SourceSansSemibold
414S3.Text = "Section 3 badges"
415S3.TextColor3 = Color3.new(1, 1, 1)
416S3.TextSize = 14
417S3.MouseButton1Down:connect(function()
418game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5481.00781, 374.199982, -14478.2285, 1, 0, 0, 0, 1, 0, 0, 0, 1)
419 while wait(1.5) do
420for i,v in pairs(game.Workspace.badges:GetChildren()) do
421 if v.Name == "Platform" then
422 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
423 end
424end
425end
426end)
427
428S4.Name = "S4"
429S4.Parent = gamemegafunobby
430S4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
431S4.BackgroundTransparency = 0.20000000298023
432S4.BorderSizePixel = 0
433S4.Position = UDim2.new(0.756208718, 0, 0.00351730175, 0)
434S4.Size = UDim2.new(0, 128, 0, 37)
435S4.Font = Enum.Font.SourceSansSemibold
436S4.Text = "Section 4 badges"
437S4.TextColor3 = Color3.new(1, 1, 1)
438S4.TextSize = 14
439S4.MouseButton1Down:connect(function()
440game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8008.64258, 428, 16646.7266, -1, 0, 0, 0, 1, 0, 0, 0, -1)
441 while wait(1.5) do
442for i,v in pairs(game.Workspace.badges:GetChildren()) do
443 if v.Name == "Platform" then
444 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
445 end
446end
447end
448end)
449
450S5.Name = "S5"
451S5.Parent = gamemegafunobby
452S5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
453S5.BackgroundTransparency = 0.20000000298023
454S5.BorderSizePixel = 0
455S5.Position = UDim2.new(-0.00174182653, 0, 0.122758493, 0)
456S5.Size = UDim2.new(0, 128, 0, 37)
457S5.Font = Enum.Font.SourceSansSemibold
458S5.Text = "Section 5 badges"
459S5.TextColor3 = Color3.new(1, 1, 1)
460S5.TextSize = 14
461S5.MouseButton1Down:connect(function()
462game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8090.41211, 328.64032, -1907.0376, -1.1920929e-07, -0, -1.00000012, 0, 1, -0, 1.00000012, 0, -1.1920929e-07)
463 while wait(1.5) do
464for i,v in pairs(game.Workspace.badges:GetChildren()) do
465 if v.Name == "Platform" then
466 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
467 end
468end
469end
470end)
471
472S6.Name = "S6"
473S6.Parent = gamemegafunobby
474S6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
475S6.BackgroundTransparency = 0.20000000298023
476S6.BorderSizePixel = 0
477S6.Position = UDim2.new(0.249141574, 0, 0.122758493, 0)
478S6.Size = UDim2.new(0, 128, 0, 37)
479S6.Font = Enum.Font.SourceSansSemibold
480S6.Text = "Section 6 badges"
481S6.TextColor3 = Color3.new(1, 1, 1)
482S6.TextSize = 14
483S6.MouseButton1Down:connect(function()
484game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(19.3330383, 131.500305, -7907.79297, -1.1920929e-07, -0, -1.00000012, 0, 1, -0, 1.00000012, 0, -1.1920929e-07)
485 while wait(1.5) do
486for i,v in pairs(game.Workspace.badges:GetChildren()) do
487 if v.Name == "Platform" then
488 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
489 end
490end
491end
492end)
493
494S7.Name = "S7"
495S7.Parent = gamemegafunobby
496S7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
497S7.BackgroundTransparency = 0.20000000298023
498S7.BorderSizePixel = 0
499S7.Position = UDim2.new(0.503558517, 0, 0.122758493, 0)
500S7.Size = UDim2.new(0, 128, 0, 37)
501S7.Font = Enum.Font.SourceSansSemibold
502S7.Text = "Section 7 badges"
503S7.TextColor3 = Color3.new(1, 1, 1)
504S7.TextSize = 14
505S7.MouseButton1Down:connect(function()
506while wait() do
507game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6268.89111, 132.000015, 6402.72559, -1.1920929e-07, -0, -1.00000012, 0, 1, -0, 1.00000012, 0, -1.1920929e-07)
508wait(3)
509game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3102.86719, 4.97570324, 5819.58496, 1, 0, 0, 0, 1, 0, 0, 0, 1)
510wait(3)
511game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5129.27881, 4.75000477, 5991.70215, -1, 0, 0, 0, 1, 0, 0, 0, -1)
512wait(3)
513game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6241.57129, 7.43020821, 6007.91797, 1, 0, 0, 0, 1, 0, 0, 0, 1)
514wait(3)
515game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6827.07178, 40.770031, 6112.84912, -1, 0, 0, 0, 1, 0, 0, 0, -1)
516wait(3)
517game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6593.02295, 135.270035, 6930.40039, -1, 0, 0, 0, 1, 0, 0, 0, -1)
518wait(3)
519game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2557.23193, 2259.20288, -782.139221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
520wait(1.5) do
521for i,v in pairs(game.Workspace.badges:GetChildren()) do
522 if v.Name == "Platform" then
523 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
524 end
525end
526end
527end
528end)
529
530gamemegafunobbybutton.Name = "gamemegafunobbybutton"
531gamemegafunobbybutton.Parent = containergames
532gamemegafunobbybutton.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
533gamemegafunobbybutton.BackgroundTransparency = 0.20000000298023
534gamemegafunobbybutton.BorderSizePixel = 0
535gamemegafunobbybutton.Position = UDim2.new(-0.00704225339, 0, 0.10950809, 0)
536gamemegafunobbybutton.Size = UDim2.new(0, 128, 0, 37)
537gamemegafunobbybutton.Font = Enum.Font.SourceSansSemibold
538gamemegafunobbybutton.Text = "Mega Fun Obby"
539gamemegafunobbybutton.TextColor3 = Color3.new(1, 1, 1)
540gamemegafunobbybutton.TextSize = 14
541gamemegafunobbybutton.MouseButton1Down:connect(function()
542 gametestcontainer.Visible = false
543 gamebackpackingcontainer.Visible = false
544 gamemegafunobby.Visible = true
545end)
546
547containergames.Name = "containergames"
548containergames.Parent = containerside
549containergames.BackgroundColor3 = Color3.new(1, 1, 1)
550containergames.BackgroundTransparency = 1
551containergames.BorderSizePixel = 0
552containergames.Position = UDim2.new(0.00481765857, 0, 0.0938860625, 0)
553containergames.Size = UDim2.new(0, 142, 0, 372)
554containergames.ScrollBarThickness = 8
555
556gamebackpacking.Name = "gamebackpacking"
557gamebackpacking.Parent = containergames
558gamebackpacking.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
559gamebackpacking.BackgroundTransparency = 0.20000000298023
560gamebackpacking.BorderSizePixel = 0
561gamebackpacking.Position = UDim2.new(-0.00704225339, 0, 0.0553606227, 0)
562gamebackpacking.Size = UDim2.new(0, 128, 0, 37)
563gamebackpacking.Font = Enum.Font.SourceSansSemibold
564gamebackpacking.Text = "Backpacking"
565gamebackpacking.TextColor3 = Color3.new(1, 1, 1)
566gamebackpacking.TextSize = 14
567gamebackpacking.MouseButton1Down:connect(function()
568 gametestcontainer.Visible = false
569 gamebackpackingcontainer.Visible = true
570 gamemegafunobby.Visible = false
571end)
572
573gametest_2.Name = "gametest"
574gametest_2.Parent = containergames
575gametest_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
576gametest_2.BackgroundTransparency = 0.20000000298023
577gametest_2.BorderSizePixel = 0
578gametest_2.Position = UDim2.new(-0.00704225339, 0, 0.00351730175, 0)
579gametest_2.Size = UDim2.new(0, 128, 0, 37)
580gametest_2.Font = Enum.Font.SourceSansSemibold
581gametest_2.Text = "Test game"
582gametest_2.TextColor3 = Color3.new(1, 1, 1)
583gametest_2.TextSize = 14
584gametest_2.MouseButton1Down:connect(function()
585 gametestcontainer.Visible = true
586 gamebackpackingcontainer.Visible = false
587 gamemegafunobby.Visible = false
588end)
589
590
591gamebackpackingcontainer.Name = "gamebackpackingcontainer"
592gamebackpackingcontainer.Parent = containermain
593gamebackpackingcontainer.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
594gamebackpackingcontainer.BackgroundTransparency = 1
595gamebackpackingcontainer.BorderSizePixel = 0
596gamebackpackingcontainer.Visible = false
597gamebackpackingcontainer.Position = UDim2.new(0.0169000216, 0, 0.10011889, 0)
598gamebackpackingcontainer.Size = UDim2.new(0, 566, 0, 369)
599
600mountain.Name = "mountain"
601mountain.Parent = gamebackpackingcontainer
602mountain.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
603mountain.BackgroundTransparency = 0.20000000298023
604mountain.BorderSizePixel = 0
605mountain.Position = UDim2.new(-0.00174190011, 0, 0.00351730175, 0)
606mountain.Size = UDim2.new(0, 128, 0, 37)
607mountain.Font = Enum.Font.SourceSansSemibold
608mountain.Text = "Mountain badge"
609mountain.TextColor3 = Color3.new(1, 1, 1)
610mountain.TextSize = 14
611mountain.MouseButton1Down:connect(function()
612 while wait(1.5) do
613for i,v in pairs(game.Workspace.FolderThisProperlySimon.Flag.BadgeAwarder:GetChildren()) do
614 if v.Name == "Platform" then
615 v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
616 end
617end
618end
619end)
620
621chest.Name = "chest"
622chest.Parent = gamebackpackingcontainer
623chest.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
624chest.BackgroundTransparency = 0.20000000298023
625chest.BorderSizePixel = 0
626chest.Position = UDim2.new(0.250908285, 0, 0.00351730175, 0)
627chest.Size = UDim2.new(0, 128, 0, 37)
628chest.Font = Enum.Font.SourceSansSemibold
629chest.Text = "Chest badge"
630chest.TextColor3 = Color3.new(1, 1, 1)
631chest.TextSize = 14
632chest.MouseButton1Down:connect(function()
633wait(1.5) do -- If you are looking here cause u wanna make ur marshmallows come in infinitely just change the code from wait (1.5) do to while wait() do :)
634 for _,v in pairs(game.Workspace.Scenery.Chests.ChestObjects:GetChildren()) do
635
636 for _,b in pairs(v:GetChildren()) do
637
638 if b.ClassName =='Part' or b.ClassName =='MeshPart' then
639
640 b.CanCollide = false
641
642 b.Transparency = 1
643
644 for _,c in pairs(b:GetChildren()) do
645
646 if c.Name ~= 'TouchInterest' then
647
648 c:Destroy()
649
650 end;end
651
652 b.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
653
654end;end;end
655end;end)
656
657fisher.Name = "fisher"
658fisher.Parent = gamebackpackingcontainer
659fisher.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
660fisher.BackgroundTransparency = 0.20000000298023
661fisher.BorderSizePixel = 0
662fisher.Position = UDim2.new(0.503558517, 0, 0.00351730175, 0)
663fisher.Size = UDim2.new(0, 128, 0, 37)
664fisher.Font = Enum.Font.SourceSansSemibold
665fisher.Text = "Fishing badge"
666fisher.TextColor3 = Color3.new(1, 1, 1)
667fisher.TextSize = 14
668fisher.MouseButton1Down:connect(function()
669 wait(1.5) do
670 game.ReplicatedStorage.Events.Equipment.FishingAward:FireServer()
671 end
672end)
673
674active.Name = "active"
675active.Parent = ScreenGui
676active.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
677active.BackgroundTransparency = 0.10000000149012
678active.BorderSizePixel = 0
679active.Visible = false
680active.Position = UDim2.new(0.00778816268, 0, 0.0110565107, 0)
681active.Size = UDim2.new(0, 45, 0, 45)
682
683badgerimage.Name = "badgerimage"
684badgerimage.Parent = active
685badgerimage.BackgroundColor3 = Color3.new(1, 1, 1)
686badgerimage.BackgroundTransparency = 1
687badgerimage.BorderSizePixel = 0
688badgerimage.Position = UDim2.new(-0.801362693, 0, -0.193650797, 0)
689badgerimage.Size = UDim2.new(0, 116, 0, 61)
690badgerimage.Image = "http://www.roblox.com/asset/?id=4017492184"
691badgerimage.ImageTransparency = 0.5
692badgerimage.MouseButton1Down:connect(function()
693 containermain.Visible = true
694 containerside.Visible = true
695 active.Visible = false
696end)
697
698killgui.Name = "killgui"
699killgui.Parent = active
700killgui.BackgroundColor3 = Color3.new(0.117647, 0.0117647, 0.0313726)
701killgui.BackgroundTransparency = 0.10000000149012
702killgui.BorderSizePixel = 0
703killgui.Position = UDim2.new(0, 0, 1, 0)
704killgui.Size = UDim2.new(0, 45, 0, 45)
705killgui.Font = Enum.Font.SourceSansSemibold
706killgui.Text = "X"
707killgui.TextColor3 = Color3.new(1, 1, 1)
708killgui.TextScaled = true
709killgui.TextSize = 30
710killgui.TextWrapped = true
711killgui.MouseButton1Down:connect(function()
712 containermain.Visible = false
713 containerside.Visible = false
714 active.Visible = false
715end)
716
717credits.Name = "credits"
718credits.Parent = containermain
719credits.BackgroundColor3 = Color3.new(1, 1, 1)
720credits.BackgroundTransparency = 1
721credits.Position = UDim2.new(0.0694690943, 0, 0.946813345, 0)
722credits.Size = UDim2.new(0, 59, 0, 22)
723credits.Font = Enum.Font.Code
724credits.Text = "Made by pigeon#0001"
725credits.TextColor3 = Color3.new(1, 1, 1)
726credits.TextSize = 14
727
728
729sneakpeak.Name = "sneakpeak"
730sneakpeak.Parent = containermain
731sneakpeak.BackgroundColor3 = Color3.new(1, 1, 1)
732sneakpeak.BackgroundTransparency = 1
733sneakpeak.Position = UDim2.new(0.286690205, 0, 0.946469903, 0)
734sneakpeak.Size = UDim2.new(0, 310, 0, 22)
735sneakpeak.Font = Enum.Font.Code
736sneakpeak.Text = "See sneak peaks of games that may be added here: https://www.roblox.com/users/1235245239/profile"
737sneakpeak.TextColor3 = Color3.new(1, 1, 1)
738sneakpeak.TextScaled = true
739sneakpeak.TextSize = 14
740sneakpeak.TextWrapped = true
741
742api.Name = "api"
743api.Parent = ScreenGui
744api.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
745api.BackgroundTransparency = 0.40000000596046
746api.BorderSizePixel = 0
747api.Position = UDim2.new(0.403426796, 0, 0.350122839, 0)
748api.Size = UDim2.new(0, 310, 0, 241)
749
750login.Name = "login"
751login.Parent = api
752login.BackgroundColor3 = Color3.new(1, 1, 1)
753login.BackgroundTransparency = 1
754login.Position = UDim2.new(0.0209243596, 0, -0.0028057266, 0)
755login.Size = UDim2.new(0, 296, 0, 42)
756login.Font = Enum.Font.SourceSansSemibold
757login.Text = "Badger"
758login.TextColor3 = Color3.new(1, 1, 1)
759login.TextSize = 40
760
761key.Name = "key"
762key.Parent = api
763key.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
764key.BorderColor3 = Color3.new(0, 0, 0)
765key.BorderSizePixel = 0
766key.Position = UDim2.new(0.174193546, 0, 0.232365146, 0)
767key.Size = UDim2.new(0, 200, 0, 28)
768key.Font = Enum.Font.SourceSans
769key.PlaceholderText = "Discord key"
770key.Text = ""
771key.TextColor3 = Color3.new(0, 0, 0)
772key.TextSize = 14
773
774rainbowside.Name = "rainbowside"
775rainbowside.Parent = containerside
776rainbowside.BackgroundColor3 = Color3.new(1, 1, 1)
777rainbowside.BorderSizePixel = 0
778rainbowside.Position = UDim2.new(-0.0564775541, 0, 0.0783410147, 0)
779rainbowside.Size = UDim2.new(0, 163, 0, 1)
780
781discord.Name = "discord"
782discord.Parent = api
783discord.BackgroundColor3 = Color3.new(1, 1, 1)
784discord.BackgroundTransparency = 1
785discord.Position = UDim2.new(0.174193546, 0, 0.427385896, 0)
786discord.Size = UDim2.new(0, 200, 0, 48)
787discord.Font = Enum.Font.SourceSansSemibold
788discord.Text = "Join the Discord chat to get the key! https://discord.gg/TdYXqSw"
789discord.TextColor3 = Color3.new(1, 1, 1)
790discord.TextScaled = true
791discord.TextSize = 12
792discord.TextWrapped = true
793
794ImageLabel.Parent = api
795ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
796ImageLabel.BackgroundTransparency = 1
797ImageLabel.Position = UDim2.new(0.383870959, 0, 0.651452303, 0)
798ImageLabel.Size = UDim2.new(0, 70, 0, 70)
799ImageLabel.Image = "http://www.roblox.com/asset/?id=1057861515"
800
801loginpress.Name = "loginpress"
802loginpress.Parent = api
803loginpress.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
804loginpress.BackgroundTransparency = 0.20000000298023
805loginpress.BorderSizePixel = 0
806loginpress.Position = UDim2.new(0.174193546, 0, 0.377593368, 0)
807loginpress.Size = UDim2.new(0, 200, 0, 19)
808loginpress.Font = Enum.Font.SourceSansSemibold
809loginpress.Text = "Login"
810loginpress.TextColor3 = Color3.new(1, 1, 1)
811loginpress.TextSize = 14
812loginpress.MouseButton1Down:connect(function()
813if key.Text == "pigeonbadger101" then
814containermain.Visible = true
815containerside.Visible = true
816api.Visible = false
817else
818api.visible = false
819end
820end)
821-- Made by pigeon#0001