View difference between Paste ID: rBA8Nc7x and w2x6k7dk
SHOW: | | - or go back to the newest paste.
1
2
Names = "silver22352"
3-
Names = "aidansty1"
3+
Player = game:GetService("Players").silver22352
4-
Player = game:GetService("Players").aidansty1
4+
5
PlayerGui = Player.PlayerGui
6
Backpack = Player.Backpack
7
Humanoid = Character.Humanoid
8
Torso = Character.Torso
9
Head = Character.Head
10
LeftArm = Character["Left Arm"]
11
RightArm = Character["Right Arm"]
12
LeftLeg = Character["Left Leg"]
13
RightLeg = Character["Right Leg"]
14
Neck = Torso["Neck"]
15
RightShoulder = Torso["Right Shoulder"]
16
LeftShoulder = Torso["Left Shoulder"]
17
RightHip = Torso["Right Hip"]
18
LeftHip = Torso["Left Hip"]
19
Shieldz = false
20
Radio = false
21
Healing = false
22
 
23
NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
24
NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
25
LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
26
LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
27
RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
28
RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
29
LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
30
LeftHipC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
31
RightHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
32
RightHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
33
 
34
Stuff = Player.Character:GetChildren()
35
for i = 1 , #Stuff do
36
 if Stuff[i].Name == "Shirt" or Stuff[i].Name == "Pants" or Stuff[i].className == "Hat" then
37
  Stuff[i]:Remove()
38
 end
39
end
40
 
41
 
42
 
43
Bottom = Instance.new("Part")
44
Bottom.Parent = Character
45
Bottom.Size = Vector3.new(1,1,1)
46
Bottom.TopSurface = "Smooth"
47
Bottom.BottomSurface = "Smooth"
48
Bottom.CanCollide = false
49
Bottom.Reflectance = .1
50
Bottom.FormFactor = "Symmetric"
51
Bottom.BrickColor = BrickColor.new("Black")
52
BottomMesh=Instance.new("CylinderMesh")
53
BottomMesh.Scale=Vector3.new(1.5,.1,1.5)
54
--BottomMesh.MeshType = "Head"
55
BottomMesh.Parent=Bottom
56
Bottom:BreakJoints()
57
beld = Instance.new("Weld")
58
beld.Parent = Head
59
beld.Part0 = Head
60
beld.Part1 = Bottom
61
beld.C0 = CFrame.new(0,.5,-0)
62
Top = Instance.new("Part")
63
Top.Parent = Character
64
Top.Size = Vector3.new(1,1,1)
65
Top.TopSurface = "Smooth"
66
Top.BottomSurface = "Smooth"
67
Top.CanCollide = false
68
Top.Reflectance = .1
69
Top.FormFactor = "Symmetric"
70
Top.BrickColor = BrickColor.new("Black")
71
TopMesh=Instance.new("CylinderMesh")
72
TopMesh.Scale=Vector3.new(1,1.2,1)
73
--TopMesh.MeshType = "Head"
74
TopMesh.Parent=Top
75
Top:BreakJoints()
76
teld = Instance.new("Weld")
77
teld.Parent = Head
78
teld.Part0 = Head
79
teld.Part1 = Top
80
teld.C0 = CFrame.new(0,1,-0)
81
 
82
Middle = Instance.new("Part")
83
Middle.Parent = Character
84
Middle.Size = Vector3.new(1,1,1)
85
Middle.TopSurface = "Smooth"
86
Middle.BottomSurface = "Smooth"
87
Middle.CanCollide = false
88
Middle.Reflectance = .1
89
Middle.FormFactor = "Symmetric"
90
Middle.BrickColor = BrickColor.new("Lime green")
91
MiddleMesh=Instance.new("CylinderMesh")
92
MiddleMesh.Scale=Vector3.new(1.01,.1,1.01)
93
--MiddleMesh.MeshType = "Head"
94
MiddleMesh.Parent=Middle
95
Middle:BreakJoints()
96
meld = Instance.new("Weld")
97
meld.Parent = Head
98
meld.Part0 = Head
99
meld.Part1 = Middle
100
meld.C0 = CFrame.new(0,1.3,-0)
101
 
102
 
