antgame11

Untitled

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