Advertisement
ItsMarineNoob

Runningm X

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