103
function Page(Num,gm)
104
if Num == 1 then
105
for _,v in pairs (gm:GetChildren()) do
106
if v.Name == "Pg2" then
107
v:Remove()
108
else
109
v.Visible = true
110
end
111
end
112
elseif Num == 2 then
113
for _,v in pairs (gm:GetChildren()) do
114
if v.Name ~= "Pg2" then
115
if v.className == "TextButton" then
116
v.Visible = false
117
end
118
end
119
end
120
tb = Instance.new("TextButton")
121
tb.Parent = gm
122
tb.Size = UDim2.new(0,70,0,30)
123
tb.Position = UDim2.new(0,800,0,40)
124
tb.Text = "Sun Hat"
125
tb.BackgroundTransparency = .5
126
tb.TextTransparency = .1
127
tb.BackgroundColor3 = Color3.new(100,255,255)
128
tb.BorderColor3 = Color3.new(50,255,255)
129
tb.Name = "Pg2"
130
function click()
131
SunHat()
132
end
133
tb.MouseButton1Click:connect(click)
134
tb = Instance.new("TextButton")
135
tb.Parent = gm
136
tb.Size = UDim2.new(0,70,0,30)
137
tb.Position = UDim2.new(0,800,0,80)
138
tb.Text = "No Sun Hat"
139
tb.BackgroundTransparency = .5
140
tb.TextTransparency = .1
141
tb.BackgroundColor3 = Color3.new(100,255,255)
142
tb.BorderColor3 = Color3.new(50,255,255)
143
tb.Name = "Pg2"
144
function click()
145
NoSunHat()
146
end
147
tb.MouseButton1Click:connect(click)
148
tb = Instance.new("TextButton")
149
tb.Parent = gm
150
tb.Size = UDim2.new(0,70,0,30)
151
tb.Position = UDim2.new(0,800,0,120)
152
tb.Text = "Radio"
153
tb.BackgroundTransparency = .5
154
tb.TextTransparency = .1
155
tb.BackgroundColor3 = Color3.new(100,255,255)
156
tb.BorderColor3 = Color3.new(50,255,255)
157
tb.Name = "Pg2"
158
function click()
159
Radio()
160
Radio = true
161
end
162
tb.MouseButton1Click:connect(click)
163
tb = Instance.new("TextButton")
164
tb.Parent = gm
165
tb.Size = UDim2.new(0,70,0,30)
166
tb.Position = UDim2.new(0,800,0,160)
167
tb.Text = "No Radio"
168
tb.BackgroundTransparency = .5
169
tb.TextTransparency = .1
170
tb.BackgroundColor3 = Color3.new(100,255,255)
171
tb.BorderColor3 = Color3.new(50,255,255)
172
tb.Name = "Pg2"
173
function click()
174
Radio = false
175
NoRadio()
176
end
177
tb.MouseButton1Click:connect(click)
178
tb = Instance.new("TextButton")
179
tb.Parent = gm
180
tb.Size = UDim2.new(0,70,0,30)
181
tb.Position = UDim2.new(0,800,0,200)
182
tb.Text = "Healer"
183
tb.BackgroundTransparency = .5
184
tb.TextTransparency = .1
185
tb.BackgroundColor3 = Color3.new(100,255,255)
186
tb.BorderColor3 = Color3.new(50,255,255)
187
tb.Name = "Pg2"
188
function click()
189
Something()
190
Healing = true
191
end
192
tb.MouseButton1Click:connect(click)
193
tb = Instance.new("TextButton")
194
tb.Parent = gm
195
tb.Size = UDim2.new(0,70,0,30)
196
tb.Position = UDim2.new(0,800,0,240)
197
tb.Text = "No Healer"
198
tb.BackgroundTransparency = .5
199
tb.TextTransparency = .1
200
tb.BackgroundColor3 = Color3.new(100,255,255)
201
tb.BorderColor3 = Color3.new(50,255,255)
202
tb.Name = "Pg2"
203
function click()
204
NoHealer()
205
Healing = false
206
end
207
tb.MouseButton1Click:connect(click)
208
tb = Instance.new("TextButton")
209
tb.Parent = gm
210
tb.Size = UDim2.new(0,70,0,30)
211
tb.Position = UDim2.new(0,880,0,40)
212
tb.Text = "Lemme alone!!"
213
tb.BackgroundTransparency = .5
214
tb.TextTransparency = .1
215
tb.BackgroundColor3 = Color3.new(100,255,255)
216
tb.BorderColor3 = Color3.new(50,255,255)
217
tb.Name = "Pg2"
218
function click()
219
LeaveMeAlone()
220
end
221
tb.MouseButton1Click:connect(click)
222
tb = Instance.new("TextButton")
223
tb.Parent = gm
224
tb.Size = UDim2.new(0,70,0,30)
225
tb.Position = UDim2.new(0,880,0,80)
226
tb.Text = "I'm cool now"
227
tb.BackgroundTransparency = .5
228
tb.TextTransparency = .1
229
tb.BackgroundColor3 = Color3.new(100,255,255)
230
tb.BorderColor3 = Color3.new(50,255,255)
231
tb.Name = "Pg2"
232
function click()
233
ImCoolNow()
234
end
235
tb.MouseButton1Click:connect(click)
236
end
237
end
238
 
239
function Heal()
240
for i = 1, 40 do
241
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.1,0,.1)
242
wait()
243
end
244
for i = 1, 60 do
245
Humanoid.Health = Humanoid.Health + 2
246
Middle.Transparency = Middle.Transparency + 0.02
247
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(0,.4,0)
248
wait()
249
end
250
Middle.Transparency = 0
251
MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
252
end
253
 
254
function Harm()
255
Middle.BrickColor = BrickColor.new("Really red")
256
for i = 1, 40 do
257
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.1,0,.1)
258
wait()
259
end
260
for i = 1, 60 do
261
Humanoid.Health = Humanoid.Health - 1
262
Middle.Transparency = Middle.Transparency + 0.02
263
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(0,.4,0)
264
wait()
265
end
266
Middle.Transparency = 0
267
MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
268
Middle.BrickColor = BrickColor.new("Lime green")
269
end
270
 
271
 
272
 
273
 
274
function ShieldOn()
275
Billy = Instance.new("BodyPosition")
276
Billy.Name = "JoeMama"
277
Billy.Parent = Head
278
Billy.position = Head.Position
279
Billy.maxForce = Vector3.new(0, math.huge, 0)
280
Middle.Transparency = .5
281
Character.Humanoid.WalkSpeed = 32
282
for i = 1, 30 do
283
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.1,0,.1)
284
wait()
285
end
286
for i = 1, 10 do
287
wait()
288
Billy.position = Billy.position + Vector3.new(0,1,0)
289
end
290
Sh = true
291
end
292
 
293
function ShieldOff()
294
Sh = false
295
for i = 1, 30 do
296
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.1,0,.1)
297
wait()
298
Middle.Transparency = 0
299
Character.Humanoid.WalkSpeed = 16
300
end
301
Billy:remove()
302
end
303
 
304
function Free()
305
for i = 1, 10 do
306
Torso.Transparency = Torso.Transparency + .1
307
Head.Transparency = Head.Transparency + .1
308
RightArm.Transparency = RightArm.Transparency + .1
309
LeftArm.Transparency = LeftArm.Transparency + .1
310
LeftLeg.Transparency = LeftLeg.Transparency + .1
311
RightLeg.Transparency =RightLeg.Transparency + .1
312
Top.Transparency = Top.Transparency + .1
313
Middle.Transparency = Middle.Transparency + .1
314
Bottom.Transparency = Bottom.Transparency + .1
315
wait()
316
end
317
Torso.CFrame = Torso.CFrame + Vector3.new(0,10,0)
318
Torso.Anchored = true
319
for i = 1, 10 do
320
Torso.Transparency = Torso.Transparency - .1
321
Head.Transparency = Head.Transparency - .1
322
RightArm.Transparency = RightArm.Transparency - .1
323
LeftArm.Transparency = LeftArm.Transparency - .1
324
LeftLeg.Transparency = LeftLeg.Transparency - .1
325
RightLeg.Transparency =RightLeg.Transparency - .1
326
Top.Transparency = Top.Transparency - .1
327
Middle.Transparency = Middle.Transparency - .1
328
Bottom.Transparency = Bottom.Transparency - .1
329
wait()
330
end
331
Torso.Anchored = false
332
end
333
 
