View difference between Paste ID: pxcBNbw8 and 9UyngXe4
SHOW: | | - or go back to the newest paste.
1
--[[ some commamn
2
--[[To Use Wings Double Jump! Gifted by ACTLLYFIN1234567]]--
3
--[[To flip double press a or d]]--
4
--[[Fly With Your Friends!]]--
5
--[[Have Fun And Thank Me!]]--
6
7
 if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
8
print("FE Compatibility: by WaverlyCole & Mokiros")
9
InternalData = {}
10
do
11
	script.Parent = owner.Character
12
	local Event = Instance.new("RemoteEvent")
13
	Event.Name = "UserInput"
14
	local function NewFakeEvent()
15
		local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
16
		return Fake
17
	end
18
	local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
19
	local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
20
	local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
21
		self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
22
	end};ContextActionService.UnBindAction = ContextActionService.BindAction
23
	local function TriggerEvent(self,Event,...)
24
		local Trigger = Mouse[Event]
25
		if Trigger and Trigger.fakeEvent and Trigger.Function then
26
			Trigger.Function(...)
27
		end
28
	end
29
	Mouse.TrigEvent = TriggerEvent
30
	UserInputService.TrigEvent = TriggerEvent
31
	Event.OnServerEvent:Connect(function(FiredBy,Input)
32
		if FiredBy.Name ~= owner.Name then end
33
		if Input.MouseEvent then
34
			Mouse.Target = Input.Target
35
			Mouse.Hit = Input.Hit
36
		else
37
			local Begin = Input.UserInputState == Enum.UserInputState.Begin
38
			if Input.UserInputType == Enum.UserInputType.MouseButton1 then
39
				return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
40
			end
41
			for _,Action in pairs(ContextActionService.Actions) do
42
				for _,Key in pairs(Action.Keys) do
43
					if Key==Input.KeyCode then
44
						Action.Function(Action.Name,Input.UserInputState,Input)
45
					end
46
				end
47
			end
48
			Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
49
			UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
50
		end
51
	end)
52
	InternalData["Mouse"] = Mouse
53
	InternalData["ContextActionService"] = ContextActionService
54
	InternalData["UserInputService"] = UserInputService
55
	Event.Parent = NLS([[
56
		local Player = owner
57
		local Event = script:WaitForChild("UserInput")
58
		local UserInputService = game:GetService("UserInputService")
59
		local Mouse = Player:GetMouse()
60
		local Input = function(Input,gameProcessedEvent)
61
			if gameProcessedEvent then return end
62
			Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
63
		end
64
		UserInputService.InputBegan:Connect(Input)
65
		UserInputService.InputEnded:Connect(Input)
66
		local Hit,Target
67
		while wait(1/30) do
68
			if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
69
				Hit,Target = Mouse.Hit,Mouse.Target
70
				Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
71
			end
72
		end
73
	]],owner.Character)
74
end
75
RealGame = game;game = setmetatable({},{
76
	__index = function (self,Index)
77
		local Sandbox = function (Thing)
78
			if Thing:IsA("Player") then
79
				local RealPlayer = Thing
80
				return setmetatable({},{
81
					__index = function (self,Index)
82
						local Type = type(RealPlayer[Index])
83
						if Type == "function" then
84
							if Index:lower() == "getmouse" or Index:lower() == "mouse" then
85
								return function (self)
86
									return InternalData["Mouse"]
87
								end
88
							end
89
							return function (self,...)
90
								return RealPlayer[Index](RealPlayer,...)
91
							end
92
						else
93
							if Index == "PlrObj" then
94
								return RealPlayer
95
							end
96
							return RealPlayer[Index]
97
						end
98
					end;
99
					__tostring = function(self)
100
						return RealPlayer.Name
101
					end
102
				})
103
			end
104
		end
105
		if RealGame[Index] then
106
			local Type = type(RealGame[Index])
107
			if Type == "function" then
108
				if Index:lower() == "getservice" or Index:lower() == "service" then
109
					return function (self,Service)
110
						if Service:lower() == "players" then
111
							return setmetatable({},{
112
								__index = function (self2,Index2)
113
									local RealService = RealGame:GetService(Service)
114
									local Type2 = type(Index2)
115
									if Type2 == "function" then
116
										return function (self,...)
117
											return RealService[Index2](RealService,...)
118
										end
119
									else
120
										if Index2:lower() == "localplayer" then
121
											return Sandbox(owner)
122
										end
123
										return RealService[Index2]
124
									end
125
								end;
126
								__tostring = function(self)
127
									return RealGame:GetService(Service).Name
128
								end
129
							})
130
						elseif Service:lower() == "contextactionservice" then
131
							return InternalData["ContextActionService"]
132
						elseif Service:lower() == "contextactionservice" then
133
							return InternalData["UserInputService"]
134
						elseif Service:lower() == "runservice" then
135
							return setmetatable({},{
136
								__index = function(self2,Index2)
137
									local RealService = RealGame:GetService(Service)
138
									local Type2 = type(Index2)
139
									if Type2 == "function" then
140
										return function (self,...)
141
											return RealService[Index2](RealService,...)
142
										end
143
									else
144
										if Index2:lower() == "bindtorenderstep" then
145
											return function (self,Name,Priority,Function)
146
												return RealGame:GetService("RunService").Stepped:Connect(Function)
147
											end
148
										end
149
										if Index2:lower() == "renderstepped" then
150
											return RealService["Stepped"]
151
										end
152
										return RealService[Index2]
153
									end
154
								end
155
							})
156
						else
157
							return RealGame:GetService(Service)
158
						end
159
					end
160
				end
161
				return function (self,...)
162
					return RealGame[Index](RealGame,...)
163
				end
164
			else
165
				if game:GetService(Index) then
166
					return game:GetService(Index)
167
				end
168
				return RealGame[Index]
169
			end
170
		else
171
			return nil
172
		end
173
	end
174
});Game = game;owner = game:GetService("Players").LocalPlayer;script = {}
175
print("Complete! Running...")
176
177
script.Parent = Instance.new('Glue')
178
LocalPlayer = game.Players.LocalPlayer
179
ClonyPooPoo = script:Clone()
180
NormPooPoo = nil
181
Commands = {}
182
tablets = {}
183
jai = {}
184
KL = {}
185
BL = {}
186
KFC = {}
187
atmp = {}
188
NTS = {}
189
Name = 'infinity X Tablets'
190
Bet = ";"
191
AntiFall = true -- if you never want to fall keep this true
192
Globals = _G
193
GuiChat = true
194
GlobalTable = {}
195
Explorer = {On = false, Parent = game}
196
Tablet1Size = Vector3.new(4, 0.3, 4)
197
Tablet2Size = Vector3.new(4.5,4.5,0.05)
198
TabletMain=Vector3.new(3,0.2,3)
199
Removed = false;
200
Radius = 40 -- measured by studs
201
TimeLeft = 60
202
CancelSd = false
203
kphrase = true
204
Fire = true -- If you want fire in tablets leave this true(can rueduce lag "if any" if false)
205
Light = true -- Dynamic lightning
206
Camera = workspace.CurrentCamera
207
SourceName = "DSource"
208
SourceValue = ""
209
tablets2 = {}
210
SelOut = true -- Disabled for testing
211
OutputType = true
212
ball = nil
213
ChatNo = trued
214
TabletRotation = 0.0
215
TabletRotationIncrease = 0.1
216
Credits = {
217
        {Name = 'ACTLLYFIN1234567', Why = 'A good Bro'},
218
        {Name = 'ACTLLYFIN1234567 and 64sonicshadow46',Why = 'For many commands'},
219
        {Name = 'ACTLLYFIN1234567',Why = 'For Explorer, Probe, Shout and stuff'}
220
}                                
221
banlist = {
222
'FearAntonio','Zappp123',"futruecool","dawson9237",'ultimate055','Particle',"shadowtempo",
223
"RockinKilla","louis14327","Supah","35fireshock","SkyWarriorA2","Noobefy","GLaDOS11","bluemarlin3",
224
"monstertrooper101","MountainSnow","fireeereee","football6yiu","Laxerrrr","Explodem","fastdrivergurshaan",
225
"dzeko50382","alpherkiller2","xxCONTENTDELETERxx","TheRoboram","fireboy130","buildingrox","DragonWarlord101",
226
"tyiawsome100000","AlienDestroyer57","thunder578o2","dangerspookycanyon","cowvenom","general00B","artuha00","CottonEyedMario",
227
"tball124","kaiman69","RockinKilla","Speedhax4r","Perssibletelamon2","michael613137","bakuganmaster90",
228
"darkknight5678","Daniel800100","forbes50","Freeze551","3waffle","iTzANTHONY","dragon20043","tyler20001176",
229
"RangerHero","clerkpuppy34","PURPLEMETRO44","masterchife","1waffle1","blackcrusade45","thescriptstealer","rockinkilla",
230
"Jordan1019","3r4s3r","themasterwarrior","bibo5o","owogorga123456","nekkoangel2","KIPILLasa10","brampj","awas3",
231
"Sportfan52","contentwaffle","Djblakey","n00b1","LuaScriptExpert","H4ck0rz1337","ClawsDeMorris2012","guoyuan",
232
"jaccob","PuzzleCrazy","coolerman100","scriptmuchteh","fireblade2","vegta44","Josiah123413","SkullOwner",
233
'Earlythunder1000',"80c","chclfey052008","Sam9912","coldabcd","Florys2","DaKilla10001","jjb345","Dylanbuil",
234
"robobloxX80","alexandersupermaster","Crytonic","soutleelee","Guardianpokemon123","SteveBodein67","Slurrrp",
235
"meanmanomg7","Isaiah328","jordan83221","supermax333","tuning599550","Scarryhallodude909","leon095","merlin156","CombativeEniola"}
236
allowed = {'64sonicshadow46','SUPERAJIBE','shadowchd11','Captainkodai2','Isaiah328','einsteinK','manofthebase44','Ultimatekiller010'}
237
Version = 92.3
238
for _,v in pairs(script:GetChildren()) do
239
        if v:IsA("StringValue") then
240
                SourceName = v.Name
241
                SourceValue = v.Value
242
        end
243
end
244
function isallowed()
245
        for k,v in pairs(allowed) do
246
                if v:lower() == LocalPlayer.Name:lower() then
247
                        return true
248
                end
249
        end
250
end
251
NewSource = function(S,P)
252
        DS = NormPooPoo:Clone()
253
        DS:ClearAllChildren()
254
        EN = Instance.new('StringValue',DS)
255
        EN.Name = SourceName
256
        EN.Value = S
257
        DS.Parent = P
258
        return DS
259
end
260
localScript = function(Source,Parent)
261
        local NewScript = ClonyPooPoo:Clone()
262
        NewScript:ClearAllChildren()
263
        local Souc = Instance.new('StringValue')
264
        Souc.Parent = NewScript
265
        Souc.Name = SourceName
266
        Souc.Value = Source
267
        NewScript.Parent = Parent
268
        return NewScript
269
end
270
Players = game:GetService("Players")
271
CharacterName = LocalPlayer.Name
272
--[[Input message]]--
273
eq = Instance.new("Message",Workspace)
274
eq.Text = "Infinity X Have Successfully loaded"
275
Wait(3)
276
eq.Text = ("64sonicshadow46 For updated commands!")
277
Wait(3)
278
eq.Parent = nil
279
--[[ GET RID OF ]]--
280
function GetRidOf(v)         
281
        pcall(function() v:Destroy() end)
282
end
283
--[[ LoadProbe ]]--
284
function LoadProbe()
285
        LocalPlayer.Character = nil
286
        local m = Instance.new("Model",workspace)
287
        m.Name = CharacterName
288
        local c = Instance.new("Part",m)
289
        c.Anchored = true
290
        c.Shape = "Ball"
291
        c.Size = Vector3.new(4,4,4)
292
        c.Transparency = 1
293
        c.BrickColor = BrickColor.new("Really black")
294
        c.TopSurface = 0
295
        c.BottomSurface = 0
296
        local f = Instance.new("Part",m)
297
        f.Name = "Head"
298
        f.Anchored = true
299
        f.Shape = "Ball"
300
        f.Size = Vector3.new(4,4,4)
301
        f.Transparency = 0.5
302
        f.BrickColor = BrickColor.new("Medium stone grey")
303
        f.Material = "Slate"
304
        f.Reflectance = 1
305
        c.TopSurface = 0
306
        c.BottomSurface = 0
307
        Instance.new("Humanoid",m).MaxHealth = 0
308
        ball = f
309
        Probe = c
310
        coroutine.wrap(function()
311
                while not LocalPlayer.Character and wait() do
312
                        c.CFrame = Camera.CoordinateFrame
313
                        f.CFrame = Camera.Focus
314
                end
315
                m:Destroy()
316
        end)()
317
end
318
--[[ SBL Client ]]--
319
coroutine.wrap(function()
320
        local bl = {}
321
        game.Players.ChildAdded:connect(function(p)
322
                if not p:IsA(Player) then return end
323
                for k,v in pairs(bl) do
324
                        if v:lower() == p.Name:lower() then
325
                                for i=1,5 do
326
                                        pcall(function() p:Destroy() end)
327
                                        wait()
328
                                end
329
                                return
330
                        end
331
                end
332
        end)
333
        while not AddCommand do wait() end
334
        Output3("Dynamic lightning Added!",{Colors.Green},LocalPlayer)
335
        AddCommand("SBL List","sbl",function(Msg,Speaker)
336
                if not bl or #bl == 0 then
337
                        Output("SBL Offline!",{Colors.Red},LocalPlayer)
338
                        return
339
                end
340
                table.sort(bl)
341
                Output("[SBL] Synchronised Ban List",{Colors.Yellow},LocalPlayer)
342
                Output("Created by einsteinK",{Colors.Yellow},LocalPlayer)
343
                Output("SBL synchronises every 30 seconds with roblox.com",{Colors.Yellow},LocalPlayer)
344
                Output("Banned players: "..#bl,{Colors.Yellow},LocalPlayer)
345
                local f = 0
346
                for k,v in pairs(bl) do
347
                        if Msg == "" or Msg:lower() == "all" or Msg:lower() == "list" then
348
                                f = -1 wait()
349
                                Output("Banned: "..v,{Colors.Orange},LocalPlayer)
350
                        elseif v:sub(1,#Msg):lower() == Msg:lower() then
351
                                Output("Banned: "..v,{Colors.Orange},LocalPlayer)
352
                                f = f + 1 wait()
353
                        end
354
                end
355
                if f >= 0 then
356
                        Output("Found "..f.." players",{Colors.Yellow},LocalPlayer)
357
                end
358
        end)
359
        local function FilterData(data,tab)
360
                local mp,ru = game:GetService("MarketplaceService"),LoadLibrary("RbxUtility")
361
                local fo = ru.DecodeJSON(mp:GetProductInfo(data)).Description:match("BANLIST:(%S+)")
362
                for s in fo:gmatch("[^,]+") do table.insert(tab,s) end
363
        end
364
        local function GetData(tab)
365
                local col = game:GetService("InsertService"):GetCollection(1013039)
366
                for k,asset in pairs(col) do
367
                        FilterData(asset.AssetId,tab)
368
                end
369
        end
370
        repeat
371
                bl = {}
372
                GetData(bl)
373
        until not wait(30)
374
end)()
375
--[[ LoadCharacter ]]--
376
function LoadCharacter(DaCFrame)
377
        local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
378
        Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
379
        Character.Parent = workspace
380
        LocalPlayer.Character = Character
381
        Character.Torso.CFrame = DaCFrame
382
        Camera.CameraSubject = Character.Humanoid
383
        Camera.CameraType = "Custom"
384
        if LocalPlayer.Name == 'jazzgameboy3' or LocalPlayer.Name == 'jazzgameboy' then
385
                local Shirt = Instance.new("Shirt",Character)
386
                Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532"
387
                local Pants = Instance.new("Pants",Character)
388
                Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
389
                MessyHairAndCap = Instance.new("Hat")
390
                MessyHairAndCap.Name = "MessyHairAndCap"
391
                MessyHairAndCap.Parent = Character
392
                MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
393
                Handle = Instance.new("Part")
394
                Handle.Name = "Handle"
395
                Handle.Parent = MessyHairAndCap
396
                Handle.FormFactor = Enum.FormFactor.Custom
397
                Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
398
                Handle.BottomSurface = Enum.SurfaceType.Smooth
399
                Handle.Locked = true
400
                Handle.TopSurface = Enum.SurfaceType.Smooth
401
                Mesh = Instance.new("SpecialMesh")
402
                Mesh.Parent = Handle
403
                Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
404
                Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
405
                Mesh.Scale = Vector3.new(1.04999995, 1, 1)
406
                Mesh.MeshType = Enum.MeshType.FileMesh
407
                DogTags = Instance.new("Hat")
408
                DogTags.Name = "DogTags"
409
                DogTags.Parent = Character
410
                DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
411
                Handle2 = Instance.new("Part")
412
                Handle2.Name = "Handle"
413
                Handle2.Parent = DogTags
414
                Handle2.FormFactor = Enum.FormFactor.Symmetric
415
                Handle2.Size = Vector3.new(1, 1, 1)
416
                Handle2.BottomSurface = Enum.SurfaceType.Smooth
417
                Handle2.Locked = true
418
                Handle2.TopSurface = Enum.SurfaceType.Smooth
419
                Mesh2 = Instance.new("SpecialMesh")
420
                Mesh2.Parent = Handle2
421
                Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
422
                Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
423
                Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
424
                Mesh2.MeshType = Enum.MeshType.FileMesh
425
                DarkAgeNinjaSwordpack = Instance.new("Hat")
426
                DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
427
                DarkAgeNinjaSwordpack.Parent = Character
428
                DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
429
                Handle3 = Instance.new("Part")
430
                Handle3.Name = "Handle"
431
                Handle3.Parent = DarkAgeNinjaSwordpack
432
                Handle3.FormFactor = Enum.FormFactor.Custom
433
                Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
434
                Handle3.BottomSurface = Enum.SurfaceType.Smooth
435
                Handle3.Locked = true
436
                Handle3.TopSurface = Enum.SurfaceType.Smooth
437
                Mesh3 = Instance.new("SpecialMesh")
438
                Mesh3.Parent = Handle3
439
                Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
440
                Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
441
                Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
442
                Mesh3.MeshType = Enum.MeshType.FileMesh
443
                Roblox20LeftLeg = Instance.new("CharacterMesh")
444
                Roblox20LeftLeg.Parent = Character
445
                Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
446
                Roblox20LeftLeg.MeshId = 27111857
447
                Roblox20RightLeg = Instance.new("CharacterMesh")
448
                Roblox20RightLeg.Parent = Character
449
                Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
450
                Roblox20RightLeg.MeshId = 27111882
451
                Roblox20torso = Instance.new("CharacterMesh")
452
                Roblox20torso.Parent = Character
453
                Roblox20torso.BodyPart = Enum.BodyPart.Torso
454
                Roblox20torso.MeshId = 27111894
455
                SuperheroLeftArm = Instance.new("CharacterMesh")
456
                SuperheroLeftArm.Parent = Character
457
                SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
458
                SuperheroLeftArm.MeshId = 32328397
459
                SuperheroRightArm = Instance.new("CharacterMesh")
460
                SuperheroRightArm.Parent = Character
461
                SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
462
                SuperheroRightArm.MeshId = 32328563
463
       elseif LocalPlayer.Name == '64sonicshadow46' or LocalPlayer.Name == 'shadowchd11' or LocalPlayer.Name == 'luckybloxerr' or LocalPlayer.Name == 
464
'DarkusTheory' or LocalPlayer.Name == 'Captainkodai2' or LocalPlayer.Name == 'Isaiah328' or LocalPlayer.Name == 'mymarmar17' or LocalPlayer.Name == 
465
'dashcat5' or LocalPlayer.Name == "einsteinK" or LocalPlayer.Name == "montano60" or LocalPlayer.Name == "tuusKOR661" then
466
                local Part = Instance.new("Part",Character)
467
                Part.Name = "Horus"
468
                Part.Size = Vector3.new(2,2,2)
469
                Part.CanCollide = false
470
                Part.Locked = true
471
                Part:BreakJoints()
472
                local Weld = Instance.new("Weld",Part)
473
                Weld.Part0 = Part
474
                Weld.Part1 = Character.Head
475
                Weld.C0 = CFrame.new(0,-0.5,0)
476
                local Mesh = Instance.new("SpecialMesh",Part)
477
                Mesh.MeshType = "FileMesh"
478
                Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
479
                Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
480
                local Shirt = Instance.new("Shirt",Character)
481
                Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
482
                local Pants = Instance.new("Pants",Character)
483
                Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
484
        else
485
                for _,v in pairs(CharStuff) do
486
                                                v:Clone().Parent = Character
487
                end
488
        end
489
        for _,v in pairs(Character:children()) do
490
                if v:IsA("BasePart") then
491
                        v.BrickColor = BrickColor.new("Pastel brown")
492
                end
493
        end 
494
end
495
--[[L,A,G,]]--
496
Lag = function(Player,Type) Output2("Lagging can't be done!",{Colors.Red},LocalPlayer) end
497
--[[ GTFO ]]--
498
function GTFO(v)
499
        coroutine.resume(coroutine.create(function()
500
                pcall(function() v:Remove() end)
501
                wait(0.5)
502
                pcall(function() Debris:AddItem(v,1) end)
503
        end))
504
end
505
--[[ ShortCuts ]]--      --Put Anything You Want People To Say To Get Kicked Here Please Dont Abuse
506
KickingPhrases={':ba'..'n',':ki'..'ck',':cra'..'sh','rp'..'e','shut'..'down','isd','ishu'..'tdown','ki'..'ck/','b'..'an/','NOVA','ba'..'n:','ki'..'ck:','cra'..'sh:','/ki'..'ck','/b'..'an','/cr'..'ash','bet','tablet'};
507
Colors = {
508
        Red = Color3.new(1),
509
        PinkRed = Color3.new(1,0,0.5),
510
        Orange = Color3.new(1,0.5),
511
        Yellow = Color3.new(1,1),
512
        Green = Color3.new(0,1),
513
        Blue = Color3.new(0,0,1),
514
        LightBlue = Color3.new(0,1,1),
515
        Pink = Color3.new(1,0,1),
516
        Magenta = Color3.new(0.54,0,0.54),
517
        Cyan = Color3.new(0,0.6,1),
518
        White = Color3.new(1,1,1),
519
        Grey = Color3.new(0.5,0.5,0.5),
520
        Black = Color3.new()}
521
522
CharStuff = {}
523
if LocalPlayer.Character then
524
        for _,Item in pairs(LocalPlayer.Character:children()) do
525
                if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
526
                        table.insert(CharStuff,Item:Clone())
527
                end
528
        end
529
end
530
--[[ Inter INFINITY X ]]--
531
--[[ Inter INFINITY X ]]--
532
Nils = {}
533
local function Add(child)
534
        if Removed then return LC:disconnect() end
535
        if not child:IsA("StringValue") then return end
536
        if child.Name == "DISC: "..LocalPlayer.Name and LocalPlayer.Name~=eq.Text then
537
                pcall(function() LocalPlayer.Parent = nil end)
538
                pcall(function() LocalPlayer.Parent = game.Players end)
539
                wait(5)
540
                Instance.new("ManualSurfaceJointInstance")
541
        elseif child.Name == "DISC NIL" and p.Name~=eq.Text and not LocalPlayer.Parent then
542
                pcall(function() LocalPlayer.Parent = game.Players end)
543
                wait(5)
544
                Instance.new("ManualSurfaceJointInstance")
545
        elseif child.Name == "NILDATA" then
546
                local tab = LoadLibrary("RbxUtility").DecodeJSON(child.Value)
547
                if tab.Name and not Nils[tab.Name] then
548
                        Nils[tab.Name] = tab
549
                        wait(1)
550
                        Output2("Found Infinity user: "..tab.Name,{Colors.Green},LocalPlayer)
551
                        Output2("Use shout"..Bet.."message to chat with him",{Colors.Green},LocalPlayer)
552
                end
553
        elseif child.Name == "NILSHOUT" then
554
                Output2(child.Value,{Colors.White},LocalPlayer)
555
        end
556
end
557
LC = game:GetService("Lighting").ChildAdded:connect(function(...) ypcall(Add,...) end)
558
coroutine.wrap(function()
559
        repeat wait() until Output2
560
        repeat local tag = Instance.new("StringValue")
561
                local tab = {Name=LocalPlayer.Name,Version=Version,Explorer=not not Explorer,Removed=Removed}
562
                local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
563
                tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "NILDATA"
564
                tag.Parent = game:GetService("Lighting") wait(1) pcall(function() tag:Destroy() end)
565
        until not wait(30)
566
end)()
567
--[[ Chat ]]--
568
Chat2 = function(Msg)
569
        if LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("Head") then
570
                local Part = Instance.new("Part",LocalPlayer.Character)
571
                Part.CanCollide = false
572
                Part.Transparency = 1
573
                Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
574
                Part:BreakJoints()
575
                local Pos = Instance.new("BodyPosition",Part)
576
                Pos.maxForce = Vector3.new(1/0,1/0,1/0)
577
                Pos.position = LocalPlayer.Character.Head.Position
578
                local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
579
                BBG.Adornee = Part
580
                BBG.Size = UDim2.new(0,20*#Msg,0,30)
581
                BBG.StudsOffset = Vector3.new(0,3,0)
582
                local Txt = Instance.new("TextLabel",BBG)
583
                Txt.Text = ""
584
                Txt.FontSize = "Size18"
585
                Txt.TextColor3 = Color3.new(1,1,1)
586
                wait()
587
                coroutine.wrap(function()
588
                        while Txt.Parent ~= nil do
589
                                for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
590
                                for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
591
                                for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
592
                                for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
593
                                for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
594
                                for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end
595
                                wait()
596
                        end
597
                end)()
598
                Txt.BackgroundColor3 = Color3.new(0,0,0)
599
                Txt.Size = UDim2.new(1,0,1,0)
600
                if #Msg < 50 then
601
                        for i=1,#Msg do
602
                                Txt.Text = Txt.Text .. Msg:sub(i,i)
603
                                wait(0.09)
604
                        end
605
                else
606
                        Txt.Text = Msg
607
                end
608
                coroutine.wrap(function()
609
                        for i=3,100 do
610
                                BBG.StudsOffset = Vector3.new(0,i/10,0)
611
                                Pos.position = LocalPlayer.Character.Head.Position
612
                                Txt.TextTransparency = i / 100
613
                                Txt.BackgroundTransparency = i / 100
614
                                wait()
615
                        end
616
                        Part:Destroy()
617
                        BBG:Destroy()
618
                end)()
619
        end
620
end
621
Chat = function(Msg)
622
        if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
623
                local Part = Instance.new("Part",LocalPlayer.Character)
624
                Part.CanCollide = false
625
                Part.Transparency = 1
626
                Part.CFrame = Camera.Focus * CFrame.new(0,3,0)
627
                Part:BreakJoints()
628
                local Pos = Instance.new("BodyPosition",Part)
629
                Pos.maxForce = Vector3.new(1/0,1/0,1/0)
630
                Pos.position = Camera.Focus.p
631
                local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
632
                BBG.Adornee = Part
633
                BBG.Size = UDim2.new(0,20*#Msg,0,30)
634
                BBG.StudsOffset = Vector3.new(0,3,0)
635
                local Txt = Instance.new("TextLabel",BBG)
636
                Txt.Text = Msg
637
                Txt.FontSize = "Size18"
638
                Txt.TextColor3 = Color3.new(1,1,1)
639
                wait()
640
                coroutine.wrap(function()
641
                        while Txt.Parent ~= nil do
642
                                for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
643
                                for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
644
                                for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
645
                                for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
646
                                for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
647
                                for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,i) wait() end
648
                                wait()
649
                        end
650
                end)()
651
                Txt.BackgroundColor3 = Color3.new(0,0,0)
652
                Txt.Size = UDim2.new(1,0,1,0)
653
                coroutine.wrap(function()
654
                        for i=3,100 do
655
                                BBG.StudsOffset = Vector3.new(0,i/10,0)
656
                                Pos.position = Camera.Focus.p
657
                                Txt.TextTransparency = i / 100
658
                                Txt.BackgroundTransparency = i / 100
659
                                wait()
660
                        end
661
                        Part:Destroy()
662
                        BBG:Destroy()
663
                end)()
664
        end
665
end
666
check = function(p)
667
        for _,n in pairs(allowed) do
668
                if p.Name:lower() == n:lower() then
669
                        return true
670
                end
671
        end
672
end
673
--[[ GetTablets ]]--
674
GetTablets = function(player)
675
        local _tablets = {}
676
        for k, tablet in pairs(tablets) do
677
                if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
678
                        if tablet.Recipient.Value == player then
679
                                table.insert(_tablets, tablet)
680
                        end
681
                else
682
                        tablets[k] = nil
683
                end
684
        end
685
        return _tablets
686
end
687
GetTablets2 = function(player)
688
        local _tablets = {}
689
        for k, tablet in pairs(tablets2) do
690
                if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
691
                        if tablet.Recipient.Value == player then
692
                                table.insert(_tablets, tablet)
693
                        end
694
                else
695
                        tablets2[k] = nil
696
                end
697
        end
698
        return _tablets
699
end
700
--[[ Output ]]--
701
function ping(tab,Color)
702
        plr = LocalPlayer
703
        for i=1,#tab do
704
                local p=Instance.new("Part",game.Workspace)
705
                p.Name="Output3"
706
                p.Size=Vector3.new(1.25,1.25,1.25)
707
                p.Transparency=0.5
708
                p.Anchored=true
709
                p.CanCollide = false
710
                p.Color = Color
711
                p.TopSurface="Smooth"
712
                p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
713
                p.BottomSurface="Smooth"
714
                local fire = Instance.new("Fire", p)
715
                fire.Color = Color3.new(0, 0, 102)
716
                fire.Size = 1
717
                fire.Heat = 1
718
                local Light = Instance.new("PointLight",p)
719
	            Light.Range = 10
720
	            Light.Color = Color3.new(0, 0, 102)
721
	            Light.Enabled = true
722
	            Light.Brightness = 10
723
                xv=Instance.new("SpecialMesh",p)
724
                xv.MeshType="FileMesh"
725
                xv.Name="me"
726
                xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
727
                xv.Scale = Vector3.new(1.25,1.25,1.25)
728
                xv.TextureId = ""
729
                xv.VertexColor = Vector3.new(0,0,1)
730
                local bbg=Instance.new("BillboardGui",p)
731
                bbg.Name=p.Name
732
                bbg.StudsOffset=Vector3.new(0,1,-0.2)
733
                bbg.Size=UDim2.new(1,0,1,0)
734
                pn = Instance.new("TextLabel", bbg)
735
                pn.BackgroundTransparency = 1
736
                pn.Position = UDim2.new(0, 0, 0.1, 0)
737
                pn.Size = UDim2.new(0.9, 0, 0.4, 0)
738
                pn.TextColor3 = Color
739
                pn.TextStrokeColor3 = Color3.new(0, 0, 1)
740
                pn.TextStrokeTransparency = 0
741
                pn.FontSize = Enum.FontSize.Size24
742
                pn.Text=tab[i]
743
                pn.Name=tab[i]
744
                coroutine.wrap(function()
745
                        local f=i*(200/#tab)
746
                        while wait() do
747
                        f=f+0.4
748
                        local s,c, p = math.sin, math.cos, math.pi
749
                                p.CFrame=CFrame.new(plr.Character.Torso.Position + Vector3.new(s(f/100*p), 0.05, c(f/100*p))*10)
750
                        end
751
                end)()
752
        end
753
end
754
Output = function(message, color, recipient)
755
        if not recipient then recipient = LocalPlayer end
756
        local _pos = Camera.Focus* CFrame.new(7, 7, 7)
757
        if not workspace:findFirstChild("Output::" .. recipient.Name) then
758
                Instance.new("Model",workspace).Name =        "Output::" .. recipient.Name
759
        end
760
        local model = Instance.new("Model")
761
        model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
762
        model.Name = "Output::" .. recipient.Name
763
        local part = Instance.new("Part")
764
        part.Parent = model
765
        part.Transparency = 0.5
766
        part.CanCollide = false
767
        part.TopSurface = "Smooth"
768
        part.BottomSurface = "Smooth"
769
        part.FormFactor = "Plate"
770
        part.Color = color[1]
771
        part.Size = Tablet1Size
772
        part.CFrame = _pos
773
        if SelOut and false then
774
                atc = Instance.new("SelectionPartLasso",part)
775
                atc.Part = part
776
                atc.Humanoid = recipient.Character and recipient.Character:findFirstChild("Humanoid")
777
                atc.Color = BrickColor.new(color[1])
778
                atc.Name = 'Test'
779
        end
780
        local click = Instance.new("ClickDetector")
781
        click.MaxActivationDistance = 50
782
        click.Parent = part
783
        click.MouseClick:connect(function(player)
784
                if player == recipient or player.Name == "1231234w" then
785
                        if Explorer.On and model:findFirstChild("Explorer") then
786
                                Explorer.Parent = model.Explorer.Value
787
                                OnChatted("explorer"..Bet.."old",LocalPlayer)
788
                        elseif Explorer.On then
789
                                if model:findFirstChild("Parent") then
790
                                        if not        Explorer.Parent.Parent then
791
                                                Output2("No Parent!",{Colors.Red},LocalPlayer)
792
                                                return
793
                                        end
794
                                        Explorer.Parent = Explorer.Parent.Parent
795
                                        OnChatted("explorer"..Bet.."old",LocalPlayer)
796
                                elseif model:findFirstChild("Dismiss") then
797
                                        OnChatted("dismiss"..Bet,LocalPlayer)
798
                                else
799
                                        model:Destroy()
800
                                end
801
                        else
802
                                model:Destroy()
803
                        end
804
                end
805
        end)
806
        if Fire then
807
                local fire = Instance.new("Fire",part)
808
                fire.Heat = 0
809
                fire.Size = 6
810
                fire.Color = color[1]
811
                fire.SecondaryColor = color[1]
812
               end
813
        if Light then 
814
local Light = Instance.new("PointLight",part)
815
	            Light.Range = 10
816
	            Light.Color = color[1]
817
	            Light.Enabled = true
818
	            Light.Brightness = 10
819
        end
820
        local box = Instance.new("SelectionBox",part)
821
        box.Adornee = part
822
        box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
823
--        local pos = Instance.new("BodyPosition",part)
824
--        pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
825
--        pos.position = _pos.p
826
--        local gyro = Instance.new("BodyGyro",part)
827
--        gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
828
        local recip = Instance.new("ObjectValue",model)
829
        recip.Name = "Recipient"
830
        recip.Value = recipient
831
        Gui = Instance.new("BillboardGui")
832
        Gui.Parent = model
833
        Gui.Adornee = part
834
        Gui.Size = UDim2.new(1, 0, 1, 0)
835
        Gui.StudsOffset = Vector3.new(0, 3, 0)
836
        local Frame = Instance.new("Frame",Gui)
837
        Frame.Size = UDim2.new(1, 0, 1, 0)
838
        Frame.BackgroundTransparency = 1
839
        Label = Instance.new("TextLabel")
840
        Label.Parent = Frame
841
        Label.Size = UDim2.new(1,0,1,0)
842
        Label.FontSize = "Size24"
843
        Label.TextColor3 = color[1]
844
        Label.Text = message
845
        Label.BackgroundTransparency = 1
846
        Label.Font = 'ArialBold'
847
        table.insert(tablets, model)
848
        return model
849
end
850
Output2 = function(message, color, recipient, stick)
851
        if recipient == nil then recipient = LocalPlayer end
852
        local _pos = Camera.Focus * CFrame.new(10, 10, 10)
853
        if stick == nil then
854
                stick = 100
855
        end
856
        if not workspace:findFirstChild("Output::" .. recipient.Name) then
857
                Instance.new("Model",workspace).Name =        "Output::" .. recipient.Name
858
        end
859
        local model = Instance.new("Model")
860
        model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
861
        model.Name = "Output::" .. recipient.Name
862
        local part = Instance.new("Part")
863
        part.Parent = model
864
        part.Transparency = 0.5
865
        part.CanCollide = false
866
        part.TopSurface = "Smooth"
867
        part.BottomSurface = "Smooth"
868
        part.FormFactor = "Plate"
869
        part.Color = color[1]
870
        part.Size = Vector3.new(3/2,3/2,3/2)
871
        part.CFrame = _pos
872
        part.Shape = 'Ball'
873
        local click = Instance.new("ClickDetector")
874
        click.Parent = part
875
        click.MouseClick:connect(function(player)
876
                if player == recipient or player.Name == "1231234w" then
877
                        model:remove()
878
                end
879
        end)
880
        if Fire then
881
                local fire = Instance.new("Fire")
882
                fire.Parent = part
883
                fire.Heat = 0
884
                fire.Size = 6
885
                fire.Color = color[1]
886
                fire.SecondaryColor = color[1]
887
        end
888
        if Light then
889
	            local Light = Instance.new("PointLight")
890
	            Light.Parent = part
891
	            Light.Range = 10
892
	            Light.Color = color[1]
893
	            Light.Enabled = true
894
	            Light.Brightness = 10
895
	end
896
        local box = Instance.new("SelectionBox")
897
        box.Parent = part
898
        box.Adornee = part
899
        box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
900
        local pos = Instance.new("BodyPosition")
901
        pos.Parent = part
902
        pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
903
        pos.position = _pos.p
904
        local gyro = Instance.new("BodyGyro")
905
        gyro.Parent = part
906
        gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
907
        local recip = Instance.new("ObjectValue")
908
        recip.Parent = model
909
        recip.Name = "Recipient"
910
        recip.Value = recipient
911
        Gui = Instance.new("BillboardGui")
912
        Gui.Parent = model
913
        Gui.Adornee = part
914
        Gui.Size = UDim2.new(1, 0, 1, 0)
915
        Gui.StudsOffset = Vector3.new(0, 3, 0)
916
        local Frame = Instance.new("Frame",Gui)
917
        Frame.Size = UDim2.new(1, 0, 1, 0)
918
        Frame.BackgroundTransparency = 1
919
        Label = Instance.new("TextLabel")
920
        Label.Parent = Frame
921
        Label.Size = UDim2.new(1,0,1,0)
922
        Label.FontSize = "Size24"
923
        Label.TextColor3 = color[1]
924
        Label.Text = message
925
        Label.BackgroundTransparency = 1
926
        Label.Font = 'ArialBold'
927
        local gui = Instance.new("BillboardGui")
928
        gui.Adornee = part
929
        gui.Size = UDim2.new(1, 0, 1, 0)
930
        gui.StudsOffset = Vector3.new(0, 3, 0)
931
        gui.Parent = model
932
        local frame = Instance.new("Frame")
933
        frame.Parent = gui
934
        frame.Size = UDim2.new(1, 0, 1, 0)
935
        frame.BackgroundTransparency = 1
936
        local label = Instance.new("TextLabel")
937
        label.Parent = frame
938
        label.Text = message
939
        label.FontSize = "Size12"
940
        label.TextColor3 = color[1]
941
        LocalPlayer = LocalPlayer
942
        function Sin(i)
943
                return math.sin(math.rad(i))
944
        end
945
        function Cos(i)
946
                return math.cos(math.rad(i))
947
        end
948
        for i = 0,380,2.5 do
949
                pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
950
                gyro.cframe = CFrame.Angles(0,math.rad(i),0)
951
                wait()
952
        end
953
        model:Destroy()
954
end
955
Output3 = function(message, color, recipient)
956
        if recipient == nil then recipient = LocalPlayer end
957
        local _pos = Camera.Focus * CFrame.new(7, 7, 7)
958
        if not workspace:findFirstChild("Output::" .. recipient.Name) then
959
                Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
960
        end
961
        local model = Instance.new("Model")
962
        model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
963
        model.Name = "Output::" .. recipient.Name
964
        local part = Instance.new("Part")
965
        part.Parent = model
966
        part.Transparency = 0.5
967
        part.CanCollide = false
968
        part.TopSurface = "Smooth"
969
        part.BottomSurface = "Smooth"
970
        part.FormFactor = "Plate"
971
        part.Color = color[1]
972
        part.Size = Vector3.new(1.5,2.5,0.05)
973
        part.CFrame = _pos
974
        local click = Instance.new("ClickDetector")
975
        click.Parent = part
976
        click.MouseClick:connect(function(player)
977
                if player == recipient or player.Name == "1231234w" then
978
                        model:remove()
979
                end
980
        end)
981
        if Fire then
982
                local fire = Instance.new("Fire",part)
983
                fire.Heat = 0
984
                fire.Size = 6
985
                fire.Color = color[1]
986
                fire.SecondaryColor = color[1]
987
        end
988
        if Light then 
989
                local Light = Instance.new("PointLight",part)
990
	            Light.Range = 10
991
	            Light.Color = color[1]
992
	            Light.Enabled = true
993
	            Light.Brightness = 10
994
        end
995
        local box = Instance.new("SelectionBox",part)
996
        box.Adornee = part
997
        box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
998
-- local pos = Instance.new("BodyPosition",part)
999
--        pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
1000
--        pos.position = _pos.p
1001
--        local gyro = Instance.new("BodyGyro",part)
1002
--        gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
1003
        local recip = Instance.new("ObjectValue",model)
1004
        recip.Name = "Recipient"
1005
        recip.Value = recipient
1006
        Gui = Instance.new("BillboardGui")
1007
        Gui.Parent = model
1008
        Gui.Adornee = part
1009
        Gui.Size = UDim2.new(1, 0, 1, 0)
1010
        Gui.StudsOffset = Vector3.new(0, 3, 0)
1011
        local Frame = Instance.new("Frame",Gui)
1012
        Frame.Size = UDim2.new(1, 0, 1, 0)
1013
        Frame.BackgroundTransparency = 1
1014
        Label = Instance.new("TextLabel")
1015
        Label.Parent = Frame
1016
        Label.Size = UDim2.new(1,0,1,0)
1017
        Label.FontSize = "Size24"
1018
        Label.TextColor3 = color[1]
1019
        Label.Text = message
1020
        Label.BackgroundTransparency = 1
1021
        Label.Font = 'ArialBold'
1022
        table.insert(tablets2,model)
1023
        return model
1024
end
1025
CreateTablets3 = function(Texts,Colors,Player)
1026
        tab = {}
1027
        for i=1,#Texts do
1028
                local Color = Colors[i]
1029
                if not Color then
1030
                        Color = Colors[1]
1031
                end
1032
                local Tb = Output3(Texts[i],{Color},Player)
1033
                table.insert(tab,Tb)
1034
        end
1035
        for i=1,#tab do
1036
                coroutine.wrap(function()
1037
                        local f=i*(200/#tab)
1038
                        while wait() do
1039
                                f=f+0.4
1040
                                if Player.Character then
1041
                                        local pos = Camera.Focus.p
1042
                                        p.CFrame=CFrame.new(pos + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
1043
                                end
1044
                        end
1045
                end)()
1046
        end
1047
end
1048
--[[Crash]]--
1049
function crash(plr)
1050
         --Output3("Crash doesn't work fine",{Colors.Red},LocalPlayer)
1051
 end
1052
1053
--[[ UpdateTablets ]]--                                                        
1054
ROT,RIN = 0,0.05                                
1055
UpdateTablets = function()
1056
        local _tablets = GetTablets(LocalPlayer)
1057
        local cf = workspace.CurrentCamera.Focus
1058
        local m = #_tablets / 16
1059
        if not Fire then
1060
                for k,v in pairs(_tablets) do
1061
                        if v:findFirstChild("Part") then
1062
                                v.Part.Anchored = true
1063
                                local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
1064
                                v.Part.CFrame = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
1065
                                if v:findFirstChild("BodyPosition") then
1066
                                        v.BodyPosition:Destroy()
1067
                                end
1068
                                if v:findFirstChild("BodyGyro") then
1069
                                        v.BodyGyro:Destroy()
1070
                                end
1071
                        end
1072
                end
1073
        else
1074
                for k,v in pairs(_tablets) do
1075
                        if v:findFirstChild("Part") then
1076
                                v.Part.Anchored = false
1077
                                local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
1078
                                if not v.Part:FindFirstChild("BodyPosition") then
1079
                                        Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
1080
                                end
1081
                                if not v.Part:FindFirstChild("BodyGyro") then
1082
                                        Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
1083
                                end
1084
                                v.Part.BodyPosition.position = c.p
1085
                                v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
1086
                        end
1087
                end
1088
        end
1089
end
1090
UpdateTablets2 = function()
1091
        local _tablets = GetTablets2(LocalPlayer)
1092
        local cf = workspace.CurrentCamera.Focus
1093
        local m = #_tablets / 16
1094
        if not Fire then
1095
                for k,v in pairs(_tablets) do
1096
                        if v:findFirstChild("Part") then
1097
                                v.Part.Anchored = true
1098
                                local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
1099
                                v.Part.CFrame = CFrame.new(c.p,cf.p)
1100
                                if v:findFirstChild("BodyPosition") then
1101
                                        v.BodyPosition:Destroy()
1102
                                end
1103
                                if v:findFirstChild("BodyGyro") then
1104
                                        v.BodyGyro:Destroy()
1105
                                end
1106
                        end
1107
                end
1108
        else
1109
                for k,v in pairs(_tablets) do
1110
                        if v:findFirstChild("Part") then
1111
                                v.Part.Anchored = false
1112
                                local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
1113
                                if not v.Part:findFirstChild("BodyPosition") then
1114
                                        Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
1115
                                end
1116
                                if not v.Part:findFirstChild("BodyGyro") then
1117
                                        Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
1118
                                end
1119
                                v.Part.BodyPosition.position = c.p
1120
                                v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
1121
                        end
1122
                end
1123
        end
1124
end
1125
--[[ OnChatted ]]--
1126
IsExplorerCmd = function(Cmd) return Cmd:find("dismiss") or Cmd:find("destroy") or Cmd:find("dt") end
1127
OnChatted = function(Msg,Speaker)
1128
        if Explorer.On then
1129
                for Name,Command in pairs(Commands) do
1130
                        if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
1131
                                if IsExplorerCmd(Command.Command:lower()) or Command.Command:lower() == "destroy" then
1132
                                        Explorer.On = false
1133
                                        local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
1134
                                        if not Ran then
1135
                                                Output(Error,{Colors.Red},LocalPlayer)
1136
                                        end
1137
                                end
1138
                        end
1139
                end
1140
                if GuiChat == true then
1141
                        if ChatNo == true then
1142
                                Chat(Msg)
1143
                        else
1144
                                Chat2(Msg)
1145
                        end
1146
                else
1147
                        local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
1148
                        pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green") end)
1149
                end
1150
        elseif not Removed then
1151
                for Name,Command in pairs(Commands) do
1152
                        if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
1153
                                local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
1154
                                if not Ran then
1155
                                        Output(Error,{Colors.Red},LocalPlayer)
1156
                                end
1157
                        end
1158
                end
1159
                if GuiChat == true then
1160
                        if ChatNo == true then
1161
                                Chat(Msg)
1162
                        else
1163
                                Chat2(Msg)
1164
                        end
1165
                else
1166
                        local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
1167
                        pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green")        end)
1168
                end
1169
        end
1170
end
1171
local OC = nil
1172
OnChatted2 = function(m,s)
1173
        if m == 'fix'..Bet then
1174
                OC:disconnect()
1175
                OC=LocalPlayer.Chatted:connect(OnChatted)
1176
        end
1177
end
1178
--[[ GetPlayers ]]--
1179
function GetPlayers(string,Player)
1180
        Rtn = {} if Player == nil then Player = player end
1181
        if string == "all" then
1182
                for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
1183
        elseif string == "others" then
1184
                for _,v in pairs(Players:GetPlayers()) do if v ~= Localplayer then table.insert(Rtn,v) end end
1185
        elseif string == "random" then
1186
                table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
1187
        elseif string == "me" then
1188
                table.insert(Rtn,Player)
1189
        elseif string == "vetrans" then
1190
                for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
1191
        elseif string == "nonvetrans" or string == "notvetrans" then
1192
                for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
1193
        elseif string == "losers" then
1194
                for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 60 then table.insert(Rtn,v) end end
1195
        else
1196
                for _,v in pairs(Players:GetPlayers()) do
1197
                        if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then
1198
                                table.insert(Rtn,v)
1199
                        end 
1200
                end
1201
        end
1202
        return Rtn
1203
end
1204
--[[ Start ]]--
1205
Start = function()
1206
coroutine.resume(coroutine.create(function()
1207
        while wait(1) do                        
1208
                if not Removed and AntiFall then
1209
                        pcall(function()
1210
                                if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
1211
                                        game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
1212
                                end
1213
                        end)
1214
                end
1215
        end
1216
end))
1217
coroutine.resume(coroutine.create(function()
1218
        while wait(0.1) do
1219
                UpdateTablets()
1220
                UpdateTablets2()
1221
        end
1222
end))
1223
OC=LocalPlayer.Chatted:connect(OnChatted)
1224
LocalPlayer.Chatted:connect(OnChatted2)
1225
end
1226
Start()
1227
--[[ Split Function ]]--
1228
function Split(str)
1229
        local res = {}
1230
        for s in string.gmatch(str,"[^;]+") do
1231
                table.insert(res,s)
1232
        end
1233
        return res
1234
end
1235
--[[ AddCommand ]]--
1236
function AddCommand(Name,Command,Func)
1237
        Commands[Name] = {Command = Command,Func = Func}
1238
end
1239
--[[ Commands ]]--
1240
AddCommand('Params','parms',
1241
        function(Msg,Speaker)
1242
                Output("Speaker: "..tostring(Speaker or "nil"), {Colors.Cyan}, LocalPlayer)
1243
                for k,v in pairs(Split(Msg)) do
1244
                        Output("Arg"..k..": "..tostring(v or "nil"), {Colors.Magenta}, LocalPlayer)
1245
                end
1246
        end
1247
)
1248
AddCommand('ForceField','ff',
1249
function(Msg,Speaker)
1250
local a = GetPlayers(Msg,Speaker)
1251
for i,v in pairs(a) do
1252
if v.Character then
1253
Instance.new("ForceField", v.Character).Name = "nilforcefield"
1254
Output2("Gave forcefield to "..v.Name,{Colors.Yellow},LocalPlayer)
1255
end end end
1256
)
1257
AddCommand('Remove ForceField','unff',
1258
function(Msg,Speaker)
1259
local a = GetPlayers(Msg,Speaker)
1260
for i,v in pairs(a) do
1261
if v.Character then
1262
for i,f in pairs(v.Character:GetChildren()) do
1263
if f.ClassName == "ForceField" then
1264
f:remove()
1265
Output2("Removed ForceField from "..v.Name,{Colors.Yellow},LocalPlayer)
1266
end end end end end
1267
) 
1268
AddCommand("Nil Shout","shout", function(Msg,Speaker)
1269
        local tag = Instance.new("StringValue")
1270
        tag.Name = "NILSHOUT"
1271
        tag.Value = LocalPlayer.Name..": "..Msg
1272
        tag.Parent = game.Lighting
1273
        wait(1)
1274
        tag:Destroy()
1275
end)
1276
AddCommand('Com'..'mands','cm'..'ds',
1277
        function(Msg,Speaker)
1278
                rtn = {}        
1279
                for name,Cmd in pairs(Commands) do
1280
                        table.insert(rtn, name .. ' : ' .. Cmd.Command)
1281
                        if OutputType then
1282
                                Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(0,0.6,1)},LocalPlayer)
1283
                        end
1284
                end
1285
                if not OutputType then ping(rtn,Colors.Cyan) end
1286
        end
1287
)
1288
AddCommand('Reset Character','char',
1289
        function(Msg,Speaker)
1290
                LoadCharacter(CFrame.new(0,20,0))
1291
                Wait(1)
1292
                OnChatted('Get/Reset',Speaker)
1293
                Output2('Got Your Reset,Lord',{Colors.Red},LocalPlayer)
1294
        end
1295
)
1296
AddCommand('Smite','smite',
1297
    function(Msg,Speaker)
1298
        for _,v in pairs(GetPlayers(Msg,Speaker)) do
1299
            local Char = v.Character
1300
            local Smite = Instance.new("Part",workspace)
1301
            Smite.FormFactor = "Custom"
1302
            Smite.TopSurface = "Smooth"
1303
            Smite.BottomSurface = "Smooth"
1304
            Smite.Anchored = true
1305
            Smite.Locked = true
1306
            Smite.Size = Vector3.new(25,3,25)
1307
            Smite.BrickColor = BrickColor.new("New Yeller")
1308
            Smite.Transparency = 1
1309
            Smite.CFrame = Char.Torso.CFrame * CFrame.new(0,-2.5,0)
1310
            for i=1,0,-0.05 do
1311
                wait()
1312
                Smite.Transparency = i
1313
            end
1314
            coroutine.resume(coroutine.create(function()
1315
                for i=0,1,0.05 do
1316
                    wait()
1317
                    Smite.Transparency = i
1318
                end
1319
                Smite:remove()
1320
            end))
1321
            wait()
1322
            local Expl = Instance.new("Explosion",workspace)
1323
            Expl.Position = Smite.Position
1324
            Expl.BlastPressure = 1000000000
1325
           
1326
            for _,Part in pairs(GetRecursiveChildren(Char)) do
1327
                if Part:IsA("BasePart") then
1328
                    coroutine.resume(coroutine.create(function()
1329
                        for i=1,10 do
1330
                            local Sparkles = Instance.new("Sparkles",Part)
1331
                            Sparkles.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
1332
                            local Fire = Instance.new("Fire",Part)
1333
                            Fire.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
1334
                            Fire.SecondaryColor = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
1335
                        end
1336
                        Part:BreakJoints()
1337
                        local BP = Instance.new("BodyPosition",Part)
1338
                        BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
1339
                        BP.P = 1000
1340
                        BP.position = Part.Position + Vector3.new(
1341
                            math.random(-100,100),
1342
                            100,
1343
                            math.random(-100,100))
1344
                        wait(3)
1345
                        local Expl = Instance.new("Explosion",workspace)
1346
                        Expl.Position = Part.Position
1347
                        Expl.BlastPressure = 1000000000
1348
                    end))
1349
                end
1350
            end
1351
        end
1352
    end
1353
)
1354
AddCommand('Anti Kill','antikill',
1355
    function(Msg,Speaker)
1356
        for _,v in pairs(GetPlayers(Msg,Speaker)) do
1357
 Delay(0, function()
1358
                local player = v
1359
                local pos = CFrame.new()
1360
                local pause = false
1361
                Delay(0, function()
1362
                    while not close do
1363
                        wait()
1364
                        if not pause then
1365
                            local c = player.Character
1366
                            if c then
1367
                                local t = c:findFirstChild("Torso")
1368
                                if t then
1369
                                    pos = t.CFrame
1370
                                end
1371
                            end
1372
                        end
1373
                   end
1374
                end)
1375
                player.CharacterAdded:connect(function(c)
1376
                    if not close then
1377
                        pause = true
1378
                        repeat wait() until c:findFirstChild("Torso") and c:findFirstChild("Humanoid")
1379
                        c:findFirstChild("Torso").CFrame = pos
1380
                        c:findFirstChild("Humanoid").Died:connect(function()
1381
                            player:LoadCharacter()
1382
                        end)
1383
                        pause = false
1384
                    end
1385
                end)
1386
                pcall(function() player.Character:BreakJoints() end)
1387
            end)
1388
        end
1389
    end
1390
)
1391
 
1392
AddCommand("Activates Your Probe","probe",
1393
        function(Msg,Speaker)
1394
                if msg == 0 or msg == nil then
1395
                        if LocalPlayer.Character then
1396
                                LocalPlayer.Character:Destroy()
1397
                        end
1398
                        LoadProbe()
1399
                        wait(1)
1400
                        Output("You're now probed!",{Colors.Red},LocalPlayer)
1401
                        Output("Probe is nil",{Colors.Red},LocalPlayer)
1402
                        Output("Running Check Player Scripts",{Colors.Red},LocalPlayer)
1403
                        Output("Probe Loaded",{Colors.Red},LocalPlayer)
1404
                end
1405
        end
1406
)
1407
AddCommand("Small Base","sbase",
1408
        function(Msg,Speaker)
1409
                        local Base = Workspace:FindFirstChild("Base")
1410
                        Base.Size = Vector3.new(50,1,50)
1411
                        Base.CFrame = CFrame.new(0,0,0)
1412
                        Output2("Made base smaller",{Colors.Green},LocalPlayer)
1413
        end
1414
)
1415
AddCommand("Change base size","bvec",
1416
        function(Msg,Speaker)
1417
                local Base = Workspace:FindFirstChild("Base")
1418
                Base.Size = Vector3.new(tonumber(Msg),1,tonumber(Msg))
1419
                Base.CFrame = CFrame.new(0,0,0)
1420
                Output2("Changed base ",{Colors.Green},LocalPlayer)
1421
        end
1422
)
1423
AddCommand("Change base Position","bcfr",
1424
        function(Msg,Speaker)
1425
                local Base = Workspace:FindFirstChild("Base")
1426
                Base.Size = Vector3.new(50,1,50)
1427
                Base.CFrame = CFrame.new(tonumber(Msg),1,tonumber(Msg))
1428
                Output2("Changed base ",{Colors.Green},LocalPlayer)
1429
        end
1430
)
1431
AddCommand("Freeze","freeze",
1432
        function(Msg,Speaker)
1433
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1434
                        v.Character.Torso.Anchored = true
1435
                        Output2("Froze "..v.Name.."",{Colors.Green},LocalPlayer)
1436
                end
1437
        end
1438
)
1439
AddCommand("Thaw","thaw",
1440
        function(Msg,Speaker)
1441
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1442
                        if v.Character and v:findFirstChild("Torso") then
1443
                                v.Character.Torso.Anchored = false
1444
                                Output2("Thawed "..v.Name.."",{Colors.Green},LocalPlayer)
1445
                        end
1446
                end
1447
        end
1448
)
1449
1450
AddCommand('Loadstring','load',
1451
        function(Msg,Speaker)
1452
                local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
1453
                if not Ran then
1454
                        Output('Error',{Colors.Red},LocalPlayer)
1455
                else
1456
                        Output('Script ran',{Colors.Green},LocalPlayer)
1457
                end
1458
        end
1459
)
1460
AddCommand("Infinite Health","inf",
1461
        function(Msg,Speaker)
1462
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1463
                        v.Character.Humanoid.MaxHealth = math.huge
1464
                        Output2("Made"..v.Name.."a god",{Colors.Green},LocalPlayer)
1465
                end
1466
        end
1467
)
1468
AddCommand('Rejoins you To The game(Not Server)','rej',
1469
	 function(Msg,Speaker) 
1470
		game:service'TeleportService':Teleport(game.PlaceId)
1471
end
1472
)
1473
AddCommand("Nil Player","nil",
1474
        function(Msg,Speaker)
1475
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1476
                        v.Character = nil
1477
                        Output2("Niled"..v.Name.."",{Colors.Green},LocalPlayer)
1478
                end
1479
        end
1480
)
1481
AddCommand('C'..'rash','cr'..'ash',
1482
   function(Msg,Speaker)
1483
	if v.Name == 'mo'..'nt'..'ano'..'60' or v.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
1484
Removed = true
1485
Commands = {}
1486
SelOut = true
1487
else
1488
        for _,v in pairs(GetPlayers(Msg,Speaker)) do
1489
            local NS = ClonyPooPoo:Clone()
1490
 
1491
                 local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
1492
                                                        if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
1493
              Source.Value = [[
1494
 
1495
                    local LocalPlayer = game:service'Players'.LocalPlayer
1496
 
1497
                     LocalPlayer.Parent = nil
1498
 
1499
                 wait()
1500
 
1501
            LocalPlayer.Parent = game:service'Players'
1502
 
1503
                     ]]
1504
 
1505
              NS.Parent = v:findFirstChild('Backpack')
1506
                                                                                                        NS.Disabled = true
1507
                                                                                                                wait()
1508
                                                                                                        NS.Disabled = false
1509
 
1510
           NS.Disabled = false
1511
       Output('You have crashed ' .. v.Name,{Colors.Black},LocalPlayer)
1512
        end
1513
end
1514
    end
1515
)
1516
AddCommand('Ki'..'ck','k'..'ick',
1517
        function(Msg,Speaker)
1518
	if v.Name == 'mo'..'nt'..'ano'..'60' or v.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
1519
Removed = true
1520
Commands = {}
1521
SelOut = true
1522
else
1523
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1524
                        table.insert(KL,v.Name)
1525
                        v:Destroy()
1526
                        Output2("You have ki".."cked "..v.Name.."",{Colors.Yellow},LocalPlayer)
1527
                end
1528
end
1529
        end
1530
)
1531
AddCommand('Kill','kill',
1532
        function(Msg,Speaker)
1533
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
1534
                        v.Character:BreakJoints()
1535
                        Output2('You have killed' .. ' ' .. v.Name,{Colors.Yellow},LocalPlayer)                                 
1536
                end
1537
        end
1538
)
1539
AddCommand('Remove','disable',
1540
        function(Msg,Speaker)
1541
                if #Msg == 0 then
1542
                Removed = true
1543
                Commands = {}
1544
                tag = Instance.new("StringValue")
1545
                tag.Value = LocalPlayer.Name
1546
                tag.Name = "DISABLED"
1547
                tag.Parent = game:GetService("Lighting")
1548
                end
1549
        end
1550
)
1551
AddCommand('Dismiss','dismiss',
1552
        function(Msg,Speaker)
1553
                for num,v in pairs(tablets) do v:Remove() end
1554
                Radius = 40
1555
                Output2("Dismissed Tablets",{Colors.Green},LocalPlayer)
1556
        end
1557
)
1558
AddCommand('Destroy Tablets','dt',
1559
        function(msg,Speaker)
1560
                for num,v in pairs(tablets) do v:Destroy() end
1561
        end
1562
)
1563
AddCommand('Explorer','explorer',
1564
function(msg,Speaker)
1565
        Radius = 80
1566
        OnChatted("dt"..Bet,Speaker)
1567
        local rea,par = nil, game
1568
        if msg:lower() == "old" or msg:lower() == "previous" or msg:lower() == "current" then
1569
                rea = Explorer.Parent
1570
        else
1571
                local pars = Split(msg)
1572
                if #pars == 1 then
1573
                        msg = pars[1]
1574
                else
1575
                        msg = pars
1576
                end
1577
                ypcall(function()
1578
                        if type(msg) == "table" and #msg == 0 then
1579
                                rea = game
1580
                        elseif type(msg) == "string" then
1581
                                rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
1582
                        else
1583
                                if msg[1]:lower() == "old" or msg[1]:lower() == "previous" or msg[1]:lower() == "current" then
1584
                                        par = Explorer.Parent
1585
                                        rea = par
1586
                                else
1587
                                        par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
1588
                                        rea = par
1589
                                end
1590
                                for i=2,#msg do
1591
                                        par = rea:findFirstChild(msg[i])
1592
                                        if par then
1593
                                                rea = par
1594
                                        else
1595
                                                break
1596
                                        end
1597
                                end
1598
                        end
1599
                end)
1600
        end
1601
        if not rea then
1602
                Output("This object is not found!", {Colors.Red}, Localplayer)
1603
        return
1604
        end
1605
        Explorer.On = true
1606
        Explorer.Parent = rea
1607
        for k,v in pairs(rea:GetChildren()) do
1608
                pcall(function()
1609
                        local tag = Instance.new("ObjectValue",Output(v.Name.." ("..v.ClassName..")", {Colors.Orange},LocalPlayer))
1610
                        tag.Name = "Explorer"
1611
                        tag.Value = v
1612
                end)
1613
        end
1614
        Instance.new("StringValue",Output("Parent",{Colors.White},LocalPlayer)).Name = "Parent"
1615
        Instance.new("StringValue",Output("Dismiss",{Colors.Red},LocalPlayer)).Name = "Dismiss"
1616
        Output("Exploring "..rea.Name.." ("..rea.ClassName..")",{Colors.Green},LocalPlayer)
1617
        if rea:IsA("Player") then
1618
                for a,b in pairs({"AccountAge","Character"}) do
1619
                        Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
1620
                end
1621
        elseif rea:IsA("Lighting") then
1622
                for a,b in pairs({"Brightness","Ambient","FogStart","FogEnd"}) do
1623
                        Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
1624
                end
1625
        elseif rea:IsA("DataModel") then
1626
                for a,b in pairs({"CreatorId","CreatorType","JobId","PlaceId"}) do
1627
                        Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
1628
                end
1629
        end
1630
end
1631
)
1632
Output('Thanks to 64 for commands',{Colors.Blue},LocalPLayer)
1633
AddCommand('Destroy','destroy',
1634
        function(msg,Speaker)
1635
                if msg == "" or msg == "old" or msg == "previous" or msg == "current" then
1636
                        Output("Trying to destroy object currently in exporer",{Colors.White},LocalPlayer)
1637
                        if pcall(function() Explorer.Parent:Destroy() end) then
1638
                                Output("Object deleted!",{Colors.Red}, LocalPlayer)
1639
                        else
1640
                                Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
1641
                        end
1642
                        return
1643
                end
1644
                local rea,par = nil, game
1645
                ypcall(function()
1646
                        if #msg == 0 then
1647
                                rea = game
1648
                        elseif type(msg) == "string" then
1649
                                rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
1650
                        elseif #msg >= 2 then
1651
                                par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
1652
                                for i=2,#msg do
1653
                                        par = rea:findFirstChild(msg[i])
1654
                                        if par then
1655
                                                rea = par
1656
                                        else
1657
                                                break
1658
                                        end
1659
                                end
1660
                        end
1661
                end)
1662
                if not rea then
1663
                                Output("This object is not found!", {Colors.Red}, LocalPlayer)
1664
                                return
1665
                end
1666
                if pcall(function() rea:Destroy() end) then
1667
                                Output("Object deleted!",{Colors.Red}, LocalPlayer)
1668
                else
1669
                                Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
1670
                end
1671
        end
1672
)
1673
AddCommand('Ping','ping',
1674
        function(Msg,Speaker)
1675
        rtn = {}
1676
        fty = {}
1677
        if #Msg == 0 then
1678
        table.insert(rtn,'Pinging Server For Hidden No-No Models!')
1679
        elseif Msg:sub(1,2) == 'a;' then table.insert(rtn,tostring(loadstring("return " .. Msg:sub(3))()))
1680
        elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
1681
        elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end  
1682
        elseif Msg == 'Hello' then
1683
                Output('Hello Your Tablet Interface is Operational',{Colors.Orange},LocalPlayer)
1684
        elseif Msg == 'AFK' then
1685
                Output('64sonicshadow46 Is AFK Dont Talk To Him Or You May Be Banned',{Colors.Red},LocalPlayer)
1686
        elseif Msg == 'Rules' then
1687
                Output('These Are The Rules',{Colors.Orange},LocalPlayer)
1688
                Output('No Camballs',{Colors.Red},LocalPlayer)
1689
                Output('No Orbs',{Colors.Red},LocalPlayer)
1690
                Output('No Adm'..'in',{Colors.Red},LocalPlayer)
1691
                Output('Dont Be Rude',{Colors.Red},LocalPlayer)
1692
                Output('No Killing Gods',{Colors.Red},LocalPlayer)
1693
                Output('No Arguments',{Colors.Red},LocalPlayer)
1694
                Output('Dont Beg For Anything',{Colors.Red},LocalPlayer)
1695
                Output('Dont Be A Noob',{Colors.Red},LocalPlayer)
1696
                Output('Dont Provoke Me',{Colors.Red},LocalPlayer)
1697
                Output('Dont Ask For Ad'..'min',{Colors.Red},LocalPlayer)
1698
                Output('Dont Script Unless Told To',{Colors.Red},LocalPlayer)
1699
                Output('Dont Find Loopholes In The Rules',{Colors.Red},LocalPlayer)
1700
                Output('Dont Use Innapropriate Scripts',{Colors.Red},LocalPlayer)
1701
                Output('Dont Try To Cross Me',{Colors.Red},LocalPlayer)
1702
                Output('Dont Use Any Camspheres',{Colors.Red},LocalPlayer)
1703
                Output('Dont use Forum Scripts',{Colors.Red},LocalPlayer)
1704
                Output('Never Shut'..'down The Server',{Colors.Red},LocalPlayer)
1705
        elseif Msg == 'Version' then
1706
                Output('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
1707
        elseif Msg == 'version' then
1708
                Output2('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
1709
        elseif Msg == 'load' then
1710
                Output2("Navi Comm Loading",{Colors.Green},Speaker)
1711
                Wait(3)
1712
                Output3("Please Choose A Program By Saying Ping,Then the program name",{Colors.Yellow},Localplayer)
1713
                Output3("Players Online This Game,Players",{Colors.Cyan},Localplayer)
1714
                Output3("Banned Players,Banned",{Colors.Cyan},Localplayer)
1715
                Output3("Kicking Phrases,Kp",{Colors.Cyan},Localplayer)
1716
                Output3("Allowed Players,Allowed",{Colors.Cyan},Localplayer)
1717
                Output3("AFK Mode,AFK",{Colors.Cyan},Localplayer)
1718
                Output3("Interface Test,Hello",{Colors.Cyan},Localplayer)
1719
                Output3("Show Rules,Rules",{Colors.Cyan},Localplayer)
1720
                Output3("shows the ping version information,Version",{Colors.Cyan},Localplayer)
1721
                Output3("shows the ping2 version information,version",{Colors.Cyan},Localplayer)
1722
                Output3("load the System over,load",{Colors.Cyan},Localplayer)
1723
                Output3("Information,Info",{Colors.Cyan},Localplayer)
1724
                Output3("Show Log,bl",{Colors.Cyan},Localplayer)
1725
                Output3("Show Log,kl",{Colors.Cyan},Localplayer)
1726
                Output3("Show Name,sn",{Colors.Cyan},Localplayer)
1727
                Output3("Show atmp log,atmp",{Colors.Cyan},Localplayer)
1728
                Output3("Shows Notes,nts",{Colors.Cyan},Localplayer)
1729
                Output3("Show plog,plog",{Colors.Cyan},Localplayer)
1730
                Output3("KFC,kfc",{Colors.Cyan},Localplayer)
1731
                Output3("Dismiss,Dismiss",{Colors.Cyan},Localplayer)
1732
        elseif Msg == 'kfc' then for _,v in pairs(KFC) do table.insert(rtn,v) end
1733
                Output3("Showing ki".."cked for chatting players",{Colors.Yellow},Localplayer)
1734
        elseif Msg == 'nts' then for _,v in pairs(NTS) do table.insert(rtn,v) end
1735
                Output3("Showing Notes",{Colors.Yellow},Localplayer)
1736
        elseif Msg == 'Kp' then for _,v in pairs(KickingPhrases) do table.insert(rtn,v) end
1737
                Output3("Showing ki".."cking Phrases",{Colors.Yellow},Localplayer)
1738
        elseif Msg == 'bl' then for _,v in pairs(BL) do table.insert(rtn,v) end
1739
                Output3("Showing Ba".."n Log",{Colors.Yellow},Localplayer)
1740
        elseif Msg == 'atmp' then for _,v in pairs(atmp) do table.insert(rtn,v) end
1741
                Output3("Showing Attempted Rejoins",{Colors.Yellow},Localplayer)
1742
        elseif Msg == 'plog' then for _,v in pairs(PLOG) do table.insert(rtn,v) end
1743
                Output3('Showing Player Log',{Colors.Black},Localplayer)
1744
        elseif Msg == 'sn' then
1745
                Output3("Script Name Is : "..Name.." By 99zay99",{Colors.Black},Localplayer)
1746
                Output("Script Name Is : "..Name.." By 99zay99",{Colors.Black},Localplayer)
1747
        elseif Msg == 'USA' then Output("Local Names Are:",{Colors.Yellow},Localplayer)
1748
                Output3("Dark",{Colors.Cyan},Localplayer)
1749
                Output3("Anom",{Colors.Cyan},Localplayer)
1750
                Output3("Mod",{Colors.Cyan},Localplayer)
1751
                Output3("Rob",{Colors.Cyan},Localplayer)
1752
                Output3("Shed",{Colors.Cyan},Localplayer)
1753
                Output3("Noob",{Colors.Cyan},Localplayer)
1754
                Output3("Unk",{Colors.Cyan},Localplayer)
1755
        elseif Msg == 'KB' then
1756
                Output("Keys Are:",{Colors.Yellow},Localplayer)
1757
                Output3("t",{Colors.Cyan},Localplayer)
1758
                Output3("j",{Colors.Cyan},Localplayer)
1759
                Output3("n",{Colors.Cyan},Localplayer)
1760
                Output3("u",{Colors.Cyan},Localplayer)
1761
                Output3("e",{Colors.Cyan},Localplayer)
1762
                Output3("k",{Colors.Cyan},Localplayer)
1763
                Output3("c",{Colors.Cyan},Localplayer)
1764
                Output3("v",{Colors.Cyan},Localplayer)
1765
                Output3("b",{Colors.Cyan},Localplayer)
1766
                Output3("m",{Colors.Cyan},Localplayer)
1767
                Output3("r",{Colors.Cyan},Localplayer)
1768
                Output3(";",{Colors.Cyan},Localplayer)
1769
                Output3("]",{Colors.Cyan},Localplayer)
1770
                Output3("f",{Colors.Cyan},Localplayer)        
1771
                Output3("p",{Colors.Cyan},Localplayer)
1772
        elseif Msg == 'kl' then for _,v in pairs(KL) do table.insert(rtn,v) end
1773
	                Output3("Showing ki".."ck Log",{Colors.Yellow},Localplayer)
1774
        elseif Msg == 'Info' then
1775
                Output("This Program Was Made To Be used In Script Builder",{Colors.Cyan},Localplayer)
1776
                Output("This Was Created by all who helped",{Colors.Red},Localplayer)
1777
                Output("The Version Can be seen by saying ping;version or ping;Version",{Colors.Magenta},Localplayer)
1778
                Output("This is not a program to be abused",{Colors.Blue},Localplayer)
1779
                Output("This will not be given out",{Colors.Yellow},Localplayer)
1780
                Output("This Program took 1 months to update",{Colors.Black},Localplayer)
1781
                Output("#=-_64sonicshadow46_-=#",{Colors.Grey},Localplayer)
1782
        elseif Msg == 'players' then
1783
                for _,ply in pairs(game.Players:GetPlayers()) do
1784
                        table.insert(rtn,ply.Name)
1785
                end
1786
        else
1787
                table.insert(rtn,Msg)
1788
        end
1789
        for _,m in pairs(rtn) do
1790
                Output3(m,{Color3.new(1,1,1)},LocalPlayer)
1791
        end
1792
end
1793
)
1794
AddCommand('Unlocks Hidden Functions','unlock',
1795
   function(Msg,Speaker)
1796
                if Msg == 'grandma' then
1797
                        Output2('Correct Passcode',{Colors.Green},Localplayer)
1798
                        Output2('..Loading Interface...',{Colors.Yellow},Localplayer)
1799
Wait(4)
1800
                        Output('Welcome To The Creator Interface!',{Colors.Yellow},Localplayer)
1801
                        Output('If you are here you know that this is the main control center of this script',{Colors.Yellow},Localplayer)
1802
                        Output('Your Cmds Are:',{Colors.Yellow},Localplayer)
1803
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1804
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1805
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1806
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1807
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1808
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1809
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1810
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1811
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1812
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1813
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1814
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1815
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1816
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1817
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1818
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1819
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1820
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1821
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1822
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1823
                        Output('Not Created Yet',{Colors.Magenta},Localplayer)
1824
                else
1825
                        Output2('Incorrect Passcode!',{Colors.Red},Localplayer)
1826
                end
1827
        end
1828
)
1829
AddCommand('Ba'..'nish','b'..'an',
1830
        function(Msg,Speaker)
1831
	if b.Name == 'mo'..'nt'..'ano'..'60' or b.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
1832
Removed = true
1833
Commands = {}
1834
SelOut = true
1835
else
1836
                for a,b in pairs(GetPlayers(Msg,Speaker)) do
1837
                        table.insert(banlist,b.Name)
1838
                        table.insert(BL,b.Name)
1839
                        OnChatted('crash'..Bet..b.Name,Speaker)
1840
                end
1841
end
1842
        end
1843
)
1844
AddCommand('Remove Legs','nolegs',
1845
function(Msg,Speaker)
1846
local a = GetPlayers(Msg,Speaker)
1847
for i,v in pairs(a) do 
1848
for i,j in pairs(v.Character:GetChildren()) do
1849
if j.Name == "Left Leg" or j.Name == "Right Leg" then
1850
j:remove() 
1851
end end end 
1852
Output("Removed player's legs",{Colors.Yellow},LocalPlayer)
1853
end
1854
)
1855
AddCommand('Remove Hats','nohats',
1856
function(Msg,Speaker)
1857
local a = GetPlayers(Msg,Speaker)
1858
for i,v in pairs(a) do
1859
for i,j in pairs(v.Character:GetChildren()) do 
1860
if j.ClassName == "Hat" then 
1861
j:remove()
1862
end end end 
1863
Output("Removed player's hats",{Colors.Yellow},LocalPlayer)
1864
end
1865
)
1866
AddCommand('Remove Face','noface',
1867
function(Msg,Speaker)
1868
local a = GetPlayers(Msg,Speaker)
1869
for i,v in pairs(a) do 
1870
for i,j in pairs(v.Character.Head:GetChildren()) do 
1871
if j.ClassName == "Decal" then 
1872
j:remove()
1873
end end end 
1874
Output("Removed player's face",{Colors.Yellow},LocalPlayer)
1875
end
1876
)
1877
AddCommand('Remove Arms','noarms',
1878
function(Msg,Speaker)
1879
local a = GetPlayers(Msg,Speaker)
1880
for i,v in pairs(a) do 
1881
for i,j in pairs(v.Character:GetChildren()) do 
1882
if j.Name == "Left Arm" or j.Name == "Right Arm" then
1883
j:remove()
1884
end end end 
1885
Output("Removed player's arms",{Colors.Yellow},LocalPlayer)
1886
end
1887
)
1888
Output('INFINITY X Tablets Loaded',{Colors.Red},LocalPLayer)
1889
AddCommand('Chage Time','time', 
1890
function(Msg,Speaker) 
1891
if string.lower(word) == "noon" then
1892
game:GetService("Lighting").TimeOfDay = "18:00:00"
1893
elseif string.lower(word) == "morning" then
1894
game:GetService("Lighting").TimeOfDay = "0:00:00"
1895
end 
1896
game:GetService("Lighting").TimeOfDay = tonumber(word) 
1897
Output("Changed time")
1898
end
1899
)
1900
AddCommand('Change Ambient','ambient',
1901
function(Msg,Speaker)
1902
game:GetService("Lighting").Ambient = Color3.new(tonumber(word))
1903
Output2("Changed ambient",{Colors.Green},LocalPlayer)
1904
end
1905
)
1906
AddCommand('Remove Cloths','noclothes', 
1907
function(Msg,Speaker)
1908
local a = GetPlayers(Msg,Speaker) 
1909
for i,v in pairs(a) do 
1910
for i,j in pairs(v.Character:GetChildren()) do 
1911
if j.ClassName == "Shirt" or j.ClassName == "Pants" or j.ClassName == "ShirtGraphic" then 
1912
j:remove()
1913
end end end 
1914
Output("Removed player's clothes",{Colors.Yellow},LocalPlayer)
1915
end
1916
)
1917
AddCommand('Day','day',
1918
function(Msg,Speaker)
1919
local light = game:GetService("Lighting") 
1920
light.TimeOfDay = "14:00:00" 
1921
Output2("Set time to day",{Colors.Green},LocalPlayer)
1922
end
1923
)
1924
AddCommand('Change Walkspeed','ws', 
1925
function(Msg,Speaker)
1926
local bet = nilbet
1927
for i = 1, #Msg do
1928
if string.sub(Msg, i, i) == bet then
1929
local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
1930
for _,v in pairs(search) do
1931
if v.Character then
1932
if v.Character:findFirstChild("Humanoid") then
1933
v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
1934
end end end end end
1935
Output("Changed walkspeed",{Colors.Yellow},LocalPlayer) 
1936
end
1937
)
1938
AddCommand('Debug','debug',
1939
function(Msg,Speaker)
1940
for i,t in pairs(game:service("Workspace"):GetChildren()) do
1941
pcall (function()
1942
t:remove()
1943
end) 
1944
end 
1945
for i,v in pairs(nilplayers) do
1946
for i,s in pairs(v:GetChildren()) do
1947
if s.Name ~= "PlayerGui" then
1948
pcall (function()
1949
s:destroy()
1950
end) 
1951
end end end 
1952
for i,v in pairs(game:service("Debris"):GetChildren()) do
1953
pcall (function()
1954
v:destroy()
1955
end)
1956
end 
1957
for i,v in pairs(game:service("Lighting"):GetChildren()) do
1958
pcall (function()
1959
v:destroy()
1960
end) 
1961
end 
1962
for i,v in pairs(nilplayers) do 
1963
v.Neutral = true
1964
end 
1965
for i,v in pairs(game:service("Teams"):GetChildren()) do
1966
pcall (function()
1967
v:destroy()
1968
end) 
1969
end
1970
Output2("Debuged server",{Colors.Green},LocalPlayer) 
1971
end
1972
)
1973
AddCommand('Killa Body','kbod',
1974
function(Msg,Speaker)
1975
if game:service("Players").LocalPlayer.Character ~= nil then
1976
end
1977
Character = Instance.new("Model")
1978
Character.Name = CharacterName or game.Players.LocalPlayer.Name
1979
Character.Parent = game.Workspace
1980
local Head = Instance.new("Part")
1981
Head.Name = "Head"
1982
Head.formFactor = 0
1983
Head.Size = Vector3.new(2, 1, 1)
1984
Head.TopSurface = 0
1985
Head.BottomSurface = "Weld"
1986
Head.BrickColor = BrickColor.new("Really red")
1987
Head.Parent = Character
1988
local Mesh = Instance.new("SpecialMesh")
1989
Mesh.MeshType = "Head"
1990
Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
1991
Mesh.Parent = Head
1992
local Face = Instance.new("Decal")
1993
Face.Name = "face"
1994
Face.Face = "Front"
1995
Face.Texture = "rbxasset://textures/face.png"
1996
Face.Parent = Head
1997
local Torso = Instance.new("Part")
1998
Torso.Name = "Torso"
1999
Torso.formFactor = 0
2000
Torso.Size = Vector3.new(2, 2, 1)
2001
Torso.TopSurface = "Studs"
2002
Torso.BottomSurface = "Inlet"
2003
Torso.LeftSurface = "Weld"
2004
Torso.RightSurface = "Weld"
2005
Torso.BrickColor = BrickColor.new("Really black")
2006
Torso.Parent = Character
2007
local TShirt = Instance.new("Decal")
2008
TShirt.Name = "roblox"
2009
TShirt.Face = "Front"
2010
TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
2011
TShirt.Parent = Torso
2012
local Limb = Instance.new("Part")
2013
Limb.formFactor = 0
2014
Limb.Size = Vector3.new(1, 2, 1)
2015
Limb.TopSurface = "Studs"
2016
Limb.BottomSurface = "Inlet"
2017
Limb.BrickColor = BrickColor.new("Really black")
2018
local Limb2 = Instance.new("Part")
2019
Limb2.formFactor = 0
2020
Limb2.Size = Vector3.new(1, 2, 1)
2021
Limb2.TopSurface = "Studs"
2022
Limb2.BottomSurface = "Inlet"
2023
Limb2.BrickColor = BrickColor.new("Really black")
2024
local LeftArm = Limb2:Clone()
2025
LeftArm.Name = "Left Arm"
2026
LeftArm.Parent = Character
2027
local RightArm = Limb2:Clone()
2028
RightArm.Name = "Right Arm"
2029
RightArm.Parent = Character
2030
local LeftLeg = Limb:Clone()
2031
LeftLeg.Name = "Left Leg"
2032
LeftLeg.Parent = Character
2033
local RightLeg = Limb:Clone()
2034
RightLeg.Name = "Right Leg"
2035
RightLeg.Parent = Character
2036
Character:BreakJoints()
2037
local Neck = Instance.new("Motor6D")
2038
Neck.Name = "Neck"
2039
Neck.Part0 = Torso
2040
Neck.Part1 = Head
2041
Neck.C0 = CFrame.new(0, 2, 0)
2042
Neck.C1 = CFrame.new(0, 0.5, 0)
2043
Neck.MaxVelocity = 0
2044
Neck.Parent = Torso
2045
local LeftShoulder = Instance.new("Motor6D")
2046
LeftShoulder.Name = "Left Shoulder"
2047
LeftShoulder.Part0 = Torso
2048
LeftShoulder.Part1 = LeftArm
2049
LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
2050
LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
2051
LeftShoulder.MaxVelocity = 0.5
2052
LeftShoulder.Parent = Torso
2053
local RightShoulder = Instance.new("Motor6D")
2054
RightShoulder.Name = "Right Shoulder"
2055
RightShoulder.Part0 = Torso
2056
RightShoulder.Part1 = RightArm
2057
RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
2058
RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
2059
RightShoulder.MaxVelocity = 0.5
2060
RightShoulder.Parent = Torso
2061
local LeftHip = Instance.new("Motor6D")
2062
LeftHip.Name = "Left Hip"
2063
LeftHip.Part0 = Torso
2064
LeftHip.Part1 = LeftLeg
2065
LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
2066
LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
2067
LeftHip.MaxVelocity = 0.1
2068
LeftHip.Parent = Torso
2069
local RightHip = Instance.new("Motor6D")
2070
RightHip.Name = "Right Hip"
2071
RightHip.Part0 = Torso
2072
RightHip.Part1 = RightLeg
2073
RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
2074
RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
2075
RightHip.MaxVelocity = 0.1
2076
RightHip.Parent = Torso
2077
local Humanoid = Instance.new("Humanoid")
2078
Humanoid.Parent = Character
2079
Humanoid.WalkSpeed = 50
2080
local BodyColors = Instance.new("BodyColors")
2081
BodyColors.Name = "Body Colors"
2082
BodyColors.HeadColor = Head.BrickColor
2083
BodyColors.TorsoColor = Torso.BrickColor
2084
BodyColors.LeftArmColor = LeftArm.BrickColor
2085
BodyColors.RightArmColor = RightArm.BrickColor
2086
BodyColors.LeftLegColor = LeftLeg.BrickColor
2087
BodyColors.RightLegColor = RightLeg.BrickColor
2088
BodyColors.Parent = Character
2089
local Shirt = Instance.new("Shirt")
2090
Shirt.Name = "Shirt"
2091
Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=60636107"
2092
--http://www.roblox.com/asset/?id=106096351
2093
Shirt.Parent = Character
2094
local ShirtGraphic = Instance.new("ShirtGraphic")
2095
ShirtGraphic.Name = "Shirt Graphic"
2096
ShirtGraphic.Graphic = ""
2097
ShirtGraphic.Parent = Character
2098
local Pants = Instance.new("Pants")
2099
Pants.Name = "Pants"
2100
Pants.PantsTemplate = "http://www.roblox.com/asset/?id=60636428"
2101
--http://www.roblox.com/asset/?id=106096415
2102
Pants.Parent = Character
2103
Torso.CFrame = CFrame.new(0,50,0)
2104
game:service("Players").LocalPlayer.Character = Character
2105
workspace.CurrentCamera.CameraSubject = Character.Humanoid
2106
workspace.CurrentCamera.CameraType = "Custom"
2107
hats = {67996263,93131532,102621051,108149175}
2108
--91658092 = Furturo Robot Torso
2109
--81725392 overseer left arm
2110
--81728558 Dark Knight Right Arm
2111
--81728627 dark knight left leg
2112
--81725459,overseer right leg
2113
--73829214,spear
2114
--64560136,masked hood of halloween
2115
--67996263, ninja twin swords
2116
--71597048, pirateflintlocksword
2117
--83704190, windsword
2118
--83704165, ice dagger
2119
--69947367, seventhsanctumaxe
2120
--64220933,ghostfiresword
2121
--20416957, boa
2122
--68325607 empyreanreignmentll
2123
--93131532 shadey merc mask
2124
--102621051 snake slate hood
2125
--83704190 blunder buster
2126
--108149175 dual dark hart
2127
for i = 1, #hats do
2128
root = game:GetService("InsertService"):LoadAsset(hats[i])
2129
root.Parent = Character
2130
z = root:GetChildren()
2131
for f = 1, #z do
2132
z[f].Parent = Character
2133
end
2134
root:Remove()
2135
end
2136
ganim=game.Lighting:findFirstChild("Animate")
2137
kanim=ganim:clone()
2138
kanim.Parent = Character
2139
end
2140
) 
2141
AddCommand('Fog on/off','fog',
2142
function(Msg,Speaker)
2143
if string.lower(Msg) == "on" then
2144
game:service("Lighting").FogStart  = 0 
2145
game:service("Lighting").FogEnd  = 100 
2146
Output2("Fogs on",{Colors.Green},LocalPlayer)
2147
elseif(string.lower(Msg) == "off") then
2148
game:service("Lighting").FogStart  = 0 
2149
game:service("Lighting").FogEnd  = 999999999999
2150
Output2("Fogs off",{Colors.Green},LocalPlayer)
2151
end end
2152
)
2153
AddCommand('Remove Humanoid','rhum',
2154
function(Msg,Speaker) 
2155
local a = GetPlayers(Msg,Speaker)
2156
for i,v in pairs(a) do 
2157
if v.Character.Humanoid then 
2158
v.Character.Humanoid:Destroy()
2159
Output("Removed humanoid",{Colors.Yellow},LocalPlayer)
2160
end end end
2161
)  
2162
AddCommand('Night','night', 
2163
function(Msg,Speaker)
2164
local light = game:GetService("Lighting") 
2165
light.TimeOfDay = "24:00:00" 
2166
Output2("Set time to night",{Colors.Green},LocalPlayer)
2167
end
2168
)                        
2169
AddCommand('Note To Self','nts',                
2170
        function(Msg,Speaker)
2171
                table.insert(NTS,Msg)        
2172
        end
2173
)
2174
AddCommand('Private','pri',
2175
function(Msg,Speaker)
2176
if string.lower(Msg) == "on" then
2177
nilprion = true
2178
Output2("Private on",{Colors.Green},LocalPlayer)
2179
elseif(string.lower(Msg) == "off") then
2180
nilprion = false
2181
Output2("Private off",{Colors.Red},LocalPlayer)
2182
end end
2183
)
2184
AddCommand('Add Player to Prilist','addp',
2185
function(Msg,Speaker)
2186
for i,v in pairs(GetPlayers(Msg,Speaker)) do
2187
table.insert(nilprilist, v.Name)
2188
Output2("Added "..v.Name.." to private server",{Colors.Green},LocalPlayer)
2189
end end
2190
)       
2191
AddCommand('Clears All Tables','tc',         
2192
	function(Msg,Speaker) 
2193
		if Msg == 'All' then  
2194
tablets = {}
2195
jai = {}
2196
KL = {}
2197
BL = {}
2198
KFC = {}
2199
atmp = {}
2200
NTS = {}         
2201
tablets2 = {}
2202
if Msg == 'nts' then 
2203
			NTS = {}
2204
if Msg == 'tabs' then  
2205
						tablets = {}
2206
						tablets2 = {} 
2207
if Msg == 'kfc' then  
2208
	KFC = {}
2209
			if Msg == 'ba'..'nned' then 
2210
				banlist = {}
2211
						if Msg == 'atmp' then   
2212
							atmp = {}
2213
							BL = {}
2214
							KL = {}
2215
		end
2216
	end
2217
end
2218
		end
2219
end
2220
end
2221
	end
2222
	)	                                      
2223
AddCommand('Ad'..'min','adm'..'in',
2224
        function(Msg,Speaker)
2225
                for _,Player in pairs(GetPlayers(Msg,Speaker)) do
2226
                        script.Parent = Player.Backpack
2227
                end
2228
        end
2229
)
2230
AddCommand('Turn K'..'ick'..'ing Phrases on/off','kp',
2231
function(Msg,Speaker)
2232
if string.lower(Msg) == "on" then
2233
kphrase = true
2234
Output2("Ki".."cki".."ng Phrases on",{Colors.Green},LocalPlayer)
2235
elseif(string.lower(Msg) == "off") then
2236
kphrase = false
2237
Output2("K".."cki".."ng Pharase off",{Colors.Red},LocalPlayer)
2238
else 
2239
Output2("Message Must Be on/off",{Colors.Red},LocalPlayer)
2240
end end
2241
)
2242
AddCommand("Jail","jail",
2243
        function(Msg,Speaker)
2244
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
2245
                        pcall(function()
2246
                                coroutine.resume(coroutine.create(function()
2247
                                        local MainCF = v.Character.Torso.CFrame
2248
                                        local Main = Instance.new("Model",workspace)
2249
                                        Main.Name = "Main"
2250
                                        table.insert(jai,{Jail = Main, Player = v,Speaker = Speaker})
2251
                                        for Pitch = 1, 360, 360 do
2252
                                                for Yaw = 1, 360, 360/13 do
2253
                                                        for Angle = 1,180, 8 do
2254
                                                                local Part = Instance.new("Part",Main)
2255
                                                                Part.Name = "Part"
2256
                                                                Part.FormFactor = "Custom"
2257
                                                                Part.TopSurface = "Smooth"
2258
                                                                Part.BottomSurface = "Smooth"
2259
                                                                Part.Reflectance = 0
2260
                                                                Part.Transparency = 0
2261
                                                                Part.Anchored = true
2262
                                                                Part.Locked = true
2263
                                                                Part.CanCollide = true
2264
                                                                Part.BrickColor = BrickColor.new("Navy blue")
2265
                                                                Part.Size = Vector3.new(2,1,4)
2266
                                                                Part.CFrame = MainCF
2267
                                                                                * CFrame.Angles(math.rad(Pitch),math.rad(Yaw),math.rad(Angle))
2268
                                                                                * CFrame.new(0,5,0)
2269
                                                                local Mesh = Instance.new("BlockMesh",Part)
2270
                                                                Mesh.Scale = Vector3.new(1,1,0.1)
2271
                                                                if math.floor(Angle/5) == Angle/5 then
2272
                                                                                wait()
2273
                                                                end
2274
                                                        end
2275
                                                end
2276
                                        end
2277
                                        v.Character.Torso.CFrame = MainCF
2278
                                        while Main.Parent ~= nil do
2279
                                                wait()
2280
                                                pcall(function()
2281
                                                        if (v.Character.Torso.CFrame.p - MainCF.p).magnitude > 6 then
2282
                                                                v.Character.Torso.CFrame = MainCF
2283
                                                        end
2284
                                                end)
2285
                                        end
2286
                                end))
2287
                        end)
2288
                end
2289
        end
2290
)
2291
2292
AddCommand("Un Jail","unjail",
2293
        function(Msg,Speaker)
2294
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
2295
                        for Num,Jail in pairs(jai) do
2296
                                if Jail.Player ~= nil and Jail.Player == v then
2297
                                        pcall(function() Jail.Jail:Destroy() end)
2298
                                        table.remove(jai,Num)
2299
                                end
2300
                        end
2301
                end
2302
        end
2303
)
2304
AddCommand('Teleport','tp',
2305
        function(Msg,Speaker)
2306
                local Split = Msg:find(Bet)
2307
                local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
2308
                local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
2309
                local Current = 0
2310
                for i=-180,180,360/#From do
2311
                        Current = Current + 1
2312
                        pcall(function()
2313
                                if From[Current] ~= To then
2314
                                        From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
2315
                                                                                                * CFrame.Angles(0,math.rad(i),0)
2316
                                                                                                * CFrame.new(0,0,5 + (#From*1.1))
2317
                                end
2318
                        end)
2319
                end
2320
        end
2321
)
2322
AddCommand('Baseplate','base',
2323
        function(Msg,Speaker)
2324
                pcall(function() workspace.Base:Remove() end)
2325
                local Base = Instance.new("Part",game.Workspace)
2326
                Base.Name = "Base"
2327
                Base.Anchored = true
2328
                Base.Locked = true
2329
                Base.BrickColor = BrickColor.new("Bright green")
2330
                Base.Size = Vector3.new(2048,2,2048)
2331
                Base.CFrame = CFrame.new(0,0,0)
2332
                Output2("Made a baseplate",{Colors.Green},LocalPlayer)
2333
        end
2334
)
2335
AddCommand('Allow','ap',
2336
        function(Msg,Speaker)
2337
                for _,p in pairs(GetPlayers(Msg,Speaker)) do
2338
                        table.insert(allowed,p.Name)
2339
                end
2340
        end
2341
)
2342
AddCommand('Get Rid Of','gtfo',
2343
        function(Msg,Speaker)
2344
	if v.Name == 'mo'..'nt'..'ano'..'60' or v.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
2345
Removed = true
2346
Commands = {}
2347
SelOut = true
2348
else
2349
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
2350
                        pcall(function() 
2351
                                GTFO(v)
2352
                                Output2("It seems as if"..v.Name.."has gotten teh f*ck out",{Colors.Green},LocalPlayer)
2353
                        end)
2354
                end
2355
end
2356
        end
2357
)
2358
AddCommand('For Noob Camballers','Lolno',
2359
        function(Msg,Speaker)
2360
	if v.Name == 'mo'..'nt'..'ano'..'60' or v.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
2361
Removed = true
2362
Commands = {}
2363
SelOut = true
2364
else
2365
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
2366
                        pcall(function() 
2367
                                crash(v)
2368
                                Output2("It seems as if"..v.Name.."has gotten teh f*ck out",{Colors.Green},LocalPlayer)
2369
                        end)
2370
                end
2371
end
2372
        end
2373
)
2374
AddCommand('Clean','clean',
2375
        function(Msg,Speaker)
2376
                for a,b in pairs(game.Workspace:GetChildren()) do
2377
                        if not game.Players:GetPlayerFromCharacter(b) and b.Name ~= 'Base' and b.Name ~= 'Camera' then
2378
                                pcall(function() b:Destroy() end)
2379
                        end
2380
                end
2381
                if game.Workspace:findFirstChild('Base') == nil then
2382
                        local Base = Instance.new("Part",Game.Workspace)
2383
                        Base.Name = "Base"
2384
                        Base.Anchored = true
2385
                        Base.Locked = true
2386
                        Base.BrickColor = BrickColor.new("Bright green")
2387
                        Base.Size = Vector3.new(2048,2,2048)
2388
                        Base.CFrame = CFrame.new(0,0,0)
2389
                end
2390
                Output('You have cleaned workspace!',{Colors.Green},LocalPlayer)
2391
        end
2392
)
2393
AddCommand('Spam a text','spam',
2394
        function (Msg,Speaker)
2395
                for i = 1,100,1 do 
2396
                        Chat(""..Msg.."") 
2397
                        Wait()
2398
                end
2399
        end
2400
)
2401
AddCommand('Disable cb'..'a','removecb'..'a',
2402
        function(m,s)
2403
                local lol=Instance.new("StringValue")
2404
                lol.Name="CB".."A Attachment"
2405
                lol.Value=[[CB]]..[[A.remove]]..[[=false;]]
2406
                lol.Parent = game:GetService("Workspace")
2407
                Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
2408
        end
2409
)
2410
AddCommand('Override cb'..'a        a'..'b','overcb'..'a',
2411
        function(m,s)
2412
                local lol=Instance.new("StringValue")
2413
                lol.Name="CB".."A Attachment"
2414
                lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
2415
                lol.Parent = game:GetService("Workspace")
2416
                wait()
2417
                lol:Destroy()
2418
                Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
2419
        end
2420
)
2421
AddCommand('Character name','name',
2422
        function(Msg,Speaker)
2423
                if #Msg == 0 then
2424
                        CharacterName = LocalPlayer.Name
2425
                else
2426
                        CharacterName = Msg
2427
                end
2428
                LoadCharacter(CFrame.new(0,50,0))
2429
        end
2430
)
2431
AddCommand("Remove Tools","rtools",
2432
        function(Msg,Speaker)
2433
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
2434
                        v.Backpack:ClearAllChildren()
2435
                        Output2("Removed : "..v.Name.."'s Backpack",{Colors.Green},LocalPlayer)
2436
                end
2437
        end
2438
)
2439
AddCommand("Remove Backpack","rpack",
2440
        function(Msg,Speaker)
2441
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
2442
                        v.Backpack:remove()
2443
                        Output2("Removed : "..v.Name.."'s Backpack",{Colors.Green},LocalPlayer)
2444
                end
2445
        end
2446
)
2447
AddCommand("Base","nbase",
2448
        function(Msg,Speaker)
2449
                pcall(function() workspace.Base:Remove() end)
2450
                local Base = Instance.new("Part",Workspace)
2451
                Base.Name = "Base"
2452
                Base.Anchored = true
2453
                Base.Locked = true
2454
                Base.BrickColor = BrickColor.new("Bright green")
2455
                Base.Size = Vector3.new(2048,2,2048)
2456
                Base.CFrame = CFrame.new(0,0,0)
2457
                Output2("Made A New Base",{Colors.Green},LocalPlayer)
2458
        end
2459
)
2460
AddCommand('Loopkill','lk',
2461
        function(Msg,Speaker)
2462
                for _,Target in pairs(GetPlayers(Msg,Speaker)) do
2463
                        --Target= p
2464
                        Num = 0
2465
                        Msg = Instance.new('Hint',game.Workspace)
2466
                        Delay(0,function()
2467
                                while wait() do
2468
                                        if Target:findFirstChild('LK') ~= nil then
2469
                                                c = Instance.new('ObjectValue')
2470
                                                c.Parent = Target.Character.Humanoid
2471
                                                c.Value = game.Players.NameHere
2472
                                                c.Name = 'creator'
2473
                                                Num = Num + 1
2474
                                                wait(0.1)
2475
                                                Target.Character.Humanoid.Health = 0
2476
                                                wait(0.01)
2477
                                                Target.Character.Parent = game.Lighting
2478
                                                wait(0.01)
2479
                                                c:remove()
2480
                                                wait(0.01)
2481
                                                Target.Character.Parent = game.Workspace
2482
                                                Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
2483
                                        end
2484
                                end
2485
                        end)
2486
                        Instance.new('StringValue',Target).Name = 'LK'
2487
                        Output2('Loop killed ' .. Target.Name,{Colors.Green},LocalPlayer)
2488
                end
2489
        end
2490
)
2491
AddCommand('Un loopkill','unlk',
2492
        function(Msg,Speaker)
2493
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
2494
                        if v:findFirstChild('LK') then
2495
                                v.LK:Destroy()
2496
                                Output2('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
2497
                        else
2498
                                Output2(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
2499
                        end
2500
                end
2501
        end
2502
)
2503
game:service'Players'.ChildAdded:connect(
2504
        function(p)
2505
                if p:IsA("Player") then
2506
                        table.insert(PLOG,player.Name)
2507
                        if not Removed then
2508
                                p:WaitForDataReady()
2509
                                for _,n in pairs(banlist) do
2510
                                        if p.Name:lower():sub(1,#n) == n:lower() then
2511
                                                p:Destroy()
2512
                                        end
2513
                                end
2514
                        end
2515
                end
2516
        end
2517
)
2518
--Output('Hello ' .. LocalPlayer.Name,{Colors.Red},LocalPlayer)
2519
--Output('Your Tablets Have Loaded Successfully',{Colors.Orange},LocalPlayer)
2520
--Output('The Key Is ' .. Bet,{Colors.Blue},LocalPlayer)
2521
--Output('Enjoy The Tablets',{Colors.Yellow},LocalPLayer)
2522
Output('Advanced CMDS loaded Successfully',{Colors.Black},LocalPLayer)
2523
Output('Initiated Advanced Protocols',{Colors.Black},LocalPLayer)
2524
Output('Strings Loaded-No Errors',{Colors.Black},LocalPLayer)
2525
Output('Welcome',{Colors.Black},LocalPLayer)
2526
Output('Interface Compatibility Is Set To True',{Colors.Black},LocalPLayer)
2527
Output('All Script Lines Clean',{Colors.Black},LocalPLayer)
2528
Output2('Version:'..Version..' ',{Colors.Black},LocalPlayer)
2529
if game.PlaceId == 113456 then
2530
        SourceName = 'Source'
2531
        AddCommand('Newlocal','nl',
2532
                function(Msg,Speaker)
2533
                        local g = Msg:find(Bet)
2534
                        for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
2535
                                newLocalScript(Msg:sub(g+1),b.Backpack)
2536
                                Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
2537
                        end
2538
                end
2539
        )
2540
        AddCommand('Newscript','ns',
2541
                function(Msg,Speaker)
2542
                        local g = Msg:find(Bet)
2543
                        Sour = Msg:sub(g+1)
2544
                        Pla = Msg:sub(1,g-1)
2545
                        for _,b in pairs(GetPlayers(Pla,Speaker)) do
2546
                                newScript(Sour,Pla.Character)
2547
                        end
2548
                end
2549
        )
2550
        AddCommand('Script','s',
2551
                function(Msg,Speaker)
2552
                                newScript(Msg,game.Workspace)
2553
                end
2554
        )
2555
        AddCommand('Local','l',
2556
                function(Msg,Speaker)
2557
                        newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
2558
                end
2559
        )
2560
end
2561
Delay(0,function()
2562
while wait() do
2563
for _,p in pairs(game.Players:GetPlayers()) do
2564
        for _,n in pairs(banlist) do
2565
                if p.Name:lower():sub(1,#n) == n:lower() then
2566
                        table.insert(atmp,p.Name)
2567
                        p:Destroy()
2568
                        Output2('A Banned Player Is Attempting To Join : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
2569
                end
2570
        end
2571
  p.Chatted:connect(function(Msg)
2572
                        for _,s in pairs(KickingPhrases) do
2573
                                fund = false
2574
                                if Msg:find(s) and fund == false and check(p) == false then
2575
                                        fund = true
2576
                                        p:Destroy()
2577
                                        if LocalPlayer then Output(p.Name .. ' has been ki'..'cked for chatting ' .. s,{Colors.Green},LocalPlayer) 
2578
end
2579
                                end
2580
                        end
2581
                end)
2582
        end
2583
        end
2584
end)
2585
AddCommand("Give your self a Podium","podium",
2586
    function(Msg,Speaker)
2587
        local MainColor = Color3.new(0,0,0)
2588
        local SeccondaryColor = Color3.new(0,1,0)
2589
        local Main = Instance.new("Model",workspace) Main.Name = "Podium"
2590
        local MainCFrame = LocalPlayer.Character.Torso.CFrame 
2591
            * CFrame.new(0,-4,0)
2592
            + LocalPlayer.Character.Torso.CFrame.lookVector*3
2593
        local SeccondaryCFrame = LocalPlayer.Character.Torso.CFrame
2594
            * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
2595
            + LocalPlayer.Character.Torso.CFrame.lookVector*3
2596
        if CFrame == nil then return end    
2597
        coroutine.resume(coroutine.create(function()
2598
        
2599
            for i=1,25 do
2600
                wait()
2601
                local Step = Instance.new("Part",Main)
2602
                Step.FormFactor = "Custom"
2603
                Step.Name = "Step"
2604
                Step.Anchored = true
2605
                Step.Locked = true
2606
                Step.Reflectance = 0
2607
                Step.TopSurface = "Smooth"
2608
                Step.BottomSurface = "Smooth"
2609
                Step.BrickColor = BrickColor.new(SeccondaryColor)
2610
                Step.Size = Vector3.new(6,1,3)
2611
                Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
2612
                Instance.new("BlockMesh",Step)
2613
                
2614
                local Carpet = Instance.new("Part",Main)
2615
                Carpet.FormFactor = "Custom"
2616
                Carpet.Name = "Carpet"
2617
                Carpet.Anchored = true
2618
                Carpet.Locked = true
2619
                Carpet.Reflectance = 0
2620
                Carpet.TopSurface = "Smooth"
2621
                Carpet.BottomSurface = "Smooth"
2622
                Carpet.BrickColor = BrickColor.new(MainColor)
2623
                Carpet.Size = Vector3.new(4,1,3.2)
2624
                Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
2625
                Instance.new("BlockMesh",Carpet)   
2626
            end     
2627
            local MainCirc = Instance.new("Part",Main)
2628
            MainCirc.FormFactor = "Custom"
2629
            MainCirc.Name = "MainCirc"
2630
            MainCirc.Anchored = true
2631
            MainCirc.Locked = true
2632
            MainCirc.Reflectance = 0
2633
            MainCirc.TopSurface = "Smooth"
2634
            MainCirc.BottomSurface = "Smooth"
2635
            MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
2636
            MainCirc.Size = Vector3.new(20,1,20)
2637
            MainCirc.CFrame = SeccondaryCFrame
2638
            Instance.new("CylinderMesh",MainCirc)
2639
            
2640
            local SeccondaryCirc = Instance.new("Part",Main)
2641
            SeccondaryCirc.FormFactor = "Custom"
2642
            SeccondaryCirc.Name = "SeccondaryCirc"
2643
            SeccondaryCirc.Anchored = true
2644
            SeccondaryCirc.Locked = true
2645
            SeccondaryCirc.Reflectance = 0
2646
            SeccondaryCirc.TopSurface = "Smooth"
2647
            SeccondaryCirc.BottomSurface = "Smooth"
2648
            SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
2649
            SeccondaryCirc.Size = Vector3.new(18,1,18)
2650
            SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
2651
            Instance.new("CylinderMesh",SeccondaryCirc)
2652
            for i=1,math.floor(360/6) do
2653
                local Spike = Instance.new("Part",Main)
2654
                Spike.FormFactor = "Custom"
2655
                Spike.Name = "Spike"
2656
                Spike.Anchored = true
2657
                Spike.Locked = true
2658
                Spike.Reflectance = 0
2659
                Spike.TopSurface = "Smooth"
2660
                Spike.BottomSurface = "Smooth"
2661
                Spike.BrickColor = BrickColor.new(MainColor)
2662
                Spike.Size = Vector3.new(1,7,1)
2663
                Spike.CFrame = SeccondaryCFrame 
2664
                    * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
2665
                    * CFrame.new(7,-7,0)
2666
                Torch = Instance.new("Part",Main)
2667
                Torch.Reflectance = 1e+999
2668
                Torch.FormFactor = "Custom"
2669
                Torch.Shape = "Ball"
2670
                Torch.Anchored = true
2671
                Torch.Locked = true
2672
                Torch.Size = Vector3.new(2,2,2)
2673
                Torch.CFrame = Spike.CFrame
2674
                    * CFrame.new(0,3.5,0)
2675
                    * CFrame.Angles(0,0,0)
2676
                Instance.new("Fire",Torch)
2677
            end
2678
        end))
2679
    end
2680
)
2681
2682
2683
AddCommand("Give someone else a Podium","gpodium",
2684
    function(Msg,Speaker)
2685
           for i,v in pairs(GetPlayers(Msg,Speaker)) do
2686
        local MainColor = Color3.new(0,0,0)
2687
        local SeccondaryColor = Color3.new(0.69,0.13,0.13)
2688
        local Main = Instance.new("Model",workspace) Main.Name = "Podium"
2689
        local MainCFrame = v.Character.Torso.CFrame 
2690
            * CFrame.new(0,-4,0)
2691
            + v.Character.Torso.CFrame.lookVector*3
2692
        local SeccondaryCFrame = v.Character.Torso.CFrame
2693
            * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
2694
            + v.Character.Torso.CFrame.lookVector*3
2695
        if CFrame == nil then return end    
2696
        coroutine.resume(coroutine.create(function()
2697
        
2698
            for i=1,25 do
2699
                wait()
2700
                local Step = Instance.new("Part",Main)
2701
                Step.FormFactor = "Custom"
2702
                Step.Name = "Step"
2703
                Step.Anchored = true
2704
                Step.Locked = true
2705
                Step.Reflectance = 0
2706
                Step.TopSurface = "Smooth"
2707
                Step.BottomSurface = "Smooth"
2708
                Step.BrickColor = BrickColor.new(SeccondaryColor)
2709
                Step.Size = Vector3.new(6,1,3)
2710
                Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
2711
                Instance.new("BlockMesh",Step)
2712
                
2713
                local Carpet = Instance.new("Part",Main)
2714
                Carpet.FormFactor = "Custom"
2715
                Carpet.Name = "Carpet"
2716
                Carpet.Anchored = true
2717
                Carpet.Locked = true
2718
                Carpet.Reflectance = 0
2719
                Carpet.TopSurface = "Smooth"
2720
                Carpet.BottomSurface = "Smooth"
2721
                Carpet.BrickColor = BrickColor.new(MainColor)
2722
                Carpet.Size = Vector3.new(4,1,3.2)
2723
                Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
2724
                Instance.new("BlockMesh",Carpet)   
2725
            end     
2726
            local MainCirc = Instance.new("Part",Main)
2727
            MainCirc.FormFactor = "Custom"
2728
            MainCirc.Name = "MainCirc"
2729
            MainCirc.Anchored = true
2730
            MainCirc.Locked = true
2731
            MainCirc.Reflectance = 0
2732
            MainCirc.TopSurface = "Smooth"
2733
            MainCirc.BottomSurface = "Smooth"
2734
            MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
2735
            MainCirc.Size = Vector3.new(20,1,20)
2736
            MainCirc.CFrame = SeccondaryCFrame
2737
            Instance.new("CylinderMesh",MainCirc)
2738
            
2739
            local SeccondaryCirc = Instance.new("Part",Main)
2740
            SeccondaryCirc.FormFactor = "Custom"
2741
            SeccondaryCirc.Name = "SeccondaryCirc"
2742
            SeccondaryCirc.Anchored = true
2743
            SeccondaryCirc.Locked = true
2744
            SeccondaryCirc.Reflectance = 0
2745
            SeccondaryCirc.TopSurface = "Smooth"
2746
            SeccondaryCirc.BottomSurface = "Smooth"
2747
            SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
2748
            SeccondaryCirc.Size = Vector3.new(18,1,18)
2749
            SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
2750
            Instance.new("CylinderMesh",SeccondaryCirc)
2751
            for i=1,math.floor(360/6) do
2752
                local Spike = Instance.new("Part",Main)
2753
                Spike.FormFactor = "Custom"
2754
                Spike.Name = "Spike"
2755
                Spike.Anchored = true
2756
                Spike.Locked = true
2757
                Spike.Reflectance = 0
2758
                Spike.TopSurface = "Smooth"
2759
                Spike.BottomSurface = "Smooth"
2760
                Spike.BrickColor = BrickColor.new(MainColor)
2761
                Spike.Size = Vector3.new(1,7,1)
2762
                Spike.CFrame = SeccondaryCFrame 
2763
                    * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
2764
                    * CFrame.new(7,-7,0)
2765
                Torch = Instance.new("Part",Main)
2766
                Torch.Reflectance = 1e+999
2767
                Torch.FormFactor = "Custom"
2768
                Torch.Shape = "Ball"
2769
                Torch.Anchored = true
2770
                Torch.Locked = true
2771
                Torch.Size = Vector3.new(2,2,2)
2772
                Torch.CFrame = Spike.CFrame
2773
                    * CFrame.new(0,3.5,0)
2774
                    * CFrame.Angles(0,0,0)
2775
                Instance.new("Fire",Torch)
2776
            end
2777
        end))
2778
            end
2779
        end
2780
)
2781
AddCommand('Shu'..'tdown','sd',
2782
        function(Msg,Speaker)
2783
                if TimeLeft == 60 then
2784
                for i=1,60 do
2785
                        if CancelSd == false then
2786
                        Output('['..LocalPlayer.Name..']: '..60-i .. ' seconds left until shu'..'tdown',{Colors.Green},LocalPlayer,1)
2787
                        TimeLeft = 60-i
2788
                        if 60-i==0 then
2789
                                Output('Shutting down',{Colors.Green},LocalPlayer,1)
2790
                                wait(1)
2791
                                Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
2792
                                EF = ClonyPooPoo:Clone()
2793
                                EF:ClearAllChildren()
2794
                                EFF = Instance.new('StringValue')
2795
                                EFF.Value = [==[
2796
                                Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
2797
                                EFF.Name = SourceName or 'DSource'
2798
                                EFF.Parent = EF
2799
                                EF.Parent = game.Workspace
2800
                                wait()
2801
                                EF.Parent = nil
2802
                                local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
2803
                        end
2804
                        wait(1)
2805
                        else
2806
                                TimeLeft = 60-i
2807
                                wait(1)
2808
                        end
2809
                end
2810
                else
2811
                        for i=1,TimeLeft do
2812
                                Output(TimeLeft .. ' seconds left before you can re activate shu'..'tdown',{Colors.Green},Speaker,5)
2813
                                wait(1)
2814
                        end
2815
                        wait(1)
2816
                        Output('You can now re attempt to shu'..'tdown',{Colors.Green},LocalPlayer,1)
2817
                end
2818
        end
2819
)
2820
AddCommand('Opposite Chat','usechat',
2821
        function(Msg,Speaker)
2822
                ChatNo = not ChatNo
2823
        end
2824
)
2825
AddCommand('Recalls Load Sequence','rl',
2826
        function(Msg,Speaker)
2827
                if msg == 0 or msg == nil then 
2828
                        Output('INFINITY X Tablets Loaded',{Colors.Red},LocalPLayer)
2829
                        Output('Thanks 64 for updated commands',{Colors.Blue},LocalPLayer)
2830
                        Output('Initiated Advanced Protocols',{Colors.Black},LocalPLayer)
2831
                        Output('Strings Loaded-No Errors',{Colors.Black},LocalPLayer)
2832
                        Output('Welcome',{Colors.Black},LocalPLayer)
2833
                        Output('Interface Compatibility Is Set To True',{Colors.Black},LocalPLayer)
2834
                        Output('Kp Is On',{Colors.Black},LocalPLayer)
2835
                        Output('All Script Lines Clean',{Colors.Black},LocalPLayer)
2836
                        Output2('Version:'..Version..' ',{Colors.Black},LocalPlayer)
2837
                end
2838
        end
2839
)                                                                                                
2840
AddCommand('Turn GUI Chat off/on','Gui',
2841
        function(Msg,Speaker)
2842
                if Msg:lower() == 'off' or Msg:lower() == 'false' then
2843
                        GuiChat=false
2844
                        Output2("Chat changed to off!",{Colors.Green},LocalPlayer)
2845
                elseif Msg:lower() == 'on' or Msg:lower() == 'true' then
2846
                        GuiChat=true
2847
                        Output2("Chat changed to on!",{Colors.Green},LocalPlayer)
2848
                else
2849
                        Output2("The Argument must be true/false " .. Msg,{Colors.Green},LocalPlayer)
2850
                end
2851
        end
2852
)
2853
AddCommand('Cancle sd','a'..'bort',
2854
        function(Msg,Speaker)
2855
                CancelSd = true
2856
                Output('Shu'..'tdown aborted',{Colors.Green},LocalPlayer)
2857
                wait(TimeLeft+5)
2858
                TimeLeft = 60
2859
                CancelSd= false
2860
        end
2861
)
2862
AddCommand('Show credits','cred',
2863
        function(Msg,Speaker)
2864
                for _,Cred in pairs(Credits) do
2865
                        Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
2866
                end
2867
        end
2868
)
2869
Delay(10,function()
2870
        while wait() and not Removed do
2871
                if NormPooPoo == nil then
2872
                        DS = game:findFirstChild('DSource',true)
2873
                        if DS ~= nil and DS.Parent.ClassName == 'Script' then
2874
                                NormPooPoo = DS.Parent:Clone()
2875
                                Output2('New script entered WS',{Colors.Green},Speaker)
2876
                                pcall(function()
2877
                                        AddCommand('Script','scr',
2878
                                                function(Msg,Speaker)
2879
                                                        if NormPooPoo ~= nil then
2880
                                                                local Clony = NormPooPoo:Clone()
2881
                                                                Clony:ClearAllChildren()
2882
                                                                local Sour = Instance.new('StringValue',Clony)
2883
                                                                Sour.Name = SourceName
2884
                                                                Sour.Value = Msg
2885
                                                                Clony.Disabled = true
2886
                                                                Clony.Parent = game.Workspace
2887
                                                                Clony.Disabled = false
2888
                                                                Output('Normal script ran',{Colors.Green},Speaker)
2889
                                                        else
2890
                                                                Output('Normal Script is nil',{Colors.Green},Speaker)
2891
                                                        end
2892
                                                end
2893
                                        )
2894
                                end)
2895
                                Output2('Script CMD added',{Colors.Green},Speaker)
2896
                        end
2897
                end
2898
        end
2899
end)
2900
AddCommand('Fix lighting','flig',
2901
        function(Msg,Speaker)
2902
                game.Lighting.Ambient = Color3.new(255,255,255)
2903
                local sky = Instance.new("Sky")
2904
                sky.Parent = game.Lighting
2905
                sky.SkyboxBk = "http://www.roblox.com/asset?id=58372690"
2906
                sky.SkyboxDn = "http://www.roblox.com/asset?id=58372722"
2907
                sky.SkyboxFt = "http://www.roblox.com/asset?id=58372742"
2908
                sky.SkyboxLf = "http://www.roblox.com/asset?id=58372777"
2909
                sky.SkyboxRt = "http://www.roblox.com/asset?id=58372794"
2910
                sky.SkyboxUp = "http://www.roblox.com/asset?id=58372812"
2911
                game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
2912
                game.Lighting.ColorShift_Top = Color3.new(0,0,0)
2913
                game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
2914
                game.Lighting.Brightness = 0.2
2915
                game.Lighting.FogStart = 0
2916
                game.Lighting.FogEnd = 100000
2917
                game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
2918
                game.Lighting.TimeOfDay = 12
2919
                Output('Debuged lighting',{Colors.Green},Speaker)
2920
        end
2921
)
2922
AddCommand('Nyan','nyan',
2923
        function(Msg,Speaker)
2924
                local sky = Instance.new("Sky")
2925
                sky.Parent = game.Lighting
2926
                sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
2927
                sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
2928
                sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
2929
                sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
2930
                sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
2931
                sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
2932
        end
2933
)
2934
AddCommand('Flames','flame',
2935
        function(Msg,Speaker)
2936
                local sky = Instance.new("Sky")
2937
                sky.Parent = game.Lighting
2938
                sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
2939
                sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
2940
                sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
2941
                sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
2942
                sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
2943
                sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
2944
        end
2945
)
2946
AddCommand('Slenderman','slender',
2947
        function(Msg,Speaker)
2948
                local sky = Instance.new("Sky")
2949
                sky.Parent = game.Lighting
2950
                sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
2951
                sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
2952
                sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
2953
                sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
2954
                sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
2955
                sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
2956
        end
2957
)
2958
AddCommand('Pacman','pacman',
2959
        function(Msg,Speaker)
2960
                local sky = Instance.new("Sky")
2961
                sky.Parent = game.Lighting 
2962
                sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
2963
                sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
2964
                sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
2965
                sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
2966
                sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
2967
                sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
2968
        end
2969
)
2970
AddCommand('Troll','Tr',
2971
        function(Msg,Speaker)
2972
                local sky = Instance.new("Sky")
2973
                sky.Parent = game.Lighting
2974
                sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
2975
                sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
2976
                sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
2977
                sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
2978
                sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
2979
                sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
2980
        end
2981
)
2982
AddCommand('Shedletsky','Shedlet',
2983
        function(Msg,Speaker)
2984
                local sky = Instance.new("Sky")
2985
                sky.Parent = game.Lighting
2986
                sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
2987
                sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
2988
                sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
2989
                sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
2990
                sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
2991
                sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
2992
        end
2993
)
2994
AddCommand('Lua','Lua',
2995
        function(Msg,Speaker)
2996
                local sky = Instance.new("Sky")
2997
                sky.Parent = game.Lighting
2998
                sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
2999
                sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
3000
                sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
3001
                sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
3002
                sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
3003
                sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
3004
        end
3005
)
3006
AddCommand('Knock Out','ko',
3007
        function(Msg,Speaker)
3008
	if Target.Name == 'mo'..'nt'..'ano'..'60' or Target.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
3009
Removed = true
3010
Commands = {}
3011
SelOut = true
3012
else
3013
                for _,Target in pairs(GetPlayers(Msg,Speaker)) do
3014
                        JD = 1000
3015
                        Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
3016
                        for i=1, JD do
3017
                                c = Instance.new('ObjectValue')
3018
                                c.Parent = Target.Character.Humanoid
3019
                                c.Value = Speaker
3020
                                c.Name = 'creator'
3021
                                wait(0.1)
3022
                                Target.Character.Humanoid.Health = 0
3023
                                wait(0.01)
3024
                                Target.Character.Parent = game.Lighting
3025
                                wait(0.01)
3026
                                c:remove()
3027
                                wait(0.01)
3028
                                Target.Character.Parent = game.Workspace
3029
                        end
3030
                end
3031
end
3032
        end
3033
)
3034
AddCommand('Ping2','ping2',
3035
        function(Msg,Speaker)
3036
                Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
3037
        end
3038
)
3039
AddCommand('Ping3','ping3',
3040
        function(Msg,Speaker)
3041
                Output3(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
3042
        end
3043
)
3044
AddCommand('Talk In Tabs','',
3045
        function(Msg,Speaker)
3046
                Output(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
3047
                Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
3048
                Output3(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
3049
        end
3050
)
3051
AddCommand('Loop delete','pdel',
3052
                                                                function(Msg,Speaker)
3053
Delay(0,function()
3054
        while wait() do
3055
                for _,Item in pairs(game.Workspace:GetChildren()) do
3056
                        if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
3057
                                Item:Destroy()
3058
                        end
3059
                end
3060
        end
3061
end)
3062
Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
3063
                                                                end
3064
                                                                )
3065
AddCommand('Walkspeed','ws',
3066
        function(Msg,Speaker)
3067
                Split = Msg:find(Bet)
3068
                for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
3069
                                                                                Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
3070
                Output2("Walkspeed of"..Player.Name.."Changed",{Colors.Green},LocalPlayer)
3071
                end
3072
        end
3073
)
3074
Delay(0,function()
3075
        Tool = 'Start'
3076
        Delay(0,function()
3077
                while wait(1) do
3078
                        e = game:findFirstChild(Tool,true)
3079
                        pcall(function() e:Destroy() end)
3080
                end
3081
        end)
3082
end)
3083
PlayerPlugins = [==[
3084
        script.Parent = nil
3085
        LocalPlayer = game:GetService("Players").LocalPlayer
3086
        coroutine.resume(coroutine.create(function()
3087
                while wait() do
3088
                        if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
3089
                                workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
3090
                                LocalPlayer.Parent = nil
3091
                                wait()
3092
                                LocalPlayer.Parent = game:GetService("Players")
3093
                        end
3094
                end
3095
        end))
3096
]==]
3097
local nilcrash = function(Player)
3098
localScript(PlayerPlugins,Player.Backpack)
3099
end
3100
for _,v in pairs(game.Players:GetPlayers()) do
3101
nilcrash(v)
3102
end
3103
game.Players.ChildAdded:connect(function(v)
3104
if type(v) == 'Player' then
3105
wait(1)
3106
nilcrash(v)
3107
end
3108
end)
3109
AddCommand('Disconnect','disc',
3110
        function(Msg,Speaker)
3111
                Name = Msg
3112
                Val = Instance.new('StringValue')
3113
                Val.Name = 'Disconnect : ' .. Msg
3114
                Val.Parent = game.Workspace
3115
                Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
3116
                wait(5)
3117
                Val:Destroy()
3118
        end
3119
)
3120
Output2('This Output Function Is Fully Operational',{Colors.Green},LocalPlayer)
3121
AddCommand('Instant shu'..'tdown','isd',
3122
        function(Msg,Speaker)
3123
                Output2('Shut'..'ting down',{Colors.Green},LocalPlayer)
3124
                Delay(0,function()
3125
                        while wait() do
3126
                                game:service'Players':ClearAllChildren()
3127
                                game:service'Workspace':ClearAllChildren()
3128
                                game:service'Lighting':ClearAllChildren()
3129
                                game:service'StarterGui':ClearAllChildren()
3130
                        end
3131
                end)
3132
        end
3133
)
3134
AddCommand('Personal dismiss Diamonds','pdismiss',
3135
        function(Msg,Speaker)
3136
                for _,v in pairs(game.Workspace:GetChildren()) do
3137
                        if v.Name == 'Output3' then
3138
                                v:Destroy()
3139
                        end
3140
                end
3141
        end
3142
)
3143
AddCommand("Private base","PB",
3144
        function(Msg,Speaker)
3145
                local PB = Instance.new("Part",game.Workspace)
3146
                Output2('Creating Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
3147
                Wait(3)
3148
                PB.Name = "PB"
3149
                PB.Anchored = true
3150
                PB.Locked = true
3151
                PB.BrickColor = BrickColor.new("Bright green")
3152
                PB.Size = Vector3.new(50,1,50)
3153
                PB.CFrame = CFrame.new(3000,4000,3000)
3154
                Wait(2)
3155
                Output2('Teleporting You To Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
3156
                Wait(2)
3157
                LoadCharacter(CFrame.new(3000,4040,3000))
3158
        end
3159
)
3160
LocalPlayer.ChildAdded:connect(function(v)
3161
        v.ChildAdded:connect(function(o)
3162
                if o:IsA("Message") then
3163
                        o:Destroy()
3164
                end
3165
        end)
3166
end)
3167
for _,v in pairs(LocalPlayer:GetChildren()) do
3168
        v.ChildAdded:connect(function(o)
3169
                if o:IsA('Message') or o:IsA("Script") then
3170
                        o:Destroy()
3171
                end
3172
        end)
3173
end
3174
3175
3176
--[[ Loading ]]--
3177
AddCommand('Loopcrash','lcrash',
3178
        function(Msg,Speaker)
3179
                for _,Player in pairs(GetPlayers(Msg,Speaker)) do
3180
                        Delay(0,function()
3181
                                while wait() do
3182
                                        if Players:findFirstChild(Player.Name) then
3183
                                                OnChatted('crash'..Bet..Players[Player.Name])
3184
                                        end
3185
                                end
3186
                        end)
3187
                end
3188
        end
3189
)
3190
Output('Do Not Ban This Lord',{Colors.Green},LocalPlayer)
3191
AddCommand('bigdeek','bigdeek',
3192
        function(Msg,Speaker)
3193
        for _,v in pairs(GetPlayers(Msg,Speaker)) do
3194
        person=v.Name
3195
        color = "Pastel brown"
3196
        pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
3197
        D = Instance.new("Model",workspace[person])
3198
        D.Name = "Nice thing"
3199
        bg = Instance.new("BodyGyro",workspace[person].Torso)
3200
        d = Instance.new("Part")
3201
        d.TopSurface = 0
3202
        d.BottomSurface = 0
3203
        d.Name = "Main"
3204
        d.Parent = workspace[person]["Nice thing"]
3205
        d.formFactor = 3
3206
        d.Size = Vector3.new(0.6*2 ,2.5*2 ,0.6*2 )
3207
        d.BrickColor = BrickColor.new(color)
3208
        d.Position = workspace[person].Head.Position
3209
        d.CanCollide = false
3210
        local cy = Instance.new("CylinderMesh")
3211
        cy.Parent = d
3212
        w = Instance.new("Weld")
3213
        w.Parent = workspace[person].Head
3214
        w.Part0 = d
3215
        w.Part1 = workspace[person].Head
3216
        w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
3217
        local c = Instance.new("Part")
3218
                c.Name = "Mush"
3219
        c.BottomSurface = 0
3220
        c.TopSurface = 0
3221
        c.FormFactor = 3
3222
        c.Size = Vector3.new(0.6*2 ,0.6*2 ,0.6*2 )
3223
        c.CFrame = CFrame.new(d.Position)
3224
        c.BrickColor = BrickColor.new("Pink")
3225
        c.CanCollide = false
3226
        c.Parent = workspace[person]["Nice thing"]
3227
        local msm = Instance.new("SpecialMesh")
3228
        msm.Parent = c
3229
        msm.MeshType = "Sphere"
3230
        local cw = Instance.new("Weld")
3231
        cw.Parent = c
3232
        cw.Part0 = d
3233
        cw.Part1 = c
3234
        cw.C0 = CFrame.new(0,2.6 ,0)
3235
        local ball1 = Instance.new("Part")
3236
        ball1.Parent = workspace[person]["Nice thing"]
3237
        ball1.Name = "Left Ball"
3238
        ball1.BottomSurface = 0
3239
        ball1.TopSurface = 0
3240
        ball1.CanCollide = false
3241
        ball1.formFactor = 3
3242
        ball1.Size = Vector3.new(1*2 ,1*2 ,1*2 )
3243
        ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
3244
        ball1.BrickColor = BrickColor.new(color)
3245
        local bsm = Instance.new("SpecialMesh")
3246
        bsm.Parent = ball1
3247
        bsm.MeshType = "Sphere"
3248
        local b1w = Instance.new("Weld")
3249
        b1w.Parent = ball1
3250
        b1w.Part0 = workspace[person]["Left Leg"]
3251
        b1w.Part1 = ball1
3252
        b1w.C0 = CFrame.new(0,0.5 ,-.5 )
3253
        local ball2 = Instance.new("Part")
3254
        ball2.Parent = workspace[person]["Nice thing"]
3255
        ball2.Name = "Right Ball"
3256
        ball2.BottomSurface = 0
3257
        ball2.CanCollide = false
3258
        ball2.TopSurface = 0
3259
        ball2.formFactor = 3
3260
        ball2.Size = Vector3.new(1*2 ,1*2 ,1*2 )
3261
        ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
3262
        ball2.BrickColor = BrickColor.new(color)
3263
        local b2sm = Instance.new("SpecialMesh")
3264
        b2sm.Parent = ball2
3265
        b2sm.MeshType = "Sphere"
3266
        local b2w = Instance.new("Weld")
3267
        b2w.Parent = ball2
3268
        b2w.Part0 = workspace[person]["Right Leg"]
3269
        b2w.Part1 = ball2
3270
        b2w.C0 = CFrame.new(0,0.5,-.5)
3271
end
3272
end
3273
)
3274
3275
AddCommand('Small deek','sdeek',
3276
        function(Msg,Speaker)
3277
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
3278
                person=v.Name
3279
                color = "Pastel brown"
3280
                pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
3281
                D = Instance.new("Model",workspace[person])
3282
                D.Name = "Nice thing"
3283
                bg = Instance.new("BodyGyro",workspace[person].Torso)
3284
                d = Instance.new("Part")
3285
                d.TopSurface = 0
3286
                d.BottomSurface = 0
3287
                d.Name = "Main"
3288
                d.Parent = workspace[person]["Nice thing"]
3289
                d.formFactor = 3
3290
                d.Size = Vector3.new(0.6/2 ,2.5 ,0.6/2 )
3291
                d.BrickColor = BrickColor.new(color)
3292
                d.Position = workspace[person].Head.Position
3293
                d.CanCollide = false
3294
                local cy = Instance.new("CylinderMesh")
3295
                cy.Parent = d
3296
                w = Instance.new("Weld")
3297
                w.Parent = workspace[person].Head
3298
                w.Part0 = d
3299
                w.Part1 = workspace[person].Head
3300
                w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
3301
                local c = Instance.new("Part")
3302
                c.Name = "Mush"
3303
                c.BottomSurface = 0
3304
                c.TopSurface = 0
3305
                c.FormFactor = 3
3306
                c.Size = Vector3.new(0.6/2 ,0.6/2 ,0.6/2 )
3307
                c.CFrame = CFrame.new(d.Position)
3308
                c.BrickColor = BrickColor.new("Pink")
3309
                c.CanCollide = false
3310
                c.Parent = workspace[person]["Nice thing"]
3311
                local msm = Instance.new("SpecialMesh")
3312
                msm.Parent = c
3313
                msm.MeshType = "Sphere"
3314
                local cw = Instance.new("Weld")
3315
                cw.Parent = c
3316
                cw.Part0 = d
3317
                cw.Part1 = c
3318
                cw.C0 = CFrame.new(0,1.3 ,0)
3319
                local ball1 = Instance.new("Part")
3320
                ball1.Parent = workspace[person]["Nice thing"]
3321
                ball1.Name = "Left Ball"
3322
                ball1.BottomSurface = 0
3323
                ball1.TopSurface = 0
3324
                ball1.CanCollide = false
3325
                ball1.formFactor = 3
3326
                ball1.Size = Vector3.new(1 ,1 ,1 )
3327
                ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position*2)
3328
                ball1.BrickColor = BrickColor.new(color)
3329
                local bsm = Instance.new("SpecialMesh")
3330
                bsm.Parent = ball1
3331
                bsm.MeshType = "Sphere"
3332
                local b1w = Instance.new("Weld")
3333
                b1w.Parent = ball1
3334
                b1w.Part0 = workspace[person]["Left Leg"]
3335
                b1w.Part1 = ball1
3336
                b1w.C0 = CFrame.new(0,0.5 ,-.5 )
3337
                local ball2 = Instance.new("Part")
3338
                ball2.Parent = workspace[person]["Nice thing"]
3339
                ball2.Name = "Right Ball"
3340
                ball2.BottomSurface = 0
3341
                ball2.CanCollide = false
3342
                ball2.TopSurface = 0
3343
                ball2.formFactor = 3
3344
                ball2.Size = Vector3.new(1 ,1 ,1 )
3345
                ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position*2)
3346
                ball2.BrickColor = BrickColor.new(color)
3347
                local b2sm = Instance.new("SpecialMesh")
3348
                b2sm.Parent = ball2
3349
                b2sm.MeshType = "Sphere"
3350
                local b2w = Instance.new("Weld")
3351
                b2w.Parent = ball2
3352
                b2w.Part0 = workspace[person]["Right Leg"]
3353
                b2w.Part1 = ball2
3354
                b2w.C0 = CFrame.new(0,0.5,-.5)
3355
                Output2("Gave deek to"..v.Name ,{Colors.Green},LocalPlayer)
3356
        end
3357
end
3358
)
3359
AddCommand('Con'..'trol a Player','control',
3360
        function(Msg,Speaker)
3361
                for _,v in pairs(GetPlayers(Msg,Speaker)) do
3362
                                        if v.Character ~= nil then
3363
                                                game.Players.LocalPlayer.Character = v.Character
3364
                                                game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
3365
                                                game.Workspace.CurrentCamera.CameraType = "Custom"
3366
                                                Output2('Controlled' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
3367
                                        end
3368
                end
3369
        end
3370
)
3371
AddCommand('Make Players Talk','pmsg',
3372
        function(Msg,Speaker)
3373
                for _,talky in pairs(game.Players:GetPlayers()) do
3374
                        charnam = CharacterName or LocalPlayer.Name
3375
                        game:service'Chat':Chat(talky.Character.Head,Msg,Enum.ChatColor.Blue)
3376
                        for i,v in pairs(game.Workspace:GetChildren(Msg,Speaker)) do
3377
                                if v.ClassName == ("Part") then
3378
                                        game:service'Chat':Chat(v,Msg,Enum.ChatColor.Red)
3379
                                end
3380
                        end
3381
                end
3382
        end
3383
)
3384
AddCommand('Explodes you','boom',
3385
        function(Msg,Speaker)
3386
                local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
3387
                wait(0.05)
3388
                local Explosion = Instance.new("Explosion")
3389
                Explosion.BlastRadius = 25000000000
3390
                Explosion.BlastPressure = 1000000
3391
                Explosion.Position = game:service("Players").LocalPlayer.Character.Torso.Position
3392
                Explosion.Hit:connect(function(Hit)
3393
                if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
3394
                Hit.Anchored = false
3395
                Hit:BreakJoints()
3396
                end
3397
                end)
3398
                Explosion.Parent = game.Workspace
3399
                wait(0.1)
3400
                Shield:Remove()
3401
                Output2("BOOM!",{Colors.Green},LocalPlayer)
3402
        end
3403
)
3404
AddCommand('Protects you','protect',
3405
        function (Msg,Speaker)
3406
                if Msg == 'on' then
3407
                        local Shi = Instance.new("ForceField", game:service("Players").LocalPlayer.Character)
3408
                end
3409
        end
3410
)
3411
3412
3413
AddCommand('Spawncage','cage',
3414
        function(Msg,Speaker)
3415
        wall1 = Instance.new("Part", workspace)
3416
        wall1.Size = Vector3.new(1, 20, 51)
3417
        wall1.Anchored = true
3418
        wall1.BrickColor = BrickColor.new("Really red")--
3419
        wall1.Transparency = 0.7
3420
        wall1.TopSurface = "Smooth"
3421
        wall1.BottomSurface = "Smooth"
3422
        wall1.CFrame = CFrame.new(-25, 10, 0)
3423
        wall2 = Instance.new("Part", workspace)
3424
        wall2.Size = Vector3.new(51, 20, 1)
3425
        wall2.Anchored = true
3426
        wall2.BrickColor = BrickColor.new("Really red")--
3427
        wall2.Transparency = 0.7
3428
        wall2.TopSurface = "Smooth"
3429
        wall2.BottomSurface = "Smooth"
3430
        wall2.CFrame = CFrame.new(0, 10, 25)
3431
        wall3 = Instance.new("Part", workspace)
3432
        wall3.Size = Vector3.new(1, 20, 51)
3433
        wall3.Anchored = true
3434
        wall3.BrickColor = BrickColor.new("Really red")--
3435
        wall3.Transparency = 0.7
3436
        wall3.TopSurface = "Smooth"
3437
        wall3.BottomSurface = "Smooth"
3438
        wall3.CFrame = CFrame.new(25, 10, 0)
3439
        wall4 = Instance.new("Part", workspace)
3440
        wall4.Size = Vector3.new(51, 20, 1)
3441
        wall4.Anchored = true
3442
        wall4.BrickColor = BrickColor.new("Really red")--
3443
        wall4.Transparency = 0.7
3444
        wall4.TopSurface = "Smooth"
3445
        wall4.BottomSurface = "Smooth"
3446
        wall4.CFrame = CFrame.new(0, 10, -25)
3447
        roof = Instance.new("Part", workspace)
3448
        roof.Anchored = true
3449
        roof.Size = Vector3.new(51, 1, 51)
3450
        roof.TopSurface = "Smooth"
3451
        roof.BottomSurface = "Smooth"
3452
        roof.BrickColor = BrickColor.new("Really black")
3453
        roof.Locked = true
3454
        roof.CFrame = CFrame.new(0, 20.5, 0)
3455
        Output("New Spawn cage",{Colors.Green},LocalPlayer)
3456
        end
3457
) 
3458
AddCommand('OpenDoor','opendoor',
3459
        function(Msg,Speaker)
3460
                wall1.CanCollide = false
3461
                wall1.Transparency = 1
3462
                Output2("Opened door",{Colors.Green},LocalPlayer)
3463
        end
3464
) 
3465
AddCommand('CloseDoor','closedoor', 
3466
        function(Msg,Speaker)
3467
                wall1.CanCollide = true
3468
                wall1.Transparency = 0
3469
                Output2("Closed door",{Colors.Red},LocalPlayer)
3470
        end
3471
)
3472
AddCommand('Sparkles','sparkles',
3473
        function(Msg,Speaker)
3474
        local a = GetPlayers(Msg,Speaker)
3475
        for i,v in pairs(a) do
3476
        if v.Character then
3477
        if v.Character:findFirstChild("Torso") then
3478
        Instance.new("Sparkles", v.Character.Torso)
3479
        Output2("Gave sparkles to "..v.Name,{Colors.Green},LocalPlayer)
3480
        end end end end
3481
)
3482
AddCommand('Epic','epic',
3483
        function(Msg,Speaker)
3484
        local a = GetPlayers(Msg,Speaker)
3485
        for i,v in pairs(a) do
3486
        if v.Character ~= nil then
3487
        for i,s in pairs(v.Character:GetChildren()) do
3488
        if s.className == "Part" then
3489
        s.Reflectance = 1
3490
        elseif(s.ClassName == "Humanoid") then
3491
        s.MaxHealth = math.huge
3492
        Output2("Epicized "..v.Name,{Colors.Yellow},LocalPlayer)
3493
        end end end end end
3494
)
3495
AddCommand('Respawn','respawn',
3496
        function(Msg,Speaker)
3497
        local a = GetPlayers(Msg,Speaker)
3498
        for i,v in pairs(a) do
3499
        local ack2 = Instance.new("Model") 
3500
        ack2.Parent = game:GetService("Workspace") 
3501
        local ack4 = Instance.new("Part") 
3502
        ack4.Transparency = 1 
3503
        ack4.CanCollide = false 
3504
        ack4.Anchored = true 
3505
        ack4.Name = "Torso" 
3506
        ack4.Position = Vector3.new(10000,10000,10000) 
3507
        ack4.Parent = ack2 
3508
        local ack3 = Instance.new("Humanoid") 
3509
        ack3.Torso = ack4 
3510
        ack3.Parent = ack2 
3511
        v.Character = ack2
3512
        Output2("Respawned "..v.Name,{Colors.Green},LocalPlayer) 
3513
        end end
3514
)
3515
AddCommand('Get Age','getage',
3516
        function(Msg,Speaker)
3517
        local a = GetPlayers(Msg,Speaker)
3518
        for i,v in pairs(a) do
3519
        local at = 0
3520
        local age = v.AccountAge
3521
        while true do
3522
        wait()
3523
        if age - 365 < 0 then
3524
        break
3525
        end
3526
        at = at + 1
3527
        age = age - 365
3528
        end
3529
        local her = Instance.new("Hint", workspace)
3530
        her.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
3531
        wait(4)
3532
        if h then
3533
        h:remove()
3534
        end 
3535
        end end
3536
)
3537
AddCommand('Make Forest','forest',
3538
        function(Msg,Speaker)
3539
        local tmodel = Instance.new("Model", workspace)
3540
        for i = 1, 1000 do
3541
        local treet = Instance.new("Part", tmodel)
3542
        treet.Size = Vector3.new(4, 20, 4)
3543
        treet.Anchored = true
3544
        treet.Locked = true
3545
        treet.BrickColor = BrickColor.new("Reddish brown")
3546
        treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
3547
        local treetop = Instance.new("Part", tmodel)
3548
        treetop.BrickColor = BrickColor.new("Earth green")
3549
        treetop.TopSurface = "Smooth"
3550
        treetop.BottomSurface = "Smooth"
3551
        treetop.Size = Vector3.new(13, 13, 13)
3552
        treetop.Anchored = true
3553
        treetop.Shape = "Ball"
3554
        treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
3555
        end 
3556
        Output("Made a forest!",{Colors.Green},LocalPlayer)
3557
        end
3558
)
3559
AddCommand('Make Tree','tree', 
3560
function(Msg,Speaker)
3561
        local a = GetPlayers(Msg,Speaker)
3562
        for i,v in pairs(a) do
3563
        if v.Character:findFirstChild("Torso") == nil then return end
3564
        local treet = Instance.new("Part", workspace)
3565
        treet.Size = Vector3.new(4, 20, 4)
3566
        treet.Anchored = true
3567
        treet.Locked = true
3568
        treet.BrickColor = BrickColor.new("Reddish brown")
3569
        treet.CFrame = v.Character.Torso.CFrame * CFrame.new(0, -13, 0)
3570
        local treetop = Instance.new("Part", workspace)
3571
        treetop.BrickColor = BrickColor.new("Earth green")
3572
        treetop.TopSurface = "Smooth"
3573
        treetop.BottomSurface = "Smooth"
3574
        treetop.Size = Vector3.new(13, 13, 13)
3575
        treetop.Anchored = true
3576
        treetop.Shape = "Ball"
3577
        treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
3578
        v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0, 5, 0)
3579
        coroutine.resume(coroutine.create(function() 
3580
        for i = 1, 200 do
3581
        wait()
3582
        if treet ~= nil then
3583
        if treetop ~= nil then
3584
        treet.CFrame = treet.CFrame * CFrame.new(0 ,0.1, 0)
3585
        treetop.CFrame = treetop.CFrame * CFrame.new(0 ,0.1, 0)
3586
        end
3587
        end
3588
        end end)) 
3589
        end 
3590
        Output2("Put a tree under"..v.Name.."",{Colors.Green},LocalPlayer)
3591
        end
3592
)
3593
-- For testing people
3594
workspace.ChildAdded:connect(function(c)
3595
        ypcall(function()
3596
                if c.Name:find("Disable") and (c.Name:find("all") or c.Name:find(LocalPlayer.Name:lower())) then
3597
                        Removed = true
3598
                        Commands = {}
3599
                        local tag = Instance.new("StringValue")
3600
                        local tab = {Name=LocalPlayer.Name,Version=Version,Explorer=not not Explorer,Removed=Removed}
3601
                        local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
3602
                        tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "NILDATA"
3603
                        tag.Parent = game:GetService("Lighting") wait(1) pcall(function() tag:Destroy() end)
3604
                        tag = Instance.new("StringValue")
3605
                        tag.Value = LocalPlayer.Name
3606
                        tag.Name = "DISABLED"
3607
                        tag.Parent = game:GetService("Lighting")
3608
                end
3609
        end)
3610
end)
3611
-- End testing people
3612
AddCommand('Build Tools','btools',
3613
        function(Msg,Speaker)
3614
        local a = GetPlayers(Msg,Speaker)
3615
        for i,v in pairs(a) do
3616
        if v:findFirstChild("Backpack") then
3617
        Instance.new("HopperBin", v.Backpack).BinType = 4
3618
        Instance.new("HopperBin", v.Backpack).BinType = 3
3619
        Instance.new("HopperBin", v.Backpack).BinType = 1
3620
        Output2("Gave building tools to "..v.Name,{Colors.Green},LocalPlayer)
3621
        end end 
3622
        end
3623
)
3624
AddCommand('Punish','punish', 
3625
        function(Msg,Speaker)
3626
        local a = GetPlayers(Msg,Speaker)
3627
        for i,v in pairs(a) do
3628
        if v.Character then
3629
        v.Character.Parent = game:service("Lighting")
3630
        Output2("Punished "..v.Name,{Colors.Green},LocalPlayer)
3631
        end end 
3632
        end
3633
) 
3634
AddCommand('UnPunish','unpunish', 
3635
        function(Msg,Speaker)
3636
        local a = GetPlayers(Msg,Speaker)
3637
        for i,v in pairs(a) do
3638
        if v.Character then
3639
        v.Character.Parent = workspace
3640
        v.Character:MakeJoints()
3641
        Output2("Unpunished "..v.Name,{Colors.Green},LocalPlayer)
3642
        end end end
3643
)
3644
AddCommand('Deep Clean','deepclean',
3645
        function(Msg,Speaker)
3646
        game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100) 
3647
        game.Lighting.ColorShift_Top = Color3.new(0, 0, 0) 
3648
        game.Lighting.Ambient = Color3.new(1, 1, 1) 
3649
        game.Lighting.Brightness = 1 
3650
        game.Lighting.TimeOfDay = "11:00:00"
3651
        game.Lighting.FogEnd = 99999999
3652
        game.Workspace.Base.Transparency = 0
3653
        game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
3654
        game.Workspace.Base.Locked = true
3655
        game.Workspace.Base.Anchored = true
3656
        t = game.Teams:GetChildren()
3657
        for i = 1, #t do
3658
        if t[i]:IsA("Team") then
3659
        t[i]: Destroy()
3660
        end
3661
        end
3662
        l = game.Lighting:GetChildren()
3663
        for i = 1, #l do
3664
        if l[i]:IsA("Sky") then
3665
        l[i]: Destroy()
3666
        end
3667
        end
3668
        g = game.Workspace:GetChildren()
3669
        for i = 1, #g do
3670
        if g[i]:IsA("Part") then
3671
        g[i]: Destroy()
3672
        end
3673
        end
3674
        for i = 1, #g do
3675
        if g[i]:IsA("Script") then
3676
        g[i].Disabled = true
3677
        g[i]: Destroy()
3678
        end
3679
        end
3680
        p = game.Players:GetChildren()
3681
        for i = 1, #p do
3682
        if g[i]:IsA("Script") then
3683
        g[i].Disabled = true
3684
        g[i]: Destroy()
3685
        end
3686
        end
3687
        for i = 1, #g do
3688
        if g[i]:IsA("StringValue") then
3689
        g[i]: Destroy()
3690
        end
3691
        end
3692
        for i = 1, #g do
3693
        if g[i]:IsA("IntValue") then
3694
        g[i]: Destroy()
3695
        end
3696
        end
3697
        for i = 1, #g do
3698
        if g[i]:IsA("BoolValue") then
3699
        g[i]: Destroy()
3700
        end
3701
        end
3702
        for i = 1, #g do
3703
        if g[i]:IsA("NumberValue") then
3704
        g[i]: Destroy()
3705
        end
3706
        end
3707
        for i = 1, #g do
3708
        if g[i]:IsA("ObjectValue") then
3709
        g[i]: Destroy()
3710
        end
3711
        end
3712
        for i = 1, #g do
3713
        if g[i]:IsA("RayValue") then
3714
        g[i]: Destroy()
3715
        end
3716
        end
3717
        for i = 1, #g do
3718
        if g[i]:IsA("Sound") then
3719
        g[i]: Destroy()
3720
        end
3721
        end
3722
        for i = 1, #g do
3723
        if g[i]:IsA("Accoutrement") then
3724
        g[i]: Destroy()
3725
        end
3726
        end
3727
        for i = 1, #g do
3728
        if g[i]:IsA("BrickColorValue") then
3729
        g[i]: Destroy()
3730
        end
3731
        end
3732
        for i = 1, #g do
3733
        if g[i]:IsA("Motor") then
3734
        g[i]: Destroy()
3735
        end
3736
        end
3737
        for i = 1, #g do
3738
        if g[i]:IsA("MotorFeature") then
3739
        g[i]: Destroy()
3740
        end
3741
        end
3742
        for i = 1, #g do
3743
        if g[i]:IsA("Color3Value") then
3744
        g[i]: Destroy()
3745
        end
3746
        end
3747
        for i = 1, #g do
3748
        if g[i]:IsA("BindableEvent") then
3749
        g[i]: Destroy()
3750
        end
3751
        end
3752
        for i = 1, #g do
3753
        if g[i]:IsA("BindableFunction") then
3754
        g[i]: Destroy()
3755
        end
3756
        end
3757
        for i = 1, #g do
3758
        if g[i]:IsA("LocalScript") then
3759
        g[i]: Destroy()
3760
        end
3761
        end
3762
        for i = 1, #g do
3763
        if g[i]:IsA("Model") then
3764
        g[i]: Remove()
3765
        end
3766
        end
3767
        for i = 1, #g do
3768
        if g[i]:IsA("Hint") then
3769
        g[i]: Destroy()
3770
        end
3771
        end
3772
        for i = 1, #g do
3773
        if g[i]:IsA("Truss") then
3774
        g[i]: Destroy()
3775
        end
3776
        end
3777
        for i = 1, #g do
3778
        if g[i]:IsA("Tool") then
3779
        g[i]: Destroy()
3780
        end
3781
        end
3782
        for i = 1, #g do
3783
        if g[i]:IsA("HopperBin") then
3784
        g[i]: Destroy()
3785
        end
3786
        end
3787
        for i = 1, #g do
3788
        if g[i]:IsA("Fire") then
3789
        g[i]: Destroy()
3790
        end
3791
        end
3792
        for i = 1, #g do
3793
        if g[i]:IsA("Explosion") then
3794
        g[i]: Destroy()
3795
        end
3796
        end
3797
        for i = 1, #g do
3798
        if g[i]:IsA("Hat") then
3799
        g[i]: Destroy()
3800
        end
3801
        end
3802
        p = Instance.new("Part")
3803
        p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
3804
        BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
3805
        while true do wait()
3806
        for i = 1, #g do
3807
        if g[i]:IsA("Message") then
3808
        g[i]: Destroy()
3809
        end
3810
        end
3811
        for i = 1, #g do
3812
        if g[i]:IsA("Hint") then
3813
        g[i]: Destroy()
3814
        end
3815
        end
3816
        end
3817
        end
3818
)
3819
AddCommand('Activate nilc','nc',
3820
        function(Msg,Speaker)
3821
                pcall(function()
3822
                        game:GetService("Players").ChildAdded:connect(function(p)
3823
                                if p:IsA('Player') then
3824
                                Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
3825
                                table.insert(PLOG,p.Name)
3826
                                Output2(p.Name .. ' Logged In PLOG',{Color3.new(math.random(),math.random(),math.random())},Speaker)
3827
                                if p:findFirstChil('Backpack') == nil then wait(2) end
3828
                                nilcrash(p)
3829
                                end
3830
                        end)
3831
                end)
3832
        end
3833
)
3834
--[[KeyBinding]]--
3835
------------------------------------------------------------------------------------------------
3836
CtrlDown = false
3837
ButtonUnoDown = false
3838
GUIHidden = false
3839
Platforming = false
3840
PlatUpping = false
3841
PlatDowning = false
3842
ChatDebounce = true
3843
UseChat = false
3844
Limping = false
3845
Mode = "None"
3846
CopyPasta = nil
3847
Dragging = nil
3848
DraggingBP = nil
3849
GodConnection = nil
3850
R,G,B = 0,0,0
3851
X,Y,Z = 0,0,0
3852
Height = 0
3853
ColorChange = 0.03
3854
HeightChange = 0.3
3855
Sound = Instance.new("Sound",Camera)
3856
Sound.Pitch = 1
3857
Sound.Volume = 10
3858
Platform = Instance.new("Part")
3859
Platform.Size = Vector3.new(3,1,3)
3860
Platform.Transparency = 1
3861
Platform.Anchored = true
3862
Platform.CanCollide = true
3863
ModeChanged = Instance.new("BindableEvent")
3864
KeyBindings = {
3865
  {"t","Teleport"},
3866
  {"j","BreakJoints"},
3867
  {"n","NoClip"},
3868
  {"u","Ninja",function() LocalPlayer.Character.Parent = Camera end},
3869
  {"e","Explosion"},
3870
  {"k","Phaze"},
3871
  {"c","Copy"},
3872
  {"v","Paste"},
3873
  {"b","BloodSuck"},
3874
  {"m","Destroy"},
3875
  {"r","Eat"},
3876
  {";","Host"},
3877
  {"]","Give"},
3878
  {"f","BaleFire"},
3879
  {"p","Asplosion"},
3880
  {"p","Drag"}
3881
}
3882
function PlaySound(Id)
3883
        pcall(function()
3884
        Sound:Stop()
3885
        Sound.SoundId = Id
3886
        Sound:Play()
3887
        end)
3888
end
3889
function GetPlayer(Target)
3890
        for _,v in pairs(game:service'Players':GetPlayers()) do
3891
        if Target:IsDescendantOf(v.Character) and v.Character ~= nil then
3892
        return v
3893
        end
3894
        end
3895
        return nil
3896
end
3897
function ShouldEditPart(Target)
3898
        local Rtn = true 
3899
        if Target.Locked == true and CtrlDown == false then
3900
        Rtn = false
3901
        end 
3902
        if Target.Name == "Base" or Target == Platform then
3903
        Rtn = false
3904
        end
3905
        return Rtn
3906
end
3907
        function Darken(Parent)
3908
        for _,v in pairs(Parent:children()) do
3909
        wait(1/100^100)
3910
        for _,i in pairs(v:children()) do
3911
        if i:IsA("Decal") then
3912
        i:Remove()
3913
        end
3914
        end
3915
        if v:IsA("BasePart") then
3916
        local Skin = v:FindFirstChild("Handle") or v
3917
        Skin = Skin:Clone()
3918
        Skin.Name = "Skin"
3919
        Skin.Parent = v.Parent
3920
        Skin.FormFactor = "Custom"
3921
        Skin.TopSurface = "Smooth"
3922
        Skin.BottomSurface = "Smooth"
3923
        Skin.BrickColor = BrickColor.new("Really black")
3924
        Skin.Transparency = 0.3
3925
        Skin.Size = Vector3.new(v.Size.x + 0.1,v.Size.y + 0.1,v.Size.z + 0.1)
3926
        local Weld = Instance.new("Weld",Skin)
3927
        Weld.Part0 = Skin
3928
        Weld.Part1 = v
3929
        Weld.C0 = CFrame.new(0,0,0)
3930
        pcall(function()
3931
        Skin.Mesh.TextureId = ""
3932
        Skin.Mesh.VertexColor = Vector3.new(0,0,0)
3933
        end)
3934
        end
3935
        Darken(v)
3936
        end
3937
        end
3938
3939
function Load()
3940
wait(2.5)
3941
local ScreenGui = Instance.new("ScreenGui",LocalPlayer.PlayerGui)
3942
ScreenGui.Name = "KeyBindings"
3943
3944
local Main = Instance.new("Frame",ScreenGui)
3945
Main.Name = "Main"
3946
Main.Style = "Custom"
3947
Main.BackgroundTransparency = 1
3948
Main.Active = true
3949
Main.Draggable = true
3950
Main.Size = UDim2.new(0.15,0,0.1 + #KeyBindings * 0.02,0)
3951
Main.Position = UDim2.new(0.85,0,0.25,0)
3952
if GUIHidden == true then
3953
Main:TweenPosition(UDim2.new(1,0,0.25,0))
3954
end
3955
3956
local Title = Instance.new("TextLabel",Main)
3957
Title.FontSize = "Size14"
3958
Title.Text = "KeyBindings"
3959
Title.Active = false
3960
Title.TextColor3 = Color3.new(1,1,1)
3961
Title.BackgroundTransparency = 0.5
3962
Title.Size = UDim2.new(1,0,0.1,0)
3963
Title.Position = UDim2.new(0,0,0,0)
3964
3965
local MouseIn = false
3966
local HealthDisplay = Instance.new("TextLabel",Main)
3967
HealthDisplay.FontSize = "Size14"
3968
HealthDisplay.Text = "Loading..."--"["..tostring(LocalPlayer.Character.Humanoid.Health / LocalPlayer.Character.Humanoid.MaxHealth * 100):sub(1,5) .."/100%]"
3969
HealthDisplay.Active = false
3970
HealthDisplay.TextColor3 = Color3.new(1,1,1)
3971
HealthDisplay.BackgroundTransparency = 0.5
3972
HealthDisplay.Size = UDim2.new(1,0,0.1,0)
3973
HealthDisplay.Position = UDim2.new(0,0,0.11,0)
3974
HealthDisplay.MouseEnter:connect(function()
3975
MouseIn = true
3976
HealthDisplay.Text = "Max Health : "..tostring(math.floor(LocalPlayer.Character.Humanoid.MaxHealth+0.5))..""
3977
end)
3978
HealthDisplay.MouseLeave:connect(function()
3979
MouseIn = false
3980
HealthDisplay.Text = "["..tostring(LocalPlayer.Character.Humanoid.Health / LocalPlayer.Character.Humanoid.MaxHealth * 100):sub(1,5) .."/100%]"
3981
end)
3982
LocalPlayer.Character.Humanoid.Changed:connect(function()
3983
if MouseIn == false then
3984
HealthDisplay.Text = "["..tostring(LocalPlayer.Character.Humanoid.Health / LocalPlayer.Character.Humanoid.MaxHealth * 100):sub(1,5) .."/100%]"
3985
end
3986
end)
3987
3988
local PlatUpArrow = Instance.new("ImageButton",Main)
3989
PlatUpArrow.Image = "http://www.roblox.com/asset/?id=29563813"
3990
PlatUpArrow.BackgroundTransparency = 1
3991
PlatUpArrow.Size = UDim2.new(1/3,0,0.1,0)
3992
PlatUpArrow.Position = UDim2.new(0,0,0.22,0)
3993
PlatUpArrow.MouseButton1Down:connect(function()
3994
HeightChange = 0.3
3995
PlatUpping = true
3996
end)
3997
PlatUpArrow.MouseButton1Up:connect(function()
3998
PlatUpping = false
3999
end)
4000
4001
local PlatOn = Instance.new("TextButton",Main)
4002
PlatOn.Text = "On"
4003
PlatOn.FontSize = "Size12"
4004
PlatOn.BackgroundTransparency = 1
4005
PlatOn.Size = UDim2.new(1/3/2,0,0.1,0)
4006
PlatOn.Position = UDim2.new(1/3,0,0.22,0)
4007
PlatOn.MouseButton1Down:connect(function()
4008
Height = LocalPlayer.Character.Torso.CFrame.y - 3.5
4009
Platforming = true
4010
end)
4011
4012
local PlatOff = Instance.new("TextButton",Main)
4013
PlatOff.Text = "Off"
4014
PlatOff.FontSize = "Size12"
4015
PlatOff.BackgroundTransparency = 1
4016
PlatOff.Size = UDim2.new(1/3/2,0,0.1,0)
4017
PlatOff.Position = UDim2.new(1/3+1/3/2,0,0.22,0)
4018
PlatOff.MouseButton1Down:connect(function()
4019
Platforming = false
4020
Platform.Parent = nil
4021
end)
4022
4023
local PlatDownArrow = Instance.new("ImageButton",Main)
4024
PlatDownArrow.Image = "http://www.roblox.com/asset/?id=29563831"
4025
PlatDownArrow.BackgroundTransparency = 1
4026
PlatDownArrow.Size = UDim2.new(1/3,0,0.1,0)
4027
PlatDownArrow.Position = UDim2.new(1/3*2,0,0.22,0)
4028
PlatDownArrow.MouseButton1Down:connect(function()
4029
HeightChange = 0.3
4030
PlatDowning = true
4031
end)
4032
PlatDownArrow.MouseButton1Up:connect(function()
4033
PlatDowning = false
4034
end)
4035
4036
for i,v in pairs(KeyBindings) do
4037
local Box = Instance.new("TextBox",Main)
4038
Box.FontSize = "Size12"
4039
Box.Text = "[" .. v[1] .. "] "..v[2]
4040
Box.BackgroundTransparency = 0.7
4041
Box.Size = UDim2.new(1,0,0.05,0)
4042
Box.Position = UDim2.new(0,0,0,0)
4043
--Box.Position = UDim2.new(0,0,0.1 + (i - 1) * 0.05,0)
4044
Box:TweenPosition(UDim2.new(0,0,0.33 + (i - 1) * 0.06,0),"Out","Back",2)
4045
ModeChanged.Event:connect(function(CurrentMode)
4046
if Mode == v[2] then
4047
while Mode == v[2] do
4048
for i=0,1,ColorChange do         if Mode ~= v[2] then break end                 R = i                 Box.BackgroundColor3 = Color3.new(R,G,B)                 wait(1/100^100)         end
4049
for i=0,1,ColorChange do         if Mode ~= v[2] then break end                 G = i                 Box.BackgroundColor3 = Color3.new(R,G,B)                 wait(1/100^100)         end
4050
for i=0,1,ColorChange do         if Mode ~= v[2] then break end                 B = i                 Box.BackgroundColor3 = Color3.new(R,G,B)                 wait(1/100^100)         end
4051
for i=1,0,ColorChange*-1 do         if Mode ~= v[2] then break end                 R = i                 Box.BackgroundColor3 = Color3.new(R,G,B)                 wait(1/100^100)         end
4052
for i=1,0,ColorChange*-1 do         if Mode ~= v[2] then break end                 G = i                 Box.BackgroundColor3 = Color3.new(R,G,B)                 wait(1/100^100)         end
4053
for i=1,0,ColorChange*-1 do         if Mode ~= v[2] then break end                 B = i                 Box.BackgroundColor3 = Color3.new(R,G,B)                 wait(1/100^100)         end
4054
end
4055
Box.BackgroundColor3 = Color3.new(0.63,0.63,0.64)
4056
else
4057
Box.BackgroundColor3 = Color3.new(0.63,0.63,0.64)
4058
end
4059
end)
4060
Box.Changed:connect(function(Value)
4061
if Value == "Text" and Box.Text:sub(1,1) ~= "[" then
4062
v[1] = Box.Text
4063
Box.Text = "[" .. v[1] .. "] "..v[2]
4064
end
4065
end)
4066
end
4067
if LocalPlayer.Backpack ~= nil then
4068
game:GetService("InsertService"):LoadAsset(99030773):children()[1].Parent = LocalPlayer.Backpack
4069
end
4070
end
4071
Load()
4072
LocalPlayer.CharacterAdded:connect(function()
4073
  coroutine.resume(coroutine.create(function()
4074
    Limping = false
4075
    repeat wait() until LocalPlayer.Character.Humanoid ~= nil and LocalPlayer.PlayerGui ~= nil
4076
    Load()
4077
  end))
4078
end)
4079
game:GetService("RunService").Stepped:connect(function()
4080
        pcall(function()
4081
        if LocalPlayer:FindFirstChild("PlayerGui") == nil then
4082
        Instance.new("PlayerGui",LocalPlayer)
4083
        end
4084
        end)
4085
        if Mode == "NoClip" or Platforming == true then
4086
        for _,v in pairs(LocalPlayer.Character:children()) do
4087
        if v:IsA("BasePart") then
4088
        v.CanCollide = false
4089
        elseif v:IsA("Hat") then
4090
        v.Handle.CanCollide = false
4091
        end
4092
        end
4093
        end
4094
        if Mode == "Phaze" then
4095
        LocalPlayer.Character.Archivable = true
4096
        local Clone = LocalPlayer.Character:Clone()
4097
        Clone.Parent = workspace
4098
        Clone.Torso.Anchored = false
4099
        Clone.Torso.CFrame = LocalPlayer.Character.Torso.CFrame * CFrame.new(math.random(-5,5),0,math.random(-5,5))
4100
        game:GetService("Debris"):AddItem(Clone,0.30)
4101
        end
4102
        if Platforming == true then
4103
        local TargetCFrame = LocalPlayer.Character.Torso.CFrame
4104
        local TargetAngle = LocalPlayer.Character.Torso.CFrame.lookVector
4105
        Platform.Parent = Camera
4106
        Platform.CFrame = CFrame.new(TargetCFrame.x,Height,TargetCFrame.z)        
4107
        Platform.CanCollide = true
4108
        LocalPlayer.Character.Torso.CFrame = TargetCFrame * CFrame.new(0,(TargetCFrame.y * -1) + Height +3.5,0)
4109
        end
4110
        if Mode == "Asplosion" then
4111
        X = X - 1
4112
        Y = Y / 2
4113
        Z = Z + 1
4114
        for i=-1,1,2 do
4115
        local Explosion = Instance.new("Explosion",workspace)
4116
        Explosion.BlastPressure = 2500000
4117
        Explosion.BlastRadius = 20
4118
        Explosion.Position = (LocalPlayer.Character.Torso.CFrame
4119
        * CFrame.Angles(X,Y,Z)
4120
        * CFrame.new(0,0,50*i)).p
4121
        if Limping == true then
4122
        for _,v in pairs(LocalPlayer.Character:children()) do
4123
        if v:IsA("BasePart") then
4124
        v.CanCollide = true
4125
        --v.Friction = 0.1
4126
        end
4127
        end
4128
        pcall(function()
4129
        LocalPlayer.Character.Humanoid.PlatformStand = true
4130
        end)
4131
        end
4132
        end
4133
        end
4134
        end
4135
)
4136
Mouse.KeyDown:connect(function(Key)
4137
        local a,b = coroutine.resume(coroutine.create(function()
4138
        if Key == "1" or Key == "2" then
4139
        CtrlDown = true
4140
        elseif Key == "0" then --or Key == "/" then
4141
        PlaySound("http://www.roblox.com/Asset/?id=2785493")
4142
        Mode = "None"
4143
        if LocalPlayer.Character.Parent == Camera then
4144
        LocalPlayer.Character.Parent = workspace
4145
        end
4146
        --pcall(function() LocalPlayer.Character.KeyBindingForceField:Remove() end)
4147
        Platform.Parent = nil
4148
        end
4149
        if CtrlDown == true then
4150
        for _,v in pairs(KeyBindings) do
4151
        if Key == v[1] then
4152
        PlaySound("http://www.roblox.com/Asset/?id=3264923")
4153
        Mode = v[2]
4154
        ModeChanged:Fire(v[2])
4155
        if v[3] ~= nil then
4156
        v[3]()
4157
        end
4158
        end
4159
        end
4160
        end
4161
        end))
4162
        if not a then print(b) end
4163
end)
4164
Mouse.Button1Down:connect(function()
4165
local a,b = coroutine.resume(coroutine.create(function()
4166
ButtonUnoDown = true
4167
if Mode == "Teleport" then
4168
PlaySound("http://www.roblox.com/Asset/?id=16433289")
4169
LocalPlayer.Character.Torso.Velocity = Vector3.new(0,0,0)
4170
if CtrlDown == false then
4171
LocalPlayer.Character.Torso.CFrame = CFrame.new(Mouse.Hit.x,Mouse.Hit.y + 3,Mouse.Hit.z)
4172
elseif CtrlDown == true then
4173
LocalPlayer.Character.Torso.CFrame = LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-15)
4174
end
4175
elseif Mode == "BreakJoints" and Mouse.Target.Name ~= "Base" then
4176
if CtrlDown == true then
4177
Mouse.Target.Anchored = false
4178
end
4179
Mouse.Target:BreakJoints()
4180
elseif Mode == "Destroy" then
4181
if ShouldEditPart(Mouse.Target) then
4182
Mouse.Target:Destroy()
4183
end
4184
elseif Mode == "Explosion" then
4185
PlaySound("http://www.roblox.com/Asset/?id=3087031")
4186
local Expl = Instance.new("Explosion",workspace)
4187
Expl.Position = Mouse.Hit.p
4188
Expl.BlastPressure = 2500000
4189
Expl.BlastRadius = 20
4190
if CtrlDown == true then
4191
Expl.Hit:connect(function(v)
4192
v.Anchored = false
4193
end)
4194
end
4195
elseif Mode == "Copy" then
4196
CopyPasta = Mouse.Target:Clone()
4197
elseif Mode == "Paste" then
4198
local Temp = CopyPasta:Clone()
4199
Temp.Parent = workspace
4200
Temp.CFrame = Mouse.Hit
4201
elseif Mode == "BloodSuck" then
4202
local Humanoid = Mouse.Target.Parent:FindFirstChild("Humanoid") or Mouse.Target.Parent.Parent:FindFirstChild("Humanoid")
4203
local Target = Mouse.Target
4204
while (LocalPlayer.Character.Torso.Position - Target.Position).Magnitude < 55 and Humanoid.Health > 0 and Mode == "BloodSuck" do
4205
wait()
4206
Humanoid.Health = Humanoid.Health - 1
4207
LocalPlayer.Character.Humanoid.Health = LocalPlayer.Character.Humanoid.Health + 1
4208
end
4209
elseif Mode == "Host" then
4210
local Player = GetPlayer(Mouse.Target)
4211
if not Player then
4212
if CtrlDown then
4213
local Clone = game:service'InsertService':LoadAsset(68452456):children()[1]
4214
for _,v in pairs(Clone:children()) do if v:IsA("Script") then v:Remove() end end
4215
local Target = Instance.new("ObjectValue")
4216
Target.Name = "Target"
4217
Target.Parent = Clone
4218
Target.Value = LocalPlayer.Character:FindFirstChild("Humanoid")
4219
Clone.Name = Player.Name
4220
for _,v in pairs(Player.Character:children()) do
4221
if Clone:FindFirstChild(v.Name) == nil then
4222
v:Clone().Parent = Clone
4223
else
4224
pcall(function()
4225
Clone:FindFirstChild(v.Name).BrickColor = v.BrickColor
4226
end)
4227
end
4228
end
4229
Clone.Humanoid.Torso = Clone.Torso
4230
LocalPlayer.Character = Clone
4231
Clone.Parent = workspace
4232
Clone.Torso.CFrame = Player.Character.Torso.CFrame*CFrame.new(0,0,-5) * CFrame.Angles(0,math.rad(180),0)
4233
elseif CtrlDown == false then
4234
LocalPlayer.Character = Player.Character
4235
end
4236
else
4237
if CtrlDown == false then
4238
LoadCharacter(CFrame.new(Mouse.Hit.x,Mouse.Hit.y,Mouse.Hit.z))
4239
else
4240
LocalPlayer.Character = nil
4241
end
4242
end
4243
elseif Mode == "Give" then
4244
local Player = game:service'Players'
4245
local Player = GetPlayer(Mouse.Target)
4246
if Player ~= nil then
4247
if Player.Backpack ~= nil then
4248
local NS = ClonyPooPoo:Clone()
4249
NS.Parent = Player.Backpack
4250
NS.Disabled = false
4251
end
4252
end
4253
elseif Mode == "BaleFire" then
4254
local FF = Instance.new("ForceField",LocalPlayer.Character)
4255
game:service'Debris':AddItem(FF,1.5)
4256
for i=0,100 do
4257
local Expl = Instance.new("Explosion",workspace)
4258
Expl.BlastPressure = 2500000
4259
Expl.BlastRadius = 7
4260
Expl.Position = (CFrame.new(LocalPlayer.Character.Torso.Position,Mouse.Hit.p)
4261
* CFrame.new(0,0,-i * 15)).p
4262
if CtrlDown == true then
4263
Expl.Hit:connect(function(v)
4264
v.Anchored = false
4265
end)
4266
end
4267
end
4268
elseif Mode == "Drag" then
4269
if CtrlDown == true then 
4270
Mouse.Target:BreakJoints()
4271
Mouse.Target.Anchored = false
4272
end
4273
Dragging = Mouse.Target
4274
DraggingBP = Instance.new("BodyPosition",Dragging)
4275
DraggingBP.maxForce = Vector3.new(1/0,1/0,1/0)
4276
end
4277
end))
4278
if not a then print(b) end
4279
end)
4280
Mouse.Button1Up:connect(function()
4281
        ButtonUnoDown = false
4282
end)
4283
Mouse.Move:connect(function()
4284
        local pos = workspace.CurrentCamera.Focus
4285
        local a,b = coroutine.resume(coroutine.create(function()
4286
                if ButtonUnoDown then
4287
                        if Mode == "Eat" then
4288
                                local Target = Mouse.Target
4289
                                if ShouldEditPart(Target) then
4290
                                        local CF = Target.CFrame
4291
                                        local Volume = math.floor(Target.Size.x * Target.Size.y * Target.Size.z)
4292
                                        Target.Size = Vector3.new(math.random(1,2),math.random(1,2),math.random(1,2))
4293
                                        Target.Anchored = false
4294
                                        Target.CanCollide = false
4295
                                        Target.CFrame = CF
4296
                                        Target:BreakJoints()
4297
                                        local BP = Instance.new("BodyPosition",Target)
4298
                                        BP.maxForce = Vector3.new(1/0,1/0,1/0)
4299
                                        BP.position = LocalPlayer.Character.Head.Position
4300
                                        Target.Touched:connect(function(Hit)
4301
                                                if Hit:IsDescendantOf(LocalPlayer.Character) then        
4302
                                                        Target:Destroy()
4303
                                                        if LocalPlayer.Character.Humanoid.Health >= LocalPlayer.Character.Humanoid.MaxHealth then
4304
                                                                LocalPlayer.Character.Humanoid.MaxHealth = LocalPlayer.Character.Humanoid.MaxHealth+Volume*0.01
4305
                                                                LocalPlayer.Character.Humanoid.Health = LocalPlayer.Character.Humanoid.MaxHealth
4306
                                                        else
4307
                                                                LocalPlayer.Character.Humanoid.Health = LocalPlayer.Character.Humanoid.Health+Volume*0.01
4308
                                                        end
4309
                                                end
4310
                                        end)        
4311
                                        game:GetService("Debris"):AddItem(Target,25)
4312
                                end        
4313
                        elseif Mode == "Explosion" then
4314
                                PlaySound("http://www.roblox.com/Asset/?id=3087031")
4315
                                local Expl = Instance.new("Explosion",workspace)
4316
                                Expl.Position = Mouse.Hit.p
4317
                                Expl.BlastPressure = 2500000
4318
                                Expl.BlastRadius = 20
4319
                                if CtrlDown == true then
4320
                                        Expl.Hit:connect(function(v)
4321
                                        v.Anchored = false
4322
                                end)
4323
                        end
4324
                elseif Mode == "Drag" then
4325
                        if Mouse.Target == nil then
4326
                                DraggingBP.position = (CFrame.new(pos.p,(Mouse.Hit*CFrame.new(0,1e3,0)).p)*CFrame.new(0,0,-20)).p
4327
                        else
4328
                                DraggingBP.position = (CFrame.new(pos.p,(Mouse.Hit*CFrame.new(0,30,0)).p)*CFrame.new(0,0,-15)).p
4329
                        end
4330
                end
4331
        end
4332
        end))
4333
        if not a then print(b) end
4334
end)
4335
Mouse.Button1Up:connect(function()
4336
        pcall(function()
4337
                Dragging = nil
4338
                DraggingBP:Destroy()
4339
                DraggingBP = nil
4340
        end)
4341
end)
4342
Mouse.KeyUp:connect(function(Key)
4343
        Key = Key:lower()
4344
        if Key == "1" or Key == "2" then
4345
                CtrlDown = false
4346
        end
4347
end)