Advertisement
cuepointthekid

Untitled

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