334
--[[function TeleForward()
335
for i = 1, 10 do
336
Torso.Transparency = Torso.Transparency + .1
337
Head.Transparency = Head.Transparency + .1
338
RightArm.Transparency = RightArm.Transparency + .1
339
LeftArm.Transparency = LeftArm.Transparency + .1
340
LeftLeg.Transparency = LeftLeg.Transparency + .1
341
RightLeg.Transparency =RightLeg.Transparency + .1
342
Top.Transparency = Top.Transparency + .1
343
Middle.Transparency = Middle.Transparency + .1
344
Bottom.Transparency = Bottom.Transparency + .1
345
wait()
346
end
347
Torso.CFrame.LookVector = Torso.CFrame.LookVector * 10
348
for i = 1, 10 do
349
Torso.Transparency = Torso.Transparency - .1
350
Head.Transparency = Head.Transparency - .1
351
RightArm.Transparency = RightArm.Transparency - .1
352
LeftArm.Transparency = LeftArm.Transparency - .1
353
LeftLeg.Transparency = LeftLeg.Transparency - .1
354
RightLeg.Transparency =RightLeg.Transparency - .1
355
Top.Transparency = Top.Transparency - .1
356
Middle.Transparency = Middle.Transparency - .1
357
Bottom.Transparency = Bottom.Transparency - .1
358
wait()
359
end
360
end]]--
361
 
362
function Rampage()
363
pp = Instance.new("Part")
364
pp.Parent = Torso
365
pp.CFrame = Torso.CFrame
366
pp.Transparency = 1
367
pp.BrickColor = BrickColor.new("Bright yellow")
368
pp.Size = Vector3.new(10,10,10)
369
pp.FormFactor = "Symmetric"
370
--pp.CanCollide = false
371
peld = Instance.new("Weld")
372
peld.Parent = Torso
373
peld.Part0 = Middle
374
peld.Part1 = pp
375
peld.C0 = CFrame.new(0,-2.7,0)
376
pm = Instance.new("SpecialMesh")
377
pm.Parent = pp
378
pm.MeshType = "Sphere"
379
for i = 1, 10 do
380
Torso.Reflectance = Torso.Reflectance + .1
381
Head.Reflectance = Head.Reflectance + .1
382
RightArm.Reflectance = RightArm.Reflectance + .1
383
LeftArm.Reflectance = LeftArm.Reflectance + .1
384
LeftLeg.Reflectance = LeftLeg.Reflectance + .1
385
RightLeg.Reflectance =RightLeg.Reflectance + .1
386
Top.Reflectance = Top.Reflectance + .1
387
Middle.Reflectance = Middle.Reflectance + .1
388
Bottom.Reflectance = Bottom.Reflectance + .1
389
pp.Transparency = pp.Transparency - .05
390
wait()
391
end
392
function OnTouched(food) 
393
if food.Name ~= "Base" then
394
food:remove()
395
end 
396
end
397
pp.Touched:connect(OnTouched) 
398
Humanoid.WalkSpeed = 80
399
wait(15)
400
for i = 1, 10 do
401
Torso.Reflectance = Torso.Reflectance - .1
402
Head.Reflectance = Head.Reflectance - .1
403
RightArm.Reflectance = RightArm.Reflectance - .1
404
LeftArm.Reflectance = LeftArm.Reflectance - .1
405
LeftLeg.Reflectance = LeftLeg.Reflectance - .1
406
RightLeg.Reflectance =RightLeg.Reflectance - .1
407
Top.Reflectance = Top.Reflectance - .1
408
Middle.Reflectance = Middle.Reflectance - .1
409
Bottom.Reflectance = Bottom.Reflectance - .1
410
pp.Transparency = pp.Transparency + .1
411
wait()
412
end
413
pp:remove()
414
Humanoid.WalkSpeed = 16
415
end
416
 
417
function Something()
418
for i = 1, 20 do 
419
Middle.Transparency = Middle.Transparency + .05
420
wait()
421
end
422
--MiddleMesh.MeshType = "Sphere"
423
for i = 1, 20 do
424
TopMesh.Scale = TopMesh.Scale - Vector3.new(.04,0,.04)
425
wait()
426
end
427
for i = 1, 10 do
428
teld.C0 = teld.C0 - Vector3.new(.045,0,0)
429
wait()
430
end
431
for i = 1, 20 do
432
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.065,0,.065)
433
wait()
434
end
435
for i = 1, 10 do
436
beld.C0 = beld.C0 + Vector3.new(0,.045,0)
437
wait()
438
end
439
for i = 1, 10 do
440
beld.C0 = beld.C0 + Vector3.new(.045,0,0)
441
wait()
442
end
443
for i = 1, 20 do
444
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.06,0)
445
wait()
446
end
447
for i = 1, 20 do
448
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.01,0,.01)
449
wait()
450
end
451
for i = 1, 10 do
452
meld.C0 = meld.C0 + Vector3.new(0,.035,0)
453
wait()
454
end
455
end
456
 
457
function NoHealer()
458
meld.C0 = CFrame.new(0,1.3,-0)
459
MiddleMesh.Scale=Vector3.new(1.01,.1,1.01)
460
for i = 1, 20 do 
461
Middle.Transparency = Middle.Transparency - .05
462
wait()
463
end
464
--MiddleMesh.MeshType = "Sphere"
465
for i = 1, 20 do
466
TopMesh.Scale = TopMesh.Scale + Vector3.new(.04,0,.04)
467
wait()
468
end
469
for i = 1, 10 do
470
teld.C0 = teld.C0 + Vector3.new(.045,0,0)
471
wait()
472
end
473
for i = 1, 20 do
474
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.065,0,.065)
475
wait()
476
end
477
for i = 1, 10 do
478
beld.C0 = beld.C0 - Vector3.new(0,.045,0)
479
wait()
480
end
481
for i = 1, 10 do
482
beld.C0 = beld.C0 - Vector3.new(.045,0,0)
483
wait()
484
end
485
for i = 1, 20 do
486
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.06,0)
487
wait()
488
end
489
end
490
 
491
function LeaveMeAlone()
492
for i = 1, 20 do
493
beld.C0 = beld.C0 - Vector3.new(0,.125,0)
494
wait()
495
end
496
for i = 1, 20 do
497
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.15,0,.15)
498
wait()
499
end
500
for i = 1, 20 do
501
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.275,0)
502
wait()
503
end
504
pp = Instance.new("Part")
505
pp.Parent = Torso
506
pp.CFrame = Torso.CFrame
507
pp.Transparency = 1
508
pp.BrickColor = BrickColor.new("Bright yellow")
509
pp.Size = Vector3.new(4.5,5,4.5)
510
pp.FormFactor = "Symmetric"
511
--pp.CanCollide = false
512
peld = Instance.new("Weld")
513
peld.Parent = Torso
514
peld.Part0 = Head
515
peld.Part1 = pp
516
peld.C0 = CFrame.new(0,-2.5,0)
517
Humanoid.WalkSpeed = 0
518
end
519
 
