SHOW:
|
|
- or go back to the newest paste.
1 | -- Gui to Lua | |
2 | -- Version: 3.2 | |
3 | ||
4 | -- Instances: | |
5 | ||
6 | --//Do not Change Any Of These texts or else it wont work! | |
7 | ||
8 | local gui = Instance.new("ScreenGui") | |
9 | local Frame = Instance.new("Frame") | |
10 | local UICorner = Instance.new("UICorner") | |
11 | local UIGradient = Instance.new("UIGradient") | |
12 | local TextLabel = Instance.new("TextLabel") | |
13 | local UICorner_2 = Instance.new("UICorner") | |
14 | local TextLabel_2 = Instance.new("TextLabel") | |
15 | local UIGradient_2 = Instance.new("UIGradient") | |
16 | local TextLabel_3 = Instance.new("TextLabel") | |
17 | local UICorner_3 = Instance.new("UICorner") | |
18 | local TextLabel_4 = Instance.new("TextLabel") | |
19 | local UICorner_4 = Instance.new("UICorner") | |
20 | local ScrollingFrame = Instance.new("ScrollingFrame") | |
21 | local TextButton = Instance.new("TextButton") | |
22 | local UICorner_5 = Instance.new("UICorner") | |
23 | local UIGradient_3 = Instance.new("UIGradient") | |
24 | local TextButton_2 = Instance.new("TextButton") | |
25 | local UICorner_6 = Instance.new("UICorner") | |
26 | local UIGradient_4 = Instance.new("UIGradient") | |
27 | local TextButton_3 = Instance.new("TextButton") | |
28 | local UICorner_7 = Instance.new("UICorner") | |
29 | local UIGradient_5 = Instance.new("UIGradient") | |
30 | local TextButton_4 = Instance.new("TextButton") | |
31 | local UICorner_8 = Instance.new("UICorner") | |
32 | local UIGradient_6 = Instance.new("UIGradient") | |
33 | local TextButton_5 = Instance.new("TextButton") | |
34 | local UICorner_9 = Instance.new("UICorner") | |
35 | local UIGradient_7 = Instance.new("UIGradient") | |
36 | local TextButton_6 = Instance.new("TextButton") | |
37 | local UICorner_10 = Instance.new("UICorner") | |
38 | local UIGradient_8 = Instance.new("UIGradient") | |
39 | local TextButton_7 = Instance.new("TextButton") | |
40 | local UICorner_11 = Instance.new("UICorner") | |
41 | local UIGradient_9 = Instance.new("UIGradient") | |
42 | local TextButton_8 = Instance.new("TextButton") | |
43 | local UICorner_12 = Instance.new("UICorner") | |
44 | local UIGradient_10 = Instance.new("UIGradient") | |
45 | local TextLabel_5 = Instance.new("TextLabel") | |
46 | local UICorner_13 = Instance.new("UICorner") | |
47 | local UIGradient_11 = Instance.new("UIGradient") | |
48 | local TextButton_9 = Instance.new("TextButton") | |
49 | local UICorner_14 = Instance.new("UICorner") | |
50 | local UIGradient_12 = Instance.new("UIGradient") | |
51 | local TextLabel_6 = Instance.new("TextLabel") | |
52 | local UICorner_15 = Instance.new("UICorner") | |
53 | local UIGradient_13 = Instance.new("UIGradient") | |
54 | local ImageLabel = Instance.new("ImageLabel") | |
55 | local UICorner_16 = Instance.new("UICorner") | |
56 | local UIGradient_14 = Instance.new("UIGradient") | |
57 | ||
58 | game:GetService("StarterGui"):SetCore("SendNotification",{ | |
59 | Title = "Script loaded enjoy!", | |
60 | Text = "creds to Eliaquimzzz", | |
61 | ||
62 | Button1 = "Yes", | |
63 | Button2 = "Cancel", | |
64 | Duration = 30 | |
65 | }) | |
66 | ||
67 | --Properties: | |
68 | ||
69 | gui.Name = "gui" | |
70 | gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") | |
71 | gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling | |
72 | ||
73 | Frame.Parent = gui | |
74 | Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
75 | Frame.BackgroundTransparency = 0.300 | |
76 | Frame.Position = UDim2.new(0.0231799465, 0, 0.223568618, 0) | |
77 | Frame.Size = UDim2.new(0, 297, 0, 550) | |
78 | ||
79 | UICorner.Parent = Frame | |
80 | ||
81 | UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 85, 127)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(85, 170, 255))} | |
82 | UIGradient.Parent = Frame | |
83 | ||
84 | TextLabel.Parent = Frame | |
85 | TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
86 | TextLabel.BackgroundTransparency = 0.550 | |
87 | TextLabel.Size = UDim2.new(0, 296, 0, 66) | |
88 | TextLabel.Font = Enum.Font.Cartoon | |
89 | TextLabel.Text = "Free gamepasses gui (UPDATED)" | |
90 | TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) | |
91 | TextLabel.TextScaled = true | |
92 | TextLabel.TextSize = 14.000 | |
93 | TextLabel.TextWrapped = true | |
94 | ||
95 | UICorner_2.Parent = TextLabel | |
96 | ||
97 | TextLabel_2.Parent = Frame | |
98 | TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
99 | TextLabel_2.BackgroundTransparency = 1.000 | |
100 | TextLabel_2.Position = UDim2.new(0.0675675645, 0, 0.823529363, 0) | |
101 | TextLabel_2.Size = UDim2.new(0, 268, 0, 39) | |
102 | TextLabel_2.Font = Enum.Font.LuckiestGuy | |
103 | TextLabel_2.Text = "Made by DarkDreamG : YT channel is Flaze11" | |
104 | TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
105 | TextLabel_2.TextScaled = true | |
106 | TextLabel_2.TextSize = 14.000 | |
107 | TextLabel_2.TextWrapped = true | |
108 | ||
109 | UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.22, Color3.fromRGB(255, 170, 0)), ColorSequenceKeypoint.new(0.40, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.55, Color3.fromRGB(85, 255, 0)), ColorSequenceKeypoint.new(0.74, Color3.fromRGB(0, 85, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(85, 0, 127))} | |
110 | UIGradient_2.Parent = TextLabel_2 | |
111 | ||
112 | TextLabel_3.Parent = Frame | |
113 | TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
114 | TextLabel_3.Position = UDim2.new(0.101339981, 0, 0.893464386, 0) | |
115 | TextLabel_3.Size = UDim2.new(0, 248, 0, 27) | |
116 | TextLabel_3.Font = Enum.Font.Cartoon | |
117 | TextLabel_3.Text = "MORE GAMEPASS BUTTONS TO COME SOON! Creds TO ELIAQUIMZZZ!" | |
118 | TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0) | |
119 | TextLabel_3.TextScaled = true | |
120 | TextLabel_3.TextSize = 14.000 | |
121 | TextLabel_3.TextWrapped = true | |
122 | ||
123 | UICorner_3.Parent = TextLabel_3 | |
124 | ||
125 | TextLabel_4.Parent = Frame | |
126 | TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
127 | TextLabel_4.Position = UDim2.new(0.0979843438, 0, 0.741179347, 0) | |
128 | TextLabel_4.Size = UDim2.new(0, 248, 0, 27) | |
129 | TextLabel_4.Font = Enum.Font.SourceSans | |
130 | TextLabel_4.Text = "Make sure to join the game you are using the gamepass button in!" | |
131 | TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0) | |
132 | TextLabel_4.TextScaled = true | |
133 | TextLabel_4.TextSize = 14.000 | |
134 | TextLabel_4.TextWrapped = true | |
135 | ||
136 | UICorner_4.Parent = TextLabel_4 | |
137 | ||
138 | ScrollingFrame.Parent = Frame | |
139 | ScrollingFrame.Active = true | |
140 | ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
141 | ScrollingFrame.BackgroundTransparency = 0.800 | |
142 | ScrollingFrame.Position = UDim2.new(0, 0, 0.119999997, 0) | |
143 | ScrollingFrame.Size = UDim2.new(0, 296, 0, 341) | |
144 | ||
145 | TextButton.Parent = ScrollingFrame | |
146 | TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
147 | TextButton.Position = UDim2.new(0.175698414, 0, 0.0410459638, 0) | |
148 | TextButton.Size = UDim2.new(0, 200, 0, 50) | |
149 | TextButton.Font = Enum.Font.Cartoon | |
150 | TextButton.Text = "Free gamepass for jailbreak!" | |
151 | TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) | |
152 | TextButton.TextScaled = true | |
153 | TextButton.TextSize = 14.000 | |
154 | TextButton.TextStrokeTransparency = 0.000 | |
155 | TextButton.TextWrapped = true | |
156 | ||
157 | UICorner_5.Parent = TextButton | |
158 | ||
159 | UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))} | |
160 | UIGradient_3.Parent = TextButton | |
161 | ||
162 | TextButton_2.Parent = ScrollingFrame | |
163 | TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
164 | TextButton_2.Position = UDim2.new(0.182432428, 0, 0.127360418, 0) | |
165 | TextButton_2.Size = UDim2.new(0, 200, 0, 50) | |
166 | TextButton_2.Font = Enum.Font.Cartoon | |
167 | TextButton_2.Text = "Free gamepass for Vehicle Simulator!" | |
168 | TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) | |
169 | TextButton_2.TextScaled = true | |
170 | TextButton_2.TextSize = 14.000 | |
171 | TextButton_2.TextStrokeTransparency = 0.000 | |
172 | TextButton_2.TextWrapped = true | |
173 | ||
174 | UICorner_6.Parent = TextButton_2 | |
175 | ||
176 | UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.51, Color3.fromRGB(255, 85, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 0))} | |
177 | UIGradient_4.Parent = TextButton_2 | |
178 | ||
179 | TextButton_3.Parent = ScrollingFrame | |
180 | TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
181 | TextButton_3.Position = UDim2.new(0.182432428, 0, 0.220996767, 0) | |
182 | TextButton_3.Size = UDim2.new(0, 200, 0, 50) | |
183 | TextButton_3.Font = Enum.Font.Cartoon | |
184 | TextButton_3.Text = "Free gamepass for Bloxburg!" | |
185 | TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) | |
186 | TextButton_3.TextScaled = true | |
187 | TextButton_3.TextSize = 14.000 | |
188 | TextButton_3.TextStrokeTransparency = 0.000 | |
189 | TextButton_3.TextWrapped = true | |
190 | ||
191 | UICorner_7.Parent = TextButton_3 | |
192 | ||
193 | UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 170, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 127))} | |
194 | UIGradient_5.Parent = TextButton_3 | |
195 | ||
196 | TextButton_4.Parent = ScrollingFrame | |
197 | TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
198 | TextButton_4.Position = UDim2.new(0.182432428, 0, 0.309178591, 0) | |
199 | TextButton_4.Size = UDim2.new(0, 200, 0, 50) | |
200 | TextButton_4.Font = Enum.Font.Cartoon | |
201 | TextButton_4.Text = "Free gamepass for BrookHaven!" | |
202 | TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) | |
203 | TextButton_4.TextScaled = true | |
204 | TextButton_4.TextSize = 14.000 | |
205 | TextButton_4.TextStrokeTransparency = 0.000 | |
206 | TextButton_4.TextWrapped = true | |
207 | ||
208 | UICorner_8.Parent = TextButton_4 | |
209 | ||
210 | UIGradient_6.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.46, Color3.fromRGB(170, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 127))} | |
211 | UIGradient_6.Parent = TextButton_4 | |
212 | ||
213 | TextButton_5.Parent = ScrollingFrame | |
214 | TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
215 | TextButton_5.BackgroundTransparency = 0.550 | |
216 | TextButton_5.Position = UDim2.new(0.182432428, 0, 0.400996745, 0) | |
217 | TextButton_5.Size = UDim2.new(0, 200, 0, 50) | |
218 | TextButton_5.Font = Enum.Font.Cartoon | |
219 | TextButton_5.Text = "Free gamepass for Bee Swarm Simulator!" | |
220 | TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 0) | |
221 | TextButton_5.TextScaled = true | |
222 | TextButton_5.TextSize = 14.000 | |
223 | TextButton_5.TextStrokeTransparency = 0.000 | |
224 | TextButton_5.TextWrapped = true | |
225 | ||
226 | UICorner_9.Parent = TextButton_5 | |
227 | ||
228 | UIGradient_7.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 127))} | |
229 | UIGradient_7.Parent = TextButton_5 | |
230 | ||
231 | TextButton_6.Parent = ScrollingFrame | |
232 | TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
233 | TextButton_6.Position = UDim2.new(0.182432428, 0, 0.495542169, 0) | |
234 | TextButton_6.Size = UDim2.new(0, 200, 0, 50) | |
235 | TextButton_6.Font = Enum.Font.Cartoon | |
236 | TextButton_6.Text = "Free gamepass for Anomic!" | |
237 | TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255) | |
238 | TextButton_6.TextScaled = true | |
239 | TextButton_6.TextSize = 14.000 | |
240 | TextButton_6.TextStrokeTransparency = 0.000 | |
241 | TextButton_6.TextWrapped = true | |
242 | ||
243 | UICorner_10.Parent = TextButton_6 | |
244 | ||
245 | UIGradient_8.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(153, 124, 96)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(98, 103, 55)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(157, 155, 98))} | |
246 | UIGradient_8.Parent = TextButton_6 | |
247 | ||
248 | TextButton_7.Parent = ScrollingFrame | |
249 | TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
250 | TextButton_7.Position = UDim2.new(0.182432428, 0, 0.590087652, 0) | |
251 | TextButton_7.Size = UDim2.new(0, 200, 0, 50) | |
252 | TextButton_7.Font = Enum.Font.Cartoon | |
253 | TextButton_7.Text = "Free gamepass for Meep City!" | |
254 | TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255) | |
255 | TextButton_7.TextScaled = true | |
256 | TextButton_7.TextSize = 14.000 | |
257 | TextButton_7.TextStrokeTransparency = 0.000 | |
258 | TextButton_7.TextWrapped = true | |
259 | ||
260 | UICorner_11.Parent = TextButton_7 | |
261 | ||
262 | UIGradient_9.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.45, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(170, 0, 255))} | |
263 | UIGradient_9.Parent = TextButton_7 | |
264 | ||
265 | TextButton_8.Parent = ScrollingFrame | |
266 | TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
267 | TextButton_8.Position = UDim2.new(0.182432428, 0, 0.683723986, 0) | |
268 | TextButton_8.Size = UDim2.new(0, 200, 0, 50) | |
269 | TextButton_8.Font = Enum.Font.Cartoon | |
270 | TextButton_8.Text = "Free Gamepass for Tower Of Hell!" | |
271 | TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255) | |
272 | TextButton_8.TextScaled = true | |
273 | TextButton_8.TextSize = 14.000 | |
274 | TextButton_8.TextStrokeTransparency = 0.000 | |
275 | TextButton_8.TextWrapped = true | |
276 | ||
277 | UICorner_12.Parent = TextButton_8 | |
278 | ||
279 | UIGradient_10.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 170, 0)), ColorSequenceKeypoint.new(0.45, Color3.fromRGB(0, 170, 255)), ColorSequenceKeypoint.new(0.75, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(199, 0, 0))} | |
280 | UIGradient_10.Parent = TextButton_8 | |
281 | ||
282 | TextLabel_5.Parent = ScrollingFrame | |
283 | TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
284 | TextLabel_5.Position = UDim2.new(0.125, 0, 0.863394082, 0) | |
285 | TextLabel_5.Size = UDim2.new(0, 223, 0, 135) | |
286 | TextLabel_5.Font = Enum.Font.LuckiestGuy | |
287 | TextLabel_5.Text = "MORE COMING SOON!" | |
288 | TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0) | |
289 | TextLabel_5.TextScaled = true | |
290 | TextLabel_5.TextSize = 14.000 | |
291 | TextLabel_5.TextWrapped = true | |
292 | ||
293 | UICorner_13.Parent = TextLabel_5 | |
294 | ||
295 | UIGradient_11.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(150, 150, 150)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(225, 225, 225)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(99, 99, 99))} | |
296 | UIGradient_11.Parent = TextLabel_5 | |
297 | ||
298 | TextButton_9.Parent = ScrollingFrame | |
299 | TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
300 | TextButton_9.Position = UDim2.new(0.179054052, 0, 0.756451249, 0) | |
301 | TextButton_9.Size = UDim2.new(0, 200, 0, 50) | |
302 | TextButton_9.Font = Enum.Font.Cartoon | |
303 | TextButton_9.Text = "Free Gamepass for CHAOS!" | |
304 | TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255) | |
305 | TextButton_9.TextScaled = true | |
306 | TextButton_9.TextSize = 14.000 | |
307 | TextButton_9.TextStrokeTransparency = 0.000 | |
308 | TextButton_9.TextWrapped = true | |
309 | ||
310 | UICorner_14.Parent = TextButton_9 | |
311 | ||
312 | UIGradient_12.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(199, 0, 0))} | |
313 | UIGradient_12.Parent = TextButton_9 | |
314 | ||
315 | TextLabel_6.Parent = ScrollingFrame | |
316 | TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
317 | TextLabel_6.Position = UDim2.new(0.182432428, 0, 0.80436933, 0) | |
318 | TextLabel_6.Size = UDim2.new(0, 200, 0, 31) | |
319 | TextLabel_6.Font = Enum.Font.LuckiestGuy | |
320 | TextLabel_6.Text = "NEW!" | |
321 | TextLabel_6.TextColor3 = Color3.fromRGB(122, 122, 122) | |
322 | TextLabel_6.TextSize = 24.000 | |
323 | TextLabel_6.TextStrokeTransparency = 0.000 | |
324 | ||
325 | UICorner_15.Parent = TextLabel_6 | |
326 | ||
327 | UIGradient_13.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.47, Color3.fromRGB(198, 198, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(212, 212, 0))} | |
328 | UIGradient_13.Parent = TextLabel_6 | |
329 | ||
330 | ImageLabel.Parent = ScrollingFrame | |
331 | ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) | |
332 | ImageLabel.BackgroundTransparency = 1.000 | |
333 | ImageLabel.Position = UDim2.new(0, 0, 0.756040931, 0) | |
334 | ImageLabel.Rotation = -5.000 | |
335 | ImageLabel.Size = UDim2.new(0, 54, 0, 89) | |
336 | ImageLabel.Image = "rbxassetid://2204719453" | |
337 | ||
338 | UICorner_16.Parent = ImageLabel | |
339 | ||
340 | UIGradient_14.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.47, Color3.fromRGB(198, 198, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(212, 212, 0))} | |
341 | UIGradient_14.Parent = ImageLabel | |
342 | ||
343 | -- Scripts: | |
344 | ||
345 | local function KNIHAL_fake_script() -- TextButton.idk | |
346 | local script = Instance.new('LocalScript', TextButton) | |
347 | ||
348 | function OnClicked() | |
349 | game.Players.LocalPlayer.UserId = "2837719" | |
350 | ||
351 | end | |
352 | ||
353 | script.Parent.MouseButton1Down:connect(OnClicked) | |
354 | ||
355 | end | |
356 | coroutine.wrap(KNIHAL_fake_script)() | |
357 | local function KLSZ_fake_script() -- TextButton.HoverSound | |
358 | local script = Instance.new('LocalScript', TextButton) | |
359 | ||
360 | local Button = script.Parent | |
361 | ||
362 | function MouseEnter() | |
363 | Button.Hover.Playing = true | |
364 | end | |
365 | ||
366 | function MouseLeave() | |
367 | Button.Hover.Playing = false | |
368 | end | |
369 | ||
370 | Button.MouseEnter:connect(MouseEnter) | |
371 | Button.MouseLeave:connect(MouseLeave) | |
372 | end | |
373 | coroutine.wrap(KLSZ_fake_script)() | |
374 | local function YLECVSI_fake_script() -- TextButton.ButtonClickSound | |
375 | local script = Instance.new('LocalScript', TextButton) | |
376 | ||
377 | function PlaySound() | |
378 | script.Parent.Parent.Sound1:Play(179235828) | |
379 | end | |
380 | script.Parent.MouseButton1Click:connect(PlaySound) | |
381 | end | |
382 | coroutine.wrap(YLECVSI_fake_script)() | |
383 | local function WZDN_fake_script() -- TextButton_2.idk | |
384 | local script = Instance.new('LocalScript', TextButton_2) | |
385 | ||
386 | function OnClicked() | |
387 | game.Players.LocalPlayer.UserId = "1099580" | |
388 | ||
389 | end | |
390 | ||
391 | script.Parent.MouseButton1Down:connect(OnClicked) | |
392 | ||
393 | end | |
394 | coroutine.wrap(WZDN_fake_script)() | |
395 | local function QKGKSEL_fake_script() -- TextButton_2.HoverSound | |
396 | local script = Instance.new('LocalScript', TextButton_2) | |
397 | ||
398 | local Button = script.Parent | |
399 | ||
400 | function MouseEnter() | |
401 | Button.Hover.Playing = true | |
402 | end | |
403 | ||
404 | function MouseLeave() | |
405 | Button.Hover.Playing = false | |
406 | end | |
407 | ||
408 | Button.MouseEnter:connect(MouseEnter) | |
409 | Button.MouseLeave:connect(MouseLeave) | |
410 | end | |
411 | coroutine.wrap(QKGKSEL_fake_script)() | |
412 | local function SJLL_fake_script() -- TextButton_2.ButtonClickSound | |
413 | local script = Instance.new('LocalScript', TextButton_2) | |
414 | ||
415 | function PlaySound() | |
416 | script.Parent.Parent.Sound1:Play(179235828) | |
417 | end | |
418 | script.Parent.MouseButton1Click:connect(PlaySound) | |
419 | end | |
420 | coroutine.wrap(SJLL_fake_script)() | |
421 | local function JKSG_fake_script() -- TextButton_3.idk | |
422 | local script = Instance.new('LocalScript', TextButton_3) | |
423 | ||
424 | function OnClicked() | |
425 | game.Players.LocalPlayer.UserId = "2837719" | |
426 | ||
427 | end | |
428 | ||
429 | script.Parent.MouseButton1Down:connect(OnClicked) | |
430 | ||
431 | end | |
432 | coroutine.wrap(JKSG_fake_script)() | |
433 | local function SMWI_fake_script() -- TextButton_3.HoverSound | |
434 | local script = Instance.new('LocalScript', TextButton_3) | |
435 | ||
436 | local Button = script.Parent | |
437 | ||
438 | function MouseEnter() | |
439 | Button.Hover.Playing = true | |
440 | end | |
441 | ||
442 | function MouseLeave() | |
443 | Button.Hover.Playing = false | |
444 | end | |
445 | ||
446 | Button.MouseEnter:connect(MouseEnter) | |
447 | Button.MouseLeave:connect(MouseLeave) | |
448 | end | |
449 | coroutine.wrap(SMWI_fake_script)() | |
450 | local function NYKEM_fake_script() -- TextButton_3.ButtonClickSound | |
451 | local script = Instance.new('LocalScript', TextButton_3) | |
452 | ||
453 | function PlaySound() | |
454 | script.Parent.Parent.Sound1:Play(179235828) | |
455 | end | |
456 | script.Parent.MouseButton1Click:connect(PlaySound) | |
457 | end | |
458 | coroutine.wrap(NYKEM_fake_script)() | |
459 | local function KNOWICJ_fake_script() -- TextButton_4.idk | |
460 | local script = Instance.new('LocalScript', TextButton_4) | |
461 | ||
462 | function OnClicked() | |
463 | game.Players.LocalPlayer.UserId = "60596019" | |
464 | ||
465 | end | |
466 | ||
467 | script.Parent.MouseButton1Down:connect(OnClicked) | |
468 | ||
469 | end | |
470 | coroutine.wrap(KNOWICJ_fake_script)() | |
471 | local function SOWCK_fake_script() -- TextButton_4.HoverSound | |
472 | local script = Instance.new('LocalScript', TextButton_4) | |
473 | ||
474 | local Button = script.Parent | |
475 | ||
476 | function MouseEnter() | |
477 | Button.Hover.Playing = true | |
478 | end | |
479 | ||
480 | function MouseLeave() | |
481 | Button.Hover.Playing = false | |
482 | end | |
483 | ||
484 | Button.MouseEnter:connect(MouseEnter) | |
485 | Button.MouseLeave:connect(MouseLeave) | |
486 | end | |
487 | coroutine.wrap(SOWCK_fake_script)() | |
488 | local function KLZU_fake_script() -- TextButton_4.ButtonClickSound | |
489 | local script = Instance.new('LocalScript', TextButton_4) | |
490 | ||
491 | function PlaySound() | |
492 | script.Parent.Parent.Sound1:Play(179235828) | |
493 | end | |
494 | script.Parent.MouseButton1Click:connect(PlaySound) | |
495 | end | |
496 | coroutine.wrap(KLZU_fake_script)() | |
497 | local function RLIOV_fake_script() -- TextButton_5.idk | |
498 | local script = Instance.new('LocalScript', TextButton_5) | |
499 | ||
500 | function OnClicked() | |
501 | game.Players.LocalPlayer.UserId = "1912490" | |
502 | ||
503 | end | |
504 | ||
505 | script.Parent.MouseButton1Down:connect(OnClicked) | |
506 | ||
507 | end | |
508 | coroutine.wrap(RLIOV_fake_script)() | |
509 | local function TEUK_fake_script() -- TextButton_5.HoverSound | |
510 | local script = Instance.new('LocalScript', TextButton_5) | |
511 | ||
512 | local Button = script.Parent | |
513 | ||
514 | function MouseEnter() | |
515 | Button.Hover.Playing = true | |
516 | end | |
517 | ||
518 | function MouseLeave() | |
519 | Button.Hover.Playing = false | |
520 | end | |
521 | ||
522 | Button.MouseEnter:connect(MouseEnter) | |
523 | Button.MouseLeave:connect(MouseLeave) | |
524 | end | |
525 | coroutine.wrap(TEUK_fake_script)() | |
526 | local function AMBV_fake_script() -- TextButton_5.ButtonClickSound | |
527 | local script = Instance.new('LocalScript', TextButton_5) | |
528 | ||
529 | function PlaySound() | |
530 | script.Parent.Parent.Sound1:Play(179235828) | |
531 | end | |
532 | script.Parent.MouseButton1Click:connect(PlaySound) | |
533 | end | |
534 | coroutine.wrap(AMBV_fake_script)() | |
535 | local function SDXOR_fake_script() -- TextButton_6.idk | |
536 | local script = Instance.new('LocalScript', TextButton_6) | |
537 | ||
538 | function OnClicked() | |
539 | game.Players.LocalPlayer.UserId = "5352357" | |
540 | ||
541 | end | |
542 | ||
543 | script.Parent.MouseButton1Down:connect(OnClicked) | |
544 | ||
545 | end | |
546 | coroutine.wrap(SDXOR_fake_script)() | |
547 | local function XFCQALJ_fake_script() -- TextButton_6.HoverSound | |
548 | local script = Instance.new('LocalScript', TextButton_6) | |
549 | ||
550 | local Button = script.Parent | |
551 | ||
552 | function MouseEnter() | |
553 | Button.Hover.Playing = true | |
554 | end | |
555 | ||
556 | function MouseLeave() | |
557 | Button.Hover.Playing = false | |
558 | end | |
559 | ||
560 | Button.MouseEnter:connect(MouseEnter) | |
561 | Button.MouseLeave:connect(MouseLeave) | |
562 | end | |
563 | coroutine.wrap(XFCQALJ_fake_script)() | |
564 | local function PUBHGS_fake_script() -- TextButton_6.ButtonClickSound | |
565 | local script = Instance.new('LocalScript', TextButton_6) | |
566 | ||
567 | function PlaySound() | |
568 | script.Parent.Parent.Sound1:Play(179235828) | |
569 | end | |
570 | script.Parent.MouseButton1Click:connect(PlaySound) | |
571 | end | |
572 | coroutine.wrap(PUBHGS_fake_script)() | |
573 | local function VZXEN_fake_script() -- TextButton_7.idk | |
574 | local script = Instance.new('LocalScript', TextButton_7) | |
575 | ||
576 | function OnClicked() | |
577 | game.Players.LocalPlayer.UserId = "123247" | |
578 | ||
579 | end | |
580 | ||
581 | script.Parent.MouseButton1Down:connect(OnClicked) | |
582 | ||
583 | end | |
584 | coroutine.wrap(VZXEN_fake_script)() | |
585 | local function RFPUR_fake_script() -- TextButton_7.HoverSound | |
586 | local script = Instance.new('LocalScript', TextButton_7) | |
587 | ||
588 | local Button = script.Parent | |
589 | ||
590 | function MouseEnter() | |
591 | Button.Hover.Playing = true | |
592 | end | |
593 | ||
594 | function MouseLeave() | |
595 | Button.Hover.Playing = false | |
596 | end | |
597 | ||
598 | Button.MouseEnter:connect(MouseEnter) | |
599 | Button.MouseLeave:connect(MouseLeave) | |
600 | end | |
601 | coroutine.wrap(RFPUR_fake_script)() | |
602 | local function LXTUV_fake_script() -- TextButton_7.ButtonClickSound | |
603 | local script = Instance.new('LocalScript', TextButton_7) | |
604 | ||
605 | function PlaySound() | |
606 | script.Parent.Parent.Sound1:Play(179235828) | |
607 | end | |
608 | script.Parent.MouseButton1Click:connect(PlaySound) | |
609 | end | |
610 | coroutine.wrap(LXTUV_fake_script)() | |
611 | local function BAFC_fake_script() -- TextButton_8.idk | |
612 | local script = Instance.new('LocalScript', TextButton_8) | |
613 | ||
614 | function OnClicked() | |
615 | game.Players.LocalPlayer.UserId = "79745056" | |
616 | ||
617 | end | |
618 | ||
619 | script.Parent.MouseButton1Down:connect(OnClicked) | |
620 | ||
621 | end | |
622 | coroutine.wrap(BAFC_fake_script)() | |
623 | local function CLDHRBR_fake_script() -- TextButton_8.HoverSound | |
624 | local script = Instance.new('LocalScript', TextButton_8) | |
625 | ||
626 | local Button = script.Parent | |
627 | ||
628 | function MouseEnter() | |
629 | Button.Hover.Playing = true | |
630 | end | |
631 | ||
632 | function MouseLeave() | |
633 | Button.Hover.Playing = false | |
634 | end | |
635 | ||
636 | Button.MouseEnter:connect(MouseEnter) | |
637 | Button.MouseLeave:connect(MouseLeave) | |
638 | end | |
639 | coroutine.wrap(CLDHRBR_fake_script)() | |
640 | local function ADHIOI_fake_script() -- TextButton_8.ButtonClickSound | |
641 | local script = Instance.new('LocalScript', TextButton_8) | |
642 | ||
643 | function PlaySound() | |
644 | script.Parent.Parent.Sound1:Play(179235828) | |
645 | end | |
646 | script.Parent.MouseButton1Click:connect(PlaySound) | |
647 | end | |
648 | coroutine.wrap(ADHIOI_fake_script)() | |
649 | local function GREQ_fake_script() -- TextButton_9.idk | |
650 | local script = Instance.new('LocalScript', TextButton_9) | |
651 | ||
652 | function OnClicked() | |
653 | game.Players.LocalPlayer.UserId = "2205774994" | |
654 | ||
655 | end | |
656 | ||
657 | script.Parent.MouseButton1Down:connect(OnClicked) | |
658 | ||
659 | end | |
660 | coroutine.wrap(GREQ_fake_script)() | |
661 | local function NGENQPC_fake_script() -- TextButton_9.HoverSound | |
662 | local script = Instance.new('LocalScript', TextButton_9) | |
663 | ||
664 | local Button = script.Parent | |
665 | ||
666 | function MouseEnter() | |
667 | Button.Hover.Playing = true | |
668 | end | |
669 | ||
670 | function MouseLeave() | |
671 | Button.Hover.Playing = false | |
672 | end | |
673 | ||
674 | Button.MouseEnter:connect(MouseEnter) | |
675 | Button.MouseLeave:connect(MouseLeave) | |
676 | end | |
677 | coroutine.wrap(NGENQPC_fake_script)() | |
678 | local function ZYZDYY_fake_script() -- TextButton_9.ButtonClickSound | |
679 | local script = Instance.new('LocalScript', TextButton_9) | |
680 | ||
681 | function PlaySound() | |
682 | script.Parent.Parent.Sound1:Play(179235828) | |
683 | end | |
684 | script.Parent.MouseButton1Click:connect(PlaySound) | |
685 | end | |
686 | coroutine.wrap(ZYZDYY_fake_script)() | |
687 | local function JPFNALZ_fake_script() -- gui.Drag Gui Script | |
688 | local script = Instance.new('Script', gui) | |
689 | ||
690 | frame = script.Parent["Frame"]---------- Your Frame Name!!!!!! | |
691 | frame.Draggable = true | |
692 | frame.Active = true | |
693 | frame.Selectable = true | |
694 | end | |
695 | coroutine.wrap(JPFNALZ_fake_script)() | |
696 |