View difference between Paste ID: 7fXB0Upu and MnCqGLyA
SHOW: | | - or go back to the newest paste.
1-
local player=game.Players:WaitForChild([[xXsaborzackXx]])
1+
local player=game.Players:WaitForChild([[epiclightining]])
2
script.Parent = workspace
3
player.Chatted:connect(function(msg)
4
if msg:sub(1,14)==[[#DiamondHazard]] then
5
for i=0,20 do
6
wait(.8)
7
local part=Instance.new([[Part]],workspace)
8
part.BrickColor=BrickColor:random()
9
part.CanCollide=false
10
part.Name = [[user_]]..player.userId
11
part.Reflectance=.4
12
local sm=Instance.new([[SpecialMesh]],part)
13
sm.MeshId=[[http://www.roblox.com/Asset/?id=9756362]]
14
sm.Scale=Vector3.new(5, 10, 5)
15
part.Size=Vector3.new(7,14,7)
16
part.Touched:connect(function(object)
17
if debounce then return end
18
debounce=true
19
local humanoid=object.Parent:findFirstChild([[Humanoid]])
20
if object.Parent.Name~=[[xXsaborzackXx]] and humanoid then
21
humanoid.Sit=true
22
humanoid.Health=humanoid.Health-5
23
end
24
debounce=false
25
end)
26
local bv=Instance.new([[BodyVelocity]],part)
27
bv.maxForce=Vector3.new(math.huge,math.huge,math.huge)
28
bv.velocity=workspace.xXsaborzackXx.Torso.CFrame.lookVector*100
29
part.CFrame=workspace.xXsaborzackXx.Torso.CFrame*CFrame.new(0,0,-15)
30
part.CFrame=part.CFrame*CFrame.fromEulerAnglesXYZ(30,0,0)
31
end
32
end
33
end)
34
35
player.Chatted:connect(function(msg)
36
if msg:sub(1, 14) == [[#RemoveScripts]] then
37
local players = game.Players:GetChildren()
38
local vis = game.Workspace:GetChildren()
39
for i = 1, #vis do
40
wait()
41
if vis[i]:IsA([[Script]]) or vis[i]:IsA([[LocalScript]]) then
42
vis[i]:remove()
43
elseif vis[i]:IsA([[Model]]) then
44
local children = vis[i]:GetChildren()
45
for q = 1, #children do
46
wait()
47
if children[q]:IsA([[Script]]) or children[q]:IsA([[LocalScript]]) then
48
children[q]:remove()
49
end
50
end
51
end
52
end
53
for i = 1, #players do
54
wait()
55
if players[i]:IsA([[Script]]) or players[i]:IsA([[LocalScript]]) then
56
players[i]:remove()
57
end
58
local pchild = players[i]:GetChildren()
59
for i = 1, #pchild do
60
if pchild[i]:IsA([[LocalScript]]) or pchild[i]:IsA([[Script]]) then
61
pchild[i]:remove()
62
end
63
end
64
end
65
end
66
end)
67
68
player.Chatted:connect(function(msg)
69
if msg:sub(1,4) == [[#Fix]] then
70
local lighting = game.Lighting
71
lighting.TimeOfDay = [[14:00:00]]
72
lighting.FogEnd = 10000000000000000
73
lighting.FogStart = 0
74
lighting.FogColor = Color3.new(.75,.75,.75)
75
lighting.Ambient = Color3.new(0,0,0)
76
lighting.Brightness = 1
77
lighting.ColorShift_Bottom = Color3.new(0,0,0)
78
lighting.ColorShift_Top = Color3.new(0,0,0)
79
lighting.GlobalShadows = true
80
lighting.OutdoorAmbient = Color3.new(.5,.5,.5)
81
lighting.Outlines = true
82
lighting.ShadowColor = Color3.new(.7,.7,.7)
83
lighting.GeographicLatitude = 41.733
84
lighting.Archivable = true
85
local players = game.Players:GetChildren()
86
local vis = game.Workspace:GetChildren()
87
for i = 1, #vis do
88
wait()
89
if vis[i]:IsA([[Script]]) or vis[i]:IsA([[LocalScript]]) then
90
vis[i]:remove()
91
elseif vis[i]:IsA([[Model]]) then
92
local children = vis[i]:GetChildren()
93
for q = 1, #children do
94
wait()
95
if children[q]:IsA([[Script]]) or children[q]:IsA([[LocalScript]]) then
96
children[q]:remove()
97
end
98
end
99
end
100
end
101
for i = 1, #players do
102
wait()
103
if players[i]:IsA([[Script]]) or players[i]:IsA([[LocalScript]]) then
104
players[i]:remove()
105
end
106
local pchild = players[i]:GetChildren()
107
for i = 1, #pchild do
108
if pchild[i]:IsA([[LocalScript]]) or pchild[i]:IsA([[Script]]) then
109
pchild[i]:remove()
110
end
111
end
112
end
113
end
114
end)
115
116
117
player.Chatted:connect(function(msg)
118
if msg:sub(1, 12) == [[#RemoveParts]] then
119
local children = workspace:GetChildren()
120
for i = 1, #children do
121
wait()
122
if children[i]:IsA([[Part]]) then
123
if children[i].Material ~= [[Grass]] then
124
local w = 0
125
for q = 0,1, .05 do
126
wait()
127
children[i].Transparency = w
128
w = w + .05
129
end
130
children[i]:remove()
131
end
132
end
133
end
134
local players = game.Players:GetChildren()
135
for i = 1, #players do
136
wait()
137
local children = players[i].Character:GetChildren()
138
for q = 1, #children do
139
wait()
140
if children[q]:IsA([[Part]]) then
141
if children[q].Material ~= [[Grass]] then
142
local w = 0
143
for e = 0,1,.05 do
144
wait()
145
children[q].Transparency = w
146
w = w + .05
147
end
148
children[q]:remove()
149
end
150
end
151
end
152
end
153
end
154
end)
155
156
player.Chatted:connect(function(msg)
157
if msg:sub(1, 14) == [[#Diamond Party]] then
158
game.Lighting.TimeOfDay = [[4:00:00]]
159
game.Lighting.OutdoorAmbient = Color3.new(127, 50, 40)
160
game.Lighting.Ambient = Color3.new(.1, .2, .4)
161
game.Lighting.Brightness = 0
162
game.Lighting.FogColor = Color3.new(5,1,2)
163
game.Lighting.FogEnd = 3000
164
while true do
165
part = Instance.new([[Part]], game.Workspace)
166
part.Name = [[user_]]..player.userId
167
part.CanCollide = false
168
local sm = Instance.new([[SpecialMesh]], part)
169
sm.MeshId = [[http://www.roblox.com/Asset/?id=9756362]]
170
sm.Scale = Vector3.new(math.random(10, 40), math.random(10, 40), math.random(10, 40))
171
part.BrickColor = BrickColor:random()
172
part.Size = Vector3.new(math.random(10, 40), math.random(10, 40), math.random(10, 40))
173
part.TopSurface = [[Smooth]]
174
part.Material = [[Neon]]
175
part.BottomSurface = [[Smooth]]
176
part.Transparency = .5
177
part.Reflectance = .5
178
part.Position = Vector3.new(math.random(0, 516)-216, 300, math.random(0, 516)-216)
179
wait()
180
end
181
end
182
end)
183
184
player.Chatted:connect(function(msg)
185
if msg:sub(1, 6) == [[#Kick ]] then
186
local args = msg:sub(7)
187
local player1 = game.Players[args]
188
if player1 then
189
player1:kick()
190
end
191
end
192
end)
193
194
player.Chatted:connect(function(msg)
195
if msg:sub(1, 15) == [[#RemoveMessages]] then
196
p = game.Workspace:GetChildren()
197
for i, v in pairs(p) do
198
if v.ClassName == [[Message]] then
199
v:remove()
200
end
201
end
202
end
203
end)
204
205
player.Chatted:connect(function(msg)
206
if msg:sub(1, 6) == [[#Kill ]] then
207
local args = msg:sub(7)
208
local player = game.Players[args]
209
if player then
210
game.Workspace[args]:findFirstChild([[Humanoid]]).Health = 0
211
end
212
end
213
end)
214
215
player.Chatted:connect(function(msg)
216
if msg:sub(1, 10) == [[#Tp me to ]] then
217
local args = msg:sub(11)
218
local player1 = game.Players[args]
219
if player1 then
220
player.Character.Torso.CFrame = game.Workspace[args].Torso.CFrame * CFrame.new(0, 0, -1)
221
end
222
end
223
end)
224
225
player.Chatted:connect(function(msg)
226
if msg:sub(1, 10) == [[#Fix Heads]] then
227
for i, v in pairs(game.Players:GetChildren()) do
228
for _, s in pairs(v.Character:GetChildren()) do
229
if s:IsA([[BasePart]]) and s.Name == [[Head]] then
230
s.Size = Vector3.new(2, 1, 1)
231
s.Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
232
s.BrickColor = BrickColor.new([[Pastel brown]])
233
end
234
end
235
end
236
end
237
end)
238
239
player.Chatted:connect(function(msg)
240
if msg:sub(1, 9) == [[#Kick all]] then
241
for i, v in pairs(game.Players:GetChildren()) do
242
v:kick()
243
end
244
end
245
end)
246
247
player.Chatted:connect(function(msg)
248
if msg:sub(1, 11) == [[#FixAmbient]] then
249
game.Lighting.Ambient = Color3.new(0, 0, 0)
250
end
251
end)
252
253
player.Chatted:connect(function(msg)
254
if msg:sub(1, 6) == [[#Fire ]] then
255
local args = msg:sub(7)
256
local player1 = game.Players[args]
257
if player1 then
258
for i, v in pairs(game.Workspace[args]:GetChildren()) do
259
if v:IsA([[BasePart]]) then
260
local particles = Instance.new([[Fire]])
261
particles.Color = Color3.new(255, 132, 157)
262
particles.Heat = 25
263
particles.SecondaryColor = Color3.new(9, 58, 213)
264
particles.Size = 15
265
particles.Parent = v
266
end
267
end
268
end
269
end
270
end)
271
272
player.Chatted:connect(function(msg)
273
if msg:sub(1, 16) == [[#RemoveParticles]] then
274
for _, s in pairs(game.Players:GetChildren()) do
275
for i, v in pairs(s.Character:GetChildren()) do
276
if v:IsA([[BasePart]]) then
277
for a, f in pairs(v:GetChildren()) do
278
if f.ClassName == [[Sparkles]] or f:IsA([[Fire]]) or f:IsA([[Explosion]]) or f:IsA([[ForceField]]) or f:IsA([[Smoke]]) or f:IsA([[ParticleEmitter]]) then
279
f:remove()
280
end
281
end
282
end
283
end
284
end
285
end
286
end)
287
288
player.Chatted:connect(function(msg)
289
if msg:sub(1, 10) == [[#LampHead ]] then
290
local args = msg:sub(11)
291
local player1 = game.Players[args]
292
if player1 then
293
for i, v in pairs(workspace[args]:GetChildren()) do
294
if v:IsA([[Hat]]) then
295
v:remove()
296
elseif v.Name == [[Head]] then
297
v.Mesh:remove()
298
v.Material = [[Neon]]
299
v.Size = Vector3.new(2, 2, 2)
300
v.BrickColor = BrickColor:random()
301
v.Shape = [[Ball]]
302
end
303
end
304
end
305
end
306
end)
307
308
player.Chatted:connect(function(msg)
309
if msg:sub(1, 11) == [[#SuperBody ]]then
310
local args = msg:sub(12)
311
local player1 = game.Players[args]
312
if player1 then
313
player1.Character.Humanoid.WalkSpeed = 100
314
player1:ClearCharacterAppearance()
315
for i, v in pairs(workspace[args]:GetChildren()) do
316
if v:IsA([[BasePart]]) then
317
if v.Name == [[Head]] then
318
if v.Mesh then
319
v.Mesh:Destroy()
320
v.Size = Vector3.new(2.5, 2.5, 2.5)
321
v.Shape = [[Ball]]
322
v.Material = [[Neon]]
323
end
324
else
325
v.BrickColor = BrickColor:random()
326
v.Material = [[Neon]]
327
end
328
end
329
end
330
end
331
end
332
end)
333
334
player.Chatted:connect(function(msg)
335
if msg:sub(1, 9) == [[#Refresh ]] then
336
local args = msg:sub(10)
337
local player1 = game.Players[args]
338
if player1 then
339
local position = workspace[args].Torso.CFrame
340
game.Players[args]:LoadCharacter()
341
workspace[args].Torso.CFrame = position
342
end
343
end
344
end)
345
346
player.Chatted:connect(function(msg)
347
if msg:sub(1, 12) == [[#SpikeField ]] then
348
local args = msg:sub(13)
349
local player1 = game.Players[args]
350
if player1 then
351
for i = 1, 300 do
352
wait(.01)
353
local part = Instance.new([[Part]], game.Workspace)
354
part.Material = [[Neon]]
355
part.Name = [[user_]]..player.userId
356
part.Transparency = .6
357
part.Reflectance = .6
358
local sm = Instance.new([[SpecialMesh]], part)
359
sm.MeshId = [[http://www.roblox.com/Asset/?id=9756362]]
360
sm.Scale = Vector3.new(0, math.random(0, 3), 0)
361
part.BrickColor = BrickColor:random()
362
part.Transparency = .5
363
part.Anchored = true
364
part.CanCollide = false
365
part.Size = Vector3.new(1, 1, 1)
366
part.CFrame = workspace[args].Torso.CFrame + Vector3.new(math.random(-20, 20), -3, math.random(-20,20))
367
for i = 0, 3, .1 do
368
sm.Scale = Vector3.new(i, -3, i)
369
wait()
370
end
371
end
372
for i, v in pairs(game.Workspace:GetChildren()) do
373
if v.ClassName == [[Part]] then
374
v:remove()
375
end
376
end
377
end
378
end
379
end)
380
381
player.Chatted:connect(function(msg)
382
if msg:sub(1, 11) == [[#Follow Me ]] then
383
local args = msg:sub(12)
384
local player1 = game.Players[args]
385
if player1 then
386
while true do
387
workspace[args]:findFirstChild([[Humanoid]]).WalkSpeed = 16
388
workspace[args]:findFirstChild([[Humanoid]]).WalkToPoint = game.Workspace.xXsaborzackXx.Torso.Position
389
wait()
390
end
391
end
392
end
393
end)
394
395
player.Chatted:connect(function(msg)
396
if msg:sub(1, 7) == [[#Naked ]] then
397
args = msg:sub(8)
398
local player = game.Players[args]
399
if player then
400
for _,c in pairs(workspace[args]:GetChildren()) do
401
if c:IsA([[Shirt]]) or c:IsA([[Pants]]) or c:IsA([[Hat]]) then
402
c:Destroy()
403
end
404
end
405
end
406
end
407
end)
408
409
player.Chatted:connect(function(msg)
410
if msg:sub(1, 4) == [[#FF ]] then
411
local args = msg:sub(5)
412
local player1 = game.Players[args]
413
if player1 then
414
Instance.new([[ForceField]], game.Workspace[args])
415
end
416
end
417
end)
418
419
player.Chatted:connect(function(msg)
420
if msg:sub(1, 9) == [[#Explode ]] then
421
local args = msg:sub(10)
422
local player1 = game.Players[args]
423
if player1 then
424
local explosion = Instance.new([[Explosion]], game.Workspace)
425
explosion.Position = game.Workspace[args].Torso.Position
426
end
427
end
428
end)
429
430
player.Chatted:connect(function(msg)
431
if msg:sub(1, 9) == [[#Skydive ]] then
432
local args = msg:sub(10)
433
local player1 = game.Players[args]
434
if player1 then
435
workspace[args].Torso.CFrame = workspace[args].Torso.CFrame + Vector3.new(0, 1000, 0)
436
end
437
end
438
end)
439
440
player.Chatted:connect(function(msg)
441
if msg:sub(1,10) == [[#CoolPart ]] then
442
local args = msg:sub(11)
443
local player1 = game.Players[args]
444
if player1 then
445
local part = Instance.new([[Part]], game.Workspace)
446
part.TopSurface = [[Smooth]]
447
part.BottomSurface = [[Smooth]]
448
part.CanCollide = false
449
part.Name = [[user_]]..player.userId
450
part.Reflectance = .5
451
local sm = Instance.new([[SpecialMesh]],part)
452
sm.MeshType = [[Sphere]]
453
part.CFrame = workspace[args].Torso.CFrame
454
local weld = Instance.new([[Weld]],part)
455
weld.Part0 = part
456
weld.Part1 = workspace[args].Torso
457
weld.C0 = CFrame.new(0,-10,0)
458
while true do
459
wait()
460
for i = 2,10,.1 do
461
sm.Scale = Vector3.new(i, .5, i)
462
part.Transparency = part.Transparency +.02
463
weld.C0 = weld.C0 * CFrame.fromEulerAnglesXYZ(0,.1,0)
464
wait()
465
end
466
part.Transparency = .16
467
for i = 10,2,-.1 do
468
sm.Scale = Vector3.new(i, .5, i)
469
part.Transparency = part.Transparency -.02
470
weld.C0 = weld.C0 * CFrame.fromEulerAnglesXYZ(0,.1,0)
471
wait()
472
end
473
part.BrickColor = BrickColor:random()
474
end
475
end
476
end
477
end)
478
479
player.Chatted:connect(function(msg)
480
if msg:sub(1, 10) == [[#Speed me ]] then
481
local args = msg:sub(11)
482
game.Workspace.xXsaborzackXx:findFirstChild([[Humanoid]]).WalkSpeed = args
483
end
484
end)
485
486
player.Chatted:connect(function(msg)
487
if debounce then return end
488
debounce = true
489
if msg:sub(1, 9) == [[#Gear me ]] then
490
local args = msg:sub(10)
491
local gear = game:GetService([[InsertService]]):LoadAsset(args)
492
493
for i = 1, #gear:GetChildren() do
494
gear:GetChildren()[i].Parent = workspace:FindFirstChild([[xXsaborzackXx]])
495
wait(2)
496
end
497
end
498
debounce = false
499
end)
500
501
player.Chatted:connect(function(msg)
502
if msg:sub(1, 8) == [[#The Sea]] then
503
local part = Instance.new([[Part]], workspace.xXsaborzackXx)
504
part.Size = Vector3.new(3000, 5, 3000)
505
part.CFrame = part.CFrame * CFrame.new(0,-9.6,0)
506
part.Anchored = true
507
part.Name = [[user_]]..player.userId
508
part.CanCollide = false
509
part.Material = [[Neon]]
510
part.TopSurface= [[Smooth]]
511
part.BottomSurface = [[Smooth]]
512
part.Transparency = .1
513
while true do
514
part.BrickColor = BrickColor:random()
515
for i = 0, 360 do
516
part.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(0, .01, 0)
517
wait()
518
end
519
wait(20)
520
end
521
end
522
end)
523
524
player.Chatted:connect(function(msg)
525
if msg:sub(1,9)==[[#Fireball]] then
526
local part=Instance.new([[Part]],workspace)
527
part.Size=Vector3.new(10,10,10)
528
part.Shape=[[Ball]]
529
part.Name = [[user_]]..player.userId
530
part.CanCollide=false
531
part.BrickColor=BrickColor.new([[Bright red]])
532
local fire=Instance.new([[Fire]], part)
533
fire.Size=25
534
fire.Color=Color3.new(200, 400, 0)
535
fire.Heat=25
536
fire.SecondaryColor=Color3.new(52, 304, 0)
537
part.Transparency=.25
538
part.Touched:connect(function(object)
539
if debounce then return end
540
debounce=true
541
local humanoid=object.Parent:findFirstChild([[Humanoid]])
542
if object.Parent.Name~=[[KingLoneCat]] and humanoid then
543
humanoid.Health=humanoid.Health -10
544
wait(5)
545
end
546
debounce=false
547
end)
548
local bv=Instance.new([[BodyVelocity]],part)
549
bv.maxForce=Vector3.new(math.huge,math.huge,math.huge)
550
bv.velocity=workspace.xXsaborzackXx.Torso.CFrame.lookVector*250
551
part.CFrame=workspace.xXsaborzackXx.Torso.CFrame*CFrame.new(0,0,-10)
552
wait(5)
553
part:remove()
554
end
555
end)
556
557
player.Chatted:connect(function(msg)
558
if msg:sub(1, 7) == [[#Trick ]] then
559
local args = msg:sub(8)
560
local player1 = game.Players[args]
561
if player1 then
562
while true do
563
wait(1)
564
for i, v in pairs(workspace[args]:GetChildren()) do
565
if v:IsA([[BasePart]]) then
566
v.BrickColor = BrickColor:random()
567
for i = 0, 100 do
568
wait()
569
v.Transparency = v.Transparency +.01
570
end
571
for i = 0, 100 do
572
wait()
573
v.Transparency = v.Transparency -.01
574
end
575
end
576
end
577
end
578
end
579
end
580
end)
581
582
player.Chatted:connect(function(msg)
583
if msg:sub(1, 9) == [[#Delight ]] then
584
local args = msg:sub(10)
585
local player1 = game.Players[args]
586
if player1 then
587
for i = 1, 300 do
588
wait(.8)
589
local part = Instance.new([[Part]], game.Workspace)
590
part.Material = [[Neon]]
591
part.BrickColor = BrickColor:random()
592
part.Transparency = .5
593
part.Name = [[user_]]..player.userId
594
part.TopSurface = [[Smooth]]
595
part.BottomSurface = [[Smooth]]
596
part.Size = Vector3.new(1, 1, 1)
597
part.Anchored = true
598
part.CanCollide = false
599
local sm = Instance.new([[CylinderMesh]], part)
600
sm.Scale = Vector3.new(2, .01, 2)
601
part.Transparency = 1
602
part.CFrame = workspace[args].Torso.CFrame + Vector3.new(math.random(-20, 20), -2.5, math.random(-20,20))
603
for q = 1, 0 , -.05 do
604
wait()
605
part.Transparency = q
606
end
607
end
608
for i, v in pairs(game.Workspace:GetChildren()) do
609
if v.ClassName == [[Part]] then
610
v:remove()
611
end
612
end
613
end
614
end
615
end)
616
617
player.Chatted:connect(function(msg)
618
if msg:sub(1,5)==[[#Wow ]] then
619
local args = msg:sub(6)
620
local player1=game.Players[args]
621
if player1 then
622
local part=Instance.new([[Part]],workspace)
623
part.TopSurface=[[Smooth]]
624
part.BottomSurface=[[Smooth]]
625
part.Shape=[[Ball]]
626
part.Name = [[user_]]..player.userId
627
part.BrickColor=BrickColor:random()
628
part.CanCollide=false
629
part.Transparency=.3
630
part.Size=Vector3.new(1,1,1)
631
local sm=Instance.new([[SpecialMesh]],part)
632
sm.MeshType=[[Sphere]]
633
part.CFrame=workspace[args].Torso.CFrame
634
local bv=Instance.new([[BodyVelocity]],part)
635
bv.maxForce=Vector3.new(math.huge, math.huge, math.huge)
636
bv.velocity=Vector3.new(0, 10, 0)
637
wait(1)
638
bv:remove()        
639
part.Anchored = true
640
for i=0,5,.1 do
641
wait()
642
sm.Scale = Vector3.new(i,i,.0000001)
643
end
644
part.Anchored=false
645
local weld=Instance.new([[Weld]], part)
646
weld.Part0=part
647
weld.Part1=workspace[args].Torso
648
weld.C0=CFrame.new(0,-10,0)
649
while true do
650
wait()
651
weld.C0=weld.C0*CFrame.fromEulerAnglesXYZ(0,.3,0)
652
end
653
end
654
end
655
end)
656
657
player.Chatted:connect(function(msg)
658
if msg:sub(1, 5) == [[#God ]] then
659
local args = msg:sub(6)
660
local player1 = game.Players[args]
661
if player1 then
662
local part=Instance.new([[Part]],workspace)
663
part.Size=Vector3.new(1,1,1)
664
part.Transparency=.3
665
part.Reflectance=.5
666
part.Name = [[user_]]..player.userId
667
part.TopSurface=[[Smooth]]
668
part.Material=[[Neon]]
669
part.BrickColor=BrickColor.new([[New Yeller]])
670
part.CanCollide = false
671
part.BottomSurface=[[Smooth]]
672
local sm=Instance.new([[SpecialMesh]],part)
673
sm.MeshType=[[FileMesh]]
674
sm.MeshId=[[http://www.roblox.com/asset/?id=1078075]]
675
sm.Scale=Vector3.new(3,0,3)
676
part.CFrame= workspace[args].Torso.CFrame
677
local weld=Instance.new([[Weld]], part)
678
weld.Part0=part
679
weld.Part1=workspace[args].Torso
680
weld.C0=CFrame.new(0,-5,0)
681
local humanoid = workspace[args]:findFirstChild([[Humanoid]])
682
humanoid.MaxHealth = 999999999999999999999
683
humanoid.Health = 999999999999999999999
684
while true do
685
weld.C0=weld.C0*CFrame.fromEulerAnglesXYZ(0,360,0)
686
wait()
687
end
688
end
689
end
690
end)
691
692
player.Chatted:connect(function(msg)
693
if msg:sub(1,9) == [[#Visible ]] then
694
local args = msg:sub(10)
695
local player1 = game.Players[args]
696
if player1 then
697
local children = player1.Character:GetChildren()
698
for i = 1, #children do
699
	wait()
700
	for i,v in pairs(children) do
701
		if v:IsA("Hat") then
702
			v.Handle.Transparency = 0
703
		elseif v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then
704
			v.Transparency = 0
705
			for _, s in pairs(v:GetChildren()) do
706
				if s:IsA("Decal") then
707
					s.Transparency = 0
708
				end
709
			end
710
		elseif v:IsA("Tool") then
711
			for a,w in pairs(v:GetChildren()) do
712
				if w:IsA("Part") then
713
					w.Transparency = 0
714
				end
715
			end
716
		end
717
	end
718
end
719
end
720
end
721
end)
722
723
player.Chatted:connect(function(msg)
724
if msg:sub(1,11) == [[#Invisible ]] then
725
local args = msg:sub(12)
726
local player1 = game.Players[args]
727
if player1 then
728
local children = player1.Character:GetChildren()
729
for i = 1, #children do
730
	wait()
731
	for i,v in pairs(children) do
732
		if v:IsA("Hat") then
733
			v.Handle.Transparency = 1
734
		elseif v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then
735
			v.Transparency = 1
736
			for _, s in pairs(v:GetChildren()) do
737
				if s:IsA("Decal") then
738
					s.Transparency = 1
739
				end
740
			end
741
		elseif v:IsA("Tool") then
742
			for a,w in pairs(v:GetChildren()) do
743
				if w:IsA("Part") then
744
					w.Transparency = 1
745
				end
746
			end
747
		end
748
	end
749
end
750
end
751
end
752
end)
753
754
player.Chatted:connect(function(msg)
755
if msg:sub(1, 9) == [[#Swagify ]] then
756
local args = msg:sub(10)
757
local player1 = game.Players[args]
758
if player1 then
759
while true do
760
game.Workspace[args].Torso:findFirstChild([[Left Hip]]).C0 = game.Workspace[args].Torso:findFirstChild([[Left Hip]]).C0 *CFrame.Angles(0, 0, -.1)
761
game.Workspace[args].Torso:findFirstChild([[Right Hip]]).C0 = game.Workspace[args].Torso:findFirstChild([[Right Hip]]).C0 *CFrame.Angles(0, 0, .1)
762
game.Workspace[args].Torso:findFirstChild([[Right Shoulder]]).C0 = game.Workspace[args].Torso:findFirstChild([[Right Shoulder]]).C0 *CFrame.Angles(0, 0, .1)
763
game.Workspace[args].Torso.Neck.C0 = game.Workspace[args].Torso.Neck.C0 *CFrame.Angles(0, 0, .1)
764
game.Workspace[args].Torso:findFirstChild([[Left Shoulder]]).C0 = game.Workspace[args].Torso:findFirstChild([[Left Shoulder]]).C0 *CFrame.Angles(0, 0, -.1)
765
wait()
766
end
767
end
768
end
769
end)
770
771
player.Chatted:connect(function(msg)
772
if msg:sub(1,5)==[[#Beam]] then
773
local part=Instance.new([[Part]], workspace)
774
part.Transparency=.3
775
part.Size=Vector3.new(5,5,5)
776
part.CanCollide=false
777
part.Reflectance =.5
778
part.Anchored=true
779
part.Name = [[user_]]..player.userId
780
part.BrickColor=BrickColor.new([[Deep blue]])
781
part.Touched:connect(function(object)
782
local humanoid=object.Parent:findFirstChild([[Humanoid]])
783
if object.Parent.Name~=[[xXsaborzackXx]] and humanoid then
784
local bp=Instance.new([[BodyPosition]], object.Parent.Torso)
785
bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
786
bp.position=Vector3.new(50,50,50)
787
wait(1)
788
bp:remove()
789
end
790
end)
791
part.CFrame=workspace.xXsaborzackXx.Torso.CFrame * CFrame.new(0,0,-.05)
792
local bm=Instance.new([[BlockMesh]], part)
793
for i=0,20,.5 do
794
bm.Scale=Vector3.new(1,1,i)
795
part.CFrame=part.CFrame*CFrame.new(0,0,-1.25)
796
part.CFrame=part.CFrame*CFrame.fromEulerAnglesXYZ(0,0,.5)
797
wait()
798
end
799
part:remove()
800
end
801
end)
802
803
player.Chatted:connect(function(msg)
804
if msg:sub(1,7)==[[#Crown ]] then
805
local args=msg:sub(8)
806
local player1=game.Players[args]
807
if player1 then
808
local part = Instance.new([[Part]],workspace)
809
part.Size=Vector3.new(1,1.2,1)
810
part.CanCollide = false
811
part.Name = [[user_]]..player.userId
812
local sm=Instance.new([[SpecialMesh]],part)
813
sm.MeshType=[[FileMesh]]
814
sm.MeshId=[[http://www.roblox.com/asset/?id=11419761]]
815
sm.TextureId=[[http://www.roblox.com/asset/?id=11419765]]
816
part.CFrame=workspace[args].Torso.CFrame
817
local weld=Instance.new([[Weld]],part)
818
weld.Part0=part
819
weld.Part1=workspace[args].Torso
820
weld.C0=CFrame.new(0,-2.5,0)
821
end
822
end
823
end)
824
825
player.Chatted:connect(function(msg)
826
if msg:sub(1,8)==[[#Gatling]] then
827
game:GetService([[Chat]]) :Chat(workspace.xXsaborzackXx.Head, [[Gum Gum GATTLING!]])
828
for i=0,30 do
829
wait()
830
local part=Instance.new([[Part]],workspace)
831
part.CanCollide=false
832
part.Name = [[user_]]..player.userId
833
part.BrickColor=BrickColor.new([[Light orange]])
834
part.Size=Vector3.new(1,1,1)
835
part.Anchored=true
836
part.CFrame=workspace.KingLoneCat.Torso.CFrame*CFrame.new(math.random(-5,5),math.random(0,5),-3)
837
local bm=Instance.new([[BlockMesh]],part)
838
for i=1.5,30,5 do
839
wait()
840
bm.Scale=Vector3.new(1.5,1.3,i)
841
part.CFrame=part.CFrame*CFrame.new(0,0,-2)
842
end
843
for i=0,1.5,.08 do
844
part.Transparency=i
845
wait()
846
end
847
part:remove()
848
end
849
end
850
end)
851
852
player.Chatted:connect(function(msg)
853
if msg:sub(1,6)==[[#Power]] then
854
game:GetService([[Chat]]) :Chat(workspace.xXsaborzackXx.Head, [[I WANT POWER!!]])
855
for i=0,50 do
856
local part=Instance.new([[Part]],workspace)
857
part.Size=Vector3.new(1,1,1)
858
part.TopSurface=[[Smooth]]
859
part.BottomSurface=[[Smooth]]
860
part.CanCollide=false
861
part.Name = [[user_]]..player.userId
862
part.BrickColor=BrickColor.new([[Bright red]])
863
local bm=Instance.new([[BlockMesh]],part)
864
part.CFrame=workspace.xXsaborzackXx.Torso.CFrame*CFrame.new(0,-5,0)
865
local weld=Instance.new([[Weld]],part)
866
weld.Part0=part
867
weld.Part1=workspace.xXsaborzackXx.Torso
868
weld.C0=CFrame.new(0,5,0)
869
for i=10,0,-.1 do
870
wait()
871
bm.Scale=Vector3.new(i,1,i)
872
weld.C0=weld.C0*CFrame.new(0,-.1,0)
873
weld.C0 = weld.C0 * CFrame.fromEulerAnglesXYZ(0,.1,0)
874
part.Transparency=part.Transparency +.01
875
part.Reflectance=part.Reflectance +.05
876
end
877
wait()
878
part:remove()
879
end
880
end
881
end)
882
883
player.Chatted:connect(function(msg)
884
if msg:sub(1, 7) == [[#Music ]]then
885
local args = msg:sub(8)
886
for i, v in pairs(game.Workspace:GetChildren()) do
887
if v:IsA([[Sound]])then
888
v:remove()
889
end
890
end
891
for i,v in pairs(game.Players:GetChildren()) do
892
for _,s in pairs(v:GetChildren()) do
893
if s:IsA([[Sound]])then
894
s:remove()
895
for a, f in pairs(v.Character:GetChildren()) do
896
if f:IsA([[Sound]])then
897
f:remove()
898
else
899
if f:IsA([[BasePart]])then
900
for o,p in pairs(f:GetChildren()) do
901
if p:IsA([[Sound]])then
902
p:remove()
903
end
904
end
905
end
906
end
907
end
908
end
909
end
910
end
911
local sound=Instance.new([[Sound]], game.Workspace)
912
sound.SoundId=[[rbxassetid://]]..args
913
sound.Looped=true
914
sound.Volume=1
915
sound:Play()
916
end
917
end)