-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.luau
More file actions
443 lines (398 loc) · 15.5 KB
/
main.luau
File metadata and controls
443 lines (398 loc) · 15.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
local PUSHAFRIENDSECRETHUD = Instance.new("ScreenGui")
local MENU = Instance.new("ScrollingFrame")
local UICorner = Instance.new("UICorner")
local UIGridLayout = Instance.new("UIGridLayout")
local TRIPALL = Instance.new("TextButton")
local UICorner_2 = Instance.new("UICorner")
local KILLALL = Instance.new("TextButton")
local UICorner_3 = Instance.new("UICorner")
local FLINGALL = Instance.new("TextButton")
local UICorner_4 = Instance.new("UICorner")
local JUMPSCAREALL = Instance.new("TextButton")
local UICorner_5 = Instance.new("UICorner")
local KICKALL = Instance.new("TextButton")
local UICorner_6 = Instance.new("UICorner")
local BANALL = Instance.new("TextButton")
local UICorner_7 = Instance.new("UICorner")
local DISABLEAC = Instance.new("TextButton")
local UICorner_8 = Instance.new("UICorner")
local AUTOCLAIMPLAYTIMEREWARDS = Instance.new("TextButton")
local UICorner_9 = Instance.new("UICorner")
local AUTOWHEELSPIN = Instance.new("TextButton")
local UICorner_10 = Instance.new("UICorner")
local AUTOBUYBARROW = Instance.new("TextButton")
local UICorner_11 = Instance.new("UICorner")
local AUTOWIN = Instance.new("TextButton")
local UICorner_12 = Instance.new("UICorner")
local INSTANTWIN = Instance.new("TextButton")
local UICorner_13 = Instance.new("UICorner")
local UIFIX = Instance.new("Frame")
local UIFIX_2 = Instance.new("Frame")
local UIFIX_3 = Instance.new("Frame")
local MISC = Instance.new("Frame")
local misc = Instance.new("Frame")
local UICorner_14 = Instance.new("UICorner")
local UICorner_15 = Instance.new("UICorner")
local misc_2 = Instance.new("Frame")
local UICorner_16 = Instance.new("UICorner")
local misc_3 = Instance.new("Frame")
local UICorner_17 = Instance.new("UICorner")
local misc_4 = Instance.new("Frame")
local UICorner_18 = Instance.new("UICorner")
local TextLabel = Instance.new("TextLabel")
local CLOSE = Instance.new("TextButton")
local UICorner_19 = Instance.new("UICorner")
local OPEN = Instance.new("TextButton")
local UICorner_20 = Instance.new("UICorner")
PUSHAFRIENDSECRETHUD.Name = "PUSHAFRIENDSECRETHUD"
pcall(function()PUSHAFRIENDSECRETHUD.Parent=game:GetService("CoreGui")end)
if not PUSHAFRIENDSECRETHUD.Parent then PUSHAFRIENDSECRETHUD.Parent=game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") end
PUSHAFRIENDSECRETHUD.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
MENU.Name = "MENU"
MENU.Parent = PUSHAFRIENDSECRETHUD
MENU.Active = true
MENU.AnchorPoint = Vector2.new(0.5, 0.5)
MENU.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
MENU.BorderColor3 = Color3.fromRGB(0, 0, 0)
MENU.BorderSizePixel = 0
MENU.Position = UDim2.new(0.49958849, 0, 0.499966472, 0)
MENU.Size = UDim2.new(0.492182672, 0, 0.582077622, 0)
MENU.CanvasSize = UDim2.new(0, 0, 0, 0)
UICorner.Parent = MENU
UIGridLayout.Parent = MENU
UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
UIGridLayout.CellPadding = UDim2.new(0.0199999996, 0, 0.00499999989, 0)
UIGridLayout.CellSize = UDim2.new(0.300000012, 0, 0.300000012, 0)
TRIPALL.Name = "TRIPALL"
TRIPALL.Parent = MENU
TRIPALL.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
TRIPALL.BackgroundTransparency = 0.563
TRIPALL.BorderColor3 = Color3.fromRGB(0, 0, 0)
TRIPALL.BorderSizePixel = 0
TRIPALL.LayoutOrder = 1
TRIPALL.Position = UDim2.new(0, 0, 0.911816597, 0)
TRIPALL.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
TRIPALL.Font = Enum.Font.FredokaOne
TRIPALL.Text = "😂TRIP ALL"
TRIPALL.TextColor3 = Color3.fromRGB(255, 255, 255)
TRIPALL.TextScaled = true
TRIPALL.TextSize = 14.000
TRIPALL.TextWrapped = true
UICorner_2.Parent = TRIPALL
KILLALL.Name = "KILLALL"
KILLALL.Parent = MENU
KILLALL.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
KILLALL.BackgroundTransparency = 0.563
KILLALL.BorderColor3 = Color3.fromRGB(0, 0, 0)
KILLALL.BorderSizePixel = 0
KILLALL.LayoutOrder = 2
KILLALL.Position = UDim2.new(0, 0, 0.911816597, 0)
KILLALL.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
KILLALL.Font = Enum.Font.FredokaOne
KILLALL.Text = "😂KILL ALL"
KILLALL.TextColor3 = Color3.fromRGB(255, 255, 255)
KILLALL.TextScaled = true
KILLALL.TextSize = 14.000
KILLALL.TextWrapped = true
UICorner_3.Parent = KILLALL
FLINGALL.Name = "FLINGALL"
FLINGALL.Parent = MENU
FLINGALL.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
FLINGALL.BackgroundTransparency = 0.563
FLINGALL.BorderColor3 = Color3.fromRGB(0, 0, 0)
FLINGALL.BorderSizePixel = 0
FLINGALL.LayoutOrder = 3
FLINGALL.Position = UDim2.new(0, 0, 0.911816597, 0)
FLINGALL.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
FLINGALL.Font = Enum.Font.FredokaOne
FLINGALL.Text = "🤣FLING ALL"
FLINGALL.TextColor3 = Color3.fromRGB(255, 255, 255)
FLINGALL.TextScaled = true
FLINGALL.TextSize = 14.000
FLINGALL.TextWrapped = true
UICorner_4.Parent = FLINGALL
JUMPSCAREALL.Name = "JUMPSCAREALL"
JUMPSCAREALL.Parent = MENU
JUMPSCAREALL.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
JUMPSCAREALL.BackgroundTransparency = 0.563
JUMPSCAREALL.BorderColor3 = Color3.fromRGB(0, 0, 0)
JUMPSCAREALL.BorderSizePixel = 0
JUMPSCAREALL.LayoutOrder = 4
JUMPSCAREALL.Position = UDim2.new(0, 0, 0.911816597, 0)
JUMPSCAREALL.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
JUMPSCAREALL.Font = Enum.Font.FredokaOne
JUMPSCAREALL.Text = "🤣JUMPSCARE ALL"
JUMPSCAREALL.TextColor3 = Color3.fromRGB(255, 255, 255)
JUMPSCAREALL.TextScaled = true
JUMPSCAREALL.TextSize = 14.000
JUMPSCAREALL.TextWrapped = true
UICorner_5.Parent = JUMPSCAREALL
KICKALL.Name = "KICKALL"
KICKALL.Parent = MENU
KICKALL.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
KICKALL.BackgroundTransparency = 0.563
KICKALL.BorderColor3 = Color3.fromRGB(0, 0, 0)
KICKALL.BorderSizePixel = 0
KICKALL.LayoutOrder = 5
KICKALL.Position = UDim2.new(0, 0, 0.911816597, 0)
KICKALL.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
KICKALL.Font = Enum.Font.FredokaOne
KICKALL.Text = "👞KICK ALL"
KICKALL.TextColor3 = Color3.fromRGB(255, 255, 255)
KICKALL.TextScaled = true
KICKALL.TextSize = 14.000
KICKALL.TextWrapped = true
UICorner_6.Parent = KICKALL
BANALL.Name = "BANALL"
BANALL.Parent = MENU
BANALL.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
BANALL.BackgroundTransparency = 0.563
BANALL.BorderColor3 = Color3.fromRGB(0, 0, 0)
BANALL.BorderSizePixel = 0
BANALL.LayoutOrder = 6
BANALL.Position = UDim2.new(0, 0, 0.911816597, 0)
BANALL.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
BANALL.Font = Enum.Font.FredokaOne
BANALL.Text = "🔨BAN ALL"
BANALL.TextColor3 = Color3.fromRGB(255, 255, 255)
BANALL.TextScaled = true
BANALL.TextSize = 14.000
BANALL.TextWrapped = true
UICorner_7.Parent = BANALL
DISABLEAC.Name = "DISABLEAC"
DISABLEAC.Parent = MENU
DISABLEAC.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
DISABLEAC.BackgroundTransparency = 0.563
DISABLEAC.BorderColor3 = Color3.fromRGB(0, 0, 0)
DISABLEAC.BorderSizePixel = 0
DISABLEAC.LayoutOrder = 7
DISABLEAC.Position = UDim2.new(0, 0, 0.911816597, 0)
DISABLEAC.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
DISABLEAC.Font = Enum.Font.FredokaOne
DISABLEAC.Text = "💫DISABLE GAME ANTICHEAT"
DISABLEAC.TextColor3 = Color3.fromRGB(255, 255, 255)
DISABLEAC.TextScaled = true
DISABLEAC.TextSize = 14.000
DISABLEAC.TextWrapped = true
UICorner_8.Parent = DISABLEAC
AUTOCLAIMPLAYTIMEREWARDS.Name = "AUTOCLAIMPLAYTIMEREWARDS"
AUTOCLAIMPLAYTIMEREWARDS.Parent = MENU
AUTOCLAIMPLAYTIMEREWARDS.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
AUTOCLAIMPLAYTIMEREWARDS.BackgroundTransparency = 0.563
AUTOCLAIMPLAYTIMEREWARDS.BorderColor3 = Color3.fromRGB(0, 0, 0)
AUTOCLAIMPLAYTIMEREWARDS.BorderSizePixel = 0
AUTOCLAIMPLAYTIMEREWARDS.LayoutOrder = 8
AUTOCLAIMPLAYTIMEREWARDS.Position = UDim2.new(0, 0, 0.911816597, 0)
AUTOCLAIMPLAYTIMEREWARDS.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
AUTOCLAIMPLAYTIMEREWARDS.Font = Enum.Font.FredokaOne
AUTOCLAIMPLAYTIMEREWARDS.Text = "⏰AUTOCLAIM PLAYTIME-REWARDS"
AUTOCLAIMPLAYTIMEREWARDS.TextColor3 = Color3.fromRGB(255, 255, 255)
AUTOCLAIMPLAYTIMEREWARDS.TextScaled = true
AUTOCLAIMPLAYTIMEREWARDS.TextSize = 14.000
AUTOCLAIMPLAYTIMEREWARDS.TextWrapped = true
UICorner_9.Parent = AUTOCLAIMPLAYTIMEREWARDS
AUTOWHEELSPIN.Name = "AUTOWHEELSPIN"
AUTOWHEELSPIN.Parent = MENU
AUTOWHEELSPIN.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
AUTOWHEELSPIN.BackgroundTransparency = 0.563
AUTOWHEELSPIN.BorderColor3 = Color3.fromRGB(0, 0, 0)
AUTOWHEELSPIN.BorderSizePixel = 0
AUTOWHEELSPIN.LayoutOrder = 9
AUTOWHEELSPIN.Position = UDim2.new(0, 0, 0.911816597, 0)
AUTOWHEELSPIN.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
AUTOWHEELSPIN.Font = Enum.Font.FredokaOne
AUTOWHEELSPIN.Text = "⏰AUTO SPIN WHEEL"
AUTOWHEELSPIN.TextColor3 = Color3.fromRGB(255, 255, 255)
AUTOWHEELSPIN.TextScaled = true
AUTOWHEELSPIN.TextSize = 14.000
AUTOWHEELSPIN.TextWrapped = true
UICorner_10.Parent = AUTOWHEELSPIN
AUTOBUYBARROW.Name = "AUTOBUYBARROW"
AUTOBUYBARROW.Parent = MENU
AUTOBUYBARROW.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
AUTOBUYBARROW.BackgroundTransparency = 0.563
AUTOBUYBARROW.BorderColor3 = Color3.fromRGB(0, 0, 0)
AUTOBUYBARROW.BorderSizePixel = 0
AUTOBUYBARROW.LayoutOrder = 10
AUTOBUYBARROW.Position = UDim2.new(0, 0, 0.911816597, 0)
AUTOBUYBARROW.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
AUTOBUYBARROW.Font = Enum.Font.FredokaOne
AUTOBUYBARROW.Text = "⏰AUTO BUY BARROWS"
AUTOBUYBARROW.TextColor3 = Color3.fromRGB(255, 255, 255)
AUTOBUYBARROW.TextScaled = true
AUTOBUYBARROW.TextSize = 14.000
AUTOBUYBARROW.TextWrapped = true
UICorner_11.Parent = AUTOBUYBARROW
AUTOWIN.Name = "AUTOWIN"
AUTOWIN.Parent = MENU
AUTOWIN.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
AUTOWIN.BackgroundTransparency = 0.563
AUTOWIN.BorderColor3 = Color3.fromRGB(0, 0, 0)
AUTOWIN.BorderSizePixel = 0
AUTOWIN.LayoutOrder = 11
AUTOWIN.Position = UDim2.new(0, 0, 0.911816597, 0)
AUTOWIN.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
AUTOWIN.Font = Enum.Font.FredokaOne
AUTOWIN.Text = "👑AUTOWIN"
AUTOWIN.TextColor3 = Color3.fromRGB(255, 255, 255)
AUTOWIN.TextScaled = true
AUTOWIN.TextSize = 14.000
AUTOWIN.TextWrapped = true
UICorner_12.Parent = AUTOWIN
INSTANTWIN.Name = "INSTANTWIN"
INSTANTWIN.Parent = MENU
INSTANTWIN.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
INSTANTWIN.BackgroundTransparency = 0.563
INSTANTWIN.BorderColor3 = Color3.fromRGB(0, 0, 0)
INSTANTWIN.BorderSizePixel = 0
INSTANTWIN.LayoutOrder = 12
INSTANTWIN.Position = UDim2.new(0, 0, 0.911816597, 0)
INSTANTWIN.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
INSTANTWIN.Font = Enum.Font.FredokaOne
INSTANTWIN.Text = "👑INSTANT WIN"
INSTANTWIN.TextColor3 = Color3.fromRGB(255, 255, 255)
INSTANTWIN.TextScaled = true
INSTANTWIN.TextSize = 14.000
INSTANTWIN.TextWrapped = true
UICorner_13.Parent = INSTANTWIN
UIFIX.Name = "UIFIX"
UIFIX.Parent = MENU
UIFIX.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
UIFIX.BackgroundTransparency = 1.000
UIFIX.BorderColor3 = Color3.fromRGB(0, 0, 0)
UIFIX.BorderSizePixel = 0
UIFIX.LayoutOrder = 13
UIFIX.Size = UDim2.new(0, 100, 0, 100)
UIFIX_2.Name = "UIFIX"
UIFIX_2.Parent = MENU
UIFIX_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
UIFIX_2.BackgroundTransparency = 1.000
UIFIX_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
UIFIX_2.BorderSizePixel = 0
UIFIX_2.LayoutOrder = 13
UIFIX_2.Size = UDim2.new(0, 100, 0, 100)
UIFIX_3.Name = "UIFIX"
UIFIX_3.Parent = MENU
UIFIX_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
UIFIX_3.BackgroundTransparency = 1.000
UIFIX_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
UIFIX_3.BorderSizePixel = 0
UIFIX_3.LayoutOrder = 13
UIFIX_3.Size = UDim2.new(0, 100, 0, 100)
MISC.Name = "MISC"
MISC.Parent = PUSHAFRIENDSECRETHUD
MISC.AnchorPoint = Vector2.new(0.5, 0.5)
MISC.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
MISC.BackgroundTransparency = 1.000
MISC.BorderColor3 = Color3.fromRGB(0, 0, 0)
MISC.BorderSizePixel = 0
MISC.Position = UDim2.new(0.5, 0, 0.5, 0)
MISC.Size = UDim2.new(0.513999999, 0, 0.628000021, 0)
misc.Name = "misc"
misc.Parent = MISC
misc.AnchorPoint = Vector2.new(0.5, 0.5)
misc.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
misc.BorderColor3 = Color3.fromRGB(0, 0, 0)
misc.BorderSizePixel = 0
misc.Position = UDim2.new(0.00921518542, 0, 0.5, 0)
misc.Size = UDim2.new(0.0224145483, 0, 0.999786496, 0)
UICorner_14.Parent = misc
UICorner_15.Parent = MISC
misc_2.Name = "misc"
misc_2.Parent = MISC
misc_2.AnchorPoint = Vector2.new(0.5, 0.5)
misc_2.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
misc_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
misc_2.BorderSizePixel = 0
misc_2.Position = UDim2.new(0.989183486, 0, 0.512637734, 0)
misc_2.Size = UDim2.new(0.0224145483, 0, 0.974511027, 0)
UICorner_16.Parent = misc_2
misc_3.Name = "misc"
misc_3.Parent = MISC
misc_3.AnchorPoint = Vector2.new(0.5, 0.5)
misc_3.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
misc_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
misc_3.BorderSizePixel = 0
misc_3.Position = UDim2.new(0.498883784, 0, 0.981638789, 0)
misc_3.Size = UDim2.new(1.00175202, 0, 0.0365090594, 0)
UICorner_17.Parent = misc_3
misc_4.Name = "misc"
misc_4.Parent = MISC
misc_4.AnchorPoint = Vector2.new(0.5, 0.5)
misc_4.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
misc_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
misc_4.BorderSizePixel = 0
misc_4.Position = UDim2.new(0.498883903, 0, 0.0183612742, 0)
misc_4.Size = UDim2.new(1.0017519, 0, 0.0365090594, 0)
UICorner_18.Parent = misc_4
TextLabel.Parent = MISC
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(-0.00480381493, 0, -0.143227845, 0)
TextLabel.Size = UDim2.new(1.00359476, 0, 0.140419453, 0)
TextLabel.Font = Enum.Font.FredokaOne
TextLabel.Text = "PUSH A FRIEND! (UNDETECTED, BY ADUDU21)"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextWrapped = true
CLOSE.Name = "CLOSE"
CLOSE.Parent = MISC
CLOSE.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
CLOSE.BorderColor3 = Color3.fromRGB(0, 0, 0)
CLOSE.BorderSizePixel = 0
CLOSE.Position = UDim2.new(0.950441122, 0, -0.000202178649, 0)
CLOSE.Size = UDim2.new(0.0493186563, 0, 0.0881834179, 0)
CLOSE.Font = Enum.Font.FredokaOne
CLOSE.Text = "X"
CLOSE.TextColor3 = Color3.fromRGB(255, 255, 255)
CLOSE.TextScaled = true
CLOSE.TextSize = 14.000
CLOSE.TextWrapped = true
UICorner_19.Parent = CLOSE
OPEN.Name = "OPEN"
OPEN.Parent = PUSHAFRIENDSECRETHUD
OPEN.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
OPEN.BackgroundTransparency = 0.563
OPEN.BorderColor3 = Color3.fromRGB(0, 0, 0)
OPEN.BorderSizePixel = 0
OPEN.Position = UDim2.new(0, 0, 0.911816597, 0)
OPEN.Size = UDim2.new(0.16460906, 0, 0.0881834179, 0)
OPEN.Visible = false
OPEN.Font = Enum.Font.FredokaOne
OPEN.Text = "OPEN"
OPEN.TextColor3 = Color3.fromRGB(255, 255, 255)
OPEN.TextScaled = true
OPEN.TextSize = 14.000
OPEN.TextWrapped = true
UICorner_20.Parent = OPEN
local function ZIKK_fake_script()
local script = Instance.new("LocalScript",PUSHAFRIENDSECRETHUD)
local re = game:GetService("ReplicatedStorage")
local p = script.Parent
local remote = re:WaitForChild("Remotes"):WaitForChild("Settings"):WaitForChild("Settings")
local open,misc,menu = p:WaitForChild("OPEN"),p:WaitForChild("MISC"),p:WaitForChild("MENU")
for _,v in pairs(menu:GetChildren()) do
if not v:IsA("TextButton") then continue end
v.MouseButton1Click:Connect(function()
v.Text="Running..."
--// The server actually lets us do it on the server, the remote does not have any sanity checks thereforce it works!
remote:InvokeServer(v.Name)
end)
end
misc:WaitForChild("CLOSE").MouseButton1Click:Connect(function()
misc.Visible=false
menu.Visible=false
open.Visible=true
end)
open.MouseButton1Click:Connect(function()
misc.Visible=true
menu.Visible=true
open.Visible=false
end)
end
coroutine.wrap(ZIKK_fake_script)()