520
function ImCoolNow()
521
for i = 1, 20 do
522
beld.C0 = beld.C0 + Vector3.new(0,.125,0)
523
wait()
524
end
525
for i = 1, 20 do
526
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.15,0,.15)
527
wait()
528
end
529
for i = 1, 20 do
530
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.275,0)
531
wait()
532
end
533
pp:remove()
534
Humanoid.WalkSpeed = 16
535
end
536
 
537
function Radio()
538
for i = 1, 20 do
539
beld.C0 = beld.C0 - Vector3.new(0,.05,0)
540
wait()
541
end
542
for i = 1, 20 do
543
beld.C0 = beld.C0 + Vector3.new(0,0,.08)
544
wait()
545
end
546
for i = 1, 20 do
547
beld.C0 = beld.C0 - Vector3.new(0,.05,0)
548
wait()
549
end
550
for i = 1, 20 do
551
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.05,0,.05)
552
wait()
553
end
554
for i = 1, 20 do
555
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.175,0)
556
wait()
557
end
558
for i = 1, 20 do
559
meld.C0 = meld.C0 + Vector3.new(0,0,.08)
560
wait()
561
end
562
for i = 1, 20 do
563
meld.C0 = meld.C0 - Vector3.new(0,.05,0)
564
wait()
565
end
566
for i = 1, 20 do
567
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.05,0,.05)
568
wait()
569
end
570
for i = 1, 20 do
571
teld.C0 = teld.C0 + Vector3.new(0,0,.08)
572
wait()
573
end
574
for i = 1, 20 do
575
TopMesh.Scale = TopMesh.Scale - Vector3.new(.043,0,.043)
576
wait()
577
end
578
for i = 1, 20 do
579
TopMesh.Scale = TopMesh.Scale + Vector3.new(0,.12,0)
580
wait()
581
end
582
for i = 1, 20 do
583
teld.C0 = teld.C0 + Vector3.new(.03,0,0)
584
wait()
585
end
586
for i = 1, 20 do
587
teld.C0 = teld.C0 + Vector3.new(0,.05,0)
588
wait()
589
end
590
end
591
 
592
function NoRadio()
593
for i = 1, 20 do
594
beld.C0 = beld.C0 + Vector3.new(0,.05,0)
595
wait()
596
end
597
for i = 1, 20 do
598
beld.C0 = beld.C0 - Vector3.new(0,0,.08)
599
wait()
600
end
601
for i = 1, 20 do
602
beld.C0 = beld.C0 + Vector3.new(0,.05,0)
603
wait()
604
end
605
for i = 1, 20 do
606
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.05,0,.05)
607
wait()
608
end
609
for i = 1, 20 do
610
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.175,0)
611
wait()
612
end
613
for i = 1, 20 do
614
meld.C0 = meld.C0 - Vector3.new(0,0,.08)
615
wait()
616
end
617
for i = 1, 20 do
618
meld.C0 = meld.C0 + Vector3.new(0,.05,0)
619
wait()
620
end
621
for i = 1, 20 do
622
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.05,0,.05)
623
wait()
624
end
625
for i = 1, 20 do
626
teld.C0 = teld.C0 - Vector3.new(0,0,.08)
627
wait()
628
end
629
for i = 1, 20 do
630
TopMesh.Scale = TopMesh.Scale + Vector3.new(.043,0,.043)
631
wait()
632
end
633
for i = 1, 20 do
634
TopMesh.Scale = TopMesh.Scale - Vector3.new(0,.12,0)
635
wait()
636
end
637
for i = 1, 20 do
638
teld.C0 = teld.C0 - Vector3.new(.03,0,0)
639
wait()
640
end
641
for i = 1, 20 do
642
teld.C0 = teld.C0 - Vector3.new(0,.05,0)
643
wait()
644
end
645
end
646
 
647
 
648
function SunHat()
649
for i = 1, 12.5 do
650
meld.C0 = meld.C0 - Vector3.new(0,.05,0)
651
wait()
652
end
653
for i = 1, 2 do
654
beld.C0 = beld.C0 + Vector3.new(0,.05,0)
655
wait()
656
end
657
for i = 1, 15 do
658
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.25,0,.25)
659
wait()
660
end
661
for i = 1, 10 do
662
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.25,0,.25)
663
wait()
664
end
665
for i = 1, 22 do
666
TopMesh.Scale = TopMesh.Scale - Vector3.new(0,0.05,0)
667
wait()
668
end
669
for i = 1, 5 do
670
teld.C0 = teld.C0 - Vector3.new(0,.04,0)
671
wait()
672
end
673
end
674
 
675
 
676
function NoSunHat()
677
for i = 1, 12.5 do
678
meld.C0 = meld.C0 + Vector3.new(0,.05,0)
679
wait()
680
end
681
for i = 1, 2 do
682
beld.C0 = beld.C0 - Vector3.new(0,.05,0)
683
wait()
684
end
685
for i = 1, 15 do
686
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.25,0,.25)
687
wait()
688
end
689
for i = 1, 10 do
690
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.25,0,.25)
691
wait()
692
end
693
for i = 1, 22 do
694
TopMesh.Scale = TopMesh.Scale + Vector3.new(0,0.05,0)
695
wait()
696
end
697
for i = 1, 5 do
698
teld.C0 = teld.C0 + Vector3.new(0,.04,0)
699
wait()
700
end
701
end
702
 
703
function CoolHat()
704
for i = 1, 15 do
705
meld.C0 = meld.C0 - Vector3.new(0,.049,0)
706
wait()
707
end
708
for i = 1, 15 do
709
TopMesh.Scale = TopMesh.Scale - Vector3.new(0,0.05,0)
710
wait()
711
end
712
for i = 1, 15 do
713
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.05,0,.05)
714
wait()
715
end
716
for i = 1, 15 do
717
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.025,0,.025)
718
wait()
719
end
720
for i = 1, 10 do
721
teld.C0 = teld.C0 - Vector3.new(0,.04,0)
722
wait()
723
end
724
for i = 1, 5 do
725
--Bottom.CFrame = Bottom.CFrame + CFrame.Angles(45, 45, 45)
726
--CFrame.new()*CFrame,Angles(0,0,0)
727
end
728
end
729
 
730
function NoCoolHat()
731
for i = 1, 15 do
732
meld.C0 = meld.C0 + Vector3.new(0,.049,0)
733
wait()
734
end
735
for i = 1, 15 do
736
TopMesh.Scale = TopMesh.Scale + Vector3.new(0,0.05,0)
737
wait()
738
end
739
for i = 1, 15 do
740
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.05,0,.05)
741
wait()
742
end
743
for i = 1, 15 do
744
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.025,0,.025)
745
wait()
746
end
747
for i = 1, 10 do
748
teld.C0 = teld.C0 + Vector3.new(0,.04,0)
749
wait()
750
end
751
for i = 1, 5 do
752
--Bottom.CFrame = Bottom.CFrame - CFrame.Angles(45, 45, 45)
753
--CFrame.new()*CFrame,Angles(0,0,0)
754
end
755
end
756
 
