-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hirakoarsenal.txt
583 lines (509 loc) · 19.5 KB
/
Hirakoarsenal.txt
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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
wait(1)
local Camera = workspace.CurrentCamera
local uis = game:GetService("UserInputService")
local ts = game:GetService("TweenService")
local Main = Instance.new("ScreenGui")
local Loader = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local Blur = Instance.new("ImageLabel")
local UICorner_2 = Instance.new("UICorner")
local quotasloader = Instance.new("TextLabel")
local Bar = Instance.new("Frame")
local UICorner_3 = Instance.new("UICorner")
local Loaded = Instance.new("Frame")
local UICorner_4 = Instance.new("UICorner")
Main.Name = "Main"
Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
Main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Main.ResetOnSpawn = false
Main.DisplayOrder = 9999
Loader.Name = "Loader"
Loader.Parent = Main
Loader.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
Loader.BackgroundTransparency = 0.200
Loader.BorderColor3 = Color3.fromRGB(0, 0, 0)
Loader.BorderSizePixel = 0
Loader.Position = UDim2.new(0.436969697, 0, 0.455082744, 0)
Loader.Size = UDim2.new(0, 0, 0, 76)
Loader.Active = true
UICorner.Parent = Loader
Blur.Name = "Blur"
Blur.Parent = Loader
Blur.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Blur.BackgroundTransparency = 1.000
Blur.BorderColor3 = Color3.fromRGB(0, 0, 0)
Blur.BorderSizePixel = 0
Blur.Position = UDim2.new(-0.00483091781, 0, 0, 0)
Blur.Size = UDim2.new(0, 0, 0, 76)
Blur.Image = "http://www.roblox.com/asset/?id=6758962034"
Blur.ImageTransparency = 0.550
UICorner_2.Parent = Blur
quotasloader.Name = "quotasloader"
quotasloader.Parent = Loader
quotasloader.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
quotasloader.BackgroundTransparency = 1.000
quotasloader.BorderColor3 = Color3.fromRGB(0, 0, 0)
quotasloader.BorderSizePixel = 0
quotasloader.Position = UDim2.new(0.123442277, 0, 0.157894731, 0)
quotasloader.Size = UDim2.new(0, 154, 0, 39)
quotasloader.Font = Enum.Font.JosefinSans
quotasloader.Text = "\"quotas hub\""
quotasloader.TextColor3 = Color3.fromRGB(255, 255, 255)
quotasloader.TextSize = 20.000
quotasloader.TextWrapped = true
quotasloader.TextTransparency = 1
Bar.Name = "Bar"
Bar.Parent = Loader
Bar.BackgroundColor3 = Color3.fromRGB(84, 84, 84)
Bar.BorderColor3 = Color3.fromRGB(0, 0, 0)
Bar.BorderSizePixel = 0
Bar.Position = UDim2.new(0.128272906, 0, 0.75, 0)
Bar.Size = UDim2.new(0, 154, 0, 6)
Bar.Active = true
Bar.BackgroundTransparency = 1
UICorner_3.Parent = Bar
Loaded.Name = "Loaded"
Loaded.Parent = Loader
Loaded.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Loaded.BorderColor3 = Color3.fromRGB(0, 0, 0)
Loaded.BorderSizePixel = 0
Loaded.Position = UDim2.new(0.123441979, 0, 0.75, 0)
Loaded.Size = UDim2.new(0, 0, 0, 6)
Loaded.Active = true
UICorner_4.Parent = Loaded
local popup = ts:Create(Loader, TweenInfo.new(2), {Size = UDim2.new(0, 207, 0, 76)})
popup:Play()
local popup2 = ts:Create(Blur, TweenInfo.new(2), {Size = UDim2.new(0, 207, 0, 76)})
popup2:Play()
wait(1)
local pop = ts:Create(quotasloader, TweenInfo.new(1), {TextTransparency = 0})
pop:Play()
wait(0.2)
local pop2 = ts:Create(Bar, TweenInfo.new(1), {BackgroundTransparency = 0})
pop2:Play()
local Loading = ts:Create(Loaded, TweenInfo.new(2), {Size = UDim2.new(0, 97, 0, 6)})
Loading:Play()
wait(1.3)
local Loading2 = ts:Create(Loaded, TweenInfo.new(3.2), {Size = UDim2.new(0, 154, 0, 6)})
Loading2:Play()
wait(4.2)
local Loading2 = ts:Create(Loaded, TweenInfo.new(3.2), {Size = UDim2.new(0, 154, 0, 6)})
Loading2:Play()
wait(1.2)
local dis1 = ts:Create(Blur, TweenInfo.new(1), {ImageTransparency = 1})
dis1:Play()
local dis2 = ts:Create(Loader, TweenInfo.new(1), {BackgroundTransparency = 1})
dis2:Play()
local dis3 = ts:Create(Bar, TweenInfo.new(1), {BackgroundTransparency = 1})
dis3:Play()
local dis4 = ts:Create(Loaded, TweenInfo.new(1), {BackgroundTransparency = 1})
dis4:Play()
wait(0.2)
local trans = ts:Create(quotasloader, TweenInfo.new(1.5), {TextTransparency = 1})
trans:Play()
Loader.Visible = false
local ping = Instance.new("TextLabel")
local Basic = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local Blurry = Instance.new("ImageLabel")
local UICorner_2 = Instance.new("UICorner")
local Title = Instance.new("Frame")
local UICorner_3 = Instance.new("UICorner")
local quotasname = Instance.new("TextLabel")
local Blurred = Instance.new("ImageLabel")
local UICorner_4 = Instance.new("UICorner")
local EspEnable = Instance.new("ImageButton")
local TeamCheck = Instance.new("ImageButton")
local AimEnable = Instance.new("ImageButton")
local TeamText = Instance.new("TextLabel")
local TeamCheck2 = Instance.new("ImageButton")
local TeamText2 = Instance.new("TextLabel")
local NameTogle = Instance.new("ImageButton")
local Namet = Instance.new("TextLabel")
local Close = Instance.new("ImageButton")
local UICorner_5 = Instance.new("UICorner")
local Mini = Instance.new("ImageButton")
local UICorner_6 = Instance.new("UICorner")
local line = Instance.new("ImageLabel")
local EspText = Instance.new("TextLabel")
local AimbotText = Instance.new("TextLabel")
local InfJump = Instance.new("ImageButton")
local InfText = Instance.new("TextLabel")
local Bottom = Instance.new("Frame")
local Yayy = Instance.new("UICorner")
local Effect = Instance.new("ImageLabel")
local newfr = Instance.new("UICorner")
local GunsM = Instance.new("ImageButton")
local meo = Instance.new("UICorner")
local SilentAim = Instance.new("ImageButton")
local SilentText = Instance.new("TextLabel")
local SpeedText = Instance.new("TextLabel")
local SpeedHack = Instance.new("ImageButton")
local Mods = Instance.new("Frame")
local cawd = Instance.new("UICorner")
local Title_2 = Instance.new("Frame")
local wacd = Instance.new("UICorner")
local ModName = Instance.new("TextLabel")
local abcblur = Instance.new("ImageLabel")
local UICorner_7 = Instance.new("UICorner")
local bloor = Instance.new("ImageLabel")
local UICorner_8 = Instance.new("UICorner")
local InfAmmo = Instance.new("ImageButton")
local AmmoText = Instance.new("TextLabel")
local FFSpeed = Instance.new("ImageButton")
local FFSpeedText = Instance.new("TextLabel")
local Recoil = Instance.new("ImageButton")
local RecoilText = Instance.new("TextLabel")
local Close_2 = Instance.new("ImageButton")
local UICorner_9 = Instance.new("UICorner")
ping.Name = "ping"
ping.Parent = Main
ping.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ping.BackgroundTransparency = 1.000
ping.BorderColor3 = Color3.fromRGB(0, 0, 0)
ping.BorderSizePixel = 0
ping.Position = UDim2.new(0.409000009, 0, 0, 0)
ping.Size = UDim2.new(0, 329, 0, 62)
ping.Font = Enum.Font.JosefinSans
ping.Text = "\"RightShift\" To Open Menu"
ping.TextColor3 = Color3.fromRGB(255, 255, 255)
ping.TextSize = 22.000
ping.TextStrokeTransparency = 0.000
ping.TextTransparency = 1.000
Basic.Name = "Basic"
Basic.Parent = Main
Basic.Active = true
Basic.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
Basic.BackgroundTransparency = 0.200
Basic.BorderColor3 = Color3.fromRGB(0, 0, 0)
Basic.BorderSizePixel = 0
Basic.Draggable = true
Basic.Position = UDim2.new(0.400606066, 0, 0.381736517, 0)
Basic.Size = UDim2.new(0, 329, 0, 221)
UICorner.Parent = Basic
Blurry.Name = "Blurry"
Blurry.Parent = Basic
Blurry.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Blurry.BackgroundTransparency = 1.000
Blurry.BorderColor3 = Color3.fromRGB(0, 0, 0)
Blurry.BorderSizePixel = 0
Blurry.Position = UDim2.new(-0.00483086752, 0, 0, 0)
Blurry.Size = UDim2.new(0, 330, 0, 221)
Blurry.Image = "http://www.roblox.com/asset/?id=6758962034"
Blurry.ImageTransparency = 0.550
UICorner_2.Parent = Blurry
Title.Name = "Title"
Title.Parent = Basic
Title.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
Title.BackgroundTransparency = 0.350
Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
Title.BorderSizePixel = 0
Title.Draggable = true
Title.Position = UDim2.new(-0.00483086752, 0, 0, 0)
Title.Size = UDim2.new(0, 331, 0, 24)
UICorner_3.Parent = Title
quotasname.Name = "Hirako"
quotasname.Parent = Title
quotasname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
quotasname.BackgroundTransparency = 1.000
quotasname.BorderColor3 = Color3.fromRGB(0, 0, 0)
quotasname.BorderSizePixel = 0
quotasname.Position = UDim2.new(0, 0, -0.000333150238, 0)
quotasname.Size = UDim2.new(0, 329, 0, 25)
quotasname.Font = Enum.Font.JosefinSans
quotasname.Text = "\"Hirako\""
quotasname.TextColor3 = Color3.fromRGB(255, 255, 255)
quotasname.TextSize = 14.000
quotasname.TextWrapped = true
Blurred.Name = "Blurred"
Blurred.Parent = Title
Blurred.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Blurred.BackgroundTransparency = 1.000
Blurred.BorderColor3 = Color3.fromRGB(0, 0, 0)
Blurred.BorderSizePixel = 0
Blurred.Position = UDim2.new(-0.00178288843, 0, 0, 0)
Blurred.Size = UDim2.new(0, 332, 0, 24)
Blurred.Image = "http://www.roblox.com/asset/?id=6758962034"
Blurred.ImageTransparency = 0.550
UICorner_4.Parent = Blurred
EspEnable.Name = "EspEnable"
EspEnable.Parent = Basic
EspEnable.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
EspEnable.BackgroundTransparency = 1.000
EspEnable.BorderColor3 = Color3.fromRGB(0, 0, 0)
EspEnable.BorderSizePixel = 0
EspEnable.Position = UDim2.new(0.258358657, 0, 0.244164556, 0)
EspEnable.Size = UDim2.new(0, 16, 0, 16)
EspEnable.Image = "http://www.roblox.com/asset/?id=1264513374"
TeamCheck.Name = "TeamCheck"
TeamCheck.Parent = Basic
TeamCheck.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
TeamCheck.BackgroundTransparency = 1.000
TeamCheck.BorderColor3 = Color3.fromRGB(0, 0, 0)
TeamCheck.BorderSizePixel = 0
TeamCheck.Position = UDim2.new(0.258358657, 0, 0.430164546, 0)
TeamCheck.Size = UDim2.new(0, 16, 0, 16)
TeamCheck.Image = "http://www.roblox.com/asset/?id=1264513374"
AimEnable.Name = "AimEnable"
AimEnable.Parent = Basic
AimEnable.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
AimEnable.BackgroundTransparency = 1.000
AimEnable.BorderColor3 = Color3.fromRGB(0, 0, 0)
AimEnable.BorderSizePixel = 0
AimEnable.Position = UDim2.new(0.742358685, 0, 0.245164558, 0)
AimEnable.Size = UDim2.new(0, 16, 0, 16)
AimEnable.Image = "http://www.roblox.com/asset/?id=1264513374"
TeamText.Name = "TeamText"
TeamText.Parent = Basic
TeamText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TeamText.BackgroundTransparency = 1.000
TeamText.BorderColor3 = Color3.fromRGB(0, 0, 0)
TeamText.BorderSizePixel = 0
TeamText.Position = UDim2.new(0.450395137, 0, 0.424177229, 0)
TeamText.Size = UDim2.new(0, 111, 0, 23)
TeamText.Font = Enum.Font.JosefinSans
TeamText.Text = "Team Check"
TeamText.TextColor3 = Color3.fromRGB(255, 255, 255)
TeamText.TextSize = 10.000
TeamCheck2.Name = "TeamCheck2"
TeamCheck2.Parent = Basic
TeamCheck2.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
TeamCheck2.BackgroundTransparency = 1.000
TeamCheck2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TeamCheck2.BorderSizePixel = 0
TeamCheck2.Position = UDim2.new(0.742358685, 0, 0.431164563, 0)
TeamCheck2.Size = UDim2.new(0, 16, 0, 16)
TeamCheck2.Image = "http://www.roblox.com/asset/?id=1264515756"
TeamText2.Name = "TeamText2"
TeamText2.Parent = Basic
TeamText2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TeamText2.BackgroundTransparency = 1.000
TeamText2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TeamText2.BorderSizePixel = 0
TeamText2.Position = UDim2.new(-0.0303951371, 0, 0.418177217, 0)
TeamText2.Size = UDim2.new(0, 111, 0, 23)
TeamText2.Font = Enum.Font.JosefinSans
TeamText2.Text = "Team Check"
TeamText2.TextColor3 = Color3.fromRGB(255, 255, 255)
TeamText2.TextSize = 10.000
NameTogle.Name = "NameTogle"
NameTogle.Parent = Basic
NameTogle.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
NameTogle.BackgroundTransparency = 1.000
NameTogle.BorderColor3 = Color3.fromRGB(0, 0, 0)
NameTogle.BorderSizePixel = 0
NameTogle.Position = UDim2.new(0.258358657, 0, 0.610164583, 0)
NameTogle.Size = UDim2.new(0, 16, 0, 16)
NameTogle.Image = "http://www.roblox.com/asset/?id=1264515756"
Namet.Name = "Namet"
Namet.Parent = Basic
Namet.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Namet.BackgroundTransparency = 1.000
Namet.BorderColor3 = Color3.fromRGB(0, 0, 0)
Namet.BorderSizePixel = 0
Namet.Position = UDim2.new(-0.0303951371, 0, 0.602177203, 0)
Namet.Size = UDim2.new(0, 111, 0, 23)
Namet.Font = Enum.Font.JosefinSans
Namet.Text = "Draw FOV"
Namet.TextColor3 = Color3.fromRGB(255, 255, 255)
Namet.TextSize = 10.000
Close.Name = "Close"
Close.Parent = Basic
Close.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
Close.BackgroundTransparency = 0.650
Close.BorderColor3 = Color3.fromRGB(0, 0, 0)
Close.BorderSizePixel = 0
Close.Position = UDim2.new(0.927358627, 0, 0.0253164563, 0)
Close.Size = UDim2.new(0, 16, 0, 16)
Close.Image = "http://www.roblox.com/asset/?id=10002373478"
UICorner_5.CornerRadius = UDim.new(0, 5)
UICorner_5.Parent = Close
Mini.Name = "Mini"
Mini.Parent = Basic
Mini.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
Mini.BackgroundTransparency = 0.650
Mini.BorderColor3 = Color3.fromRGB(0, 0, 0)
Mini.BorderSizePixel = 0
Mini.Position = UDim2.new(0.837358654, 0, 0.0253164563, 0)
Mini.Size = UDim2.new(0, 16, 0, 16)
Mini.Image = "http://www.roblox.com/asset/?id=848237313"
UICorner_6.CornerRadius = UDim.new(0, 5)
UICorner_6.Parent = Mini
line.Name = "line"
line.Parent = Basic
line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
line.BackgroundTransparency = 1.000
line.BorderColor3 = Color3.fromRGB(0, 0, 0)
line.BorderSizePixel = 0
line.Position = UDim2.new(0.495440722, 0, 0.196202889, 0)
line.Size = UDim2.new(0, 33, 0, 147)
line.Image = "http://www.roblox.com/asset/?id=14519771515"
EspText.Name = "EspText"
EspText.Parent = Basic
EspText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
EspText.BackgroundTransparency = 1.000
EspText.BorderColor3 = Color3.fromRGB(0, 0, 0)
EspText.BorderSizePixel = 0
EspText.Position = UDim2.new(-0.0303951371, 0, 0.234177217, 0)
EspText.Size = UDim2.new(0, 111, 0, 23)
EspText.Font = Enum.Font.JosefinSans
EspText.Text = "Player ESP"
EspText.TextColor3 = Color3.fromRGB(255, 255, 255)
EspText.TextSize = 10.000
AimbotText.Name = "AimbotText"
AimbotText.Parent = Basic
AimbotText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
AimbotText.BackgroundTransparency = 1.000
AimbotText.BorderColor3 = Color3.fromRGB(0, 0, 0)
AimbotText.BorderSizePixel = 0
AimbotText.Position = UDim2.new(0.450395137, 0, 0.231177211, 0)
AimbotText.Size = UDim2.new(0, 111, 0, 23)
AimbotText.Font = Enum.Font.JosefinSans
AimbotText.Text = "Blatant Aimbot"
AimbotText.TextColor3 = Color3.fromRGB(255, 255, 255)
AimbotText.TextSize = 10.000
InfJump.Name = "InfJump"
InfJump.Parent = Basic
InfJump.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
InfJump.BackgroundTransparency = 1.000
InfJump.BorderColor3 = Color3.fromRGB(0, 0, 0)
InfJump.BorderSizePixel = 0
InfJump.Position = UDim2.new(0.259076059, 0, 0.793481112, 0)
InfJump.Size = UDim2.new(0, 16, 0, 16)
InfJump.Image = "http://www.roblox.com/asset/?id=17397360339"
InfText.Name = "InfText"
InfText.Parent = Basic
InfText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
InfText.BackgroundTransparency = 1.000
InfText.BorderColor3 = Color3.fromRGB(0, 0, 0)
InfText.BorderSizePixel = 0
InfText.Position = UDim2.new(-0.0332827121, 0, 0.777658224, 0)
InfText.Size = UDim2.new(0, 111, 0, 23)
InfText.Font = Enum.Font.JosefinSans
InfText.Text = "Infinite Jump"
InfText.TextColor3 = Color3.fromRGB(255, 255, 255)
InfText.TextSize = 10.000
Bottom.Name = "Bottom"
Bottom.Parent = Basic
Bottom.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
Bottom.BackgroundTransparency = 0.200
Bottom.BorderColor3 = Color3.fromRGB(0, 0, 0)
Bottom.BorderSizePixel = 0
Bottom.Draggable = true
Bottom.Position = UDim2.new(-0.00787019543, 0, 1.03784513, 0)
Bottom.Size = UDim2.new(0, 331, 0, 31)
Yayy.Name = "Yayy"
Yayy.Parent = Bottom
Effect.Name = "Effect"
Effect.Parent = Bottom
Effect.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Effect.BackgroundTransparency = 1.000
Effect.BorderColor3 = Color3.fromRGB(0, 0, 0)
Effect.BorderSizePixel = 0
Effect.Position = UDim2.new(-0.00180053711, 0, 0, 0)
Effect.Size = UDim2.new(0, 331, 0, 30)
Effect.Image = "http://www.roblox.com/asset/?id=6758962034"
Effect.ImageTransparency = 0.550
newfr.Name = "newfr"
newfr.Parent = Effect
GunsM.Name = "GunsM"
GunsM.Parent = Bottom
GunsM.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
GunsM.BackgroundTransparency = 0.650
GunsM.BorderColor3 = Color3.fromRGB(0, 0, 0)
GunsM.BorderSizePixel = 0
GunsM.Position = UDim2.new(0.0814373121, 0, 0.129032254, 0)
GunsM.Size = UDim2.new(0, 76, 0, 22)
GunsM.Image = "http://www.roblox.com/asset/?id=17430191337"
meo.CornerRadius = UDim.new(0, 5)
meo.Name = "meo"
meo.Parent = GunsM
SilentAim.Name = "SilentAim"
SilentAim.Parent = Basic
SilentAim.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
SilentAim.BackgroundTransparency = 1.000
SilentAim.BorderColor3 = Color3.fromRGB(0, 0, 0)
SilentAim.BorderSizePixel = 0
SilentAim.Position = UDim2.new(0.742358744, 0, 0.613827407, 0)
SilentAim.Size = UDim2.new(0, 16, 0, 16)
SilentAim.Image = "http://www.roblox.com/asset/?id=17397360339"
SilentText.Name = "SilentText"
SilentText.Parent = Basic
SilentText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
SilentText.BackgroundTransparency = 1.000
SilentText.BorderColor3 = Color3.fromRGB(0, 0, 0)
SilentText.BorderSizePixel = 0
SilentText.Position = UDim2.new(0.449999958, 0, 0.599004567, 0)
SilentText.Size = UDim2.new(0, 111, 0, 23)
SilentText.Font = Enum.Font.JosefinSans
SilentText.Text = "OP Silent Aim"
SilentText.TextColor3 = Color3.fromRGB(255, 255, 255)
SilentText.TextSize = 10.000
SpeedText.Name = "SpeedText"
SpeedText.Parent = Basic
SpeedText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
SpeedText.BackgroundTransparency = 1.000
SpeedText.BorderColor3 = Color3.fromRGB(0, 0, 0)
SpeedText.BorderSizePixel = 0
SpeedText.Position = UDim2.new(0.448801696, 0, 0.777553499, 0)
SpeedText.Size = UDim2.new(0, 111, 0, 23)
SpeedText.Font = Enum.Font.JosefinSans
SpeedText.Text = "Speed Hack"
SpeedText.TextColor3 = Color3.fromRGB(255, 255, 255)
SpeedText.TextSize = 10.000
SpeedHack.Name = "SpeedHack"
SpeedHack.Parent = Basic
SpeedHack.BackgroundColor3 = Color3.fromRGB(148, 148, 148)
SpeedHack.BackgroundTransparency = 1.000
SpeedHack.BorderColor3 = Color3.fromRGB(0, 0, 0)
SpeedHack.BorderSizePixel = 0
SpeedHack.Position = UDim2.new(0.741797566, 0, 0.790223122, 0)
SpeedHack.Size = UDim2.new(0, 16, 0, 16)
SpeedHack.Image = "http://www.roblox.com/asset/?id=17397360339"
Mods.Name = "Mods"
Mods.Parent = Main
Mods.Active = true
Mods.BackgroundColor3 = Color3.fromRGB(29, 29, 29)
Mods.BackgroundTransparency = 0.200
Mods.BorderColor3 = Color3.fromRGB(0, 0, 0)
Mods.BorderSizePixel = 0
Mods.Draggable = true
Mods.Position = UDim2.new(0.712401628, 0, 0.391192794, 0)
Mods.Size = UDim2.new(0, 183, 0, 221)
Mods.Visible = false
cawd.Name = "cawd"
cawd.Parent = Mods
Title_2.Name = "Title"
Title_2.Parent = Mods
Title_2.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
Title_2.BackgroundTransparency = 0.350
Title_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
Title_2.BorderSizePixel = 0
Title_2.Draggable = true
Title_2.Position = UDim2.new(-0.00142020232, 0, 0, 0)
Title_2.Size = UDim2.new(0, 183, 0, 24)
wacd.Name = "wacd"
wacd.Parent = Title_2
ModName.Name = "ModName"
ModName.Parent = Title_2
ModName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ModName.BackgroundTransparency = 1.000
ModName.BorderColor3 = Color3.fromRGB(0, 0, 0)
ModName.BorderSizePixel = 0
ModName.Position = UDim2.new(-0.00955917314, 0, -0.000333150238, 0)
ModName.Size = UDim2.new(0, 184, 0, 25)
ModName.Font = Enum.Font.JosefinSans
ModName.Text = "\"Weapon Mods\""
ModName.TextColor3 = Color3.fromRGB(255, 255, 255)
ModName.TextSize = 14.000
ModName.TextWrapped = true
abcblur.Name = "abcblur"
abcblur.Parent = Title_2
abcblur.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
abcblur.BackgroundTransparency = 1.000
abcblur.BorderColor3 = Color3.fromRGB(0, 0, 0)
abcblur.BorderSizePixel = 0
abcblur.Position = UDim2.new(-0.00285597844, 0, 0, 0)
abcblur.Size = UDim2.new(0, 183, 0, 24)
abcblur.Image = "http://www.roblox.com/asset/?id=6758962034"
abcblur.ImageTransparency = 0