asjkljrlfkjrwoierjwe

inf test

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