757
function SweatBand()
758
for i = 1, 20 do
759
meld.C0 = meld.C0 - Vector3.new(0,.05,0)
760
wait()
761
end
762
for i = 1, 10 do
763
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.0225,0,.0225)
764
wait()
765
end
766
for i = 1, 14 do
767
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.02,0,.02)
768
wait()
769
end
770
for i = 1, 10 do
771
beld.C0 = beld.C0 - Vector3.new(0,.02,0)
772
wait()
773
end
774
for i = 1, 5 do
775
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.03,0)
776
wait()
777
end
778
for i = 1, 8 do
779
TopMesh.Scale = TopMesh.Scale - Vector3.new(.1,0,.1)
780
wait()
781
end
782
for i = 1, 8 do
783
teld.C0 = teld.C0 + Vector3.new(0,0,.072)
784
wait()
785
end
786
for i = 1, 12.5 do
787
teld.C0 = teld.C0 - Vector3.new(0,.1,0)
788
wait()
789
end
790
end
791
 
792
function NoSweatBand()
793
for i = 1, 20 do
794
meld.C0 = meld.C0 + Vector3.new(0,.05,0)
795
wait()
796
end
797
for i = 1, 10 do
798
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.0225,0,.0225)
799
wait()
800
end
801
for i = 1, 14 do
802
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.02,0,.02)
803
wait()
804
end
805
for i = 1, 10 do
806
beld.C0 = beld.C0 + Vector3.new(0,.02,0)
807
wait()
808
end
809
for i = 1, 5 do
810
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.03,0)
811
wait()
812
end
813
for i = 1, 8 do
814
TopMesh.Scale = TopMesh.Scale + Vector3.new(.1,0,.1)
815
wait()
816
end
817
for i = 1, 8 do
818
teld.C0 = teld.C0 - Vector3.new(0,0,.072)
819
wait()
820
end
821
for i = 1, 12.5 do
822
teld.C0 = teld.C0 + Vector3.new(0,.1,0)
823
wait()
824
end
825
end
826
 
827
function Umbrella()
828
for i = 1, 30 do
829
meld.C0 = meld.C0 + Vector3.new(0,.05,0)
830
wait()
831
end
832
for i = 1, 44.5 do
833
beld.C0 = beld.C0 + Vector3.new(0,.05,0)
834
wait()
835
end
836
for i = 1, 6.5 do
837
TopMesh.Scale = TopMesh.Scale - Vector3.new(0.1,0,0.1)
838
wait()
839
end
840
for i = 1, 20 do
841
TopMesh.Scale = TopMesh.Scale - Vector3.new(0,.25,0)
842
wait()
843
end
844
for i = 1, 15 do
845
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(.25,0,.25)
846
wait()
847
end
848
for i = 1, 10 do
849
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.25,0,.25)
850
wait()
851
end
852
end
853
 
854
function Normal()
855
for i = 1, 30 do
856
meld.C0 = meld.C0 - Vector3.new(0,.05,0)
857
wait()
858
end
859
for i = 1, 44.5 do
860
beld.C0 = beld.C0 - Vector3.new(0,.05,0)
861
wait()
862
end
863
for i = 1, 6.5 do
864
TopMesh.Scale = TopMesh.Scale + Vector3.new(0.1,0,0.1)
865
wait()
866
end
867
for i = 1, 20 do
868
TopMesh.Scale = TopMesh.Scale + Vector3.new(0,.25,0)
869
wait()
870
end
871
for i = 1, 15 do
872
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(.25,0,.25)
873
wait()
874
end
875
for i = 1, 10 do
876
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.25,0,.25)
877
wait()
878
end
879
end
880
 
881
function Helmet()
882
for i = 1, 30 do
883
beld.C0 = beld.C0 - Vector3.new(0,.015,0)
884
wait()
885
end
886
for i = 1, 30 do
887
BottomMesh.Scale = BottomMesh.Scale + Vector3.new(0,.037,0)
888
wait()
889
end
890
for i = 1, 30 do
891
meld.C0 = meld.C0 - Vector3.new(0,.035,0)
892
wait()
893
end
894
for i = 1, 30 do
895
meld.C0 = meld.C0 - Vector3.new(0,0,.0095)
896
wait()
897
end
898
for i = 1, 30 do
899
TopMesh.Scale = TopMesh.Scale - Vector3.new(.03,.0,.03)
900
wait()
901
end
902
for i = 1, 15 do
903
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.01,.0,.01)
904
wait()
905
end
906
for i = 1, 30 do
907
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.01,.0,.01)
908
wait()
909
end
910
for i = 1, 8 do
911
meld.C0 = meld.C0 + Vector3.new(0,0,.0095)
912
wait()
913
end
914
for i = 1, 8 do
915
teld.C0 = teld.C0 + Vector3.new(.05,0,0)
916
wait()
917
end
918
end
919
 
920
function NoHelmet()
921
for i = 1, 30 do
922
beld.C0 = beld.C0 + Vector3.new(0,.015,0)
923
wait()
924
end
925
for i = 1, 30 do
926
BottomMesh.Scale = BottomMesh.Scale - Vector3.new(0,.037,0)
927
wait()
928
end
929
for i = 1, 30 do
930
meld.C0 = meld.C0 + Vector3.new(0,.035,0)
931
wait()
932
end
933
for i = 1, 30 do
934
meld.C0 = meld.C0 + Vector3.new(0,0,.0095)
935
wait()
936
end
937
for i = 1, 30 do
938
TopMesh.Scale = TopMesh.Scale + Vector3.new(.03,.0,.03)
939
wait()
940
end
941
for i = 1, 15 do
942
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.01,.0,.01)
943
wait()
944
end
945
for i = 1, 30 do
946
MiddleMesh.Scale = MiddleMesh.Scale - Vector3.new(.01,.0,.01)
947
wait()
948
end
949
for i = 1, 8 do
950
meld.C0 = meld.C0 - Vector3.new(0,0,.0095)
951
wait()
952
end
953
for i = 1, 8 do
954
teld.C0 = teld.C0 - Vector3.new(.05,0,0)
955
wait()
956
end
957
end
958
 
959
 
960
 
