xxtheadmincreatorxx

Lol

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