· 7 years ago · Aug 04, 2018, 12:56 AM
1local Shop = Instance.new("ScreenGui")
2local Loginframe = Instance.new("Frame")
3local Mainloginframe = Instance.new("Frame")
4local SecretKey = Instance.new("TextBox")
5local WelcomeMes = Instance.new("TextLabel")
6local Version = Instance.new("TextLabel")
7local Submit = Instance.new("TextButton")
8local Mframe = Instance.new("Frame")
9local Mmframe = Instance.new("Frame")
10local WalkimgSim = Instance.new("TextButton")
11local SkyDiing = Instance.new("TextButton")
12local ChooseGame = Instance.new("TextLabel")
13local TextButton = Instance.new("TextButton")
14local Garbage = Instance.new("TextButton")
15local Adoptand = Instance.new("TextButton")
16local Walkingsim = Instance.new("Frame")
17local MainWalk = Instance.new("Frame")
18local _100milSpeedWalksim = Instance.new("TextButton")
19local LabelWalk = Instance.new("TextLabel")
20local XWalk = Instance.new("TextButton")
21local Skydivingframe = Instance.new("Frame")
22local MainSky = Instance.new("Frame")
23local AutoFarmDiamonds = Instance.new("TextButton")
24local SkydivingLabel = Instance.new("TextLabel")
25local TpBacktoPlane = Instance.new("TextButton")
26local XSky = Instance.new("TextButton")
27local OpenGui = Instance.new("TextButton")
28local GarbageTruckSim = Instance.new("Frame")
29local MframeGar = Instance.new("Frame")
30local Lagserver = Instance.new("TextButton")
31local Garbage_2 = Instance.new("TextLabel")
32local XGarbag = Instance.new("TextButton")
33local AdoptandRise = Instance.new("Frame")
34local Mframe_2 = Instance.new("Frame")
35local Money = Instance.new("TextButton")
36local FeExplode = Instance.new("TextButton")
37local XAdopt = Instance.new("TextLabel")
38local TextButton_2 = Instance.new("TextButton")
39local XAdopt_2 = Instance.new("TextButton")
40local GearGiver = Instance.new("Frame")
41local GearGiverMain = Instance.new("Frame")
42local GearBox = Instance.new("TextBox")
43local GiveeGear = Instance.new("TextButton")
44local XgiveGear = Instance.new("TextButton")
45local SomeGears = Instance.new("TextButton")
46local SomeGearGui = Instance.new("Frame")
47local MsomeGear = Instance.new("Frame")
48local BoomBoxsomegeargui = Instance.new("TextButton")
49local SubspaceTripminesomegeargui = Instance.new("TextButton")
50local BodySwapPotionsomegeargui = Instance.new("TextButton")
51local Tornadohornsomegeargui = Instance.new("TextButton")
52local XsomeGearGui = Instance.new("TextButton")
53local PaintBucketPotionsomegeargui = Instance.new("TextButton")
54local StoneHammersomegeargui = Instance.new("TextButton")
55local PositronicPlatformProducersomegeargui = Instance.new("TextButton")
56local FakeC4Potionsomegeargui = Instance.new("TextButton")
57
58Shop.Name = "Shop"
59Shop.Parent = game.CoreGui
60
61Loginframe.Name = "Loginframe"
62Loginframe.Parent = Shop
63Loginframe.Visible = true
64Loginframe.Active = true
65Loginframe.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
66Loginframe.Position = UDim2.new(0.0147863925, 0, 0.431203902, 0)
67Loginframe.Size = UDim2.new(0, 301, 0, 27)
68Loginframe.Draggable = true
69
70Mainloginframe.Name = "Mainloginframe"
71Mainloginframe.Parent = Loginframe
72Mainloginframe.BackgroundColor3 = Color3.new(1, 1, 1)
73Mainloginframe.Position = UDim2.new(-3.7252903e-09, 0, 1.03703701, 0)
74Mainloginframe.Size = UDim2.new(0, 301, 0, 263)
75
76SecretKey.Name = "SecretKey"
77SecretKey.Parent = Loginframe
78SecretKey.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
79SecretKey.Position = UDim2.new(0.0232558139, 0, 3.88888931, 0)
80SecretKey.Size = UDim2.new(0, 288, 0, 50)
81SecretKey.Font = Enum.Font.SourceSans
82SecretKey.Text = "SecretKey Here"
83SecretKey.TextColor3 = Color3.new(0, 0, 0)
84SecretKey.TextSize = 20
85
86WelcomeMes.Name = "Welcome Mes"
87WelcomeMes.Parent = Loginframe
88WelcomeMes.BackgroundColor3 = Color3.new(1, 1, 1)
89WelcomeMes.BorderColor3 = Color3.new(1, 1, 1)
90WelcomeMes.Position = UDim2.new(0.166112959, 0, 1.4074074, 0)
91WelcomeMes.Size = UDim2.new(0, 200, 0, 50)
92WelcomeMes.Font = Enum.Font.SourceSans
93WelcomeMes.Text = "Welcome too game Destroyer"
94WelcomeMes.TextColor3 = Color3.new(0, 0, 0)
95WelcomeMes.TextSize = 20
96
97Version.Name = "Version"
98Version.Parent = Loginframe
99Version.BackgroundColor3 = Color3.new(1, 1, 1)
100Version.BorderColor3 = Color3.new(1, 1, 1)
101Version.Position = UDim2.new(0.166112959, 0, 8.22222233, 0)
102Version.Size = UDim2.new(0, 200, 0, 50)
103Version.Font = Enum.Font.SourceSans
104Version.Text = "Version 0.03"
105Version.TextColor3 = Color3.new(0, 0, 0)
106Version.TextSize = 30
107
108Submit.Name = "Submit"
109Submit.Parent = Loginframe
110Submit.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
111Submit.Position = UDim2.new(0.166112959, 0, 6.11111116, 0)
112Submit.Size = UDim2.new(0, 200, 0, 50)
113Submit.Font = Enum.Font.SourceSans
114Submit.Text = "Submit"
115Submit.TextColor3 = Color3.new(0, 0, 0)
116Submit.TextSize = 20
117Submit.MouseButton1Down:connect(function()
118 if SecretKey.Text == "gaykid69" then
119 Mframe.Visible = true
120 Loginframe.Visible = false
121 end
122end)
123
124Mframe.Name = "Mframe"
125Mframe.Parent = Shop
126Mframe.Visible = false
127Mframe.Active = true
128Mframe.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
129Mframe.Position = UDim2.new(0.289326102, 0, 0.519656122, 0)
130Mframe.Size = UDim2.new(0, 381, 0, 33)
131Mframe.Draggable = true
132
133Mmframe.Name = "Mmframe"
134Mmframe.Parent = Mframe
135Mmframe.BackgroundColor3 = Color3.new(1, 1, 1)
136Mmframe.Position = UDim2.new(0, 0, 1, 0)
137Mmframe.Size = UDim2.new(0, 381, 0, 364)
138
139WalkimgSim.Name = "Walkimg Sim"
140WalkimgSim.Parent = Mframe
141WalkimgSim.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
142WalkimgSim.Position = UDim2.new(0.05511811, 0, 2.939394, 0)
143WalkimgSim.Size = UDim2.new(0, 146, 0, 50)
144WalkimgSim.Font = Enum.Font.SourceSans
145WalkimgSim.Text = "Walking Simulater"
146WalkimgSim.TextColor3 = Color3.new(0, 0, 0)
147WalkimgSim.TextSize = 20
148WalkimgSim.MouseButton1Down:connect(function()
149 Walkingsim.Visible = true
150 Mframe.Visible = false
151end)
152
153SkyDiing.Name = "Sky Diving"
154SkyDiing.Parent = Mframe
155SkyDiing.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
156SkyDiing.Position = UDim2.new(0.574803174, 0, 2.939394, 0)
157SkyDiing.Size = UDim2.new(0, 146, 0, 50)
158SkyDiing.Font = Enum.Font.SourceSans
159SkyDiing.Text = "Extreme Skydiving"
160SkyDiing.TextColor3 = Color3.new(0, 0, 0)
161SkyDiing.TextSize = 20
162SkyDiing.MouseButton1Down:connect(function()
163 Skydivingframe.Visible = true
164 Mframe.Visible = false
165end)
166
167ChooseGame.Name = "ChooseGame"
168ChooseGame.Parent = Mframe
169ChooseGame.BackgroundColor3 = Color3.new(1, 1, 1)
170ChooseGame.BorderColor3 = Color3.new(1, 1, 1)
171ChooseGame.Position = UDim2.new(0.236220479, 0, 1.21212125, 0)
172ChooseGame.Size = UDim2.new(0, 200, 0, 50)
173ChooseGame.Font = Enum.Font.SourceSans
174ChooseGame.Text = "Choose Game"
175ChooseGame.TextColor3 = Color3.new(0, 0, 0)
176ChooseGame.TextSize = 20
177
178TextButton.Parent = Mframe
179TextButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
180TextButton.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
181TextButton.Position = UDim2.new(0.902887106, 0, 0.121212006, 0)
182TextButton.Size = UDim2.new(0, 30, 0, 24)
183TextButton.Font = Enum.Font.SourceSans
184TextButton.Text = "X"
185TextButton.TextColor3 = Color3.new(0, 0, 0)
186TextButton.TextSize = 30
187TextButton.MouseButton1Down:connect(function()
188 Mframe.Visible = false
189 OpenGui.Visible = true
190end)
191
192Garbage.Name = "Garbage"
193Garbage.Parent = Mframe
194Garbage.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
195Garbage.Position = UDim2.new(0.05511811, 0, 5.51515198, 0)
196Garbage.Size = UDim2.new(0, 146, 0, 50)
197Garbage.Font = Enum.Font.SourceSans
198Garbage.Text = "Garbage simulater"
199Garbage.TextColor3 = Color3.new(0, 0, 0)
200Garbage.TextSize = 20
201Garbage.MouseButton1Down:connect(function()
202 GarbageTruckSim.Visible = true
203 Mframe.Visible = false
204end)
205
206Adoptand.Name = "Adoptand"
207Adoptand.Parent = Mframe
208Adoptand.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
209Adoptand.Position = UDim2.new(0.574803174, 0, 5.60606098, 0)
210Adoptand.Size = UDim2.new(0, 146, 0, 50)
211Adoptand.Font = Enum.Font.SourceSans
212Adoptand.Text = "Adopt and Rise [op}"
213Adoptand.TextColor3 = Color3.new(0, 0, 0)
214Adoptand.TextSize = 20
215Adoptand.MouseButton1Down:connect(function()
216 AdoptandRise.Visible = true
217 Mframe.Visible = false
218end)
219
220Walkingsim.Name = "Walking sim"
221Walkingsim.Parent = Shop
222Walkingsim.Visible = false
223Walkingsim.Active = true
224Walkingsim.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
225Walkingsim.Position = UDim2.new(0.643859506, 0, 0.498771489, 0)
226Walkingsim.Size = UDim2.new(0, 275, 0, 33)
227Walkingsim.Draggable = true
228
229MainWalk.Name = "Main Walk"
230MainWalk.Parent = Walkingsim
231MainWalk.BackgroundColor3 = Color3.new(1, 1, 1)
232MainWalk.Position = UDim2.new(0, 0, 1, 0)
233MainWalk.Size = UDim2.new(0, 275, 0, 199)
234
235_100milSpeedWalksim.Name = "100mil Speed Walk sim"
236_100milSpeedWalksim.Parent = Walkingsim
237_100milSpeedWalksim.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
238_100milSpeedWalksim.BorderColor3 = Color3.new(0, 0, 0)
239_100milSpeedWalksim.Position = UDim2.new(0.13454546, 0, 3.24242425, 0)
240_100milSpeedWalksim.Size = UDim2.new(0, 200, 0, 50)
241_100milSpeedWalksim.Font = Enum.Font.SourceSans
242_100milSpeedWalksim.Text = "100mil Speed"
243_100milSpeedWalksim.TextColor3 = Color3.new(0, 0, 0)
244_100milSpeedWalksim.TextSize = 20
245_100milSpeedWalksim.MouseButton1Down:connect(function()
246 local remote = Game["ReplicatedStorage"]["Events"]["Msg"]
247local args = {
248 [1] = "Speed",
249 [2] = 100000000 --[[number]]
250}
251remote:FireServer(unpack(args))
252end)
253
254LabelWalk.Name = "Label Walk"
255LabelWalk.Parent = Walkingsim
256LabelWalk.BackgroundColor3 = Color3.new(1, 1, 1)
257LabelWalk.BorderColor3 = Color3.new(1, 1, 1)
258LabelWalk.Position = UDim2.new(0.13454546, 0, 1.18181813, 0)
259LabelWalk.Size = UDim2.new(0, 200, 0, 50)
260LabelWalk.Font = Enum.Font.SourceSans
261LabelWalk.Text = "Walking Simulater"
262LabelWalk.TextColor3 = Color3.new(0, 0, 0)
263LabelWalk.TextSize = 20
264
265XWalk.Name = "XWalk"
266XWalk.Parent = Walkingsim
267XWalk.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
268XWalk.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
269XWalk.Position = UDim2.new(0.861818135, 0, 0.0909090936, 0)
270XWalk.Size = UDim2.new(0, 36, 0, 26)
271XWalk.Font = Enum.Font.SourceSans
272XWalk.Text = "X"
273XWalk.TextColor3 = Color3.new(0, 0, 0)
274XWalk.TextSize = 30
275XWalk.MouseButton1Down:connect(function()
276 Walkingsim.Visible = false
277 Mframe.Visible = true
278end)
279
280Skydivingframe.Name = "Skydivingframe"
281Skydivingframe.Parent = Shop
282Skydivingframe.Visible = false
283Skydivingframe.Active = true
284Skydivingframe.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
285Skydivingframe.Position = UDim2.new(0.805460572, 0, 0.0294840317, 0)
286Skydivingframe.Size = UDim2.new(0, 267, 0, 32)
287Skydivingframe.Draggable = true
288
289MainSky.Name = "MainSky"
290MainSky.Parent = Skydivingframe
291MainSky.BackgroundColor3 = Color3.new(1, 1, 1)
292MainSky.Position = UDim2.new(0, 0, 1, 0)
293MainSky.Size = UDim2.new(0, 267, 0, 259)
294
295AutoFarmDiamonds.Name = "AutoFarm Diamonds"
296AutoFarmDiamonds.Parent = Skydivingframe
297AutoFarmDiamonds.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
298AutoFarmDiamonds.Position = UDim2.new(0.123595506, 0, 3.3125, 0)
299AutoFarmDiamonds.Size = UDim2.new(0, 200, 0, 50)
300AutoFarmDiamonds.Font = Enum.Font.SourceSans
301AutoFarmDiamonds.Text = "Diamonds Auto Farm"
302AutoFarmDiamonds.TextColor3 = Color3.new(0, 0, 0)
303AutoFarmDiamonds.TextSize = 20
304AutoFarmDiamonds.MouseButton1Down:connect(function()
305while true do
306wait()
307local A_1 = 2
308local Event = game:GetService("ReplicatedStorage").Events.GiveLocalDiamond
309Event:FireServer(A_1)
310end
311end)
312
313SkydivingLabel.Name = "SkydivingLabel"
314SkydivingLabel.Parent = Skydivingframe
315SkydivingLabel.BackgroundColor3 = Color3.new(1, 1, 1)
316SkydivingLabel.BorderColor3 = Color3.new(1, 1, 1)
317SkydivingLabel.Position = UDim2.new(0.123595506, 0, 1.25, 0)
318SkydivingLabel.Size = UDim2.new(0, 200, 0, 50)
319SkydivingLabel.Font = Enum.Font.SourceSans
320SkydivingLabel.Text = "Extreme Skydiving"
321SkydivingLabel.TextColor3 = Color3.new(0, 0, 0)
322SkydivingLabel.TextSize = 20
323
324TpBacktoPlane.Name = "Tp Back to Plane"
325TpBacktoPlane.Parent = Skydivingframe
326TpBacktoPlane.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
327TpBacktoPlane.Position = UDim2.new(0.123595506, 0, 5.90625, 0)
328TpBacktoPlane.Size = UDim2.new(0, 200, 0, 50)
329TpBacktoPlane.Font = Enum.Font.SourceSans
330TpBacktoPlane.Text = "Tp Back To Plane"
331TpBacktoPlane.TextColor3 = Color3.new(0, 0, 0)
332TpBacktoPlane.TextSize = 20
333TpBacktoPlane.MouseButton1Down:connect(function()
334local A_1 = true
335local A_2 = 0
336local A_3 = 0
337local A_4 = 0
338local Event = game:GetService("ReplicatedStorage").Events.Teleport
339Event:FireServer(A_1, A_2, A_3, A_4)
340end)
341
342XSky.Name = "XSky"
343XSky.Parent = Skydivingframe
344XSky.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
345XSky.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
346XSky.Position = UDim2.new(0.850187242, 0, 0.15625, 0)
347XSky.Size = UDim2.new(0, 34, 0, 22)
348XSky.Font = Enum.Font.SourceSans
349XSky.Text = "X"
350XSky.TextColor3 = Color3.new(0, 0, 0)
351XSky.TextSize = 30
352XSky.MouseButton1Down:connect(function()
353 Skydivingframe.Visible = false
354 Mframe.Visible = true
355end)
356
357OpenGui.Name = "OpenGui"
358OpenGui.Parent = Shop
359OpenGui.Visible = false
360OpenGui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
361OpenGui.Position = UDim2.new(0, 0, 0.857493877, 0)
362OpenGui.Size = UDim2.new(0, 104, 0, 34)
363OpenGui.Font = Enum.Font.SourceSans
364OpenGui.Text = "OpenGui"
365OpenGui.TextColor3 = Color3.new(0, 0, 0)
366OpenGui.TextSize = 20
367OpenGui.MouseButton1Down:connect(function()
368 Mframe.Visible = true
369 OpenGui.Visible = false
370end)
371
372GarbageTruckSim.Name = "Garbage Truck Sim"
373GarbageTruckSim.Parent = Shop
374GarbageTruckSim.Visible = false
375GarbageTruckSim.Active = true
376GarbageTruckSim.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
377GarbageTruckSim.Position = UDim2.new(0.577865601, 0, 0.127764136, 0)
378GarbageTruckSim.Size = UDim2.new(0, 264, 0, 26)
379GarbageTruckSim.Draggable = true
380
381MframeGar.Name = "Mframe Gar"
382MframeGar.Parent = GarbageTruckSim
383MframeGar.BackgroundColor3 = Color3.new(1, 1, 1)
384MframeGar.Position = UDim2.new(0, 0, 0.961538434, 0)
385MframeGar.Size = UDim2.new(0, 264, 0, 201)
386
387Lagserver.Name = "Lag server"
388Lagserver.Parent = GarbageTruckSim
389Lagserver.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
390Lagserver.Position = UDim2.new(0.121212125, 0, 3.84615374, 0)
391Lagserver.Size = UDim2.new(0, 200, 0, 50)
392Lagserver.Font = Enum.Font.SourceSans
393Lagserver.Text = "Lag Server"
394Lagserver.TextColor3 = Color3.new(0, 0, 0)
395Lagserver.TextSize = 20
396Lagserver.MouseButton1Down:connect(function()
397for i=1,1000 do
398local remote = Game["ReplicatedStorage"]["BuyCar"]
399local args = {
400 [1] = "pickup",
401 [2] = Vector3.new(564.964478, 5.6083684, -453.166779)
402}
403remote:FireServer(unpack(args))
404end
405end)
406
407Garbage_2.Name = "Garbage"
408Garbage_2.Parent = GarbageTruckSim
409Garbage_2.BackgroundColor3 = Color3.new(1, 1, 1)
410Garbage_2.BorderColor3 = Color3.new(1, 1, 1)
411Garbage_2.Position = UDim2.new(0.121212125, 0, 1.30769229, 0)
412Garbage_2.Size = UDim2.new(0, 200, 0, 50)
413Garbage_2.Font = Enum.Font.SourceSans
414Garbage_2.Text = "Garbage Truck Simulater"
415Garbage_2.TextColor3 = Color3.new(0, 0, 0)
416Garbage_2.TextSize = 20
417
418XGarbag.Name = "XGarbag"
419XGarbag.Parent = GarbageTruckSim
420XGarbag.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
421XGarbag.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
422XGarbag.Position = UDim2.new(0.897727251, 0, 0.0769230723, 0)
423XGarbag.Size = UDim2.new(0, 27, 0, 22)
424XGarbag.Font = Enum.Font.SourceSans
425XGarbag.Text = "X"
426XGarbag.TextColor3 = Color3.new(0, 0, 0)
427XGarbag.TextSize = 30
428XGarbag.MouseButton1Down:connect(function()
429 Mframe.Visible = true
430 GarbageTruckSim.Visible = false
431end)
432
433AdoptandRise.Name = "Adopt and Rise"
434AdoptandRise.Parent = Shop
435AdoptandRise.Visible = false
436AdoptandRise.Active = true
437AdoptandRise.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
438AdoptandRise.Position = UDim2.new(0.305928826, 0, 0.0405405462, 0)
439AdoptandRise.Size = UDim2.new(0, 327, 0, 25)
440AdoptandRise.Draggable = true
441
442Mframe_2.Name = "Mframe"
443Mframe_2.Parent = AdoptandRise
444Mframe_2.BackgroundColor3 = Color3.new(1, 1, 1)
445Mframe_2.Position = UDim2.new(0, 0, 1, 0)
446Mframe_2.Size = UDim2.new(0, 327, 0, 336)
447
448Money.Name = "Money"
449Money.Parent = Mframe_2
450Money.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
451Money.Position = UDim2.new(0.192056477, 0, 0.268222541, 0)
452Money.Size = UDim2.new(0, 200, 0, 50)
453Money.Font = Enum.Font.SourceSans
454Money.Text = "Money"
455Money.TextColor3 = Color3.new(0, 0, 0)
456Money.TextSize = 20
457Money.MouseButton1Down:connect(function()
458local remote = Game["ReplicatedStorage"]["NetworkEvent"]
459local args = {
460 [1] = "AwardCash",
461 [2] = 100000000 --[[number]]
462}
463remote:FireServer(unpack(args))
464end)
465
466FeExplode.Name = "Fe Explode"
467FeExplode.Parent = Mframe_2
468FeExplode.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
469FeExplode.Position = UDim2.new(0.192056477, 0, 0.547984481, 0)
470FeExplode.Size = UDim2.new(0, 200, 0, 50)
471FeExplode.Font = Enum.Font.SourceSans
472FeExplode.Text = "Fe Explode"
473FeExplode.TextColor3 = Color3.new(0, 0, 0)
474FeExplode.TextSize = 20
475FeExplode.MouseButton1Down:connect(function()
476local remote = Game["ReplicatedStorage"]["AEF"]["AEA"]
477local args = {
478 [1] = "Hats",
479 [2] = "001527622"
480}
481remote:FireServer(unpack(args))
482end)
483
484XAdopt.Name = "XAdopt"
485XAdopt.Parent = Mframe_2
486XAdopt.BackgroundColor3 = Color3.new(1, 1, 1)
487XAdopt.BorderColor3 = Color3.new(1, 1, 1)
488XAdopt.Position = UDim2.new(0.192660555, 0, 0.0446428582, 0)
489XAdopt.Size = UDim2.new(0, 200, 0, 50)
490XAdopt.Font = Enum.Font.SourceSans
491XAdopt.Text = "Adopt and Rise a baby"
492XAdopt.TextColor3 = Color3.new(0, 0, 0)
493XAdopt.TextSize = 20
494
495TextButton_2.Parent = Mframe_2
496TextButton_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
497TextButton_2.Position = UDim2.new(0.192660555, 0, 0.794642866, 0)
498TextButton_2.Size = UDim2.new(0, 200, 0, 50)
499TextButton_2.Font = Enum.Font.SourceSans
500TextButton_2.Text = "Gear Giver"
501TextButton_2.TextColor3 = Color3.new(0, 0, 0)
502TextButton_2.TextSize = 20
503TextButton_2.MouseButton1Down:connect(function()
504 GearGiver.Visible = true
505end)
506
507XAdopt_2.Name = "XAdopt"
508XAdopt_2.Parent = AdoptandRise
509XAdopt_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
510XAdopt_2.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
511XAdopt_2.Position = UDim2.new(0.899082601, 0, 0.0799999237, 0)
512XAdopt_2.Size = UDim2.new(0, 26, 0, 21)
513XAdopt_2.Font = Enum.Font.SourceSans
514XAdopt_2.Text = "X"
515XAdopt_2.TextColor3 = Color3.new(0, 0, 0)
516XAdopt_2.TextSize = 30
517XAdopt_2.MouseButton1Down:connect(function()
518 Mframe.Visible = true
519 GearGiver.Visible = false
520 AdoptandRise.Visible = false
521 SomeGearGui.Visible = false
522end)
523
524GearGiver.Name = "Gear Giver"
525GearGiver.Parent = Shop
526GearGiver.Visible = false
527GearGiver.Active = true
528GearGiver.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
529GearGiver.Position = UDim2.new(0.0229248852, 0, 0.0380835384, 0)
530GearGiver.Size = UDim2.new(0, 266, 0, 27)
531GearGiver.Draggable = true
532
533GearGiverMain.Name = "GearGiverMain"
534GearGiverMain.Parent = GearGiver
535GearGiverMain.BackgroundColor3 = Color3.new(1, 1, 1)
536GearGiverMain.Position = UDim2.new(0, 0, 0.92592591, 0)
537GearGiverMain.Size = UDim2.new(0, 266, 0, 225)
538
539GearBox.Name = "GearBox"
540GearBox.Parent = GearGiver
541GearBox.BackgroundColor3 = Color3.new(1, 1, 1)
542GearBox.Position = UDim2.new(0.124060147, 0, 2.37037039, 0)
543GearBox.Size = UDim2.new(0, 200, 0, 50)
544GearBox.Font = Enum.Font.SourceSans
545GearBox.Text = "Gear ID Here"
546GearBox.TextColor3 = Color3.new(0, 0, 0)
547GearBox.TextSize = 20
548
549GiveeGear.Name = "Givee Gear"
550GiveeGear.Parent = GearBox
551GiveeGear.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
552GiveeGear.Position = UDim2.new(0, 0, 1.55999994, 0)
553GiveeGear.Size = UDim2.new(0, 200, 0, 50)
554GiveeGear.Font = Enum.Font.SourceSans
555GiveeGear.Text = "Give Gear"
556GiveeGear.TextColor3 = Color3.new(0, 0, 0)
557GiveeGear.TextSize = 20
558GiveeGear.MouseButton1Click:connect(function()
559local oof = GearBox.Text
560game:GetService("ReplicatedStorage").GSH:FireServer(oof, 0)
561end)
562
563
564XgiveGear.Name = "XgiveGear"
565XgiveGear.Parent = GearGiver
566XgiveGear.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
567XgiveGear.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
568XgiveGear.Position = UDim2.new(0.902255654, 0, 0.111111112, 0)
569XgiveGear.Size = UDim2.new(0, 22, 0, 20)
570XgiveGear.Font = Enum.Font.SourceSans
571XgiveGear.Text = "X"
572XgiveGear.TextColor3 = Color3.new(0, 0, 0)
573XgiveGear.TextSize = 30
574XgiveGear.MouseButton1Down:connect(function()
575 GearGiver.Visible = false
576 AdoptandRise.Visible = true
577end)
578
579SomeGears.Name = "Some Gears"
580SomeGears.Parent = GearGiver
581SomeGears.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
582SomeGears.Position = UDim2.new(0.124060154, 0, 7.37037039, 0)
583SomeGears.Size = UDim2.new(0, 200, 0, 34)
584SomeGears.Font = Enum.Font.SourceSans
585SomeGears.Text = "Some Gears"
586SomeGears.TextColor3 = Color3.new(0, 0, 0)
587SomeGears.TextSize = 20
588SomeGears.MouseButton1Down:connect(function()
589 SomeGearGui.Visible = true
590end)
591
592SomeGearGui.Name = "Some Gear Gui"
593SomeGearGui.Parent = Shop
594SomeGearGui.Visible = false
595SomeGearGui.Active = true
596SomeGearGui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
597SomeGearGui.Position = UDim2.new(0.0142146405, 0, 0.098280102, 0)
598SomeGearGui.Size = UDim2.new(0, 355, 0, 26)
599SomeGearGui.Draggable = true
600
601MsomeGear.Name = "MsomeGear"
602MsomeGear.Parent = SomeGearGui
603MsomeGear.BackgroundColor3 = Color3.new(1, 1, 1)
604MsomeGear.Position = UDim2.new(0, 0, 0.961538434, 0)
605MsomeGear.Size = UDim2.new(0, 355, 0, 382)
606
607BoomBoxsomegeargui.Name = "BoomBoxsomegeargui"
608BoomBoxsomegeargui.Parent = SomeGearGui
609BoomBoxsomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
610BoomBoxsomegeargui.Position = UDim2.new(0.0450704284, 0, 2.30769229, 0)
611BoomBoxsomegeargui.Size = UDim2.new(0, 140, 0, 50)
612BoomBoxsomegeargui.Font = Enum.Font.SourceSans
613BoomBoxsomegeargui.Text = "Boombox"
614BoomBoxsomegeargui.TextColor3 = Color3.new(0, 0, 0)
615BoomBoxsomegeargui.TextSize = 20
616BoomBoxsomegeargui.MouseButton1Down:connect(function()
617 game:GetService("ReplicatedStorage").GSH:FireServer(212641536, 0)
618end)
619
620SubspaceTripminesomegeargui.Name = "Subspace Tripminesomegeargui"
621SubspaceTripminesomegeargui.Parent = SomeGearGui
622SubspaceTripminesomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
623SubspaceTripminesomegeargui.Position = UDim2.new(0.580281675, 0, 2.30769229, 0)
624SubspaceTripminesomegeargui.Size = UDim2.new(0, 140, 0, 50)
625SubspaceTripminesomegeargui.Font = Enum.Font.SourceSans
626SubspaceTripminesomegeargui.Text = "Subspace Tripmine"
627SubspaceTripminesomegeargui.TextColor3 = Color3.new(0, 0, 0)
628SubspaceTripminesomegeargui.TextSize = 20
629SubspaceTripminesomegeargui.MouseButton1Down:connect(function()
630 game:GetService("ReplicatedStorage").GSH:FireServer(11999247, 0)
631end)
632
633BodySwapPotionsomegeargui.Name = "Body Swap Potionsomegeargui"
634BodySwapPotionsomegeargui.Parent = SomeGearGui
635BodySwapPotionsomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
636BodySwapPotionsomegeargui.Position = UDim2.new(0.580281675, 0, 5.53846169, 0)
637BodySwapPotionsomegeargui.Size = UDim2.new(0, 140, 0, 50)
638BodySwapPotionsomegeargui.Font = Enum.Font.SourceSans
639BodySwapPotionsomegeargui.Text = "Body Swap Potion"
640BodySwapPotionsomegeargui.TextColor3 = Color3.new(0, 0, 0)
641BodySwapPotionsomegeargui.TextSize = 20
642BodySwapPotionsomegeargui.MouseButton1Down:connect(function()
643 game:GetService("ReplicatedStorage").GSH:FireServer(78730532, 0)
644end)
645
646Tornadohornsomegeargui.Name = "Tornadohornsomegeargui"
647Tornadohornsomegeargui.Parent = SomeGearGui
648Tornadohornsomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
649Tornadohornsomegeargui.Position = UDim2.new(0.0450704284, 0, 5.53846169, 0)
650Tornadohornsomegeargui.Size = UDim2.new(0, 140, 0, 50)
651Tornadohornsomegeargui.Font = Enum.Font.SourceSans
652Tornadohornsomegeargui.Text = "Tornado Horn"
653Tornadohornsomegeargui.TextColor3 = Color3.new(0, 0, 0)
654Tornadohornsomegeargui.TextSize = 20
655Tornadohornsomegeargui.MouseButton1Down:connect(function()
656 game:GetService("ReplicatedStorage").GSH:FireServer(127506257, 0)
657end)
658
659XsomeGearGui.Name = "XsomeGearGui"
660XsomeGearGui.Parent = SomeGearGui
661XsomeGearGui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
662XsomeGearGui.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
663XsomeGearGui.Position = UDim2.new(0.904225349, 0, 0.15384616, 0)
664XsomeGearGui.Size = UDim2.new(0, 25, 0, 18)
665XsomeGearGui.Font = Enum.Font.SourceSans
666XsomeGearGui.Text = "X"
667XsomeGearGui.TextColor3 = Color3.new(0, 0, 0)
668XsomeGearGui.TextSize = 30
669XsomeGearGui.MouseButton1Down:connect(function()
670 SomeGearGui.Visible = false
671end)
672
673PaintBucketPotionsomegeargui.Name = "Paint Bucket Potionsomegeargui"
674PaintBucketPotionsomegeargui.Parent = SomeGearGui
675PaintBucketPotionsomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
676PaintBucketPotionsomegeargui.Position = UDim2.new(0.580281675, 0, 8.76923084, 0)
677PaintBucketPotionsomegeargui.Size = UDim2.new(0, 140, 0, 50)
678PaintBucketPotionsomegeargui.Font = Enum.Font.SourceSans
679PaintBucketPotionsomegeargui.Text = "Paint Bucket"
680PaintBucketPotionsomegeargui.TextColor3 = Color3.new(0, 0, 0)
681PaintBucketPotionsomegeargui.TextSize = 20
682PaintBucketPotionsomegeargui.MouseButton1Down:connect(function()
683 game:GetService("ReplicatedStorage").GSH:FireServer(18474459, 0)
684end)
685
686StoneHammersomegeargui.Name = "Stone Hammersomegeargui"
687StoneHammersomegeargui.Parent = SomeGearGui
688StoneHammersomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
689StoneHammersomegeargui.Position = UDim2.new(0.0450704284, 0, 8.73076916, 0)
690StoneHammersomegeargui.Size = UDim2.new(0, 140, 0, 50)
691StoneHammersomegeargui.Font = Enum.Font.SourceSans
692StoneHammersomegeargui.Text = "Sledge Hammer"
693StoneHammersomegeargui.TextColor3 = Color3.new(0, 0, 0)
694StoneHammersomegeargui.TextSize = 20
695StoneHammersomegeargui.MouseButton1Down:connect(function()
696 game:GetService("ReplicatedStorage").GSH:FireServer(45177979, 0)
697end)
698
699PositronicPlatformProducersomegeargui.Name = "Positronic Platform Producersomegeargui"
700PositronicPlatformProducersomegeargui.Parent = SomeGearGui
701PositronicPlatformProducersomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
702PositronicPlatformProducersomegeargui.Position = UDim2.new(0.0450704284, 0, 12, 0)
703PositronicPlatformProducersomegeargui.Size = UDim2.new(0, 140, 0, 50)
704PositronicPlatformProducersomegeargui.Font = Enum.Font.SourceSans
705PositronicPlatformProducersomegeargui.Text = "Positronic Platform Producer"
706PositronicPlatformProducersomegeargui.TextColor3 = Color3.new(0, 0, 0)
707PositronicPlatformProducersomegeargui.TextSize = 13
708PositronicPlatformProducersomegeargui.MouseButton1Down:connect(function()
709 game:GetService("ReplicatedStorage").GSH:FireServer(34898883, 0)
710end)
711
712FakeC4Potionsomegeargui.Name = "Fake C4 Potionsomegeargui"
713FakeC4Potionsomegeargui.Parent = SomeGearGui
714FakeC4Potionsomegeargui.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
715FakeC4Potionsomegeargui.Position = UDim2.new(0.580281675, 0, 12, 0)
716FakeC4Potionsomegeargui.Size = UDim2.new(0, 140, 0, 50)
717FakeC4Potionsomegeargui.Font = Enum.Font.SourceSans
718FakeC4Potionsomegeargui.Text = "Fake C4"
719FakeC4Potionsomegeargui.TextColor3 = Color3.new(0, 0, 0)
720FakeC4Potionsomegeargui.TextSize = 20
721FakeC4Potionsomegeargui.MouseButton1Down:connect(function()
722 game:GetService("ReplicatedStorage").GSH:FireServer(104642566, 0)
723end)