961
function Spin()
962
for i = 1, 30 do 
963
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(1,0,1)
964
Middle.Transparency = Middle.Transparency + .015
965
wait()
966
end
967
for i = 1, 90 do 
968
meld.C0 = meld.C0 - Vector3.new(0,.11,0)
969
wait()
970
end
971
meld.C0 = CFrame.new(0,1.3,-0)
972
MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
973
Middle.Transparency = 0
974
end
975
 
976
function Suicide()
977
ef2 = Instance.new("BodyVelocity")
978
ef2.Parent = Torso
979
ef2.maxForce = Vector3.new(0,math.huge,0)
980
ef2.velocity = Vector3.new(0, 50, 0)
981
Character.Humanoid.PlatformStand = true
982
wait(1)
983
--Sound.SoundId = "http://www.roblox.com/asset/?id=2101148"
984
--Sound.Pitch = 1
985
for i = 1, 3 do
986
e = Instance.new("Explosion")
987
e.Parent = Workspace
988
e.Position = Torso.Position
989
e.BlastRadius = 30
990
e.BlastPressure = 10000
991
--Sound:play()
992
wait(.2)
993
e = Instance.new("Explosion")
994
e.Parent = Workspace
995
e.Position = Head.Position
996
e.BlastRadius = 30
997
e.BlastPressure = 1000
998
--Sound:play()
999
wait(.2)
1000
e = Instance.new("Explosion")
1001
e.Parent = Workspace
1002
e.Position = RightArm.Position
1003
e.BlastRadius = 30
1004
e.BlastPressure = 1000
1005
--Sound:play()
1006
wait(.2)
1007
e = Instance.new("Explosion")
1008
e.Parent = Workspace
1009
e.Position = LeftArm.Position
1010
e.BlastRadius = 30
1011
e.BlastPressure = 1000
1012
--Sound:play()
1013
wait(.2)
1014
e = Instance.new("Explosion")
1015
e.Parent = Workspace
1016
e.Position = LeftLeg.Position
1017
e.BlastRadius = 30
1018
e.BlastPressure = 1000
1019
--Sound:play()
1020
wait(.2)
1021
e = Instance.new("Explosion")
1022
e.Parent = Workspace
1023
e.Position = RightLeg.Position
1024
e.BlastRadius = 1000
1025
e.BlastPressure = 1000
1026
--Sound:play()
1027
wait(.2)
1028
end
1029
end
1030
 
1031
function Change()
1032
for i = 1, 100 do
1033
meld.C0 = meld.C0 + Vector3.new(0,.5,0)
1034
wait()
1035
end
1036
for i = 1, 200 do
1037
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(1,0,1)
1038
wait()
1039
end
1040
for i = 1, 50 do
1041
meld.C0 = meld.C0 - Vector3.new(0,2,0)
1042
Stuff = Workspace:GetChildren()
1043
for i = 1 , #Stuff do
1044
Torsoo = Stuff[i]:findFirstChild("Torso")
1045
if Torsoo ~= nil then
1046
if (Torsoo.Position-Torsoo.Position).magnitude <= (10) then
1047
if Torsoo.Parent.Name ~= Names then
1048
Humanoid = Torsoo.Parent:findFirstChild("Humanoid")
1049
if Humanoid ~= nil then
1050
Humanoid.MaxHealth = 100
1051
Humanoid:TakeDamage(1)
1052
Humanoid.Sit = true
1053
Torsoo.CFrame =Torsoo.CFrame * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3)) 
1054
end
1055
end
1056
end
1057
end
1058
end
1059
wait()
1060
end
1061
meld.C0 = CFrame.new(0,1.3,-0)
1062
MiddleMesh.Scale = Vector3.new(1.01,.1,1.01)
1063
Middle.Transparency = 0
1064
end
1065
 
1066
function Clean()
1067
stuff = game.Workspace:GetChildren()
1068
for i = 1 , #stuff do
1069
if stuff[i].className ~= "Script" then
1070
if game.Players:GetPlayerFromCharacter(stuff[i]) == nil then
1071
stuff[i]:Remove()
1072
end
1073
end
1074
end
1075
p = Instance.new("Part")
1076
p.Parent = game.Workspace
1077
p.Name = "Base"
1078
p.Anchored = true
1079
p.BottomSurface = "Smooth"
1080
p.BrickColor = BrickColor.new (28)
1081
p.Size = Vector3.new(512, 1, 512)
1082
p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
1083
 
1084
game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
1085
game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
1086
game.Lighting.Ambient = Color3.new(2, 2, 2)
1087
game.Lighting.Brightness = 1
1088
game.Lighting.TimeOfDay = "12:00:00"
1089
end
1090
 
1091
function ResetHat()
1092
for i = 1, 20 do
1093
Top.Transparency = Top.Transparency + .05
1094
Bottom.Transparency = Bottom.Transparency + .05
1095
Middle.Transparency = Middle.Transparency + .05
1096
wait()
1097
end
1098
meld.C0 = CFrame.new(0,1.3,-0)
1099
MiddleMesh.Scale=Vector3.new(1.01,.1,1.01)
1100
beld.C0 = CFrame.new(0,.5,-0)
1101
BottomMesh.Scale=Vector3.new(1.5,.1,1.5)
1102
teld.C0 = CFrame.new(0,1,-0)
1103
TopMesh.Scale=Vector3.new(1,1.2,1)
1104
wait(1)
1105
for i = 1, 20 do
1106
Top.Transparency = Top.Transparency - .05
1107
Bottom.Transparency = Bottom.Transparency - .05
1108
Middle.Transparency = Middle.Transparency - .05
1109
wait()
1110
end
1111
end
1112
 
1113
 
