Guest User

Untitled

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