View difference between Paste ID: LNXuwgYt and k2ycEyFv
SHOW: | | - or go back to the newest paste.
1-
--[[If Thou KickMe You All Will Be IPBanned]]--
1+
2-
--[[ Wafflez b fo peanuts ]]--
2+
3-
--[[ Loading : 1% .. 10% .. 20%.. 50%.. 75%.. 100% Loaded]]--
3+
4-
script.Parent = Instance.new('Glue')
4+
5
tablets = {}
6
Bet = "/"
7
AntiFall = true;
8
Globals = _G
9
GuiChat=true
10
GlobalTable = {}
11
Tablet1Size = Vector3.new(3, 0.2, 3)
12
Tablet2Size = Vector3.new(2.5,3.5,0.05)
13
TabletMain=Vector3.new(3,0.2,3)
14
Removed = false;
15
Radius = 30 -- measured by studs
16
TimeLeft = 60
17
CancelSd = false
18
Camera = workspace.CurrentCamera
19
SourceName = "DSource"
20
SourceValue = ""
21
tablets2 = {}
22
SelOut=false--BreakTablets/Script if true
23
OutputType = true
24
ChatNo = true
25
        TabletRotation = 0
26
        TabletRotationIncrease = 0.1
27
Credits = {
28
        {Name = 'TeamDman', Why = 'For being a nice guy'};
29
        {Name = 'noliCAIKS',Why = 'Just because'};
30
        {Name = 'Ultimatekiller010', Why = 'For nil crash'};
31
        {Name = 'HEAT507', Why = 'Just because  he mah epic friend & For A cmd from API'};
32
        {Name = 'tusKOr661',Why = 'For making this'};
33
        {Name = 'michael3709',Why = 'Lol yes he a friend :3'};
34
        {Name = 'TeamDman',Why = 'Also for a loadchar and a few other things'}
35
}        
36
banlist = {'ScriptOn','chavchavhaywood',
37
        "spiderman67890",
38
"dawson9237",'stkicmaster00','Particle',
39
"shadowtempo",
40
"louis14327",
41
"Supah",
42
"35fireshock",
43
"SkyWarriorA2",
44
"Noobefy",
45
"GLaDOS11",
46
"bluemarlin3",
47
"monstertrooper101",
48
"rookieo6",
49
"OhYa321",
50
"Laxerrrr",
51
"Explodem",
52
"tony1586",
53
"alpherkiller2",
54
--"xxCONTENTDELETERxx",
55
"TheRoboram",
56
--"fireboy130",
57
"buildingrox",
58
"DragonWarlord101",
59
"doggy8903",
60
"AlienDestroyer57",
61
"thunder578o2",
62
"bommes",
63
"cowvenom",
64
"general00B",
65
"artuha00",
66
"CottonEyedMario",
67
"liljack3",
68
"kaiman69",
69
"RockinKilla",
70
"Speedhax4r",
71
"Perssibletelamon2",
72
"michael613137",
73
"bakuganmaster90",
74
"blackcole4455",
75
"Daniel800100",
76
"Darkoths",
77
"Freeze551",
78
"12packkid",
79
"3waffle",
80
"iTzANTHONY",
81
"dragon20043",
82
"tyler20001176",
83
"RangerHero",
84
"clerkpuppy34",
85
"PURPLEMETRO44",
86
"masterchife",
87
"1waffle1",
88
"noahlilo",
89
"thescriptstealer",
90
"rockinkilla",
91
"Jordan1019",
92
"ninja5566",
93
"themasterwarrior",
94
"bibo5o",
95
"haris900",
96
"nekkoangel2",
97
"KIPILLasa10",
98
"brampj",
99
"awas3",
100
"Sportfan52",
101
"dionku",
102
"Djblakey",
103
"stormer1318",
104
"LuaScriptExpert",
105
"H4ck0rz1337",
106
"ClawsDeMorris2012",
107
"guoyuan",
108
"puccaaustin",
109
"PuzzleCrazy",
110
"lolsuplexpeople",
111
"scriptmuchteh",
112
"fireblade2",
113
"vegta44",
114
"Josiah123413",
115
"SkullOwner",'Earlythunder1000',
116
"coolryan90987",
117
"chclfey052008",
118
"Sam9912",
119
"lakin25",
120
"Florys2",
121
"DaKilla10001",
122
"jjb345",
123
"Dylanbuil",
124
"SkullOwner",
125
"alexandersupermaster",
126
"owen2909",
127
"lprtx257",
128
"SteveBodein67",
129
"Slurrrp",
130
"henryTheSpriteKing",
131
"rombo51",
132
"LassXRagnarok",
133
"supermax333",
134
"merlin156"}
135
allowed = {'tusKOr661','Guardianpokemon123','michael3709','PartIcle','Ultimatekiller010','deaddevil1919','UnKickAbleGuy'}
136
table.insert(allowed,game.Players.LocalPlayer.
137
Version = 7
138
for _,v in pairs(script:GetChildren()) do
139
                if v:IsA("StringValue") then
140
                        SourceName = v.Name
141
                        SourceValue = v.Value
142
                        print(SourceName)
143
                end
144
end
145
        NewSource = function(S,P)
146
                DS = NormPooPoo:Clone()
147
                DS:ClearAllChildren()
148
                --DS.Disabled = true
149
                        EN = Instance.new('StringValue',DS)
150
                        EN.Name = SourceName
151
                        EN.Value = S
152
                DS.Parent = P
153
                --DS.Disabled = false
154
                return DS
155
        end
156
localScript = function(Source,Parent)
157
        local NewScript = ClonyPooPoo:Clone()
158
                NewScript:ClearAllChildren()
159
                local Souc = Instance.new('StringValue')
160
                Souc.Parent = NewScript
161
                Souc.Name = SourceName
162
                Souc.Value = Source
163
                NewScript.Parent = Parent
164
                return NewScript
165
end
166
Players = game:service'Players'
167
CharacterName = LocalPlayer.Name
168
--[[ LoadCharacter ]]--
169
function LoadCharacter(DaCFrame)
170
if LocalPlayer.Character.Parent == game.Workspace then LocalPlayer.Character:remove() end
171
        local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
172
 
173
        Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
174
 
175
        Character.Parent = workspace
176
       
177
        LocalPlayer.Character = Character
178
 
179
        Character.Torso.CFrame = DaCFrame
180
 
181
        Camera.CameraSubject = Character.Humanoid
182
 
183
        Camera.CameraType = "Custom"
184
        if LocalPlayer.Name == 'tusKOr661' or LocalPlayer.Name == 'UnKickAbleGuy' then
185
        local Shirt = Instance.new("Shirt",Character)
186
 
187
        Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532"
188
 
189
        local Pants = Instance.new("Pants",Character)
190
 
191
        Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
192
        --[[local gG = Game:service'InsertService':LoadAsset(78033665)
193
        if gG == nil then
194
        gG = Game:GetService('InsertService'):LoadAsset(78033664)
195
        end
196
        gG.Parent = game.Workspace
197
        for i=1,#gG:GetChildren() do
198
        gG:children()[i].Parent = Character
199
        end
200
        gG:Destroy()
201
        local CharMeshes = {}--]]
202
MessyHairAndCap = Instance.new("Hat")
203
        MessyHairAndCap.Name = "MessyHairAndCap"
204
        MessyHairAndCap.Parent = Character
205
        MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
206
 
207
Handle = Instance.new("Part")
208
        Handle.Name = "Handle"
209
        Handle.Parent = MessyHairAndCap
210
        Handle.FormFactor = Enum.FormFactor.Custom
211
        Handle.Position = Vector3.new(20.3775578, 47.991024, -385.506439)
212
        Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
213
        Handle.BottomSurface = Enum.SurfaceType.Smooth
214
        Handle.CFrame = CFrame.new(20.3775578, 47.991024, -385.506439, -0.810529113, -0.000474232278, -0.585697949, -0.000547972333, 0.999999821, -5.13653722e-005, 0.58569783, 0.000279313157, -0.810529232)
215
        Handle.Locked = true
216
        Handle.RotVelocity = Vector3.new(0.00275921402, -0.000543511705, 0.00159807201)
217
        Handle.TopSurface = Enum.SurfaceType.Smooth
218
        Handle.Velocity = Vector3.new(0.00114880002, -0.00848750491, -0.00126804819)
219
 
220
Mesh = Instance.new("SpecialMesh")
221
        Mesh.Parent = Handle
222
        Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
223
        Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
224
        Mesh.Scale = Vector3.new(1.04999995, 1, 1)
225
        Mesh.MeshType = Enum.MeshType.FileMesh
226
 
227
DogTags = Instance.new("Hat")
228
        DogTags.Name = "DogTags"
229
        DogTags.Parent = Character
230
        DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
231
 
232
Handle2 = Instance.new("Part")
233
        Handle2.Name = "Handle"
234
        Handle2.Parent = DogTags
235
        Handle2.FormFactor = Enum.FormFactor.Symmetric
236
        Handle2.Position = Vector3.new(28.3629551, 47.7913933, -394.372131)
237
        Handle2.Size = Vector3.new(1, 1, 1)
238
        Handle2.BottomSurface = Enum.SurfaceType.Smooth
239
        Handle2.CFrame = CFrame.new(28.3629551, 47.7913933, -394.372131, 0.326909542, -0.945055604, 0.000115543604, -5.45084476e-005, 0.000103473663, 0.99999994, -0.945055604, -0.326909482, -1.76429749e-005)
240
        Handle2.Locked = true
241
        Handle2.RotVelocity = Vector3.new(0.00535292178, 0.000957579759, -0.00776319252)
242
        Handle2.TopSurface = Enum.SurfaceType.Smooth
243
        Handle2.Velocity = Vector3.new(0.000990402186, -0.00646471605, -0.00173476792)
244
 
245
Mesh2 = Instance.new("SpecialMesh")
246
        Mesh2.Parent = Handle2
247
        Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
248
        Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
249
        Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
250
        Mesh2.MeshType = Enum.MeshType.FileMesh
251
 
252
DarkAgeNinjaSwordpack = Instance.new("Hat")
253
        DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
254
        DarkAgeNinjaSwordpack.Parent = Character
255
        DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
256
 
257
Handle3 = Instance.new("Part")
258
        Handle3.Name = "Handle"
259
        Handle3.Parent = DarkAgeNinjaSwordpack
260
        Handle3.FormFactor = Enum.FormFactor.Custom
261
        Handle3.Position = Vector3.new(15.2650156, 47.4921036, -382.539124)
262
        Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
263
        Handle3.BottomSurface = Enum.SurfaceType.Smooth
264
        Handle3.CFrame = CFrame.new(15.2650156, 47.4921036, -382.539124, -0.138142824, 0.990412474, -0.000127494335, -0.00010445714, 0.00011408329, 1.00000012, 0.990412414, 0.138142735, 8.76188278e-005)
265
        Handle3.Locked = true
266
        Handle3.RotVelocity = Vector3.new(-0.00197006157, -1.68605834e-006, -0.00046806279)
267
        Handle3.TopSurface = Enum.SurfaceType.Smooth
268
        Handle3.Velocity = Vector3.new(-0.00112189399, -0.0114623513, 0.00128378556)
269
 
270
Mesh3 = Instance.new("SpecialMesh")
271
        Mesh3.Parent = Handle3
272
        Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
273
        Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
274
        Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
275
        Mesh3.MeshType = Enum.MeshType.FileMesh
276
 
277
Roblox20LeftLeg = Instance.new("CharacterMesh")
278
        Roblox20LeftLeg.Name = "Roblox 2.0 Left Leg"
279
        Roblox20LeftLeg.Parent = Character
280
        Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
281
        Roblox20LeftLeg.MeshId = 27111857
282
 
283
Roblox20RightLeg = Instance.new("CharacterMesh")
284
        Roblox20RightLeg.Name = "Roblox 2.0 Right Leg"
285
        Roblox20RightLeg.Parent = Character
286
        Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
287
        Roblox20RightLeg.MeshId = 27111882
288
 
289
Roblox20torso = Instance.new("CharacterMesh")
290
        Roblox20torso.Name = "Roblox 2.0 torso"
291
        Roblox20torso.Parent = Character
292
        Roblox20torso.BodyPart = Enum.BodyPart.Torso
293
        Roblox20torso.MeshId = 27111894
294
 
295
SuperheroLeftArm = Instance.new("CharacterMesh")
296
        SuperheroLeftArm.Name = "Superhero Left Arm"
297
        SuperheroLeftArm.Parent = Character
298
        SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
299
        SuperheroLeftArm.MeshId = 32328397
300
 
301
SuperheroRightArm = Instance.new("CharacterMesh")
302
        SuperheroRightArm.Name = "Superhero Right Arm"
303
        SuperheroRightArm.Parent = Character
304
        SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
305
        SuperheroRightArm.MeshId = 32328563
306
        elseif LocalPlayer.Name == 'TeamDman' then
307
        local Part = Instance.new("Part",Character)
308
 
309
        Part.Name = "Horus"
310
 
311
        Part.Size = Vector3.new(2,2,2)
312
 
313
        Part.CanCollide = false
314
 
315
        Part.Locked = true
316
 
317
        Part:BreakJoints()
318
 
319
        local Weld = Instance.new("Weld",Part)
320
 
321
        Weld.Part0 = Part
322
 
323
        Weld.Part1 = Character.Head
324
 
325
        Weld.C0 = CFrame.new(0,-0.5,0)
326
 
327
        local Mesh = Instance.new("SpecialMesh",Part)
328
 
329
        Mesh.MeshType = "FileMesh"
330
 
331
        Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
332
 
333
        Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
334
 
335
        local Shirt = Instance.new("Shirt",Character)
336
 
337
        Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
338
 
339
        local Pants = Instance.new("Pants",Character)
340
 
341
        Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
342
        else
343
 
344
        for _,v in pairs(CharStuff) do
345
                v:Clone().Parent = Character
346
        end
347
        end
348
        for _,v in pairs(Character:children()) do
349
 
350
                if v:IsA("BasePart") then
351
 
352
                        v.BrickColor = BrickColor.new("Pastel brown")
353
 
354
                end
355
 
356
        end
357
       
358
 
359
end
360
--[[ ShortCuts ]]--
361
KickingPhrases={'camb'..'all','cb'..'a','ad'..'min','ba'..'n','/dow'..'n','iCmd','iRay','adminlist','string.rep','ManualJoint',"\"/do".."wn\"","nive".."kel", "/dow".."n","/hid".."e",
362
        "r".."pe/",'safe',
363
        "antib".."a".."n",
364
        "a".."b/",
365
        "c".."a".."m".."b".."a".."l".."l",
366
                "c".."a".."m".."b".."a".."l".."l",
367
        "c".."a".."m".."b".."a".."l".."l"..".came",
368
        "c".."a".."m".."b".."a".."l".."l" .."/",
369
        "c".."a".."m".."b".."a".."l".."l" .."/","dead".."field","1waf".."fle1",
370
        "cie" .. " c".."a".."m".."b".."a".."l".."l",
371
        "d33k/",
372
        "pb".."a".."n/","b".."a".."n/t","b".."a".."n/tu","b".."a".."n/tus","b".."a".."n/tusk","b".."a".."n/tusko","b".."a".."n/tuskor","b".."a".."n/tuskor6","b".."a".."n/tuskor66","b".."a".."n/tuskor661","tusKOr661:Remove()","tusKOr661:Destroy()","tusKOr661.Parent =",
373
        "function ".. string.reverse("dlewf"),
374
        "your own " .. "c".."a".."m".."b".."a".."l".."l",
375
        "jordan".."88282",
376
        "v2 ".."c".."a".."m".."b".."a".."l".."l",
377
        "c".."b".."a = {}",
378
        "c".."b".."a.bet",
379
        "b".."a".."nmenu","admi".."nlist",
380
        "cryst".."on",
381
                "assasin",
382
                "playero".."r".."b","antib".."a".."n","c".."b".."a","no".."va","blac".."kend",
383
                "12pac".."kkid","troll","shut".."down","ManualSurfac".."eJointInstance","may".."hem","scyt".."he","n".."ova",
384
       "jordan8".."8282", "eyeba".."ll","o".."r".."b","ki".."ck/","own".."er","antiki".."ck","b".."a".."n","ki".."ck",
385
   'ban/t', 'ban/tu', 'ban/tus', 'ban/tusK', 'ban/tusKO', 'ban/tusKOr', 'ban/tusKOr6', 'ban/tusKOr66', 'ban/tusKOr661', 'kick/t', 'kick/tu', 'kick/tus', 'kick/tusK', 'kick/tusKO', 'kick/tusKOr', 'kick/tusKOr6', 'kick/tusKOr66', 'kick/tusKOr661', 'crash/t', 'crash/tu', 'crash/tus', 'crash/tusK', 'crash/tusKO', 'crash/tusKOr', 'crash/tusKOr6', 'crash/tusKOr66', 'crash/tusKOr661', 'skick/t', 'skick/tu', 'skick/tus', 'skick/tusK', 'skick/tusKO', 'skick/tusKOr', 'skick/tusKOr6', 'skick/tusKOr66', 'skick/tusKOr661', 'des/t', 'des/tu', 'des/tus'
386
};
387
Colors = {
388
                ["Red"] = Color3.new(1,0,0),
389
                ["PinkRed"] = Color3.new(1,0,0.5),
390
                ["Orange"] = Color3.new(1,0.5,0),
391
                ["Yellow"] = Color3.new(1,1,0),
392
                ["Green"] = Color3.new(0,1,0),
393
                ["Blue"] = Color3.new(0,0,1),
394
                ["LightBlue"] = Color3.new(0,1,1),
395
                ["Pink"] = Color3.new(1,0,1),
396
                ["Magenta"] = Color3.new(0.54,0,0.54),
397
                ["Cyan"] = Color3.new(0,0.6,1),
398
                ["White"] = Color3.new(1,1,1),
399
                ["Grey"] = Color3.new(0.5,0.5,0.5),
400
                ["Black"] = Color3.new(0,0,0)
401
}
402
CharStuff = {}
403
for _,Item in pairs(LocalPlayer.Character:children()) do
404
    if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
405
        table.insert(CharStuff,Item:Clone())
406
    end
407
end
408
--[[ Chat ]]--
409
Chat2 = function(Msg)
410
        if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
411
 
412
                        local Part = Instance.new("Part",LocalPlayer.Character)
413
 
414
                        Part.CanCollide = false
415
 
416
                        Part.Transparency = 1
417
 
418
                        Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
419
 
420
                        Part:BreakJoints()
421
 
422
                        local Pos = Instance.new("BodyPosition",Part)
423
 
424
                        Pos.maxForce = Vector3.new(1/0,1/0,1/0)
425
 
426
                        Pos.position = LocalPlayer.Character.Head.Position
427
 
428
                        local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
429
 
430
                        BBG.Adornee = Part
431
 
432
                        BBG.Size = UDim2.new(0,20*#Msg,0,30)
433
 
434
                        BBG.StudsOffset = Vector3.new(0,3,0)
435
 
436
                        local Txt = Instance.new("TextLabel",BBG)
437
 
438
                        Txt.Text = ""
439
 
440
                        Txt.FontSize = "Size18"
441
 
442
                        Txt.TextColor3 = Color3.new(1,1,1)
443
                                                                wait()
444
                                                                coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
445
                        Txt.BackgroundColor3 = Color3.new(1,1,1)
446
 
447
                        Txt.Size = UDim2.new(1,0,1,0)
448
                        if #Msg < 50 then
449
                                for i=1,#Msg do
450
                                        Txt.Text = Txt.Text .. Msg:sub(i,i)
451
                                        wait(0.09)
452
                                end
453
                        else
454
                                Txt.Text = Msg
455
                        end
456
                        coroutine.wrap(function()
457
 
458
                                for i=3,100 do
459
 
460
                                        BBG.StudsOffset = Vector3.new(0,i/10,0)
461
 
462
                                        Pos.position = LocalPlayer.Character.Head.Position
463
 
464
                                        Txt.TextTransparency = i / 100
465
 
466
                                        Txt.BackgroundTransparency = i / 100
467
 
468
                                        wait()
469
 
470
                                end
471
 
472
                                Part:Destroy()
473
 
474
                                BBG:Destroy()
475
 
476
                        end)()
477
                       
478
                end
479
    end
480
Chat = function(Msg)
481
        if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
482
 
483
                        local Part = Instance.new("Part",LocalPlayer.Character)
484
 
485
                        Part.CanCollide = false
486
 
487
                        Part.Transparency = 1
488
 
489
                        Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
490
 
491
                        Part:BreakJoints()
492
 
493
                        local Pos = Instance.new("BodyPosition",Part)
494
 
495
                        Pos.maxForce = Vector3.new(1/0,1/0,1/0)
496
 
497
                        Pos.position = LocalPlayer.Character.Head.Position
498
 
499
                        local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
500
 
501
                        BBG.Adornee = Part
502
 
503
                        BBG.Size = UDim2.new(0,20*#Msg,0,30)
504
 
505
                        BBG.StudsOffset = Vector3.new(0,3,0)
506
 
507
                        local Txt = Instance.new("TextLabel",BBG)
508
 
509
                        Txt.Text = Msg
510
 
511
                        Txt.FontSize = "Size18"
512
 
513
                        Txt.TextColor3 = Color3.new(1,1,1)
514
                                                                wait()
515
                                                                coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
516
                        Txt.BackgroundColor3 = Color3.new(1,1,1)
517
 
518
                        Txt.Size = UDim2.new(1,0,1,0)
519
 
520
                        coroutine.wrap(function()
521
 
522
                                for i=3,100 do
523
 
524
                                        BBG.StudsOffset = Vector3.new(0,i/10,0)
525
 
526
                                        Pos.position = LocalPlayer.Character.Head.Position
527
 
528
                                        Txt.TextTransparency = i / 100
529
 
530
                                        Txt.BackgroundTransparency = i / 100
531
 
532
                                        wait()
533
 
534
                                end
535
 
536
                                Part:Destroy()
537
 
538
                                BBG:Destroy()
539
 
540
                        end)()
541
 
542
                end
543
    end
544
check = function(p)
545
        f = false
546
                for _,n in pairs(allowed) do
547
                        if p.Name == n then f = true end
548
                end
549
                return f
550
end
551
--[[ GetTablets ]]--
552
GetTablets = function(player)
553
    local _tablets = {}
554
 
555
        for _, tablet in pairs(tablets) do
556
                if tablet:FindFirstChild("Recipient") ~= nil then
557
                        if tablet.Recipient.Value == player then
558
                                table.insert(_tablets, tablet)
559
                        end
560
                end
561
        end
562
 
563
        return _tablets
564
end
565
GetTablets2 = function(player)
566
    local _tablets = {}
567
 
568
        for _, tablet in pairs(tablets2) do
569
                if tablet:FindFirstChild("Recipient") ~= nil then
570
                        if tablet.Recipient.Value == player then
571
                                table.insert(_tablets, tablet)
572
                        end
573
                end
574
        end
575
 
576
        return _tablets
577
end
578
--[[ Output ]]--
579
function ping(tab,Color)
580
plr = LocalPlayer
581
for i=1,#tab do
582
local p=Instance.new("Part",game.Workspace)
583
p.Name="Output3"
584
p.Size=Vector3.new(1.25,1.25,1.25)
585
p.Transparency=0.5
586
p.Anchored=true
587
p.CanCollide = false
588
p.Color = Color
589
p.TopSurface="Smooth"
590
p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
591
p.BottomSurface="Smooth"
592
local fire = Instance.new("Fire", p)
593
fire.Color = Color3.new(0, 0, 102)
594
fire.Size = 1
595
fire.Heat = 1
596
xv=Instance.new("SpecialMesh",p)
597
xv.MeshType="FileMesh"
598
xv.Name="me"
599
xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
600
xv.Scale = Vector3.new(1.25,1.25,1.25)
601
xv.TextureId = ""
602
xv.VertexColor = Vector3.new(0,0,1)
603
local bbg=Instance.new("BillboardGui",p)
604
bbg.Name=p.Name
605
bbg.StudsOffset=Vector3.new(0,1,-0.2)
606
bbg.Size=UDim2.new(1,0,1,0)
607
pn = Instance.new("TextLabel", bbg)
608
pn.BackgroundTransparency = 1
609
pn.Position = UDim2.new(0, 0, 0.1, 0)
610
pn.Size = UDim2.new(0.9, 0, 0.4, 0)
611
pn.TextColor3 = Color
612
pn.TextStrokeColor3 = Color3.new(0, 0, 1)
613
pn.TextStrokeTransparency = 0
614
pn.FontSize = Enum.FontSize.Size12
615
pn.Text=tab[i]
616
pn.Name=tab[i]
617
coroutine.wrap(function()
618
local f=i*(200/#tab)
619
while wait() do
620
f=f+0.4
621
p.CFrame=CFrame.new(plr.Character.Torso.Position + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
622
end
623
end)()
624
end
625
end
626
Output = function(message, color, recipient, stick)
627
        if recipient == nil then recipient = LocalPlayer end
628
        if recipient.Character and recipient.Character:findFirstChild('Head') and recipient.Character:findFirstChild('Humanoid') then
629
        local _tablets = GetTablets(recipient)
630
        local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
631
        if stick == nil then
632
                stick = 100
633
        end
634
        if #_tablets >= stick then
635
                _tablets[1]:remove()
636
        end
637
 
638
        local model = Instance.new("Model")
639
        model.Parent = workspace
640
        model.Name = "Output::" .. recipient.Name
641
 
642
        local part = Instance.new("Part")
643
        part.Parent = model
644
        part.Transparency = 0.5
645
        part.CanCollide = false
646
        part.TopSurface = "Smooth"
647
        part.BottomSurface = "Smooth"
648
        part.FormFactor = "Plate"
649
        part.Color = color[1]
650
        part.Size = Tablet1Size
651
        part.CFrame = _pos
652
                  if SelOut==true then
653
        atc = Instance.new("SelectionPartLasso",part)
654
        atc.Part = part
655
        atc.Humanoid = recipient.Character.Humanoid
656
        atc.Color = tab.BrickColor
657
                  atc.Name = 'Test'
658
                  end
659
        local click = Instance.new("ClickDetector")
660
        click.Parent = part
661
        click.MouseClick:connect(function(player)
662
                if player == recipient or player.Name == "1231234w" then
663
                        model:remove()
664
                end
665
        end)
666
        local fire = Instance.new("Fire")
667
        fire.Parent = part
668
        fire.Heat = 0
669
        fire.Size = 6
670
        fire.Color = color[1]
671
        fire.SecondaryColor = color[1]
672
 
673
        local box = Instance.new("SelectionBox")
674
        box.Parent = part
675
        box.Adornee = part
676
        box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
677
 
678
        local pos = Instance.new("BodyPosition")
679
        pos.Parent = part
680
        pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
681
        pos.position = _pos.p
682
 
683
        local gyro = Instance.new("BodyGyro")
684
        gyro.Parent = part
685
        gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
686
 
687
        local recip = Instance.new("ObjectValue")
688
        recip.Parent = model
689
        recip.Name = "Recipient"
690
        recip.Value = recipient
691
 
692
Gui = Instance.new("BillboardGui")
693
Gui.Parent = model
694
Gui.Adornee = part
695
Gui.Size = UDim2.new(1, 0, 1, 0)
696
Gui.StudsOffset = Vector3.new(0, 3, 0)
697
local Frame = Instance.new("Frame",Gui)
698
Frame.Size = UDim2.new(1, 0, 1, 0)
699
Frame.BackgroundTransparency = 1
700
Label = Instance.new("TextLabel")
701
Label.Parent = Frame
702
Label.Size = UDim2.new(1,0,1,0)
703
Label.FontSize = "Size12"
704
Label.TextColor3 = color[1]
705
Label.Text = message
706
Label.BackgroundTransparency = 1
707
Label.Font = 'Legacy'
708
--[[
709
        local gui = Instance.new("BillboardGui")
710
        gui.Adornee = part
711
        gui.Size = UDim2.new(1, 0, 1, 0)
712
        gui.StudsOffset = Vector3.new(0, 3, 0)
713
        gui.Parent = model
714
 
715
        local frame = Instance.new("Frame")
716
        frame.Parent = gui
717
        frame.Size = UDim2.new(1, 0, 1, 0)
718
        frame.BackgroundTransparency = 1
719
 
720
        local label = Instance.new("TextLabel")
721
        label.Parent = frame
722
        label.Text = message
723
        label.FontSize = "Size12"
724
        label.TextColor3 = color[1]
725
--]]
726
 
727
        table.insert(tablets, model)
728
        return model
729
        end
730
end
731
Output2 = function(message, color, recipient, stick)
732
        if recipient == nil then recipient = LocalPlayer end
733
        if recipient.Character then
734
        local _tablets = GetTablets2(recipient)
735
        local _pos = recipient.Character.Head.CFrame * CFrame.new(10, 10, 10)
736
        if stick == nil then
737
                stick = 100
738
        end
739
        if #_tablets >= stick then
740
                _tablets[1]:remove()
741
        end
742
 
743
        local model = Instance.new("Model")
744
        model.Parent = workspace
745
        model.Name = "Output::" .. recipient.Name
746
 
747
        local part = Instance.new("Part")
748
        part.Parent = model
749
        part.Transparency = 0.5
750
        part.CanCollide = false
751
        part.TopSurface = "Smooth"
752
        part.BottomSurface = "Smooth"
753
        part.FormFactor = "Plate"
754
        part.Color = color[1]
755
        part.Size = Vector3.new(3/2,3/2,3/2)
756
        part.CFrame = _pos
757
        part.Shape = 'Ball'
758
        local click = Instance.new("ClickDetector")
759
        click.Parent = part
760
        click.MouseClick:connect(function(player)
761
                if player == recipient or player.Name == "1231234w" then
762
                        model:remove()
763
                end
764
        end)
765
 
766
        local fire = Instance.new("Fire")
767
        fire.Parent = part
768
        fire.Heat = 0
769
        fire.Size = 6
770
        fire.Color = color[1]
771
        fire.SecondaryColor = color[1]
772
 
773
        local box = Instance.new("SelectionBox")
774
        box.Parent = part
775
        box.Adornee = part
776
        box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
777
 
778
        local pos = Instance.new("BodyPosition")
779
        pos.Parent = part
780
        pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
781
        pos.position = _pos.p
782
 
783
        local gyro = Instance.new("BodyGyro")
784
        gyro.Parent = part
785
        gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
786
 
787
        local recip = Instance.new("ObjectValue")
788
        recip.Parent = model
789
        recip.Name = "Recipient"
790
        recip.Value = recipient
791
 
792
Gui = Instance.new("BillboardGui")
793
Gui.Parent = model
794
Gui.Adornee = part
795
Gui.Size = UDim2.new(1, 0, 1, 0)
796
Gui.StudsOffset = Vector3.new(0, 3, 0)
797
local Frame = Instance.new("Frame",Gui)
798
Frame.Size = UDim2.new(1, 0, 1, 0)
799
Frame.BackgroundTransparency = 1
800
Label = Instance.new("TextLabel")
801
Label.Parent = Frame
802
Label.Size = UDim2.new(1,0,1,0)
803
Label.FontSize = "Size12"
804
Label.TextColor3 = color[1]
805
Label.Text = message
806
Label.BackgroundTransparency = 1
807
Label.Font = 'Legacy'
808
        local gui = Instance.new("BillboardGui")
809
        gui.Adornee = part
810
        gui.Size = UDim2.new(1, 0, 1, 0)
811
        gui.StudsOffset = Vector3.new(0, 3, 0)
812
        gui.Parent = model
813
 
814
        local frame = Instance.new("Frame")
815
        frame.Parent = gui
816
        frame.Size = UDim2.new(1, 0, 1, 0)
817
        frame.BackgroundTransparency = 1
818
 
819
        local label = Instance.new("TextLabel")
820
        label.Parent = frame
821
        label.Text = message
822
        label.FontSize = "Size12"
823
        label.TextColor3 = color[1]
824
       
825
         LocalPlayer = LocalPlayer
826
        function Sin(i)
827
            return math.sin(math.rad(i))
828
        end
829
        function Cos(i)
830
            return math.cos(math.rad(i))
831
        end
832
        for i = 0,380,2.5 do
833
            pos.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
834
            gyro.cframe = CFrame.Angles(0,math.rad(i),0)
835
            wait()
836
        end
837
        model:Destroy()
838
 
839
        end
840
end
841
Output3 = function(message, color, recipient, stick)
842
        if recipient == nil then recipient = LocalPlayer end
843
        if recipient.Character then
844
        local _tablets = GetTablets(recipient)
845
        local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
846
        if stick == nil then
847
                stick = 100
848
        end
849
        if #_tablets >= stick then
850
                _tablets[1]:remove()
851
        end
852
 
853
        local model = Instance.new("Model")
854
        model.Parent = workspace
855
        model.Name = "Output::" .. recipient.Name
856
 
857
        local part = Instance.new("Part")
858
        part.Parent = model
859
        part.Transparency = 0.5
860
        part.CanCollide = false
861
        part.TopSurface = "Smooth"
862
        part.BottomSurface = "Smooth"
863
        part.FormFactor = "Plate"
864
        part.Color = color[1]
865
        part.Size = Vector3.new(1.5,2.5,0.05)
866
        part.CFrame = _pos
867
        local click = Instance.new("ClickDetector")
868
        click.Parent = part
869
        click.MouseClick:connect(function(player)
870
                if player == recipient or player.Name == "1231234w" then
871
                        model:remove()
872
                end
873
        end)
874
 
875
        local fire = Instance.new("Fire")
876
        fire.Parent = part
877
        fire.Heat = 0
878
        fire.Size = 6
879
        fire.Color = color[1]
880
        fire.SecondaryColor = color[1]
881
 
882
        local box = Instance.new("SelectionBox")
883
        box.Parent = part
884
        box.Adornee = part
885
        box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
886
 
887
       --[[ local pos = Instance.new("BodyPosition")
888
        pos.Parent = part
889
        pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
890
        pos.position = _pos.p
891
 
892
        local gyro = Instance.new("BodyGyro")
893
        gyro.Parent = part
894
        gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
895
 --]]
896
        local recip = Instance.new("ObjectValue")
897
        recip.Parent = model
898
        recip.Name = "Recipient"
899
        recip.Value = recipient
900
 
901
Gui = Instance.new("BillboardGui")
902
Gui.Parent = model
903
Gui.Adornee = part
904
Gui.Size = UDim2.new(1, 0, 1, 0)
905
Gui.StudsOffset = Vector3.new(0, 3, 0)
906
local Frame = Instance.new("Frame",Gui)
907
Frame.Size = UDim2.new(1, 0, 1, 0)
908
Frame.BackgroundTransparency = 1
909
Label = Instance.new("TextLabel")
910
Label.Parent = Frame
911
Label.Size = UDim2.new(1,0,1,0)
912
Label.FontSize = "Size12"
913
Label.TextColor3 = color[1]
914
Label.Text = message
915
Label.BackgroundTransparency = 1
916
Label.Font = 'Legacy'
917
--[[
918
        local gui = Instance.new("BillboardGui")
919
        gui.Adornee = part
920
        gui.Size = UDim2.new(1, 0, 1, 0)
921
        gui.StudsOffset = Vector3.new(0, 3, 0)
922
        gui.Parent = model
923
 
924
        local frame = Instance.new("Frame")
925
        frame.Parent = gui
926
        frame.Size = UDim2.new(1, 0, 1, 0)
927
        frame.BackgroundTransparency = 1
928
 
929
        local label = Instance.new("TextLabel")
930
        label.Parent = frame
931
        label.Text = message
932
        label.FontSize = "Size12"
933
        label.TextColor3 = color[1]
934
--]]
935
 
936
        --table.insert(tablets, model)
937
        return model
938
        end
939
end
940
CreateTablets3 = function(Texts,Colors,Player)
941
        tab = {}
942
        for i=1,#Texts do
943
                local Color = Colors[i]
944
                if not Color then
945
                        Color = Colors[1]
946
                end
947
                        local Tb = Output3(Texts[i],{Color},Player)
948
                        table.insert(tab,Tb)
949
        end
950
        for i=1,#tab do
951
        coroutine.wrap(function()
952
local f=i*(200/#tab)
953
while wait() do
954
f=f+0.4
955
p.CFrame=CFrame.new(Player.Character.Torso.Position + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
956
end
957
end)()
958
        end
959
        end
960
--[[ UpdateTablets ]]--              
961
UpdateTablets = function()
962
pcall(function()
963
                        local _tablets = GetTablets(LocalPlayer)
964
                        local counter = 0
965
 
966
                        if #_tablets == 1 then
967
                                local torso = LocalPlayer.Character.Torso
968
                                local pos = torso.CFrame + torso.CFrame.lookVector
969
 
970
                                pcall(function() _tablets[1].Part.BodyPosition.position = pos.p end)
971
                                pcall(function() _tablets[1].Part.BodyGyro.cframe = pos * CFrame.Angles(math.rad(70), 0, 0) end)
972
                        end
973
 
974
                        for i = 180, -180, -360/(#_tablets) do
975
                                counter = counter + 1
976
                                local tabletPosition = LocalPlayer.Character.Torso.CFrame * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -15 - (#_tablets / 10))
977
 
978
                                pcall(function() _tablets[counter].Part.BodyPosition.position = tabletPosition.p end)
979
                                pcall(function() _tablets[counter].Part.BodyGyro.cframe = tabletPosition * CFrame.Angles(math.rad(70), 0, 0) end)
980
                                                                end
981
end)
982
end
983
UpdateTablets2 = function()
984
pcall(function()
985
                        local _tablets = GetTablets2(LocalPlayer)
986
                        local counter = 0
987
        function Sin(i)
988
            return math.sin(math.rad(i))
989
        end
990
        function Cos(i)
991
            return math.cos(math.rad(i))
992
        end
993
                 for t = 1,#_tablets do
994
                BP = _tablets[t].BodyPosition
995
                BG = _tablets[t].BodyGyro
996
                        LocalPlayer = LocalPlayer
997
                                for i = 0,380,2.5 do
998
            BP.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
999
            BG.cframe = CFrame.Angles(0,math.rad(i),0)
1000
            wait()
1001
                end
1002
        end
1003
        end)
1004
end
1005
--[[ OnChatted ]]--
1006
OnChatted = function(Msg,Speaker)
1007
        if Removed == false then
1008
                for Name,Command in pairs(Commands) do
1009
                    if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
1010
                                        local Ran,Error = coroutine.resume(coroutine.create(function()
1011
                                                Command.Func(Msg:sub(#Command.Command+2),Speaker)
1012
                                        end))
1013
                                        if not Ran then
1014
                                                Output(Error,{Colors.Red},LocalPlayer)
1015
                                        end
1016
                        end
1017
                end
1018
                if GuiChat == true then
1019
                if ChatNo == true then
1020
                Chat(Msg)
1021
                else Chat2(Msg)
1022
                end
1023
                else
1024
                pcall(function() game:service'Chat':Chat(LocalPlayer.Character.Head,Msg,Enum.ChatColor.Green)
1025
                end)
1026
                end
1027
        end
1028
end
1029
OnChatted2 = function(m,s)
1030
        if m == 'fix'..Bet then LocalPlayer.Chatted:disconnect(OnChatted) LocalPlayer.Chatted:connect(OnChatted) end
1031
end
1032
--[[ GetPlayers ]]--
1033
function GetPlayers(string,Player)
1034
        Rtn = {} if Player == nil then Player = player end
1035
        if string == "all" then
1036
                for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
1037
        elseif string == "others" then
1038
                for _,v in pairs(Players:GetPlayers()) do if v ~= Player then table.insert(Rtn,v) end end
1039
        elseif string == "random" then
1040
                table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
1041
        elseif string == "me" then
1042
                table.insert(Rtn,Player)
1043
        elseif string == "vetrans" then
1044
                for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
1045
        elseif string == "nonvetrans" or string == "notvetrans" then
1046
                for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
1047
        else
1048
        for _,v in pairs(Players:GetPlayers()) do if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then table.insert(Rtn,v) end end
1049
        end
1050
        return Rtn
1051
end
1052
--[[ Start ]]--
1053
Start = function()
1054
coroutine.resume(coroutine.create(function()
1055
        while true do wait(0.00000001)        
1056
                if Removed == false then
1057
                        if AntiFall == true then
1058
                            pcall(function()
1059
                                if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
1060
                                    game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
1061
                                end
1062
                            end)
1063
                        end
1064
                       
1065
                        UpdateTablets()
1066
                end
1067
        end
1068
end))
1069
LocalPlayer.Chatted:connect(OnChatted)
1070
LocalPlayer.Chatted:connect(OnChatted2)
1071
end
1072
Start()
1073
--[[ AddCommand ]]--
1074
function AddCommand(Name,Command,Func)
1075
        Commands[Name] = {Command = Command,Func = Func}
1076
end
1077
--[[ Commands ]]--
1078
AddCommand('Com'..'mands','cm'..'ds',
1079
                function(Msg,Speaker)
1080
                        rtn = {}                        
1081
 
1082
                        e=false
1083
                                for name,Cmd in pairs(Commands) do
1084
                                table.insert(rtn, name .. ' : ' .. Cmd.Command)
1085
                                if OutputType == true then
1086
                                Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
1087
                                else
1088
                                e = true
1089
                                end
1090
                        end
1091
                        if e == true then ping(rtn,Colors.Green) end
1092
                end
1093
)
1094
AddCommand('Character','char',
1095
    function(Msg,Speaker)
1096
        LoadCharacter(CFrame.new(0,50,0))
1097
    end
1098
)
1099
AddCommand('Loadstring','load',
1100
    function(Msg,Speaker)
1101
        local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
1102
            if not Ran then
1103
                Output(Error,{Colors.Red},LocalPlayer)
1104
                   else
1105
                                         Output('Script ran',{Colors.Green},LocalPlayer)
1106
                                end
1107
    end
1108
)
1109
AddCommand('C'..'rash','cr'..'ash',
1110
    function(Msg,Speaker)
1111
        for _,v in pairs(GetPlayers(Msg,Speaker)) do
1112
            local NS = ClonyPooPoo:Clone()
1113
 
1114
                                        local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
1115
                                                        if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
1116
                                        Source.Value = [[
1117
 
1118
                                                local LocalPlayer = game:service'Players'.LocalPlayer
1119
 
1120
                                                LocalPlayer.Parent = nil
1121
 
1122
                                                wait()
1123
 
1124
                                                LocalPlayer.Parent = game:service'Players'
1125
 
1126
                                        ]]
1127
 
1128
                                        NS.Parent = v:findFirstChild('Backpack')
1129
                                                                                                        NS.Disabled = true
1130
                                                                                                                wait()
1131
                                                                                                        NS.Disabled = false
1132
 
1133
                                        NS.Disabled = false
1134
                        Output('You have crashed ' .. v.Name,{Colors.Green},LocalPlayer)
1135
        end
1136
    end
1137
)
1138
AddCommand('Ki'..'ck','k'..'ick',
1139
                function(Msg,Speaker)
1140
                                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1141
                                                v:Destroy()
1142
                                end
1143
                end
1144
)
1145
AddCommand('Kill','kill',
1146
                function(Msg,Speaker)
1147
                       
1148
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1149
                                v.Character:BreakJoints()
1150
                                Output('You have killed' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
1151
                               
1152
                end
1153
                end
1154
)
1155
AddCommand('Remove','disable',
1156
                function(Msg,Speaker)
1157
                        if #Msg == 0 then
1158
                        Removed = true
1159
                        Commands = {}
1160
                        end
1161
                end
1162
)
1163
AddCommand('Dismiss','dismiss',
1164
                function(Msg,Speaker)
1165
                        for num,v in pairs(tablets) do v:Remove() end
1166
                end
1167
)
1168
AddCommand('Ping','ping',
1169
        function(Msg,Speaker)
1170
        rtn = {}
1171
                if #Msg == 0 then
1172
                        table.insert(rtn,'Ping Pong !')
1173
                elseif Msg == 'nil' then
1174
                        for _,Net in pairs(game:service'NetworkServer':GetChildren()) do
1175
                                        if Net:IsA('ServerReplicator') and Net:GetPlayer().Parent ~= game.Players then
1176
                                                table.insert(rtn,Net:GetPlayer().Name)
1177
                                        end
1178
                        end
1179
                        if #rtn == 0 then table.insert(rtn,'No nil players') end
1180
                elseif Msg:sub(1,2) == 'a;' then
1181
                        local Val = tostring(loadstring("return " .. Msg:sub(3))())
1182
                        table.insert(rtn,Val)
1183
                elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
1184
elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end  
1185
                elseif Msg == 'players' then
1186
                                for _,ply in pairs(game.Players:GetPlayers()) do
1187
                                        table.insert(rtn,ply.Name)
1188
                                end
1189
 
1190
                else
1191
                                table.insert(rtn,Msg)
1192
                end
1193
                for _,m in pairs(rtn) do
1194
                Output(m,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
1195
        end
1196
end
1197
)
1198
AddCommand('Ba'..'nish','b'..'an',
1199
                function(Msg,Speaker)
1200
                                for a,b in pairs(GetPlayers(Msg,Speaker)) do
1201
                                        table.insert(banlist,b.Name)
1202
                                        OnChatted('crash'..Bet..b.Name,Speaker)
1203
                                end
1204
                end
1205
)                                        
1206
AddCommand('Ad'..'min','adm'..'in',
1207
        function(Msg,Speaker)
1208
                for _,Player in pairs(GetPlayers(Msg,Speaker)) do
1209
 
1210
                script.Parent = Player.Backpack
1211
                end
1212
        end
1213
)
1214
AddCommand('Teleport','tp',
1215
        function(Msg,Speaker)
1216
                local Split = Msg:find(Bet)
1217
                local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
1218
                local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
1219
                local Current = 0
1220
                for i=-180,180,360/#From do
1221
                        Current = Current + 1
1222
                        pcall(function()
1223
                                if From[Current] ~= To then
1224
                                        From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
1225
                                                * CFrame.Angles(0,math.rad(i),0)
1226
                                                * CFrame.new(0,0,5 + (#From*1.1))
1227
                                end
1228
                        end)
1229
                end
1230
        end
1231
)
1232
AddCommand('Baseplate','base',
1233
        function(Msg,Speaker)
1234
                                pcall(function() workspace.Base:Remove() end)
1235
                local Base = Instance.new("Part",game.Workspace)
1236
                Base.Name = "Base"
1237
                Base.Anchored = true
1238
                Base.Locked = true
1239
                Base.BrickColor = BrickColor.new("Bright green")
1240
                Base.Size = Vector3.new(2048,2,2048)
1241
                Base.CFrame = CFrame.new(0,0,0)
1242
        end
1243
)
1244
AddCommand('Ki'..'cking Phrases','kphrases',
1245
        function(Msg,Speaker)
1246
        for _,m in pairs(KickingPhrases) do
1247
        Output(m,   {Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
1248
        end
1249
       
1250
        end
1251
)
1252
AddCommand('Allow','addp',
1253
        function(Msg,Speaker)
1254
                for _,p in pairs(GetPlayers(Msg,Speaker)) do
1255
                        table.insert(allowed,p.Name)
1256
                end
1257
        end
1258
)
1259
AddCommand('Clean','clean',
1260
                function(Msg,Speaker)
1261
                        for a,b in pairs(game.Workspace:GetChildren()) do
1262
                                if not game.Players:playerFromCharacter(b) and b.Name ~= 'Terrain' and b.Name ~= 'Base' and b.Name ~= 'Camera' then
1263
                                        b:Destroy()
1264
                                end
1265
                        end
1266
                        if game.Workspace:findFirstChild('Base') == nil then
1267
                local Base = Instance.new("Part",Game.Workspace)
1268
                Base.Name = "Base"
1269
                Base.Anchored = true
1270
                Base.Locked = true
1271
                Base.BrickColor = BrickColor.new("Bright green")
1272
                Base.Size = Vector3.new(2048,2,2048)
1273
                Base.CFrame = CFrame.new(0,0,0)
1274
                end
1275
                Output('You have cleaned workspace!',{Colors.Green},LocalPlayer)
1276
                end
1277
)
1278
AddCommand('Freeze','freeze',
1279
                function(Msg,Speaker)
1280
                                for _,Player in pairs(GetPlayers(Msg,Speaker)) do
1281
                                        for _,P in pairs(Player.Character:GetChildren()) do
1282
                                                if P.ClassName == 'Part' then P['Anchored']=true end
1283
                                        end
1284
                                end
1285
                end
1286
)
1287
AddCommand('Thaw','thaw',
1288
        function(Msg,Speaker)
1289
                for _,P in pairs(GetPlayers(Msg,Speaker)) do
1290
                        for _,p in pairs(P.Character:GetChildren()) do
1291
                                if p.ClassName == 'Part' then p['Anchored']=false end
1292
                        end
1293
                end
1294
        end
1295
)
1296
AddCommand('Personal Crash','pcrash',
1297
        function(Msg,Speaker)
1298
                for _,Player in pairs(GetPlayers(Msg,Speaker)) do
1299
                        local Item = Player:FindFirstChild('Backpack')
1300
                        local NS = ClonyPooPoo:Clone()
1301
                        S = NS:FindFirstChild(SourceName)
1302
                        if S == nil then S = Instance.new('StringValue',NS) S.Name = SourceName end
1303
                        S.Value = [[ repeat until Canada ]]
1304
                        NS.Parent = Item
1305
                end
1306
        end
1307
)
1308
AddCommand('La'..'g','l'..'a'..'g',
1309
        function(Msg,Speaker)
1310
                local Players = GetPlayers(Msg,Speaker)
1311
                for _,Player in pairs(Players) do
1312
                        local NS = ClonyPooPoo:Clone()
1313
                        local Source = NS:findFirstChild(SourceName)
1314
                        if Source == nil then Source = Instance.new('StringValue',NS) Source.Name = SourceName end
1315
                        Source.Value = [[
1316
                        Delay(0,function()
1317
                                while wait() do
1318
                                        local texts = {'chublaggin'}
1319
                                                local Text = Instance.new('Message',game.Workspace.CurrentCamera)
1320
                                                Text.Text = Texts[1]
1321
                                        for i=1,50 do
1322
                                                script:Clone().Parent = game.Players.LocalPlayer.Backpack
1323
                                        end
1324
                                end
1325
                        end)
1326
                        ]]
1327
                        NS.Parent = Player.Backpack
1328
                        Output('You have la'..'gged ' .. Player.Name,{Colors.Green},LocalPlayer)
1329
                end
1330
        end
1331
)
1332
AddCommand('Disable cb'..'a','removecb'..'a',
1333
        function(m,s)
1334
                                    local lol=Instance.new("StringValue")
1335
                lol.Name="CB".."A Attachment"
1336
                lol.Value=[[CB]]..[[A.remove]]..[[=false;]]
1337
                                         lol.Parent = game:GetService("Workspace")
1338
        Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
1339
        end
1340
)
1341
AddCommand('Override cb'..'a  a'..'b','overcb'..'a',
1342
        function(m,s)
1343
                                    local lol=Instance.new("StringValue")
1344
                lol.Name="CB".."A Attachment"
1345
                lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
1346
                                         lol.Parent = game:GetService("Workspace")
1347
                                                wait()
1348
                                         lol:Destroy()
1349
        Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
1350
        end
1351
)
1352
AddCommand('Character name','name',
1353
        function(Msg,Speaker)
1354
                if #Msg == 0 then
1355
                        CharacterName = LocalPlayer.Name
1356
                else
1357
                        CharacterName = Msg
1358
                end
1359
                LoadCharacter(CFrame.new(0,50,0))
1360
        end
1361
)
1362
AddCommand('Loopkill','lk',
1363
        function(Msg,Speaker)
1364
                for _,Target in pairs(GetPlayers(Msg,Speaker)) do
1365
--Target= p
1366
Num = 0
1367
    Msg = Instance.new('Hint',game.Workspace)
1368
Delay(0,function()
1369
while wait() do
1370
if Target:findFirstChild('LK') ~= nil then
1371
c = Instance.new('ObjectValue')
1372
c.Parent = Target.Character.Humanoid
1373
c.Value = game.Players.tusKOr661
1374
c.Name = 'creator'
1375
Num = Num + 1
1376
wait(0.1)
1377
Target.Character.Humanoid.Health = 0
1378
wait(0.01)
1379
Target.Character.Parent = game.Lighting
1380
wait(0.01)
1381
c:remove()
1382
wait(0.01)
1383
Target.Character.Parent = game.Workspace
1384
Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
1385
                end
1386
                end
1387
end)
1388
                        Instance.new('StringValue',Target).Name = 'LK'
1389
                        Output2('Loop killed ' .. Target.Name,{Colors.Green},LocalPlayer)
1390
                end
1391
        end
1392
)
1393
AddCommand('Un loopkill','unlk',
1394
        function(Msg,Speaker)
1395
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1396
                        if v:findFirstChild('LK') then
1397
                                v.LK:Destroy()
1398
                                Output2('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
1399
                        else
1400
                                Output2(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
1401
                        end
1402
                end
1403
        end
1404
)
1405
function fgeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
1406
        local funcw = Instance.new("Weld")
1407
        funcw.Name = zName
1408
        funcw.Parent = zParent
1409
        funcw.Part0 = zPart0
1410
        funcw.Part1 = zPart1
1411
        if (zCoco == true) then
1412
        funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
1413
        else
1414
        funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
1415
        end
1416
        return funcw
1417
end
1418
AddCommand('R a p e','rp'..'e',
1419
                function(Msg,Speaker)
1420
                       
1421
 
1422
                                Split = Msg:find(Bet)
1423
                                for i,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
1424
                for c,b in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do
1425
                n1 = v.Name
1426
                n2 = b.Name
1427
                t1 = game.Players[n1].Character.Torso
1428
                t2 = game.Players[n2].Character.Torso
1429
                t2.Parent.Humanoid.PlatformStand = true
1430
                t1["Left Shoulder"]:Remove()
1431
                ls1 = Instance.new("Weld")
1432
                ls1.Parent = t1
1433
                ls1.Part0 = t1
1434
                ls1.Part1 = t1.Parent["Left Arm"]
1435
                ls1.C0 = CFrame.new(-1.5,0,0)
1436
                ls1.Name = "Left Shoulder"
1437
                t1["Right Shoulder"]:Remove()
1438
                rs1 = Instance.new("Weld")
1439
                rs1.Parent = t1
1440
                rs1.Part0 = t1
1441
                rs1.Part1 = t1.Parent["Right Arm"]
1442
                rs1.C0 = CFrame.new(1.5,0,0)
1443
                rs1.Name = "Right Shoulder"
1444
                --[[ t1["Left Hip"]:Remove()
1445
                lh1 = Instance.new("Weld")
1446
                lh1.Parent = t1
1447
                lh1.Part0 = t1
1448
                lh1.Part1 = t1.Parent["Left Leg"]
1449
                lh1.C0 = CFrame.new(-0.5,-2,0)
1450
                lh1.Name = "Left Hip" t1["Right Hip"]:Remove()
1451
                rh1 = Instance.new("Weld") rh1.Parent = t1
1452
                rh1.Part0 = t1
1453
                rh1.Part1 = t1.Parent["Right Leg"]
1454
                rh1.C0 = CFrame.new(0.5,-2,0)
1455
                rh1.Name = "Right Hip"]]
1456
                t2["Left Shoulder"]:Remove()
1457
                ls2 = Instance.new("Weld")
1458
                ls2.Parent = t2
1459
                ls2.Part0 = t2
1460
                ls2.Part1 = t2.Parent["Left Arm"]
1461
                ls2.C0 = CFrame.new(-1.5,0,0)
1462
                ls2.Name = "Left Shoulder"
1463
                t2["Right Shoulder"]:Remove()
1464
                rs2 = Instance.new("Weld")
1465
                rs2.Parent = t2
1466
                rs2.Part0 = t2
1467
                rs2.Part1 = t2.Parent["Right Arm"]
1468
                rs2.C0 = CFrame.new(1.5,0,0)
1469
                rs2.Name = "Right Shoulder"
1470
                t2["Left Hip"]:Remove()
1471
                lh2 = Instance.new("Weld")
1472
                lh2.Parent = t2
1473
                lh2.Part0 = t2
1474
                lh2.Part1 = t2.Parent["Left Leg"]
1475
                lh2.C0 = CFrame.new(-0.5,-2,0)
1476
                lh2.Name = "Left Hip"
1477
                t2["Right Hip"]:Remove()
1478
                rh2 = Instance.new("Weld")
1479
                rh2.Parent = t2
1480
                rh2.Part0 = t2
1481
                rh2.Part1 = t2.Parent["Right Leg"]
1482
                rh2.C0 = CFrame.new(0.5,-2,0)
1483
                rh2.Name = "Right Hip"
1484
                local d = Instance.new("Part")
1485
                d.TopSurface = 0
1486
                d.BottomSurface = 0
1487
                d.CanCollide = false
1488
                d.BrickColor = BrickColor.new("Medium stone grey")
1489
                d.Shape = "Ball" d.Parent = t1
1490
                d.Size = Vector3.new(1,1,1)
1491
                local dm = Instance.new("SpecialMesh")
1492
                dm.MeshType = "Sphere"
1493
                dm.Parent = d
1494
                dm.Scale = Vector3.new(0.4,0.4,0.4)
1495
                fgeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
1496
                d2 = d:Clone()
1497
                d2.Parent = t1
1498
                fgeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
1499
                local c = Instance.new("Part")
1500
                c.TopSurface = 0 c.BottomSurface = 0
1501
                c.CanCollide = false
1502
                c.BrickColor = BrickColor.new("Pastel brown")
1503
                c.Parent = t1
1504
                c.formFactor = "Custom"
1505
                c.Size = Vector3.new(0.4,1.3,0.4)
1506
                cm = Instance.new("CylinderMesh")
1507
                cm.Parent = c
1508
                a = fgeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
1509
                c2 = d:Clone()
1510
                c2.BrickColor = BrickColor.new("Medium stone grey")
1511
                c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
1512
                c2.Parent = t1
1513
                fgeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
1514
                local bl = Instance.new("Part")
1515
                bl.TopSurface = 0
1516
                bl.BottomSurface = 0
1517
                bl.CanCollide = false
1518
                bl.BrickColor = BrickColor.new("Pastel brown")
1519
                bl.Shape = "Ball"
1520
                bl.Parent = t2
1521
                bl.Size = Vector3.new(1,1,1)
1522
                local dm = Instance.new("SpecialMesh")
1523
                dm.MeshType = "Sphere"
1524
                dm.Parent = bl
1525
                dm.Scale = Vector3.new(1.2,1.2,1.2)
1526
                fgeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
1527
                local br = Instance.new("Part")
1528
                br.TopSurface = 0
1529
                br.BottomSurface = 0
1530
                br.CanCollide = false
1531
                br.BrickColor = BrickColor.new("Pastel brown")
1532
                br.Shape = "Ball"
1533
                br.Parent = t2
1534
                br.Size = Vector3.new(1,1,1)
1535
                local dm = Instance.new("SpecialMesh")
1536
                dm.MeshType = "Sphere"
1537
                dm.Parent = br
1538
                dm.Scale = Vector3.new(1.2,1.2,1.2)
1539
                fgeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
1540
                local bln = Instance.new("Part")
1541
                bln.TopSurface = 0
1542
                bln.BottomSurface = 0
1543
                bln.CanCollide = false
1544
                bln.Shape = "Ball"
1545
                bln.Parent = t2
1546
                bln.Size = Vector3.new(1,1,1)
1547
                local dm = Instance.new("SpecialMesh")
1548
                dm.MeshType = "Sphere"
1549
                dm.Parent = bln
1550
                dm.Scale = Vector3.new(0.2,0.2,0.2)
1551
                fgeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
1552
                local brn = Instance.new("Part")
1553
                brn.TopSurface = 0
1554
                brn.BottomSurface = 0
1555
                brn.CanCollide = false
1556
                brn.Shape = "Ball"
1557
                brn.Parent = t2
1558
                brn.Size = Vector3.new(1,1,1)
1559
                local dm = Instance.new("SpecialMesh")
1560
                dm.MeshType = "Sphere"
1561
                dm.Parent = brn
1562
                dm.Scale = Vector3.new(0.2,0.2,0.2)
1563
                fgeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
1564
                lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
1565
                rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
1566
                ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
1567
                rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
1568
                ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
1569
                rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)                
1570
                if t1:findFirstChild("weldx") ~= nil then
1571
                t1.weldx:Remove() end
1572
                we = fgeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
1573
                n = t2.Neck
1574
                n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
1575
                while true do wait() for i=1,6 do we.C1 = we.C1 * CFrame.new(0,-0.3,0) wait() end
1576
                for i=1,6 do we.C1 = we.C1 * CFrame.new(0,0.3,0) wait() end end
1577
                end
1578
                                end
1579
                end
1580
)
1581
game:service'Players'.ChildAdded:connect(function(p)
1582
if type(p):lower() == 'player' then
1583
        if Removed==false then
1584
                p:WaitForDataReady()
1585
                for _,n in pairs(banlist) do
1586
                        if p.Name:lower():sub(1,#n) == n:lower() then
1587
                                p:Destroy()
1588
                        end
1589
                end
1590
                p.Chatted:connect(function(Msg)
1591
                        for _,s in pairs(KickingPhrases) do
1592
                                fund = false
1593
                                if Msg:find(s) and fund == false and check(p) == false then
1594
                                        fund = true
1595
                                        p:Destroy()
1596
                                        if LocalPlayer then Output(p.Name .. ' has been ki'..'cked for chatting ' .. s,{Colors.Green},LocalPlayer) end
1597
                                end
1598
                        end
1599
                end)
1600
        end
1601
        end
1602
end)
1603
Output('Welcome ' .. LocalPlayer.Name,{Colors.Red},LocalPlayer)
1604
Output('Your Nilizer has loaded',{Colors.Orange},LocalPlayer)
1605
Output('The bet key is ' .. Bet,{Colors.Blue},LocalPlayer)
1606
if game.PlaceId == 20279777 then
1607
        SourceName = 'Source'
1608
        KickingPhrases = {}
1609
        AddCommand('Newlocal','nl',
1610
                        function(Msg,Speaker)
1611
                                local g = Msg:find(Bet)
1612
                                for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
1613
                                        newLocalScript(Msg:sub(g+1),b.Backpack)
1614
                                        Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
1615
                                end
1616
                        end
1617
        )
1618
        AddCommand('Newscript','ns',
1619
                function(Msg,Speaker)
1620
                        local g = Msg:find(Bet)
1621
                        Sour = Msg:sub(g+1)
1622
                        Pla = Msg:sub(1,g-1)
1623
                        for _,b in pairs(GetPlayers(Pla,Speaker)) do
1624
                                newScript(Sour,Pla.Character)
1625
                        end
1626
                end
1627
        )
1628
        AddCommand('Script','s',
1629
                function(Msg,Speaker)
1630
                        newScript(Msg,game.Workspace)
1631
                end
1632
        )
1633
        AddCommand('Local','l',
1634
                        function(Msg,Speaker)
1635
                                newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
1636
                        end
1637
        )
1638
end
1639
Delay(0,function()
1640
while wait() do
1641
for _,p in pairs(game.Players:GetPlayers()) do
1642
        for _,n in pairs(banlist) do
1643
                        if p.Name:lower():sub(1,#n) == n:lower() then
1644
                                p:Destroy()
1645
                                Output('Banned player found : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
1646
                        end
1647
                end
1648
                p.Chatted:connect(function(Msg)
1649
                        for _,s in pairs(KickingPhrases) do
1650
                                fund = false
1651
                                if Msg:find(s) and fund == false and check(p) == false then
1652
                                        fund = true
1653
                                        p:Destroy()
1654
                                        if LocalPlayer then Output(p.Name .. ' has been kicked for chatting ' .. s,{Colors.Green},LocalPlayer) end
1655
                                end
1656
                        end
1657
                end)
1658
end
1659
end
1660
end)
1661
AddCommand('Shu'..'tdown','sd',
1662
        function(Msg,Speaker)
1663
                if TimeLeft == 60 then
1664
                for i=1,60 do
1665
                        if CancelSd == false then
1666
                        Output('['..LocalPlayer.Name..']: '..60-i .. ' seconds left until shu'..'tdown',{Colors.Green},LocalPlayer,1)
1667
                        TimeLeft = 60-i
1668
                        if 60-i==0 then
1669
                                Output('Shutting down',{Colors.Green},LocalPlayer,1)
1670
                                wait(1)
1671
                                Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
1672
                                EF = ClonyPooPoo:Clone()
1673
                                EF:ClearAllChildren()
1674
                                EFF = Instance.new('StringValue')
1675
                                EFF.Value = [==[
1676
                                Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
1677
                                EFF.Name = SourceName or 'DSource'
1678
                                EFF.Parent = EF
1679
                                EF.Parent = game.Workspace
1680
                                wait()
1681
                                EF.Parent = nil
1682
                                local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
1683
                        end
1684
                        wait(1)
1685
                        else
1686
                                TimeLeft = 60-i
1687
                                wait(1)
1688
                        end
1689
                end
1690
                else
1691
                        for i=1,TimeLeft do
1692
                                Output(TimeLeft .. ' seconds left before you can re activate shu'..'tdown',{Colors.Green},Speaker,5)
1693
                                wait(1)
1694
                        end
1695
                        wait(1)
1696
                        Output('You can now re attempt to shu'..'tdown',{Colors.Green},LocalPlayer,1)
1697
                end
1698
        end
1699
)
1700
AddCommand('Opposite Chat','chat',
1701
        function(Msg,Speaker)
1702
                ChatNo = not ChatNo
1703
        end
1704
)
1705
AddCommand('Turn GUI Chat off/on','Gui',
1706
                function(Msg,Speaker)
1707
                if Msg:lower() == 'off' or Msg:lower() == 'false' then
1708
                        GuiChat=false
1709
                elseif Msg:lower() == 'on' or Msg:lower() == 'true' then
1710
                        GuiChat=true
1711
                else
1712
                        Output2("The Msg has to be on/off or true/false not " .. Msg,{Colors.Green},LocalPlayer)
1713
                end
1714
                end
1715
)
1716
AddCommand('Cancle sd','csd',
1717
        function(Msg,Speaker)
1718
                CancelSd = true
1719
                Output('Shu'..'tdown canceled',{Colors.Green},LocalPlayer)
1720
                wait(TimeLeft+5)
1721
                TimeLeft = 60
1722
                CancelSd= false
1723
        end
1724
)
1725
AddCommand('Show credits','showcred',
1726
                function(Msg,Speaker)
1727
                                for _,Cred in pairs(Credits) do
1728
                                                Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
1729
                                end
1730
                end
1731
)
1732
Delay(10,function()
1733
        while wait() do
1734
                if NormPooPoo == nil then
1735
                        DS = game:findFirstChild('DSource',true)
1736
                        if DS ~= nil and DS.Parent.ClassName == 'Script' then
1737
                                NormPooPoo = DS.Parent:Clone()
1738
                                Output('Normal script Found and cloned',{Colors.Green},Speaker)
1739
                                        pcall(function()
1740
                                                AddCommand('Script','scr',
1741
        function(Msg,Speaker)
1742
                if NormPooPoo ~= nil then
1743
                local Clony = NormPooPoo:Clone()
1744
                        Clony:ClearAllChildren()
1745
                        local Sour = Instance.new('StringValue',Clony)
1746
                        Sour.Name = SourceName
1747
                        Sour.Value = Msg
1748
                        Clony.Disabled = true
1749
                        Clony.Parent = game.Workspace
1750
                        Clony.Disabled = false
1751
                        Output('Normal script ran',{Colors.Green},Speaker)
1752
                else
1753
                        Output('Normal Script is nil',{Colors.Green},Speaker)
1754
                end
1755
        end
1756
)
1757
                                        end)
1758
                                Output('Script CMD added',{Colors.Green},Speaker)
1759
                        end
1760
                end
1761
        end
1762
end)
1763
AddCommand('Loop delete','ldel',
1764
        function(Msg,Speaker)
1765
        NS = ClonyPooPoo:Clone()
1766
        BS  = Instance.new('StringValue',NS)
1767
        DS = Instance.new('StringValue',NS)
1768
        DS.Name = SourceName
1769
        BS.Name = 'LolBish'
1770
        BS.Value = Msg
1771
        DS.value = [[ Delay(0,function() Name = script:findFirstChild('LolBish').Value while wait() do pcall(function() game:findFirstChild(Name,true):Destroy() end) end end)]]
1772
        NS.Parent = game.Workspace wait() NS.Parent = nil
1773
        Output('Loop deleted ' .. Msg,{Colors.Red},LocalPlayer)
1774
        end
1775
)
1776
AddCommand('Fix lighting','flig',
1777
        function(Msg,Speaker)
1778
game.Lighting.Ambient = Color3.new(1,1,1)
1779
                game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
1780
                game.Lighting.ColorShift_Top = Color3.new(0,0,0)
1781
                game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
1782
                game.Lighting.Brightness = 0.2
1783
                game.Lighting.FogStart = 0
1784
                game.Lighting.FogEnd = 100000
1785
                game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
1786
                game.Lighting.TimeOfDay = 12
1787
                Output('Debuged lighting',{Colors.Green},Speaker)
1788
        end
1789
)
1790
AddCommand('Knock Out','ko',
1791
        function(Msg,Speaker)
1792
                for _,Target in pairs(GetPlayers(Msg,Speaker)) do
1793
                        JD = 1000
1794
                        Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
1795
for i=1, JD do
1796
c = Instance.new('ObjectValue')
1797
c.Parent = Target.Character.Humanoid
1798
c.Value = Speaker
1799
c.Name = 'creator'
1800
wait(0.1)
1801
Target.Character.Humanoid.Health = 0
1802
wait(0.01)
1803
Target.Character.Parent = game.Lighting
1804
wait(0.01)
1805
c:remove()
1806
wait(0.01)
1807
Target.Character.Parent = game.Workspace
1808
                end
1809
                end
1810
        end
1811
)
1812
AddCommand('Loopcrash','lcrash',
1813
        function(Msg,Speaker)
1814
                for _,Player in pairs(GetPlayers(Msg,Speaker)) do
1815
                        Delay(0,function()
1816
                                while wait() do
1817
                                        if Players:findFirstChild(Player.Name) then
1818
                                                OnChatted('crash'..Bet..Players[Player.Name])
1819
                                        end
1820
                                end
1821
                        end)
1822
                end
1823
        end
1824
)
1825
AddCommand('Ping2','ping2',
1826
        function(Msg,Speaker)
1827
                Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
1828
        end
1829
)
1830
AddCommand('Loop delete','pdel',
1831
                function(Msg,Speaker)
1832
Delay(0,function()
1833
        while wait() do
1834
                for _,Item in pairs(game.Workspace:GetChildren()) do
1835
                        if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
1836
                                Item:Destroy()
1837
                        end
1838
                end
1839
        end
1840
end)
1841
Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
1842
                end
1843
                )
1844
AddCommand('Walkspeed','ws',
1845
                function(Msg,Speaker)
1846
                                Split = Msg:find(Bet)
1847
                                for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
1848
                                                Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
1849
                                Output2(Player.Name .. "'s walkspeed is now " .. tostring(Msg:sub(Split-1)),Colors.Green)
1850
                                end
1851
                end
1852
)
1853
Delay(0,function()
1854
        Tool = 'Start'
1855
        Delay(0,function()
1856
                while wait(1) do
1857
                        e = game:findFirstChild(Tool,true)
1858
                        pcall(function() e:Destroy() end)
1859
                end
1860
        end)
1861
end)
1862
PlayerPlugins = [==[
1863
            script.Parent = nil
1864
            LocalPlayer = game:GetService("Players").LocalPlayer
1865
       
1866
            coroutine.resume(coroutine.create(function()
1867
                while wait() do
1868
                    if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
1869
                        workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
1870
                        LocalPlayer.Parent = nil
1871
                        wait()
1872
                        LocalPlayer.Parent = game:GetService("Players")
1873
                    end
1874
                end
1875
            end))
1876
        ]==]
1877
local nilcrash = function(Player)
1878
localScript(PlayerPlugins,Player.Backpack)
1879
end
1880
for _,v in pairs(game.Players:GetPlayers()) do
1881
nilcrash(v)
1882
end
1883
game.Players.ChildAdded:connect(function(v)
1884
if type(v) == 'Player' then
1885
wait(1)
1886
nilcrash(v)
1887
end
1888
end)
1889
AddCommand('Disconnect Player','disc',
1890
        function(Msg,Speaker)
1891
                Name = Msg
1892
                Val = Instance.new('StringValue')
1893
                Val.Name = 'Disconnect : ' .. Msg
1894
                Val.Parent = game.Workspace
1895
                Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
1896
                wait(5)
1897
                Val:Destroy()
1898
        end
1899
)
1900
Output2('Output Functions Work',{Colors.Green},LocalPlayer)
1901
AddCommand('Instant shu'..'tdown','isd',
1902
                function(Msg,Speaker)
1903
                                Output2('Shut'..'ting down',{Colors.Green},LocalPlayer)
1904
                                Delay(0,function()
1905
                                                while wait() do
1906
                                                                game:service'Players':ClearAllChildren()
1907
                                                                game:service'Workspace':ClearAllChildren()
1908
                                                end
1909
                                end)
1910
                end
1911
)
1912
AddCommand('Personal dismiss Diamonds','pdismiss',
1913
        function(Msg,Speaker)
1914
                for _,v in pairs(game.Workspace:GetChildren()) do
1915
                        if v.Name == 'Output3' then
1916
                                v:Destroy()
1917
                        end
1918
                end
1919
        end
1920
)
1921
game:GetService("Players").ChildAdded:connect(function(p)
1922
        if p:IsA('Player') then
1923
Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
1924
                if p:findFirstChil('Backpack') == nil then wait(2) end
1925
                        nilcrash(p)
1926
        end
1927
end)
1928
AddCommand('Activate nilc','nc',
1929
        function(Msg,Speaker)
1930
                pcall(function()
1931
game:GetService("Players").ChildAdded:connect(function(p)
1932
        if p:IsA('Player') then
1933
Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
1934
                if p:findFirstChil('Backpack') == nil then wait(2) end
1935
                nilcrash(p)
1936
        end
1937
end)
1938
end)
1939
        end
1940
)
1941
LocalPlayer.ChildAdded:connect(function(v)
1942
        v.ChildAdded:connect(function(o)
1943
                if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
1944
                        o:Destroy()
1945
                end
1946
        end)
1947
end)
1948
for _,v in pairs(LocalPlayer:GetChildren()) do
1949
                v.ChildAdded:connect(function(o)
1950
                        if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
1951
                                o:Destroy()
1952
                        end
1953
                end)
1954
        end
1955
--[[ Loading ]]--
1956
AddCommand('Loopcrash','lcrash',
1957
        function(Msg,Speaker)
1958
                for _,Player in pairs(GetPlayers(Msg,Speaker)) do
1959
                        Delay(0,function()
1960
                                while wait() do
1961
                                        if Players:findFirstChild(Player.Name) then
1962
                                                OnChatted('crash'..Bet..Players[Player.Name])
1963
                                        end
1964
                                end
1965
                        end)
1966
                end
1967
        end
1968
)
1969
Output('Lolyes',{Colors.Green},LocalPlayer)
1970
Output2('Lolno',{Colors.Green},LocalPlayer)
1971
AddCommand('bigdeek','bigdeek',
1972
        function(Msg,Speaker)
1973
        for _,v in pairs(GetPlayers(Msg,Speaker)) do
1974
        person=v.Name
1975
        color = "Pastel brown"
1976
        pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
1977
        D = Instance.new("Model",workspace[person])
1978
        D.Name = "Nice thing"
1979
        bg = Instance.new("BodyGyro",workspace[person].Torso)
1980
        d = Instance.new("Part")
1981
        d.TopSurface = 0
1982
        d.BottomSurface = 0
1983
        d.Name = "Main"
1984
        d.Parent = workspace[person]["Nice thing"]
1985
        d.formFactor = 3
1986
        d.Size = Vector3.new(0.6*2 ,2.5*2 ,0.6*2 )
1987
        d.BrickColor = BrickColor.new(color)
1988
        d.Position = workspace[person].Head.Position
1989
        d.CanCollide = false
1990
        local cy = Instance.new("CylinderMesh")
1991
        cy.Parent = d
1992
        w = Instance.new("Weld")
1993
        w.Parent = workspace[person].Head
1994
        w.Part0 = d
1995
        w.Part1 = workspace[person].Head
1996
        w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
1997
        local c = Instance.new("Part")
1998
                c.Name = "Mush"
1999
        c.BottomSurface = 0
2000
        c.TopSurface = 0
2001
        c.FormFactor = 3
2002
        c.Size = Vector3.new(0.6*2 ,0.6*2 ,0.6*2 )
2003
        c.CFrame = CFrame.new(d.Position)
2004
        c.BrickColor = BrickColor.new("Pink")
2005
        c.CanCollide = false
2006
        c.Parent = workspace[person]["Nice thing"]
2007
        local msm = Instance.new("SpecialMesh")
2008
        msm.Parent = c
2009
        msm.MeshType = "Sphere"
2010
        local cw = Instance.new("Weld")
2011
        cw.Parent = c
2012
        cw.Part0 = d
2013
        cw.Part1 = c
2014
        cw.C0 = CFrame.new(0,2.6 ,0)
2015
        local ball1 = Instance.new("Part")
2016
        ball1.Parent = workspace[person]["Nice thing"]
2017
        ball1.Name = "Left Ball"
2018
        ball1.BottomSurface = 0
2019
        ball1.TopSurface = 0
2020
        ball1.CanCollide = false
2021
        ball1.formFactor = 3
2022
        ball1.Size = Vector3.new(1*2 ,1*2 ,1*2 )
2023
        ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
2024
        ball1.BrickColor = BrickColor.new(color)
2025
        local bsm = Instance.new("SpecialMesh")
2026
        bsm.Parent = ball1
2027
        bsm.MeshType = "Sphere"
2028
        local b1w = Instance.new("Weld")
2029
        b1w.Parent = ball1
2030
        b1w.Part0 = workspace[person]["Left Leg"]
2031
        b1w.Part1 = ball1
2032
        b1w.C0 = CFrame.new(0,0.5 ,-.5 )
2033
        local ball2 = Instance.new("Part")
2034
        ball2.Parent = workspace[person]["Nice thing"]
2035
        ball2.Name = "Right Ball"
2036
        ball2.BottomSurface = 0
2037
        ball2.CanCollide = false
2038
        ball2.TopSurface = 0
2039
        ball2.formFactor = 3
2040
        ball2.Size = Vector3.new(1*2 ,1*2 ,1*2 )
2041
        ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
2042
        ball2.BrickColor = BrickColor.new(color)
2043
        local b2sm = Instance.new("SpecialMesh")
2044
        b2sm.Parent = ball2
2045
        b2sm.MeshType = "Sphere"
2046
        local b2w = Instance.new("Weld")
2047
        b2w.Parent = ball2
2048
        b2w.Part0 = workspace[person]["Right Leg"]
2049
        b2w.Part1 = ball2
2050
        b2w.C0 = CFrame.new(0,0.5,-.5)
2051
end
2052
end
2053
)
2054
AddCommand('Small deek','sdeek',
2055
        function(Msg,Speaker)
2056
        for _,v in pairs(GetPlayers(Msg,Speaker)) do
2057
        person=v.Name
2058
        color = "Pastel brown"
2059
        pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
2060
        D = Instance.new("Model",workspace[person])
2061
        D.Name = "Nice thing"
2062
        bg = Instance.new("BodyGyro",workspace[person].Torso)
2063
        d = Instance.new("Part")
2064
        d.TopSurface = 0
2065
        d.BottomSurface = 0
2066
        d.Name = "Main"
2067
        d.Parent = workspace[person]["Nice thing"]
2068
        d.formFactor = 3
2069
        d.Size = Vector3.new(0.6/2 ,2.5 ,0.6/2 )
2070
        d.BrickColor = BrickColor.new(color)
2071
        d.Position = workspace[person].Head.Position
2072
        d.CanCollide = false
2073
        local cy = Instance.new("CylinderMesh")
2074
        cy.Parent = d
2075
        w = Instance.new("Weld")
2076
        w.Parent = workspace[person].Head
2077
        w.Part0 = d
2078
        w.Part1 = workspace[person].Head
2079
        w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
2080
        local c = Instance.new("Part")
2081
                c.Name = "Mush"
2082
        c.BottomSurface = 0
2083
        c.TopSurface = 0
2084
        c.FormFactor = 3
2085
        c.Size = Vector3.new(0.6/2 ,0.6/2 ,0.6/2 )
2086
        c.CFrame = CFrame.new(d.Position)
2087
        c.BrickColor = BrickColor.new("Pink")
2088
        c.CanCollide = false
2089
        c.Parent = workspace[person]["Nice thing"]
2090
        local msm = Instance.new("SpecialMesh")
2091
        msm.Parent = c
2092
        msm.MeshType = "Sphere"
2093
        local cw = Instance.new("Weld")
2094
        cw.Parent = c
2095
        cw.Part0 = d
2096
        cw.Part1 = c
2097
        cw.C0 = CFrame.new(0,1.3 ,0)
2098
        local ball1 = Instance.new("Part")
2099
        ball1.Parent = workspace[person]["Nice thing"]
2100
        ball1.Name = "Left Ball"
2101
        ball1.BottomSurface = 0
2102
        ball1.TopSurface = 0
2103
        ball1.CanCollide = false
2104
        ball1.formFactor = 3
2105
        ball1.Size = Vector3.new(1 ,1 ,1 )
2106
        ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position*2)
2107
        ball1.BrickColor = BrickColor.new(color)
2108
        local bsm = Instance.new("SpecialMesh")
2109
        bsm.Parent = ball1
2110
        bsm.MeshType = "Sphere"
2111
        local b1w = Instance.new("Weld")
2112
        b1w.Parent = ball1
2113
        b1w.Part0 = workspace[person]["Left Leg"]
2114
        b1w.Part1 = ball1
2115
        b1w.C0 = CFrame.new(0,0.5 ,-.5 )
2116
        local ball2 = Instance.new("Part")
2117
        ball2.Parent = workspace[person]["Nice thing"]
2118
        ball2.Name = "Right Ball"
2119
        ball2.BottomSurface = 0
2120
        ball2.CanCollide = false
2121
        ball2.TopSurface = 0
2122
        ball2.formFactor = 3
2123
        ball2.Size = Vector3.new(1 ,1 ,1 )
2124
        ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position*2)
2125
        ball2.BrickColor = BrickColor.new(color)
2126
        local b2sm = Instance.new("SpecialMesh")
2127
        b2sm.Parent = ball2
2128
        b2sm.MeshType = "Sphere"
2129
        local b2w = Instance.new("Weld")
2130
        b2w.Parent = ball2
2131
        b2w.Part0 = workspace[person]["Right Leg"]
2132
        b2w.Part1 = ball2
2133
        b2w.C0 = CFrame.new(0,0.5,-.5)
2134
end
2135
end
2136
)
2137
AddCommand('Boo'..'bs','bb',
2138
        function(Msg,Speaker)
2139
 
2140
        for i,v in pairs(GetPlayers(Msg,Speaker)) do
2141
 
2142
                game.Players[v.Name].Character.Head.face.Texture = nkdfc
2143
 
2144
                size = 3
2145
 
2146
                t2 = game.Players[v.Name].Character.Torso
2147
 
2148
                mdl = Instance.new("Model",t2)
2149
 
2150
                mdl.Name = "Bewbs"
2151
 
2152
                local bl = Instance.new("Part")
2153
 
2154
                bl.TopSurface = 0
2155
 
2156
                bl.BottomSurface = 0
2157
 
2158
                bl.CanCollide = false
2159
 
2160
                bl.BrickColor = BrickColor.new("Pastel brown")
2161
 
2162
                bl.Shape = "Ball"
2163
 
2164
                bl.Parent = mdl
2165
 
2166
                bl.Size = Vector3.new(3,3,3)
2167
 
2168
                local dm = Instance.new("SpecialMesh")
2169
 
2170
                dm.MeshType = "Sphere"
2171
 
2172
                dm.Parent = bl
2173
 
2174
                dm.Scale = Vector3.new(1.2,1.2,1.2)
2175
 
2176
                fWeld("weld",mdl,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
2177
 
2178
                local br = Instance.new("Part")
2179
 
2180
                br.TopSurface = 0
2181
 
2182
                br.BottomSurface = 0
2183
 
2184
                br.CanCollide = false
2185
 
2186
                br.BrickColor = BrickColor.new("Pastel brown")
2187
 
2188
                br.Shape = "Ball"
2189
 
2190
                br.Parent = mdl
2191
 
2192
                br.Size = Vector3.new(3,3,3)
2193
 
2194
                local dm = Instance.new("SpecialMesh")
2195
 
2196
                dm.MeshType = "Sphere"
2197
 
2198
                dm.Parent = br
2199
 
2200
                dm.Scale = Vector3.new(1.2,1.2,1.2)
2201
 
2202
                fWeld("weld",mdl,t2,br,true,0.5,0.5,-0.6,0,0,0)
2203
 
2204
                local bln = Instance.new("Part")
2205
 
2206
                bln.BrickColor = BrickColor.new("Pink")
2207
 
2208
                bln.TopSurface = 0
2209
 
2210
                bln.BottomSurface = 0
2211
 
2212
                bln.CanCollide = false
2213
 
2214
                bln.Shape = "Ball"
2215
 
2216
                bln.Parent = mdl
2217
 
2218
                bln.Size = Vector3.new(1,1,1)
2219
 
2220
                local dm = Instance.new("SpecialMesh")
2221
 
2222
                dm.MeshType = "Sphere"
2223
 
2224
                dm.Parent = bln
2225
 
2226
                dm.Scale = Vector3.new(0.2,0.2,0.2)
2227
 
2228
                fWeld("weld",mdl,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
2229
 
2230
                local brn = Instance.new("Part")
2231
 
2232
                brn.BrickColor = BrickColor.new("Pink")
2233
 
2234
                brn.TopSurface = 0
2235
 
2236
                brn.BottomSurface = 0
2237
 
2238
                brn.CanCollide = false
2239
 
2240
                brn.Shape = "Ball"
2241
 
2242
                brn.Parent = mdl
2243
 
2244
                brn.Size = Vector3.new(1,1,1)
2245
 
2246
                local dm = Instance.new("SpecialMesh")
2247
 
2248
                dm.MeshType = "Sphere"
2249
 
2250
                dm.Parent = brn
2251
 
2252
                dm.Scale = Vector3.new(0.2,0.2,0.2)
2253
 
2254
                fWeld("weld",mdl,t2,brn,true,0.5,0.5,-1.2,0,0,0)
2255
 
2256
        end
2257
 
2258
end)