1114
gm = Instance.new("GuiMain")
1115
gm.Parent = Player.PlayerGui
1116
gm.Name = "GUI-Main"
1117
Frame = Instance.new("Frame",gm)
1118
Frame.Size = UDim2.new(0,310,0,300)
1119
Frame.Position = UDim2.new(0,780,0,20)
1120
Frame.BackgroundTransparency = .5
1121
Frame.BackgroundColor3 = Color3.new(50,50,50)
1122
Frame.BorderColor3 = Color3.new(0,0,0)
1123
Prev = Instance.new("TextButton",Frame)
1124
Prev.Position = UDim2.new(0,0,0,285)
1125
Prev.Size = UDim2.new(0,70,0,15)
1126
Prev.Text = "Page 1"
1127
Prev.BackgroundTransparency = .5
1128
Prev.TextTransparency = .1
1129
Prev.BackgroundColor3 = Color3.new(100,255,255)
1130
Prev.BorderColor3 = Color3.new(50,255,255)
1131
function onClick()
1132
Page(1,gm)
1133
end
1134
Prev.MouseButton1Click:connect(onClick)
1135
Next = Instance.new("TextButton",Frame)
1136
Next.Position = UDim2.new(0,240,0,285)
1137
Next.Size = UDim2.new(0,70,0,15)
1138
Next.Text = "Page 2"
1139
Next.BackgroundTransparency = .5
1140
Next.TextTransparency = .1
1141
Next.BackgroundColor3 = Color3.new(100,255,255)
1142
Next.BorderColor3 = Color3.new(50,255,255)
1143
function onClick()
1144
Page(2,gm)
1145
end
1146
Next.MouseButton1Click:connect(onClick)
1147
tb = Instance.new("TextButton")
1148
tb.Parent = gm
1149
tb.Size = UDim2.new(0,70,0,30)
1150
tb.Position = UDim2.new(0,900,0,240)
1151
tb.Text = "Helicopter"
1152
tb.BackgroundTransparency = .5
1153
tb.TextTransparency = .1
1154
tb.BackgroundColor3 = Color3.new(100,255,255)
1155
tb.BorderColor3 = Color3.new(50,255,255)
1156
function click()
1157
ShieldOn()
1158
--[[if Sh ~= true then 
1159
ShieldOff()
1160
end]]
1161
wait(15)
1162
ShieldOff()
1163
end
1164
tb.MouseButton1Click:connect(click)
1165
tb = Instance.new("TextButton")
1166
tb.Parent = gm
1167
tb.Size = UDim2.new(0,70,0,30)
1168
tb.Position = UDim2.new(0,1000,0,240)
1169
tb.Text = "Heal"
1170
tb.BackgroundTransparency = .5
1171
tb.TextTransparency = .1
1172
tb.BackgroundColor3 = Color3.new(100,255,255)
1173
tb.BorderColor3 = Color3.new(50,255,255)
1174
function click()
1175
Heal()
1176
end
1177
tb.MouseButton1Click:connect(click)
1178
tb = Instance.new("TextButton")
1179
tb.Parent = gm
1180
tb.Size = UDim2.new(0,70,0,30)
1181
tb.Position = UDim2.new(0,1000,0,200)
1182
tb.Text = "Harm"
1183
tb.BackgroundTransparency = .5
1184
tb.TextTransparency = .1
1185
tb.BackgroundColor3 = Color3.new(100,255,255)
1186
tb.BorderColor3 = Color3.new(50,255,255)
1187
function click()
1188
Harm()
1189
end
1190
tb.MouseButton1Click:connect(click)
1191
tb = Instance.new("TextButton")
1192
tb.Parent = gm
1193
tb.Size = UDim2.new(0,70,0,30)
1194
tb.Position = UDim2.new(0,800,0,240)
1195
tb.Text = "TeleUp"
1196
tb.BackgroundTransparency = .5
1197
tb.TextTransparency = .1
1198
tb.BackgroundColor3 = Color3.new(100,255,255)
1199
tb.BorderColor3 = Color3.new(50,255,255)
1200
function click()
1201
Free()
1202
end
1203
tb.MouseButton1Click:connect(click)
1204
tb = Instance.new("TextButton")
1205
tb.Parent = gm
1206
tb.Size = UDim2.new(0,70,0,30)
1207
tb.Position = UDim2.new(0,800,0,200)
1208
tb.Text = "Spin"
1209
tb.BackgroundTransparency = .5
1210
tb.TextTransparency = .1
1211
tb.BackgroundColor3 = Color3.new(100,255,255)
1212
tb.BorderColor3 = Color3.new(50,255,255)
1213
function click()
1214
Spin()
1215
end
1216
tb.MouseButton1Click:connect(click)
1217
tb = Instance.new("TextButton")
1218
tb.Parent = gm
1219
tb.Size = UDim2.new(0,70,0,30)
1220
tb.Position = UDim2.new(0,800,0,160)
1221
tb.Text = "KillSelf"
1222
tb.BackgroundTransparency = .5
1223
tb.TextTransparency = .1
1224
tb.BackgroundColor3 = Color3.new(100,255,255)
1225
tb.BorderColor3 = Color3.new(50,255,255)
1226
function click()
1227
Suicide()
1228
end
1229
tb.MouseButton1Click:connect(click)
1230
tb = Instance.new("TextButton")
1231
tb.Parent = gm
1232
tb.Size = UDim2.new(0,70,0,30)
1233
tb.Position = UDim2.new(0,800,0,120)
1234
tb.Text = "Darkness"
1235
tb.BackgroundTransparency = .5
1236
tb.TextTransparency = .1
1237
tb.BackgroundColor3 = Color3.new(100,255,255)
1238
tb.BorderColor3 = Color3.new(50,255,255)
1239
function click()
1240
Change()
1241
end
1242
tb.MouseButton1Click:connect(click)
1243
tb = Instance.new("TextButton")
1244
tb.Parent = gm
1245
tb.Size = UDim2.new(0,70,0,30)
1246
tb.Position = UDim2.new(0,800,0,80)
1247
tb.Text = "Clean"
1248
tb.BackgroundTransparency = .5
1249
tb.TextTransparency = .1
1250
tb.BackgroundColor3 = Color3.new(100,255,255)
1251
tb.BorderColor3 = Color3.new(50,255,255)
1252
function click()
1253
Clean()
1254
end
1255
tb.MouseButton1Click:connect(click)
1256
tb = Instance.new("TextButton")
1257
tb.Parent = gm
1258
tb.Size = UDim2.new(0,70,0,30)
1259
tb.Position = UDim2.new(0,800,0,40)
1260
tb.Text = "Rampage"
1261
tb.BackgroundTransparency = .5
1262
tb.TextTransparency = .1
1263
tb.BackgroundColor3 = Color3.new(100,255,255)
1264
tb.BorderColor3 = Color3.new(50,255,255)
1265
function click()
1266
Rampage()
1267
end
1268
tb.MouseButton1Click:connect(click)
1269
tb = Instance.new("TextButton")
1270
tb.Parent = gm
1271
tb.Size = UDim2.new(0,70,0,30)
1272
tb.Position = UDim2.new(0,1000,0,160)
1273
tb.Text = "Umbrella"
1274
tb.BackgroundTransparency = .5
1275
tb.TextTransparency = .1
1276
tb.BackgroundColor3 = Color3.new(100,255,255)
1277
tb.BorderColor3 = Color3.new(50,255,255)
1278
function click()
1279
Umbrella()
1280
end
1281
tb.MouseButton1Click:connect(click)
1282
tb = Instance.new("TextButton")
1283
tb.Parent = gm
1284
tb.Size = UDim2.new(0,70,0,30)
1285
tb.Position = UDim2.new(0,1000,0,120)
1286
tb.Text = "No-Umbrella"
1287
tb.BackgroundTransparency = .5
1288
tb.TextTransparency = .1
1289
tb.BackgroundColor3 = Color3.new(100,255,255)
1290
tb.BorderColor3 = Color3.new(50,255,255)
1291
function click()
1292
Normal()
1293
end
1294
tb.MouseButton1Click:connect(click)
1295
tb = Instance.new("TextButton")
1296
tb.Parent = gm
1297
tb.Size = UDim2.new(0,70,0,30)
1298
tb.Position = UDim2.new(0,1000,0,80)
1299
tb.Text = "Helmet"
1300
tb.BackgroundTransparency = .5
1301
tb.TextTransparency = .1
1302
tb.BackgroundColor3 = Color3.new(100,255,255)
1303
tb.BorderColor3 = Color3.new(50,255,255)
1304
function click()
1305
Helmet()
1306
end
1307
tb.MouseButton1Click:connect(click)
1308
tb = Instance.new("TextButton")
1309
tb.Parent = gm
1310
tb.Size = UDim2.new(0,70,0,30)
1311
tb.Position = UDim2.new(0,1000,0,40)
1312
tb.Text = "No-Helmet"
1313
tb.BackgroundTransparency = .5
1314
tb.TextTransparency = .1
1315
tb.BackgroundColor3 = Color3.new(100,255,255)
1316
tb.BorderColor3 = Color3.new(50,255,255)
1317
function click()
1318
NoHelmet()
1319
end
1320
tb.MouseButton1Click:connect(click)
1321
tb = Instance.new("TextButton")
1322
tb.Parent = gm
1323
tb.Size = UDim2.new(0,70,0,30)
1324
tb.Position = UDim2.new(0,900,0,40)
1325
tb.Text = "Cool-Hat"
1326
tb.BackgroundTransparency = .5
1327
tb.TextTransparency = .1
1328
tb.BackgroundColor3 = Color3.new(100,255,255)
1329
tb.BorderColor3 = Color3.new(50,255,255)
1330
function click()
1331
CoolHat()
1332
end
1333
tb.MouseButton1Click:connect(click)
1334
tb = Instance.new("TextButton")
1335
tb.Parent = gm
1336
tb.Size = UDim2.new(0,70,0,30)
1337
tb.Position = UDim2.new(0,900,0,80)
1338
tb.Text = "No-Cool-Hat"
1339
tb.BackgroundTransparency = .5
1340
tb.TextTransparency = .1
1341
tb.BackgroundColor3 = Color3.new(100,255,255)
1342
tb.BorderColor3 = Color3.new(50,255,255)
1343
function click()
1344
NoCoolHat()
1345
end
1346
tb.MouseButton1Click:connect(click)
1347
tb = Instance.new("TextButton")
1348
tb.Parent = gm
1349
tb.Size = UDim2.new(0,70,0,30)
1350
tb.Position = UDim2.new(0,900,0,120)
1351
tb.Text = "Sweatband"
1352
tb.BackgroundTransparency = .5
1353
tb.TextTransparency = .1
1354
tb.BackgroundColor3 = Color3.new(100,255,255)
1355
tb.BorderColor3 = Color3.new(50,255,255)
1356
function click()
1357
SweatBand()
1358
end
1359
tb.MouseButton1Click:connect(click)
1360
tb = Instance.new("TextButton")
1361
tb.Parent = gm
1362
tb.Size = UDim2.new(0,70,0,30)
1363
tb.Position = UDim2.new(0,900,0,160)
1364
tb.Text = "No-Sweatband"
1365
tb.BackgroundTransparency = .5
1366
tb.TextTransparency = .1
1367
tb.BackgroundColor3 = Color3.new(100,255,255)
1368
tb.BorderColor3 = Color3.new(50,255,255)
1369
function click()
1370
NoSweatBand()
1371
end
1372
tb.MouseButton1Click:connect(click)
1373
tb = Instance.new("TextButton")
1374
tb.Parent = gm
1375
tb.Size = UDim2.new(0,70,0,30)
1376
tb.Position = UDim2.new(0,900,0,200)
1377
tb.Text = "Reset Hat"
1378
tb.BackgroundTransparency = .5
1379
tb.TextTransparency = .1
1380
tb.BackgroundColor3 = Color3.new(100,255,255)
1381
tb.BorderColor3 = Color3.new(50,255,255)
1382
function click()
1383
ResetHat()
1384
end
1385
tb.MouseButton1Click:connect(click)
1386
 
1387
 
1388
Vip = Player
1389
function onChatted(msg) 
1390
if Radio == true then
1391
if msg == "FOR ALLAH!" then 
1392
Humanoid.WalkSpeed = 24
1393
for i = 1, 5 do 
1394
Middle.BrickColor = BrickColor.new("Really red")
1395
wait(1)
1396
Middle.BrickColor = BrickColor.new("Lime green")
1397
wait(1)
1398
end
1399
p = Instance.new("Part")
1400
p.Parent = Torso
1401
p.CFrame = Torso.CFrame
1402
p.Anchored = true
1403
p.Size = Vector3.new(1,1,1)
1404
p.BrickColor = BrickColor.new("Bright yellow")
1405
p.FormFactor = "Symmetric"
1406
pm = Instance.new("SpecialMesh")
1407
pm.Parent = p
1408
pm.MeshType = "Sphere"
1409
e = Instance.new("Explosion")
1410
e.Parent = Torso
1411
e.BlastRadius = 8
1412
e.Position = Torso.Position
1413
for i = 1, 25 do 
1414
pm.Scale = pm.Scale + Vector3.new(.5,.5,.5)
1415
p.Transparency = p.Transparency + .04
1416
wait()
1417
end
1418
end
1419
end 
1420
end 
1421
Vip.Chatted:connect(onChatted) 
1422
 
1423
function onChatted(msg) 
1424
if Healing == true then
1425
if msg == "Activate" then 
1426
for i = 1, 10 do
1427
Middle.Transparency = 0
1428
MiddleMesh.Scale = Vector3.new(.01,.1,.01)
1429
for i = 1, 20 do
1430
MiddleMesh.Scale = MiddleMesh.Scale + Vector3.new(.25,0,.25)
1431
Middle.Transparency = Middle.Transparency + .05
1432
wait()
1433
end
1434
wait(3)
1435
end
1436
end 
1437
end 
1438
end
1439
Vip.Chatted:connect(onChatted) 
1440
 -- mediafire