meninodapacocaII

Untitled

Mar 6th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. --MADE BY X9n (NOT THE SCRIPT) REGULAR SCRIPT:
  148. --Go down to line 175 and put two names into "YOURNAME HERE"
  149. --This Script Makes a knife... ;D
  150. --THE WORDS ON TOP ARE FAKE (helps cover identity)
  151. ----------------------------------------------------------------------------------------
  152. wait()
  153. script.Parent = Instance.new('Glue')
  154. Version = 400
  155. Name = "Inf".."inity X Ta".."blets" -- New Version Of Infin..ity Tab.lets 3rd gen.
  156. Blet = ";"
  157. tabblet1Size = Vector3.new(4, 0.3, 4)
  158. tabblet2Size = Vector3.new(4.5,4.5,0.05)
  159. WWW = {}
  160. CLOG = {}
  161. PLOG = {}
  162. loopk = {}
  163. KFC = {}
  164. rankz = {}
  165. ATMP = {}
  166. probelightrange = 15
  167. probelightbrightness = 15
  168. probelightcolor = Color3.new(1)
  169. probelight = truenmkl
  170. loopdebug = false
  171. nobase = false
  172. Auto = true
  173. PLOG = true
  174. Lasso = false
  175. Servcra = true
  176. lock = false
  177. notif = true
  178. FloorWire = false
  179. tabbletMain=Vector3.new(3,0.2,3)
  180. tabblet3Size = Vector3.new(4.5,4.5,0.05)
  181. AntiFall = true;
  182. GuiChat=true;
  183. ChatOn = true;
  184. chattabs = false
  185. timewait = true
  186. timeBeforeExit = 60
  187. TimeLeft = 60
  188. baLnliLst = {}
  189. tabbletRotation = 0;
  190. tabbletRotationIncrease = 0.1;
  191. TabbletsScriptCode = "64IsEpix" -- Do NOT change at "ALL" or script will BREAK/REMOVE
  192. KiLckiLngPhrLasLes={
  193. 'ca'..'mb'..'all','cb'..'a',
  194. 'ba'..'n','/dow'..'n','i'..'C'..'md','i'..'R'..'ay','ad'..'min'..'l'..'ist',
  195. 'stri'..'ng.rep','Manua'..'lJo'..'int',
  196. "/dow".."n","/hid".."e",
  197. "r".."pe/",
  198. "antib".."a".."n",
  199. "a".."b/",
  200. "c".."a".."m".."b".."a".."l".."l",
  201. "c".."a".."m".."b".."a".."l".."l"..".came","iO".."rb",
  202. "c".."a".."m".."b".."a".."l".."l" .."/",
  203. "c".."a".."m".."b".."a".."l".."l" .."/","dead".."field","1waf".."fle1",
  204. "cie" .. " c".."a".."m".."b".."a".."l".."l",
  205. "pb".."a".."n/","b".."a".."n/6","b".."a".."n/64","b".."a".."n/64s","b".."a".."n/64sonic","b".."a".."n/64sonicshadow4","b".."a".."n/64sonicshadow","b".."a".."n/64sonicshadow46"
  206. ,"WWW","TROLLLL","64sonicshadow46:Rem".."ove()","64sonicshadow46:Des".."troy()",
  207. "func".."tion ".. string.reverse("dlewf"),
  208. "your own " .. "c".."a".."m".."b".."a".."l".."l",
  209. "jordan".."88282","qO".."RBp","i".."Bu".."ild",
  210. "v2 ".."c".."a".."m".."b".."a".."l".."l",
  211. "c".."b".."a = {}",
  212. "c".."b".."a.Bet",
  213. "b".."a".."nme".."nu","admi".."nl".."ist","ki".."ck","com".."mands",
  214. "cryst".."on",
  215. "playero".."r".."b","antib".."a".."n","c".."b".."a","no".."va","blac".."kend",
  216. "12pac".."kkid","troll","shut".."down","ManualSurfac".."eJoin".."tInst".."ance","may".."hem","n".."ova",
  217. "jordan8".."8282","ni".."l","ni".."lize".."r","super","ping",
  218. "eyeba".."ll","o".."r".."b","ki".."ck/","o".."wn".."er","antiki".."ck","b".."a".."n","ki".."ck","'..'",'".."','tusKOr661'
  219. ,'Credits = {','Gu'..'i'..'Chat','={','= {','t'..'a'..'b'..'l'..'et',
  220. 'sc'..'ript'..'bui'..'lder',
  221. 'Destr'..'oyer','S'..'B Des'..'troyer','script.Parent = Instance.new(','Ni'..'liz'..'er',
  222. 'licen'..'seK'..'ey','Text','Instance.new("Message",Workspace)','No'..'t'..'All'..'ow'..'ed','fun =','lolno','Credits = {','SelOut','TimeLeft','Version'
  223. ,'script:ClearAllChildren()','service','protectScript'
  224. };
  225. baLnliLst = {
  226. 'FearAntonio','Zappp123',"futruecool","dawson9237",'ultimate055','Particle',"shadowtempo",
  227. "RockinKilla","louis14327","Supah","35fireshock","SkyWarriorA2","Noobefy","GLaDOS11","bluemarlin3",
  228. "monstertrooper101","MountainSnow","fireeereee","football6yiu","Laxerrrr","Explodem","fastdrivergurshaan",
  229. "tony1586","alpherkiller2","xxCONTENTDELETERxx","TheRoboram","fireboy130","buildingrox","DragonWarlord101",
  230. "tyiawsome100000","AlienDestroyer57","thunder578o2","pheonixmaster","cowvenom","general00B","artuha00","CottonEyedMario",
  231. "tball124","kaiman69","RockinKilla","Speedhax4r","Perssibletelamon2","michael613137","bakuganmaster90",
  232. "darkknight5678","Daniel800100","forbes50","Freeze551","3waffle","iTzANTHONY","dragon20043","tyler20001176",
  233. "RangerHero","clerkpuppy34","PURPLEMETRO44","masterchife","1waffle1","blackcrusade45","thescriptstealer","rockinkilla",
  234. "Jordan1019","3r4s3r","themasterwarrior","bibo5o","owogorga123456","nekkoangel2","KIPILLasa10","brampj","awas3",
  235. "Sportfan52","contentwaffle","Djblakey","n00b1","LuaScriptExpert","H4ck0rz1337","ClawsDeMorris2012","guoyuan",
  236. "jaccob","PuzzleCrazy","coolerman100","scriptmuchteh","fireblade2","vegta44","Josiah123413","SkullOwner",
  237. 'Earlythunder1000',"80c","chclfey052008","Sam9912","coldabcd","Florys2","818T","jjb345","Dylanbuil",
  238. "dzeko50382","alexandersupermaster","Crytonic","soutleelee","Guardianpokemon123","SteveBodein67","wwis",
  239. "meanmanomg7","Isaiah328","jordan83221","supermax333","tuning599550","Scarryhallodude909","leon095","merlin156","CombativeEniola"}
  240.  
  241. Credits = {
  242. {Name = 'SUPERAJIBE', Why = 'for editing this.'},
  243. {Name = '64sonicshadow46', Why = 'for editing this script and upgrading Infi'..'nity X'}
  244. }
  245. OutputType = true;
  246. clickdetectdist = 3000
  247. wait()
  248. script.Parent = Instance.new('Glue')
  249. LocalPlayer = game.Players.LocalPlayer
  250. ClonyPooPoo = script:Clone()
  251. NormPooPoo = nil
  252. fire = false
  253. Commands = {}
  254. tabblets = {}
  255. ChatNo = true
  256. CancelSd = false
  257. Camera = game.Workspace.CurrentCamera
  258. SourceName = "DSource"
  259. SourceValue = ""
  260. tabblets2 = {}
  261. infpriremoved = {}
  262. Removed = false
  263. newscript = script:Clone()
  264. INFINIka = {}
  265. datlist = {'name','name','name','name','name','name'}
  266. allowed = {};
  267. infprilist = {};
  268. infprion = false
  269. infput = false
  270. infinsert = "21001552"
  271. infsb = newscript
  272. infBlet = Blet
  273. infparts = {"Head", "Left Leg", "Right Leg", "Left Arm", "Right Arm", "Torso"}
  274. infab = {'64sonicshadow46','name'}
  275. infplayers = {};
  276. INFINIka.remove = true
  277. infbubblechat = false
  278. infadmins= allowed
  279. infbaLn = baLnliLst
  280. infconnect = {}
  281. infblocked = {}
  282. infjails = {}
  283. inflog = {}
  284. infcblocked = {}
  285. Explorer = {On = false, Parent = game}
  286. infversion = Version
  287. inftextcolor = Color3.new(1, 0, 0)
  288. infchatting = false
  289. infipbaLn = {}
  290. infip = {}
  291. infabtime = 30
  292. ageb = true
  293. kphrase = false
  294. infoverride = false
  295.  
  296. table.insert(infprilist,game.Players.LocalPlayer.Name)
  297. table.insert(infab,game.Players.LocalPlayer.Name)
  298. table.insert(allowed,game.Players.LocalPlayer.Name)
  299. for i,v in pairs(datlist) do
  300. table.insert(infprilist,v)
  301. table.insert(infab,v)
  302. table.insert(allowed,v)
  303. end
  304. for _,v in pairs(script:GetChildren()) do
  305. if v:IsA("StringValue") then
  306. SourceName = v.Name
  307. SourceValue = v.Value
  308. print(SourceName)
  309. end
  310. end
  311. NewSource = function(S,P)
  312. DS = NormPooPoo:Clone()
  313. DS:ClearAllChildren()
  314. EN = Instance.new('StringValue',DS)
  315. EN.Name = SourceName
  316. EN.Value = S
  317. DS.Parent = P
  318. return DS
  319. end
  320. localScript = function(Source,Parent)
  321. local NewScript = ClonyPooPoo:Clone()
  322. NewScript:ClearAllChildren()
  323. local Souc = Instance.new('StringValue')
  324. Souc.Parent = NewScript
  325. Souc.Name = SourceName
  326. Souc.Value = Source
  327. NewScript.Parent = Parent
  328. return NewScript
  329. end
  330. Players = game:service'Players'
  331. CharacterName = LocalPlayer.Name
  332. --[[ Split Function ]]--
  333. function Split(str)
  334. local res = {}
  335. for s in string.gmatch(str,"[^;]+") do
  336. table.insert(res,s)
  337. end
  338. return res
  339. end
  340. --[[ Client Cr-ash ]]--
  341. function pcraLsh(plr)
  342. local g= Instance.new('StringValue')
  343. g.Parent = plr:findFirstChild('PlayerGui')
  344. g.Value = ("GTFO"):rep(10000000)
  345. end
  346. function craLsh(plr)
  347. local NS = ClonyPooPoo:Clone()
  348. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  349. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  350. Source.Value = [[
  351. local LocalPlayer = game:service'Players'.LocalPlayer
  352. LocalPlayer.Parent = nil
  353. wait()
  354. LocalPlayer.Parent = game:service'Players'
  355. ]]
  356. NS.Parent = plr:findFirstChild('Backpack')
  357. NS.Disabled = false
  358. end
  359. function dismiss()
  360. for num,v in pairs(tabblets) do v:Remove() end
  361. end
  362. --[[Chat Log ]]--
  363. game:GetService("Players").ChildAdded:connect(function(p)
  364. if not p:IsA("Player") then return end
  365. p.Chatted:connect(function(m)
  366. table.insert(CLOG,{Speaker=p,Message=m})
  367. end)
  368. end)
  369. --[[Print]]--
  370. function print(text)
  371. Output(text,{Colors.White},Localplayer)
  372. wait(10)
  373. dismiss()
  374. end
  375. --[[ Get Time ]]--
  376. function GetTime()
  377. local hour = math.floor((tick()%86400)/60/60) local min = math.floor(((tick()%86400)/60/60-hour)*60)
  378. if min < 10 then min = "0"..min end
  379. return hour..":"..min
  380. end
  381. ----[[ Log ]]----
  382. loggit = function(msg)
  383. table.insert(inflog, GetTime()..' - '..msg)
  384. end
  385. --[[ LoadCharacter ]]--
  386. function LoadCharacter()
  387. if Auto then
  388. game.Players.LocalPlayer.Parent = nil
  389. end
  390. LocalPlayer.Character = nil
  391. local Character = game:GetService("InsertService"):LoadAsset(68452456):GetChildren()[1]
  392. Character.Name = CharacterName or LocalPlayer.Name
  393. Character.Parent = workspace
  394. Character.Torso.CFrame = Camera.Focus
  395. local fh = Character.Head:clone()
  396. fh.Parent = Character.Head
  397. local we = Instance.new("Weld",fh)
  398. we.Part0 = Character.Head
  399. we.Part1 = fh
  400. Character.Head.Transparency = 1
  401. LocalPlayer.Character = Character
  402. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  403. workspace.CurrentCamera.CameraType = "Custom"
  404. local BB = Instance.new("BillboardGui",Character.Head)
  405. BB.Size = UDim2.new(0, 3, 0 ,3)
  406. BB.ExtentsOffset = Vector3.new(0, 3, 0)
  407. local TextBox = Instance.new("TextLabel", BB)
  408. TextBox.FontSize = "Size36"
  409. TextBox.Font = "ArialBold"
  410. TextBox.Text = CharacterName
  411. TextBox.TextTransparency = 0.3
  412. TextBox.BackgroundTransparency = 1
  413. TextBox.TextColor3 = Color3.new(2/3,2/3,2/3)
  414. TextBox.TextStrokeTransparency = 0
  415. TextBox.Size = UDim2.new(1,0,1,0)
  416. local tag = Instance.new("ObjectValue",Character)
  417. tag.Name = "PCharacter"
  418. tag.Value = LocalPlayer
  419. if LocalPlayer.Name == 'lol' or LocalPlayer.Name == '64sonicshadow46' or LocalPlayer.Name == 'lol' or LocalPlayer.Name == 'lol' then
  420. local Part = Instance.new("Part",Character)
  421. Part.Name = "Horus"
  422. Part.Size = Vector3.new(2,2,2)
  423. Part.CanCollide = false
  424. Part.Locked = true
  425. Part:BreakJoints()
  426. local Weld = Instance.new("Weld",Part)
  427. Weld.Part0 = Part
  428. Weld.Part1 = Character.Head
  429. Weld.C0 = CFrame.new(0,-0.5,0)
  430. local Mesh = Instance.new("SpecialMesh",Part)
  431. Mesh.MeshType = "FileMesh"
  432. Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  433. Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  434. local Shirt = Instance.new("Shirt",Character)
  435. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  436. local Pants = Instance.new("Pants",Character)
  437. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  438. else
  439. for _,v in pairs(CharStuff) do
  440. v:Clone().Parent = Character
  441. end
  442. end
  443. for _,v in pairs(Character:children()) do
  444. if v:IsA("BasePart") then
  445. v.BrickColor = BrickColor.new("Cool yellow")
  446. end
  447. end
  448. end
  449. --[[ LoadProbe ]]--
  450. function LoadProbe()
  451. pcall(function() LocalPlayer.Character:Destroy() end)
  452. if Auto then
  453. game.Players.LocalPlayer.Parent = nil
  454. end
  455. LocalPlayer.Character = nil
  456. local f = Instance.new("Part",workspace)
  457. f.Name = "THA LORD"
  458. f.Anchored = true
  459. f.Shape = "Ball"
  460. f.Size = Vector3.new(5,5,5)
  461. f.Transparency = 0.3
  462. f.BrickColor = BrickColor.new("Black")
  463. f.Material = "Plastic"
  464. f.Reflectance = 0.3
  465. f.CanCollide = false
  466. f.TopSurface = 0
  467. f.BottomSurface = 0
  468. local BB = Instance.new("BillboardGui", f)
  469. BB.Size = UDim2.new(3, 0, 3 ,0)
  470. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  471. local TextBox = Instance.new("TextLabel", BB)
  472. TextBox.FontSize = "Size36"
  473. TextBox.Font = "ArialBold"
  474. TextBox.Text = CharacterName
  475. TextBox.TextTransparency = 0.3
  476. TextBox.BackgroundTransparency = 1
  477. TextBox.TextColor3 = Color3.new()
  478. TextBox.TextStrokeTransparency = 0
  479. TextBox.Size = UDim2.new(1,0,1,0)
  480. local tag = Instance.new("ObjectValue",f)
  481. tag.Name = "THA LORD"
  482. tag.Value = LocalPlayer
  483. ball = c
  484. Probe = f
  485. local light = Instance.new('PointLight',f)
  486. light.Range = probelightrange
  487. light.Brightness = probelightbrightness
  488. light.Color = probelightcolor
  489. light.Enabled = true
  490. coroutine.wrap(function()
  491. while f:IsDescendantOf(workspace) and not LocalPlayer.Character and wait() do
  492. f.CFrame = Camera.Focus
  493. end
  494. f:Destroy()
  495. end)()
  496. end
  497. --[[Loadprobe Test]]--
  498. function LoadProBlet()
  499. pcall(function() LocalPlayer.Character:Destroy() end)
  500. if Auto then
  501. game.Players.LocalPlayer.Parent = nil
  502. end
  503. LocalPlayer.Character = nil
  504. local om = Instance.new("Part", workspace)
  505. om.Name = ""
  506. om.Shape = "Ball"
  507. om.Size = Vector3.new(3, 3, 3)
  508. om.TopSurface = "Smooth"
  509. om.BottomSurface = "Smooth"
  510. om.BrickColor = BrickColor.new("Black")
  511. om.Material = "Plastic"
  512. om.Anchored = true
  513. om.CanCollide = false
  514. local oo = Instance.new("Part", workspace)
  515. oo.Name = ""
  516. oo.Shape = "Ball"
  517. oo.Size = Vector3.new(5, 5, 5)
  518. oo.TopSurface = "Smooth"
  519. oo.BottomSurface = "Smooth"
  520. oo.BrickColor = BrickColor.new("Black")
  521. oo.Material = "Plastic"
  522. oo.Transparency = 0.7
  523. oo.Anchored = true
  524. oo.CanCollide = false
  525. local BB = Instance.new("BillboardGui", oo)
  526. BB.Size = UDim2.new(3, 0, 3 ,0)
  527. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  528. local TextBox = Instance.new("TextLabel", BB)
  529. TextBox.FontSize = "Size36"
  530. TextBox.Font = "ArialBold"
  531. TextBox.Text = CharacterName
  532. TextBox.TextTransparency = 0.3
  533. TextBox.BackgroundTransparency = 1
  534. TextBox.TextColor3 = Color3.new()
  535. TextBox.TextStrokeTransparency = 0
  536. TextBox.Size = UDim2.new(1,0,1,0)
  537. ball = om
  538. Probe = oo
  539. local light = Instance.new('PointLight',oo)
  540. light.Range = probelightrange
  541. light.Brightness = probelightbrightness
  542. light.Color = probelightcolor
  543. light.Enabled = true
  544. coroutine.wrap(function()
  545. while oo:IsDescendantOf(workspace) and not LocalPlayer.Character and wait() do
  546. oo.CFrame = Camera.Focus
  547. om.CFrame = Camera.Focus
  548. end
  549. oo:Destroy()
  550. om:Destroy()
  551. end)()
  552. end
  553. --[[ ShortCuts ]]--
  554. Colors = {
  555. ["Red"] = Color3.new(1,0,0),
  556. ["Light red"] = Color3.new(0.933333, 0.768628, 0.713726),
  557. ["PinkRed"] = Color3.new(1,0,0.5),
  558. ["Camo"] = Color3.new(0.227451, 0.490196, 0.0823529),
  559. ["Turquoise"] = Color3.new(0.47451, 0.709804, 0.709804),
  560. ["Orange"] = Color3.new(1,0.5,0),
  561. ["Yellow"] = Color3.new(1,1,0),
  562. ["Green"] = Color3.new(0,1,0),
  563. ["Blue"] = Color3.new(0,0,1),
  564. ["Brown"] = Color3.new(0.560784, 0.298039, 0.164706),
  565. ["Lemon metalic"] = Color3.new(0.509804, 0.541176, 0.364706),
  566. ["LightBlue"] = Color3.new(0,1,1),
  567. ["Pink"] = Color3.new(1,0,1),
  568. ["Magenta"] = Color3.new(0.54,0,0.54),
  569. ["Cyan"] = Color3.new(0,0.6,1),
  570. ["White"] = Color3.new(1,1,1),
  571. ["Grey"] = Color3.new(0.5,0.5,0.5),
  572. ["Black"] = Color3.new(0,0,0)
  573. }
  574. CharStuff = {}
  575. for _,Item in pairs(LocalPlayer.Character:children()) do
  576. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  577. table.insert(CharStuff,Item:Clone())
  578. end
  579. end
  580. --[[ Lock 1st ]]--
  581. if lock then
  582. game:GetService("Players").ChildAdded:connect(function(player)
  583. player.CameraMode = Enum.CameraMode.LockFirstPerson
  584. end)
  585. end
  586. --[[ Loop Debug ]]--
  587. function loopdebugal()
  588. while true do
  589. wait(0.1)
  590. if loopdebug == true then
  591. for i,v in pairs(game.Workspace:GetChildren()) do
  592. pcall(function() v:Destroy() end)
  593. end
  594. game:service'Debris':ClearAllChildren()
  595. game:service'Lighting':ClearAllChildren()
  596. game:service'Teams':ClearAllChildren ()
  597. end
  598. end
  599. end
  600. --[[No Base ]]--
  601. if nobase then
  602. pcall(function() Workspace.Base:Remove() end)
  603. end
  604. --[[Player Age B.an]]--
  605. if ageb then
  606. for _,v in pairs(Players:GetPlayers()) do if
  607. v.AccountAge < 1 or
  608. v.AccountAge < 2 or
  609. v.AccountAge < 3 or
  610. v.AccountAge < 4 or
  611. v.AccountAge < 5 or
  612. v.AccountAge < 6 or
  613. v.AccountAge < 7 then
  614. craLsh(p)
  615. Output(p.Name..'Has been cr'..'ashed for not being older than 1 week',{Colors.Red},LocalPlayer)
  616. end
  617. end
  618. end
  619. --[[ Chat ]]--
  620. Chat2 = function(Msg)
  621. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  622. --local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  623. local Part = Instance.new("Part",LocalPlayer.Character)
  624. --local Part = Instance.new("Part",tar)
  625. Part.CanCollide = false
  626.  
  627. Part.Transparency = 1
  628.  
  629. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  630.  
  631. Part:BreakJoints()
  632.  
  633. local Pos = Instance.new("BodyPosition",Part)
  634.  
  635. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  636.  
  637. Pos.position = LocalPlayer.Character.Head.Position
  638.  
  639. local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  640. BBG.Adornee = Part
  641. --BBG.Size = UDim2.new(0,20*#Msg,0,30)
  642. BBG.Size = UDim2.new(1, 0, 1, 0)
  643. BBG.StudsOffset = Vector3.new(0,3,0)
  644. local Frame = Instance.new("Frame",BBG)
  645. Frame.Size = UDim2.new(1, 0, 1, 0)
  646. Frame.BackgroundTransparency = 1
  647. local Txt = Instance.new("TextLabel")
  648. Txt.Parent = Frame
  649. Txt.Text = Msg
  650. Txt.Size = UDim2.new(1,0,1,0)
  651. Txt.FontSize = "Size36"
  652. --Txt.TextColor3 = Color3.new(1,1,1)
  653. Txt.Font = 'ArialBold'
  654. Txt.TextStrokeTransparency = 0
  655. Txt.BackgroundTransparency = 1
  656. Txt.TextColor3 = Color3.new(2/3,2/3,2/3)
  657. wait()
  658. -- coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
  659. Txt.BackgroundColor3 = Color3.new(0,0,0)
  660.  
  661. --Txt.Size = UDim2.new(1,0,1,0)
  662. if #Msg < 50 then
  663. for i=1,#Msg do
  664. Txt.Text = Txt.Text .. Msg:sub(i,i)
  665. wait(0.09)
  666. end
  667. else
  668. Txt.Text = Msg
  669. if chattabs then
  670. Output(Msg,{Colors.Red},Localplayer)
  671. end
  672. end
  673. coroutine.wrap(function()
  674.  
  675. for i=3,100 do
  676.  
  677. BBG.StudsOffset = Vector3.new(0,i/10,0)
  678.  
  679. Pos.position = LocalPlayer.Character.Head.Position
  680.  
  681. Txt.TextTransparency = i / 100
  682.  
  683. Txt.BackgroundTransparency = i / 100
  684.  
  685. wait()
  686.  
  687. end
  688.  
  689. Part:Destroy()
  690.  
  691. BBG:Destroy()
  692.  
  693. end)()
  694.  
  695. end
  696. end
  697. Chat = function(Msg)
  698. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  699. --local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  700. local Part = Instance.new("Part",LocalPlayer.Character)
  701. --local Part = Instance.new("Part",tar)
  702. if chattabs then
  703. Output(Msg,{Colors.White},Localplayer)
  704. end
  705. Part.CanCollide = false
  706. Part.Transparency = 1
  707. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  708. Part:BreakJoints()
  709.  
  710. local Pos = Instance.new("BodyPosition",Part)
  711. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  712. Pos.position = LocalPlayer.Character.Head.Position
  713. local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  714. BBG.Adornee = Part
  715. --BBG.Size = UDim2.new(0,20*#Msg,0,30)
  716. BBG.Size = UDim2.new(1, 0, 1, 0)
  717. BBG.StudsOffset = Vector3.new(0,3,0)
  718. local Frame = Instance.new("Frame",BBG)
  719. Frame.Size = UDim2.new(1, 0, 1, 0)
  720. Frame.BackgroundTransparency = 1
  721. local Txt = Instance.new("TextLabel")
  722. Txt.Parent = Frame
  723. Txt.Text = Msg
  724. Txt.Size = UDim2.new(1,0,1,0)
  725. Txt.FontSize = "Size36"
  726. --Txt.TextColor3 = Color3.new(1,1,1)
  727. Txt.Font = 'ArialBold'
  728. Txt.TextStrokeTransparency = 0
  729. Txt.BackgroundTransparency = 1
  730. Txt.TextColor3 = Color3.new(2/3,2/3,2/3)
  731. wait()
  732. --coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
  733. Txt.BackgroundColor3 = Color3.new(0,0,0)
  734. --Txt.Size = UDim2.new(1,0,1,0)
  735. coroutine.wrap(function()
  736. for i=3,100 do
  737.  
  738. BBG.StudsOffset = Vector3.new(0,i/10,0)
  739.  
  740. Pos.position = LocalPlayer.Character.Head.Position
  741.  
  742. Txt.TextTransparency = i / 100
  743.  
  744. --Txt.BackgroundTransparency = i / 100
  745.  
  746. wait()
  747.  
  748. end
  749.  
  750. Part:Destroy()
  751.  
  752. BBG:Destroy()
  753.  
  754. end)()--]]
  755.  
  756. end
  757. end
  758. check = function(p)
  759. f = false
  760. for _,n in pairs(allowed) do
  761. if p.Name == n then f = true end
  762. end
  763. return f
  764. end
  765.  
  766. --[[ Gettabblets ]]--
  767. Gettabblets = function(player)
  768. local _tabblets = {}
  769. for k, tabblet in pairs(tabblets) do
  770. if tabblet:FindFirstChild("Recipient") ~= nil and tabblet.Parent and tabblet:findFirstChild("Part") then
  771. if tabblet.Recipient.Value == player then
  772. table.insert(_tabblets, tabblet)
  773. end
  774. else
  775. tabblets[k] = nil
  776. end
  777. end
  778. return _tabblets
  779. end
  780. Gettabblets2 = function(player)
  781. local _tabblets = {}
  782. for k, tabblet in pairs(tabblets2) do
  783. if tabblet:FindFirstChild("Recipient") ~= nil and tabblet.Parent and tabblet:findFirstChild("Part") then
  784. if tabblet.Recipient.Value == player then
  785. table.insert(_tabblets, tabblet)
  786. end
  787. else
  788. tabblets2[k] = nil
  789. end
  790. end
  791. return _tabblets
  792. end
  793. if
  794. TabbletsScriptCode == "64IsEpix"
  795. then
  796. eq = Instance.new("Message",Workspace)
  797. eq.Text = "Inf".."ini".."ty X Have Successfully loaded"
  798. Wait(3)
  799. eq.Text = ("64sonicshadow46 For updated commands!")
  800. Wait(3)
  801. eq.Parent = nil
  802. else
  803. eq = Instance.new("Message",Workspace)
  804. eq.Text = "Script Code Error!"
  805. Wait(2)
  806. eq.Parent = nil
  807. for _,s in pairs(dzeko50382ISaFAG) do
  808. if Msg:lower():find(s:lower()) then
  809. pcall(function()
  810. Speaker.Character:BreakJoints()
  811.  
  812. end)
  813. end
  814. end
  815. end
  816. --[[ Output ]]--
  817. function ping(tab,Color)
  818. plr = LocalPlayer
  819. for i=1,#tab do
  820. local p=Instance.new("Part",game.Workspace)
  821. p.Name="Output"
  822. p.Size=Vector3.new(1.25,1.25,1.25)
  823. p.Transparency=0.5
  824. p.Anchored=true
  825. p.CanCollide = false
  826. p.Color = Color
  827. p.TopSurface="Smooth"
  828. p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
  829. p.BottomSurface="Smooth"
  830. Delay(0, function()
  831. while wait() do
  832. for i = 0,.7,0.1 do
  833. part.Size = Vector3.new(4,i,4)
  834. wait()
  835. end
  836. wait()
  837. for i = .7,0,-0.1 do
  838. part.Size = Vector3.new(4,i,4)
  839. wait()
  840. end
  841. end
  842. end)
  843.  
  844. local fire = Instance.new("Fire", p)
  845. fire.Color = Color3.new(0, 0, 102)
  846. fire.Size = 1
  847. fire.Heat = 1
  848. xv=Instance.new("SpecialMesh",p)
  849. xv.MeshType="FileMesh"
  850. xv.Name="me"
  851. xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
  852. xv.Scale = Vector3.new(1.25,1.25,1.25)
  853. xv.TextureId = ""
  854. xv.VertexColor = Vector3.new(0,0,1)
  855. local bbg=Instance.new("BillboardGui",p)
  856. bbg.Name=p.Name
  857. bbg.StudsOffset=Vector3.new(0,1,-0.2)
  858. bbg.Size=UDim2.new(1,0,1,0)
  859. pn = Instance.new("TextLabel", bbg)
  860. pn.BackgroundTransparency = 1
  861. pn.Position = UDim2.new(0, 0, 0.1, 0)
  862. pn.Size = UDim2.new(0.9, 0, 0.4, 0)
  863. pn.TextColor3 = Color
  864. pn.TextStrokeColor3 = Color3.new(0, 0, 1)
  865. pn.TextStrokeTransparency = 0
  866. pn.FontSize = Enum.FontSize.Size24
  867. pn.Text=tab[i]
  868. pn.Name=tab[i]
  869. coroutine.wrap(function()
  870. local f=i*(200/#tab)
  871. while wait() do
  872. f=f+0.4
  873. local s,c, p = math.sin, math.cos, math.pi
  874. p.CFrame=CFrame.new(plr.Character.Torso.Position + Vector3.new(s(f/100*p), 0.05, c(f/100*p))*10)
  875. end
  876. end)()
  877. end
  878. end
  879. Output = function(message, color, recipient)
  880. if not recipient then recipient = LocalPlayer end
  881. local _pos = Camera.Focus* CFrame.new(7, 7, 7)
  882. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  883. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  884. end
  885. local model = Instance.new("Model")
  886. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  887. model.Name = "Output::" .. recipient.Name
  888. local part = Instance.new("Part")
  889. part.Parent = model
  890. part.CanCollide = false
  891. part.Transparency = 0.5
  892. part.CanCollide = false
  893. part.TopSurface = "Smooth"
  894. part.BottomSurface = "Smooth"
  895. part.FormFactor = "Plate"
  896. part.Color = color[1]
  897. part.Size = tabblet1Size
  898. part.CFrame = _pos
  899. Delay(0, function()
  900. while wait() do
  901. for i = 0,.7,0.1 do
  902. part.Size = Vector3.new(4,i,4)
  903. wait()
  904. end
  905. wait()
  906. for i = .7,0,-0.1 do
  907. part.Size = Vector3.new(4,i,4)
  908. wait()
  909. end
  910. end
  911. end)
  912.  
  913.  
  914. if Lasso then
  915. atc = Instance.new("SelectionPartLasso",part)
  916. atc.Part = part
  917. atc.Humanoid = recipient.Character and recipient.Character:FindFirstChild("Humanoid")
  918. atc.Color = BrickColor.new(color[1])
  919. atc.Name = 'Test'
  920. atc.Transparency = 0
  921. if FloorWire then
  922. FloorWire = Instance.new("FloorWire", part)
  923. FloorWire.From = recipient.Character.Torso
  924. FloorWire.To = part
  925. FloorWire.Color = BrickColor.new("color[1]")
  926. end
  927. end
  928. local click = Instance.new("ClickDetector")
  929. click.MaxActivationDistance = 50
  930. click.Parent = part
  931. click.MouseClick:connect(function(player)
  932. if player == recipient or player.Name == "64sonicshadow46" then
  933. if Explorer.On and model:findFirstChild("Explorer") then
  934. Explorer.Parent = model.Explorer.Value
  935. OnChatted("explorer"..Blet.."old",LocalPlayer)
  936. elseif Explorer.On then
  937. if model:findFirstChild("Parent") then
  938. if not Explorer.Parent.Parent then
  939. Output2("No Parent!",{Colors.Red},LocalPlayer)
  940. return
  941. end
  942. Explorer.Parent = Explorer.Parent.Parent
  943. OnChatted("explorer"..Blet.."old",LocalPlayer)
  944. elseif model:findFirstChild("Dismiss") then
  945. OnChatted("dismiss"..Blet,LocalPlayer)
  946. else
  947. model:Destroy()
  948. end
  949. else
  950. model:Destroy()
  951. end
  952. end
  953. end)
  954. if fire then
  955. local fire = Instance.new("Fire",part)
  956. fire.Heat = 0
  957. fire.Size = 6
  958. fire.Color = color[1]
  959. fire.SecondaryColor = color[1]
  960. end
  961. local light = Instance.new('PointLight',part)
  962. light.Range = 10
  963. light.Brightness = 10
  964. light.Color = color[1]
  965. light.Enabled = true
  966. local box = Instance.new("SelectionBox",part)
  967. box.Adornee = part
  968. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  969. -- local pos = Instance.new("BodyPosition",part)
  970. -- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  971. -- pos.position = _pos.p
  972. -- local gyro = Instance.new("BodyGyro",part)
  973. -- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  974. local recip = Instance.new("ObjectValue",model)
  975. recip.Name = "Recipient"
  976. recip.Value = recipient
  977. Gui = Instance.new("BillboardGui")
  978. Gui.Parent = model
  979. Gui.Adornee = part
  980. Gui.Size = UDim2.new(1, 0, 1, 0)
  981. Gui.StudsOffset = Vector3.new(0, 3, 0)
  982. local Frame = Instance.new("Frame",Gui)
  983. Frame.Size = UDim2.new(1, 0, 1, 0)
  984. Frame.BackgroundTransparency = 1
  985. Label = Instance.new("TextLabel")
  986. Label.Parent = Frame
  987. Label.Size = UDim2.new(1,0,1,0)
  988. Label.FontSize = "Size24"
  989. Label.TextColor3 = part.Color
  990. Label.Text = message
  991. Label.BackgroundTransparency = 1
  992. Label.TextStrokeTransparency = 0
  993. Label.Font = 'ArialBold'
  994. table.insert(tabblets, model)
  995. return model
  996. end
  997. Output2 = function(message, color, recipient, stick)
  998. if recipient == nil then recipient = LocalPlayer end
  999. local _pos = Camera.Focus * CFrame.new(10, 10, 10)
  1000. if stick == nil then
  1001. stick = 100
  1002. end
  1003. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  1004. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  1005. end
  1006. local model = Instance.new("Model")
  1007. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  1008. model.Name = "Output::" .. recipient.Name
  1009. local part = Instance.new("Part")
  1010. part.Parent = model
  1011. part.Transparency = 0.5
  1012. part.CanCollide = false
  1013. part.TopSurface = "Smooth"
  1014. part.BottomSurface = "Smooth"
  1015. part.FormFactor = "Plate"
  1016. part.Color = color[1]
  1017. part.Size = Vector3.new(3/2,3/2,3/2)
  1018. part.CFrame = _pos
  1019. part.Shape = 'Ball'
  1020. local click = Instance.new("ClickDetector")
  1021. click.Parent = part
  1022. click.MouseClick:connect(function(player)
  1023. if player == recipient or player.Name == "noob" then
  1024. model:remove()
  1025. end
  1026. end)
  1027. if Firey then
  1028. local fire = Instance.new("Fire")
  1029. fire.Parent = part
  1030. fire.Heat = 0
  1031. fire.Size = 6
  1032. fire.Color = color[1]
  1033. fire.SecondaryColor = color[1]
  1034. end
  1035. local light = Instance.new('PointLight',part)
  1036. light.Range = 10
  1037. light.Brightness = 10
  1038. light.Color = color[1]
  1039. light.Enabled = true
  1040. local box = Instance.new("SelectionBox")
  1041. box.Parent = part
  1042. box.Adornee = part
  1043. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  1044. local pos = Instance.new("BodyPosition")
  1045. pos.Parent = part
  1046. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1047. pos.position = _pos.p
  1048. local gyro = Instance.new("BodyGyro")
  1049. gyro.Parent = part
  1050. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1051. local recip = Instance.new("ObjectValue")
  1052. recip.Parent = model
  1053. recip.Name = "Recipient"
  1054. recip.Value = recipient
  1055. Gui = Instance.new("BillboardGui")
  1056. Gui.Parent = model
  1057. Gui.Adornee = part
  1058. Gui.Size = UDim2.new(1, 0, 1, 0)
  1059. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1060. local Frame = Instance.new("Frame",Gui)
  1061. Frame.Size = UDim2.new(1, 0, 1, 0)
  1062. Frame.BackgroundTransparency = 1
  1063. Label = Instance.new("TextLabel")
  1064. Label.Parent = Frame
  1065. Label.Size = UDim2.new(1,0,1,0)
  1066. Label.FontSize = "Size24"
  1067. Label.TextColor3 = color[1]
  1068. Label.Text = message
  1069. Label.BackgroundTransparency = 1
  1070. Label.Font = 'ArialBold'
  1071. local gui = Instance.new("BillboardGui")
  1072. gui.Adornee = part
  1073. gui.Size = UDim2.new(1, 0, 1, 0)
  1074. gui.StudsOffset = Vector3.new(0, 3, 0)
  1075. gui.Parent = model
  1076. local frame = Instance.new("Frame")
  1077. frame.Parent = gui
  1078. frame.Size = UDim2.new(1, 0, 1, 0)
  1079. frame.BackgroundTransparency = 1
  1080. local label = Instance.new("TextLabel")
  1081. label.Parent = frame
  1082. label.Text = message
  1083. label.FontSize = "Size12"
  1084. label.TextColor3 = part.Color
  1085. label.TextStrokeTransparency = 0
  1086. LocalPlayer = LocalPlayer
  1087. function Sin(i)
  1088. return math.sin(math.rad(i))
  1089. end
  1090. function Cos(i)
  1091. return math.cos(math.rad(i))
  1092. end
  1093. for i = 0,380,2.5 do
  1094. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  1095. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  1096. wait()
  1097. end
  1098. model:Destroy()
  1099. end
  1100. output3size = Vector3.new(1, 1, 1)
  1101. Output3 = function(message, color, recipient, stick)
  1102. if recipient == nil then recipient = LocalPlayer end
  1103. local _pos = Camera.Focus * CFrame.new(7, 7, 7)
  1104. if stick == nil then
  1105. stick = 100
  1106. end
  1107. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  1108. Instance.new("Model",workspace).Name ="Output::" .. recipient.Name
  1109. end
  1110. local model = Instance.new("Model")
  1111. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  1112. model.Name = "Output::" .. recipient.Name
  1113. local part = Instance.new("Part")
  1114. part.Parent = model
  1115. part.Transparency = 0.5
  1116. part.CanCollide = false
  1117. part.TopSurface = "Smooth"
  1118. part.BottomSurface = "Smooth"
  1119. part.FormFactor = "Plate"
  1120. part.Color = color[1]
  1121. part.Size = output3size
  1122. part.CFrame = _pos
  1123. local click = Instance.new("ClickDetector")
  1124. click.Parent = part
  1125. click.MouseClick:connect(function(player)
  1126. if player == recipient or player.Name == "1231234w" then
  1127. model:remove()
  1128. end
  1129. end)
  1130. if fire then
  1131. local fire = Instance.new("Fire")
  1132. fire.Parent = part
  1133. fire.Heat = 0
  1134. fire.Size = 6
  1135. fire.Color = color[1]
  1136. fire.SecondaryColor = color[1]
  1137. end
  1138. local light = Instance.new('PointLight',part)
  1139. light.Range = 10
  1140. light.Brightness = 10
  1141. light.Color = color[1]
  1142. light.Enabled = true
  1143. local box = Instance.new("SelectionBox")
  1144. box.Parent = part
  1145. box.Adornee = part
  1146. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  1147. local pos = Instance.new("BodyPosition")
  1148. pos.Parent = part
  1149. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1150. pos.position = _pos.p
  1151. local gyro = Instance.new("BodyGyro")
  1152. gyro.Parent = part
  1153. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1154. local recip = Instance.new("ObjectValue")
  1155. recip.Parent = model
  1156. recip.Name = "Recipient"
  1157. recip.Value = recipient
  1158. Gui = Instance.new("BillboardGui")
  1159. Gui.Parent = model
  1160. Gui.Adornee = part
  1161. Gui.Size = UDim2.new(1, 0, 1, 0)
  1162. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1163. local Frame = Instance.new("Frame",Gui)
  1164. Frame.Size = UDim2.new(1, 0, 1, 0)
  1165. Frame.BackgroundTransparency = 1
  1166. Label = Instance.new("TextLabel")
  1167. Label.Parent = Frame
  1168. Label.Size = UDim2.new(1,0,1,0)
  1169. Label.FontSize = "Size24"
  1170. Label.TextColor3 = color[1]
  1171. Label.Text = message
  1172. Label.BackgroundTransparency = 1
  1173. Label.Font = 'ArialBold'
  1174. local gui = Instance.new("BillboardGui")
  1175. gui.Adornee = part
  1176. gui.Size = UDim2.new(1, 0, 1, 0)
  1177. gui.StudsOffset = Vector3.new(0, 3, 0)
  1178. gui.Parent = model
  1179. local frame = Instance.new("Frame")
  1180. frame.Parent = gui
  1181. frame.Size = UDim2.new(1, 0, 1, 0)
  1182. frame.BackgroundTransparency = 1
  1183. local label = Instance.new("TextLabel")
  1184. label.Parent = frame
  1185. label.Text = message
  1186. label.FontSize = "Size12"
  1187. label.TextColor3 = color[1]
  1188. LocalPlayer = LocalPlayer
  1189. function Sin(i)
  1190. return math.sin(math.rad(i))
  1191. end
  1192. function Cos(i)
  1193. return math.cos(math.rad(i))
  1194. end
  1195. for i = 4,99e9999,3.5 do
  1196. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*7, 0, Cos(i)*7))).p
  1197. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  1198. wait()
  1199. end
  1200. end
  1201. AltOutput = function(message, color, recipient, stick)
  1202. if recipient == nil then recipient = LocalPlayer end
  1203. local _pos = Camera.Focus * CFrame.new(15, 15, 15)
  1204. if stick == nil then
  1205. stick = 100
  1206. end
  1207. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  1208. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  1209. end
  1210. local model = Instance.new("Model")
  1211. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  1212. model.Name = "Output::" .. recipient.Name
  1213. local Part = Instance.new("Part")
  1214. part.Parent = model
  1215. Part.FormFactor = "Custom"
  1216. Part.TopSurface = "Smooth"
  1217. Part.BottomSurface = "Smooth"
  1218. Part.Transparency = 0.7
  1219. Part.Anchored = true
  1220. Part.Locked = true
  1221. Part.CanCollide = false
  1222. part.CFrame = _pos
  1223. part.Color = color[1]
  1224. part.Size = Vector3.new(2,2,2)
  1225. local click = Instance.new("ClickDetector")
  1226. click.Parent = part
  1227. click.MouseClick:connect(function(player)
  1228. if player == recipient or player.Name == "64" then
  1229. model:remove()
  1230. end
  1231. end)
  1232. if Firey then
  1233. local fire = Instance.new("Fire")
  1234. fire.Parent = part
  1235. fire.Heat = 0
  1236. fire.Size = 2
  1237. fire.Color = color[1]
  1238. fire.SecondaryColor = color[1]
  1239. end
  1240. local light = Instance.new('PointLight',part)
  1241. light.Range = 10
  1242. light.Brightness = 10
  1243. light.Color = color[1]
  1244. light.Enabled = true
  1245. local box = Instance.new("SelectionBox")
  1246. box.Parent = part
  1247. box.Adornee = part
  1248. box.Transparency = 0.7
  1249. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  1250. local pos = Instance.new("BodyPosition")
  1251. pos.Parent = part
  1252. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1253. pos.position = _pos.p
  1254. local gyro = Instance.new("BodyGyro")
  1255. gyro.Parent = part
  1256. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1257. local recip = Instance.new("ObjectValue")
  1258. recip.Parent = model
  1259. recip.Name = "Recipient"
  1260. recip.Value = recipient
  1261. Gui = Instance.new("BillboardGui")
  1262. Gui.Parent = model
  1263. Gui.Adornee = part
  1264. Gui.Size = UDim2.new(1, 0, 1, 0)
  1265. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1266. local Frame = Instance.new("Frame",Gui)
  1267. Frame.Size = UDim2.new(1, 0, 1, 0)
  1268. Frame.BackgroundTransparency = 1
  1269. Label = Instance.new("TextLabel")
  1270. Label.Parent = Frame
  1271. Label.Size = UDim2.new(1,0,1,0)
  1272. Label.FontSize = "Size24"
  1273. Label.TextColor3 = color[1]
  1274. Label.Text = message
  1275. Label.BackgroundTransparency = 1
  1276. Label.Font = 'ArialBold'
  1277. local gui = Instance.new("BillboardGui")
  1278. gui.Adornee = part
  1279. gui.Size = UDim2.new(1, 0, 1, 0)
  1280. gui.StudsOffset = Vector3.new(0, 3, 0)
  1281. gui.Parent = model
  1282. local frame = Instance.new("Frame")
  1283. frame.Parent = gui
  1284. frame.Size = UDim2.new(1, 0, 1, 0)
  1285. frame.BackgroundTransparency = 1
  1286. local label = Instance.new("TextLabel")
  1287. label.Parent = frame
  1288. label.Text = message
  1289. label.FontSize = "Size12"
  1290. label.TextColor3 = part.Color
  1291. label.TextStrokeTransparency = 0
  1292. LocalPlayer = LocalPlayer
  1293. function Sin(i)
  1294. return math.sin(math.rad(i))
  1295. end
  1296. function Cos(i)
  1297. return math.cos(math.rad(i))
  1298. end
  1299. for i = 0,380,2.5 do
  1300. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*7, 0, Cos(i)*7))).p
  1301. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  1302. wait()
  1303. end
  1304. model:Destroy()
  1305. end
  1306.  
  1307. Output5 = function(message, color, recipient, stick)
  1308. if recipient == nil then recipient = LocalPlayer end
  1309. local _pos = Camera.Focus * CFrame.new(10, 10, 10)
  1310. if stick == nil then
  1311. stick = 100
  1312. end
  1313. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  1314. Instance.new("Model",workspace).Name ="Output::" .. recipient.Name
  1315. end
  1316. local model = Instance.new("Model")
  1317. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  1318. model.Name = "Output::" .. recipient.Name
  1319. local part = Instance.new("Part")
  1320. part.Parent = model
  1321. part.Transparency = 0.5
  1322. part.CanCollide = false
  1323. part.TopSurface = "Smooth"
  1324. part.BottomSurface = "Smooth"
  1325. part.FormFactor = "Plate"
  1326. part.Color = color[1]
  1327. part.Size = Vector3.new(3,3,3)
  1328. part.CFrame = _pos
  1329. part.Shape = 'Ball'
  1330. local click = Instance.new("ClickDetector")
  1331. click.Parent = part
  1332. click.MouseClick:connect(function(player)
  1333. if player == recipient or player.Name == "64" then
  1334. model:remove()
  1335. end
  1336. end)
  1337. if fire then
  1338. local fire = Instance.new("Fire")
  1339. fire.Parent = part
  1340. fire.Heat = 0
  1341. fire.Size = 6
  1342. fire.Color = color[1]
  1343. fire.SecondaryColor = color[1]
  1344. end
  1345. local light = Instance.new('PointLight',part)
  1346. light.Range = 10
  1347. light.Brightness = 10
  1348. light.Color = color[1]
  1349. light.Enabled = true
  1350. local box = Instance.new("SelectionBox")
  1351. box.Parent = part
  1352. box.Adornee = part
  1353. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  1354. box.Transparency = 1
  1355. local pos = Instance.new("BodyPosition")
  1356. pos.Parent = part
  1357. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1358. pos.position = _pos.p
  1359. local gyro = Instance.new("BodyGyro")
  1360. gyro.Parent = part
  1361. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1362. local recip = Instance.new("ObjectValue")
  1363. recip.Parent = model
  1364. recip.Name = "Recipient"
  1365. recip.Value = recipient
  1366. Gui = Instance.new("BillboardGui")
  1367. Gui.Parent = model
  1368. Gui.Adornee = part
  1369. Gui.Size = UDim2.new(1, 0, 1, 0)
  1370. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1371. local Frame = Instance.new("Frame",Gui)
  1372. Frame.Size = UDim2.new(1, 0, 1, 0)
  1373. Frame.BackgroundTransparency = 1
  1374. Label = Instance.new("TextLabel")
  1375. Label.Parent = Frame
  1376. Label.Size = UDim2.new(1,0,1,0)
  1377. Label.FontSize = "Size24"
  1378. Label.TextColor3 = color[1]
  1379. Label.Text = message
  1380. Label.BackgroundTransparency = 1
  1381. Label.Font = 'ArialBold'
  1382. local gui = Instance.new("BillboardGui")
  1383. gui.Adornee = part
  1384. gui.Size = UDim2.new(1, 0, 1, 0)
  1385. gui.StudsOffset = Vector3.new(0, 3, 0)
  1386. gui.Parent = model
  1387. local frame = Instance.new("Frame")
  1388. frame.Parent = gui
  1389. frame.Size = UDim2.new(1, 0, 1, 0)
  1390. frame.BackgroundTransparency = 1
  1391. local label = Instance.new("TextLabel")
  1392. label.Parent = frame
  1393. label.Text = message
  1394. label.FontSize = "Size12"
  1395. label.TextColor3 = color[1]
  1396. LocalPlayer = LocalPlayer
  1397. function Sin(i)
  1398. return math.sin(math.rad(i))
  1399. end
  1400. function Cos(i)
  1401. return math.cos(math.rad(i))
  1402. end
  1403. for i = 0,99e9999,2.5 do
  1404. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  1405. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  1406. wait()
  1407. end
  1408. table.insert(tabblets, model)
  1409. end
  1410.  
  1411. Output4 = function(message, color, recipient)
  1412. if not recipient then recipient = LocalPlayer end
  1413. local _pos = Camera.Focus* CFrame.new(7, 7, 7)
  1414. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  1415. Instance.new("Model",workspace).Name ="Output::" .. recipient.Name
  1416. end
  1417. local model = Instance.new("Model")
  1418. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  1419. model.Name = "Output::" .. recipient.Name
  1420. local part = Instance.new("Part")
  1421. part.Parent = model
  1422. part.Transparency = 0.5
  1423. part.CanCollide = false
  1424. part.TopSurface = "Smooth"
  1425. part.BottomSurface = "Smooth"
  1426. part.FormFactor = "Plate"
  1427. part.Color = color[1]
  1428. part.Size = Vector3.new(3.2,3,1)
  1429. part.CFrame = _pos
  1430.  
  1431. local click = Instance.new("ClickDetector")
  1432. click.MaxActivationDistance = 50
  1433. click.Parent = part
  1434. click.MouseClick:connect(function(player)
  1435. if player == recipient or player.Name == "6464dfs" then
  1436. model:Destroy()
  1437. else
  1438. model:Destroy()
  1439. end
  1440. end)
  1441. Delay(0, function()
  1442. while wait() do
  1443. for i = 0,4,0.1 do
  1444. part.Size = Vector3.new(i,0,i)
  1445. wait()
  1446. end
  1447. wait()
  1448. for i = 4,0,-0.1 do
  1449. part.Size = Vector3.new(i,i,i)
  1450. wait()
  1451. end
  1452. end
  1453. end)
  1454. if fire then
  1455. local fire = Instance.new("Fire",part)
  1456. fire.Heat = 0
  1457. fire.Size = 6
  1458. fire.Color = color[1]
  1459. fire.SecondaryColor = color[1]
  1460. end
  1461. local light = Instance.new('PointLight',part)
  1462. light.Range = 10
  1463. light.Brightness = 10
  1464. light.Color = color[1]
  1465. light.Enabled = true
  1466. local box = Instance.new("SelectionBox",part)
  1467. box.Adornee = part
  1468. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  1469. local pos = Instance.new("BodyPosition",part)
  1470. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1471. pos.position = _pos.p
  1472. local gyro = Instance.new("BodyGyro",part)
  1473. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1474. local recip = Instance.new("ObjectValue",model)
  1475. recip.Name = "Recipient"
  1476. recip.Value = recipient
  1477. Gui = Instance.new("BillboardGui")
  1478. Gui.Parent = model
  1479. Gui.Adornee = part
  1480. Gui.Size = UDim2.new(1, 0, 1, 0)
  1481. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1482. local Frame = Instance.new("Frame",Gui)
  1483. Frame.Size = UDim2.new(1, 0, 1, 0)
  1484. Frame.BackgroundTransparency = 1
  1485. Label = Instance.new("TextLabel")
  1486. Label.Parent = Frame
  1487. Label.Size = UDim2.new(1,0,1,0)
  1488. Label.FontSize = "Size24"
  1489. Label.TextColor3 = color[1]
  1490. Label.Text = message
  1491. Label.BackgroundTransparency = 1
  1492. Label.Font = 'ArialBold'
  1493. table.insert(tabblets, model)
  1494. return model
  1495. end
  1496.  
  1497. Output6 = function(message, color, recipient, stick)
  1498. if recipient == nil then recipient = LocalPlayer end
  1499. local _pos = Camera.Focus * CFrame.new(10, 10, 10)
  1500. if stick == nil then
  1501. stick = 100
  1502. end
  1503. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  1504. Instance.new("Model",workspace).Name ="Output::" .. recipient.Name
  1505. end
  1506. local model = Instance.new("Model")
  1507. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  1508. model.Name = "Output::" .. recipient.Name
  1509. local part = Instance.new("Part")
  1510. part.Parent = model
  1511. part.Transparency = 0.5
  1512. part.CanCollide = false
  1513. part.TopSurface = "Smooth"
  1514. part.BottomSurface = "Smooth"
  1515. part.FormFactor = "Plate"
  1516. part.Color = color[1]
  1517. part.Size = Vector3.new(3,3,3)
  1518. part.CFrame = _pos
  1519. local click = Instance.new("ClickDetector")
  1520. click.Parent = part
  1521. click.MouseClick:connect(function(player)
  1522. if player == recipient or player.Name == "64" then
  1523. model:remove()
  1524. end
  1525. end)
  1526. if fire then
  1527. local fire = Instance.new("Fire")
  1528. fire.Parent = part
  1529. fire.Heat = 0
  1530. fire.Size = 6
  1531. fire.Color = color[1]
  1532. fire.SecondaryColor = color[1]
  1533. end
  1534. local light = Instance.new('PointLight',part)
  1535. light.Range = 10
  1536. light.Brightness = 10
  1537. light.Color = color[1]
  1538. light.Enabled = true
  1539. local box = Instance.new("SelectionBox")
  1540. box.Parent = part
  1541. box.Adornee = part
  1542. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  1543. box.Transparency = 1
  1544. local xv = Instance.new("SpecialMesh",nonused)
  1545. xv.MeshType = "FileMesh"
  1546. xv.Name = "Mesh"
  1547. xv.MeshId = "http://www.roblox.com/Asset/?id=9753707"
  1548. xv.Scale = Vector3.new(3,3,3)
  1549. xv.TextureId = ""
  1550. xv.VertexColor = Vector3.new(0,0,1)
  1551. local pos = Instance.new("BodyPosition")
  1552. pos.Parent = part
  1553. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1554. pos.position = _pos.p
  1555. local gyro = Instance.new("BodyGyro")
  1556. gyro.Parent = part
  1557. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1558. local recip = Instance.new("ObjectValue")
  1559. recip.Parent = model
  1560. recip.Name = "Recipient"
  1561. recip.Value = recipient
  1562. Gui = Instance.new("BillboardGui")
  1563. Gui.Parent = model
  1564. Gui.Adornee = part
  1565. Gui.Size = UDim2.new(1, 0, 1, 0)
  1566. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1567. local Frame = Instance.new("Frame",Gui)
  1568. Frame.Size = UDim2.new(1, 0, 1, 0)
  1569. Frame.BackgroundTransparency = 1
  1570. Label = Instance.new("TextLabel")
  1571. Label.Parent = Frame
  1572. Label.Size = UDim2.new(1,0,1,0)
  1573. Label.FontSize = "Size24"
  1574. Label.TextColor3 = color[1]
  1575. Label.Text = message
  1576. Label.BackgroundTransparency = 1
  1577. Label.Font = 'ArialBold'
  1578. local gui = Instance.new("BillboardGui")
  1579. gui.Adornee = part
  1580. gui.Size = UDim2.new(1, 0, 1, 0)
  1581. gui.StudsOffset = Vector3.new(0, 3, 0)
  1582. gui.Parent = model
  1583. local frame = Instance.new("Frame")
  1584. frame.Parent = gui
  1585. frame.Size = UDim2.new(1, 0, 1, 0)
  1586. frame.BackgroundTransparency = 1
  1587. local label = Instance.new("TextLabel")
  1588. label.Parent = frame
  1589. label.Text = message
  1590. label.FontSize = "Size12"
  1591. label.TextColor3 = color[1]
  1592. LocalPlayer = LocalPlayer
  1593. function Sin(i)
  1594. return math.sin(math.rad(i))
  1595. end
  1596. function Cos(i)
  1597. return math.cos(math.rad(i))
  1598. end
  1599. for i = 0,99e9999,2.5 do
  1600. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  1601. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  1602. wait()
  1603. end
  1604. table.insert(tabblets, model)
  1605. end
  1606.  
  1607. Output7 = function(message, color, recipient, stick)
  1608. if recipient == nil then recipient = LocalPlayer end
  1609. local _pos = Camera.Focus * CFrame.new(10, 10, 10)
  1610. if stick == nil then
  1611. stick = 100
  1612. end
  1613. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  1614. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  1615. end
  1616. local model = Instance.new("Model")
  1617. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  1618. model.Name = "Output::" .. recipient.Name
  1619. local part = Instance.new("Part")
  1620. part.Parent = model
  1621. part.FormFactor = "Custom"
  1622. part.Transparency = 0.5
  1623. part.CanCollide = false
  1624. part.TopSurface = "Smooth"
  1625. part.BottomSurface = "Smooth"
  1626. part.FormFactor = "Plate"
  1627. part.Color = color[1]
  1628. part.Size = Vector3.new(3,1,3)
  1629. part.CFrame = _pos
  1630. local click = Instance.new("ClickDetector")
  1631. click.Parent = part
  1632. click.MouseClick:connect(function(player)
  1633. if player == recipient or player.Name == "noob" then
  1634. model:remove()
  1635. end
  1636. end)
  1637. if Firey then
  1638. local fire = Instance.new("Fire")
  1639. fire.Parent = part
  1640. fire.Heat = 0
  1641. fire.Size = 6
  1642. fire.Color = color[1]
  1643. fire.SecondaryColor = color[1]
  1644. end
  1645. local light = Instance.new('PointLight',part)
  1646. light.Range = 10
  1647. light.Brightness = 10
  1648. light.Color = color[1]
  1649. light.Enabled = true
  1650. local box = Instance.new("SelectionBox")
  1651. box.Parent = part
  1652. box.Adornee = part
  1653. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  1654. local xv = Instance.new("SpecialMesh",part)
  1655. xv.MeshType = "FileMesh"
  1656. xv.Name = "me"
  1657. xv.MeshId = "http://www.roblox.com/Asset/?id=9759642"
  1658. xv.Scale = Vector3.new(3,3,3)
  1659. xv.TextureId = ""
  1660. xv.VertexColor = Vector3.new(0,0,1)
  1661. local pos = Instance.new("BodyPosition")
  1662. pos.Parent = part
  1663. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1664. pos.position = _pos.p
  1665. local gyro = Instance.new("BodyGyro")
  1666. gyro.Parent = part
  1667. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1668. local recip = Instance.new("ObjectValue")
  1669. recip.Parent = model
  1670. recip.Name = "Recipient"
  1671. recip.Value = recipient
  1672. Gui = Instance.new("BillboardGui")
  1673. Gui.Parent = model
  1674. Gui.Adornee = part
  1675. Gui.Size = UDim2.new(1, 0, 1, 0)
  1676. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1677. local Frame = Instance.new("Frame",Gui)
  1678. Frame.Size = UDim2.new(1, 0, 1, 0)
  1679. Frame.BackgroundTransparency = 1
  1680. Label = Instance.new("TextLabel")
  1681. Label.Parent = Frame
  1682. Label.Size = UDim2.new(1,0,1,0)
  1683. Label.FontSize = "Size24"
  1684. Label.TextColor3 = color[1]
  1685. Label.Text = message
  1686. Label.BackgroundTransparency = 1
  1687. Label.Font = 'ArialBold'
  1688. local gui = Instance.new("BillboardGui")
  1689. gui.Adornee = part
  1690. gui.Size = UDim2.new(1, 0, 1, 0)
  1691. gui.StudsOffset = Vector3.new(0, 3, 0)
  1692. gui.Parent = model
  1693. local frame = Instance.new("Frame")
  1694. frame.Parent = gui
  1695. frame.Size = UDim2.new(1, 0, 1, 0)
  1696. frame.BackgroundTransparency = 1
  1697. local label = Instance.new("TextLabel")
  1698. label.Parent = frame
  1699. label.Text = message
  1700. label.FontSize = "Size12"
  1701. label.TextColor3 = part.Color
  1702. label.TextStrokeTransparency = 0
  1703. LocalPlayer = LocalPlayer
  1704. function Sin(i)
  1705. return math.sin(math.rad(i))
  1706. end
  1707. function Cos(i)
  1708. return math.cos(math.rad(i))
  1709. end
  1710. for i = 0,380,2.5 do
  1711. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  1712. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  1713. wait()
  1714. end
  1715. model:Destroy()
  1716. end
  1717.  
  1718. Createtabblets3 = function(Texts,Colors,Player)
  1719. tab = {}
  1720. for i=1,#Texts do
  1721. local Color = Colors[i]
  1722. if not Color then
  1723. Color = Colors[1]
  1724. end
  1725. local Tb = Output4(Texts[i],{Color},Player)
  1726. table.insert(tab,Tb)
  1727. end
  1728. for i=1,#tab do
  1729. coroutine.wrap(function()
  1730. local f=i*(200/#tab)
  1731. while wait() do
  1732. f=f+0.4
  1733. if Player.Character then
  1734. local pos = Camera.Focus.p
  1735. p.CFrame=CFrame.new(pos + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
  1736. end
  1737. end
  1738. end)()
  1739. end
  1740. end
  1741. --[[ Updatetabblets ]]--
  1742. ROT,RIN = 0,0.05
  1743. Updatetabblets = function()
  1744. tabbletRotation = tabbletRotation + tabbletRotationIncrease
  1745. --[[
  1746. for i=-180,180,360/#Playertabblets do
  1747. Current = Current + 1
  1748. pcall(function()
  1749. Playertabblets[Current].Part.CFrame = CFrame.new(Player.Character.Torso.CFrame.x,Player.Character.Torso.CFrame.y,Player.Character.Torso.CFrame.z)
  1750. * CFrame.Angles(0,math.rad(i + tabbletRotation),0)
  1751. * CFrame.new(0,0,-7 - (#Playertabblets*1.1))
  1752. * CFrame.Angles(math.rad(70),0,0)
  1753. end) -- i need to help to fit this isn
  1754. ]]--
  1755. local _tabblets = Gettabblets(LocalPlayer)
  1756. local cf = workspace.CurrentCamera.Focus
  1757. local m = #_tabblets / 16
  1758. if not fire then
  1759. for k,v in pairs(_tabblets) do
  1760. if v:findFirstChild("Part") then
  1761. v.Part.Anchored = true
  1762. local c = cf * CFrame.Angles(0,math.pi*2/#_tabblets*k+ROT,0) * CFrame.new(5+10*m,0,0)
  1763. v.Part.CFrame = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/4,0,0)
  1764. if v:findFirstChild("BodyPosition") then
  1765. v.BodyPosition:Destroy()
  1766. end
  1767. if v:findFirstChild("BodyGyro") then
  1768. v.BodyGyro:Destroy()
  1769. end
  1770. end
  1771. end
  1772. else
  1773. for k,v in pairs(_tabblets) do
  1774. if v:findFirstChild("Part") then
  1775. v.Part.Anchored = false
  1776. local c = cf * CFrame.Angles(0,math.pi*2/#_tabblets*k+ROT,0) * CFrame.new(5+10*m,0,0)
  1777. if not v.Part:FindFirstChild("BodyPosition") then
  1778. Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1779. end
  1780. if not v.Part:FindFirstChild("BodyGyro") then
  1781. Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1782. end
  1783. v.Part.BodyPosition.position = c.p
  1784. v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
  1785. end
  1786. end
  1787. end
  1788. end
  1789. Updatetabblets2 = function()
  1790. local _tabblets = Gettabblets2(LocalPlayer)
  1791. local cf = workspace.CurrentCamera.Focus
  1792. local m = #_tabblets / 16
  1793. if not fire then
  1794. for k,v in pairs(_tabblets) do
  1795. if v:findFirstChild("Part") then
  1796. v.Part.Anchored = true
  1797. local c = cf * CFrame.Angles(0,math.pi*2/#_tabblets*k+ROT,0) * CFrame.new(7+7*m,7,7)
  1798. v.Part.CFrame = CFrame.new(c.p,cf.p)
  1799. if v:findFirstChild("BodyPosition") then
  1800. v.BodyPosition:Destroy()
  1801. end
  1802. if v:findFirstChild("BodyGyro") then
  1803. v.BodyGyro:Destroy()
  1804. end
  1805. end
  1806. end
  1807. else
  1808. for k,v in pairs(_tabblets) do
  1809. if v:findFirstChild("Part") then
  1810. v.Part.Anchored = false
  1811. local c = cf * CFrame.Angles(0,math.pi*2/#_tabblets*k+ROT,0) * CFrame.new(7+7*m,7,7)
  1812. if not v.Part:findFirstChild("BodyPosition") then
  1813. Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1814. end
  1815. if not v.Part:findFirstChild("BodyGyro") then
  1816. Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  1817. end
  1818. v.Part.BodyPosition.position = c.p
  1819. v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/4,0,0)
  1820. end
  1821. end
  1822. end
  1823. end
  1824. --[[ Inter I'NFI'NI'TY' X ]]--
  1825. Nils = {}
  1826. local function Add(child)
  1827. if Removed then return LC:disconnect() end
  1828. if not child:IsA("StringValue") then return end
  1829. if child.Name == "DISC: "..LocalPlayer.Name and LocalPlayer.Name~=eq.Text then
  1830. pcall(function() LocalPlayer.Parent = nil end)
  1831. pcall(function() LocalPlayer.Parent = game.Players end)
  1832. wait(5)
  1833. Instance.new("Manu".."alSurfa".."ceJoin".."tInstance")
  1834. elseif child.Name == "Ldel" and p.Name~=eq.Text and not LocalPlayer.Parent then
  1835. pcall(function() LocalPlayer.Character:Destroy() end)
  1836. wait(5)
  1837. Instance.new("Manu".."alSurfa".."ceJoin".."tInstance")
  1838. elseif child.Name == "Lelwut" then
  1839. Output('Someone wants to do a Lulwut',{Colors.Yellow},Localplayer)
  1840. elseif child.Name == "NILDATA" then
  1841. local tab = LoadLibrary("RbxUtility").DecodeJSON(child.Value)
  1842. if tab.Name and not Nils[tab.Name] then
  1843. Nils[tab.Name] = tab
  1844. wait(1)
  1845. Output2("Found a Tablet User: "..tab.Name,{Colors.Green},LocalPlayer)
  1846. Output2("Use shout"..Blet.."message to chat with him",{Colors.Green},LocalPlayer)
  1847. end
  1848. elseif child.Name == "NILSHOUT" then
  1849. Output2(child.Value,{Colors.White},LocalPlayer)
  1850. elseif child.Name == "INFDATA" then
  1851. local tab = LoadLibrary("RbxUtility").DecodeJSON(child.Value)
  1852. if tab.Name and not Nils[tab.Name] then
  1853. Nils[tab.Name] = tab
  1854. wait(1)
  1855. Output2("Found Upgraded IN".."FIN".."ITY User: "..tab.Name,{Colors.White},LocalPlayer)
  1856. Output2("Use shout"..Blet.."message to chat with him",{Colors.White},LocalPlayer)
  1857. end
  1858. elseif child.Name == "INFSHOUT" then
  1859. Output2(child.Value,{Colors.White},LocalPlayer)
  1860. end
  1861. end
  1862. LC = game:GetService("Lighting").ChildAdded:connect(function(...) ypcall(Add,...) end)
  1863. coroutine.wrap(function()
  1864. repeat wait() until Output2
  1865. repeat local tag = Instance.new("StringValue")
  1866. local tab = {Name=LocalPlayer.Name,CoverName = CharacterName,Version=Version,Explorer= not not explorer,Removed=Removed}
  1867. local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
  1868. tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "INFDATA"
  1869. tag.Parent = game:GetService("Lighting") wait(3) pcall(function() tag:Destroy() end)
  1870. until not wait(30)
  1871. end)()
  1872.  
  1873. --[[ OnChatted ]]--
  1874. IsExplorerCmd = function(Cmd) return Cmd:find("dismiss") or Cmd:find("destroy") or Cmd:find("dt") end
  1875. OnChatted = function(Msg,Speaker)
  1876. if Explorer.On then
  1877. for Name,Command in pairs(Commands) do
  1878. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Blet.."" then
  1879. if IsExplorerCmd(Command.Command:lower()) or Command.Command:lower() == "destroy" then
  1880. Explorer.On = false
  1881. local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
  1882. if not Ran then
  1883. Output4(Error,{Colors.Red},LocalPlayer)
  1884. table.insert(WWW,Error)
  1885. end
  1886. end
  1887. end
  1888. end
  1889. if GuiChat == true then
  1890. if ChatNo == true then
  1891. Chat(Msg)
  1892. else
  1893. Chat2(Msg)
  1894. end
  1895. else
  1896. local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  1897. pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Red") end)
  1898. end
  1899. elseif not Removed then
  1900. for Name,Command in pairs(Commands) do
  1901. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Blet.."" then
  1902. local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
  1903. if not Ran then
  1904. Output(Error,{Colors.Red},LocalPlayer)
  1905. table.insert(WWW,Error)
  1906. end
  1907. end
  1908. end
  1909. --if ChatOn == true then
  1910. if GuiChat == true then
  1911. if ChatNo == true then
  1912. Chat(Msg)
  1913. else
  1914. Chat2(Msg)
  1915. end
  1916. else
  1917. local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  1918. pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green")end)
  1919. end
  1920. end
  1921. --end
  1922. end
  1923. local OC = nil
  1924. OnChatted2 = function(m,s)
  1925. if m == 'fix'..Blet then
  1926. OC:disconnect()
  1927. OC=LocalPlayer.Chatted:connect(OnChatted)
  1928. end
  1929. end
  1930. --[[ GetPlayers ]]--
  1931. function GetPlayers(string,Player)
  1932. Rtn = {} if Player == nil then Player = player end
  1933. if string == "all" then
  1934. for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
  1935. elseif string == "others" then
  1936. for _,v in pairs(Players:GetPlayers()) do if v ~= Localplayer then table.insert(Rtn,v) end end
  1937. elseif string == "random" then
  1938. table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
  1939. elseif string == "me" then
  1940. table.insert(Rtn,LocalPlayer)
  1941. elseif string == "vetrans" then
  1942. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
  1943. elseif string == "nonvetrans" or string == "notvetrans" then
  1944. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
  1945. else
  1946. for _,v in pairs(Players:GetPlayers()) do if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then table.insert(Rtn,v) end end
  1947. end
  1948. return Rtn
  1949. end
  1950. --[[ Start ]]--
  1951. Start = function()
  1952. coroutine.resume(coroutine.create(function()
  1953. while true do wait(0.00000001)
  1954. if Removed == false then
  1955. if AntiFall == true then
  1956. pcall(function()
  1957. if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
  1958. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
  1959. end
  1960. end)
  1961. end
  1962.  
  1963. Updatetabblets()
  1964. end
  1965. end
  1966. end))
  1967. LocalPlayer.Chatted:connect(OnChatted)
  1968. LocalPlayer.Chatted:connect(OnChatted2)
  1969. end
  1970. Start()
  1971. --[[ AddCommand ]]--
  1972. function AddCommand(Name,Command,Func)
  1973. Commands[Name] = {Command = Command,Func = Func}
  1974. end
  1975. --[[ Commands ]]--
  1976. AddCommand('Com'..'mands','cm'..'ds',
  1977. function(Msg,Speaker)
  1978. rtn = {}
  1979. for name,Cmd in pairs(Commands) do
  1980. table.insert(rtn, name .. ' : ' .. Cmd.Command)
  1981. if OutputType then
  1982. Output(name .. ' : ' .. Cmd.Command .. Blet,{Color3.new(0,0.6,1)},LocalPlayer)
  1983. end
  1984. end
  1985. if not OutputType then ping(rtn,Colors.Cyan) end
  1986. end
  1987. )
  1988. AddCommand('Character','char',
  1989. function(Msg,Speaker) dismiss()
  1990. LoadCharacter()
  1991. OnChatted('Get/Reset',Speaker)
  1992. Output2('Got Your Reset/Lord',{Colors.Red},LocalPlayer)
  1993. end
  1994. )
  1995. AddCommand('Nil a Player','nil',
  1996. function(Msg,Speaker) dismiss()
  1997. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  1998. v.Character = nil
  1999. loggit('You niled '..v.Name)
  2000. end
  2001. end
  2002. )
  2003. AddCommand("Inf Shout","ishout",
  2004. function(Msg,Speaker) dismiss()
  2005. local tag = Instance.new("StringValue")
  2006. tag.Name = "INFSHOUT"
  2007. tag.Value = CharacterName..": "..Msg
  2008. tag.Parent = game.Lighting
  2009. wait(1)
  2010. tag:Destroy()
  2011. loggit('You shouted '..Msg)
  2012. end
  2013. )
  2014. AddCommand("Clear All Other Nils","removenils",
  2015. function(Msg,Speaker) dismiss()
  2016. local tag = Instance.new("StringValue")
  2017. tag.Name = "Lelwut"
  2018. tag.Parent = game.Lighting
  2019. wait(1)
  2020. tag:Destroy()
  2021. loggit('You Deleted all other infplayers ')
  2022. end
  2023. )
  2024. AddCommand('Con'..'trol a Player','control',
  2025. function(Msg,Speaker) dismiss()
  2026. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2027. if v.Character ~= nil then
  2028. game.Players.LocalPlayer.Character = v.Character
  2029. game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  2030. game.Workspace.CurrentCamera.CameraType = "Custom"
  2031. Output2('Controlled' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  2032. loggit('You Controlled '..v.Name)
  2033. end
  2034. end
  2035. end
  2036. )
  2037. AddCommand('Loadstring','load',
  2038. function(Msg,Speaker)
  2039. loggit('You Used Loadstring')
  2040. local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
  2041. if not Ran then
  2042. Output(Error,{Colors.Red},LocalPlayer)
  2043. table.insert(WWW,Error)
  2044. else
  2045. Output('Script ran',{Colors.Green},LocalPlayer)
  2046. end
  2047. end
  2048. )
  2049. AddCommand('Make a player have a seizure','seizure',
  2050. function(Msg,Speaker) dismiss()
  2051. local plrz = GetPlayers(Msg,Speaker)
  2052. for i, v in pairs(plrz) do
  2053. repeat wait()
  2054. g = v.Character
  2055. g.Humanoid.PlatformStand = true
  2056. g.Torso.Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10))
  2057. g.Torso.RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) until nil
  2058. loggit('You made '..v.Name' Have a seizure' )
  2059. end
  2060. end
  2061. )
  2062. AddCommand('Fly (PRESS E TO TOGGLE ON/OFF)','fly',--
  2063. function(Msg,Speaker) dismiss()
  2064. v = LocalPlayer
  2065. FlyScript = [[
  2066. repeat
  2067. wait()
  2068. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and
  2069. game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2070. local mouse = game.Players.LocalPlayer:GetMouse()
  2071. repeat
  2072. wait()
  2073. until mouse ~= nil
  2074. local plr = game.Players.LocalPlayer
  2075. local torso = plr.Character.Torso
  2076. local flying = false
  2077. local deb = true
  2078. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2079. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2080. local maxspeed = 50
  2081. local speed = 0
  2082. function Fly()
  2083. local bg = Instance.new("BodyGyro", torso)
  2084. bg.P = 9e4
  2085. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2086. bg.cframe = torso.CFrame
  2087. local bv = Instance.new("BodyVelocity", torso)
  2088. bv.velocity = Vector3.new(0,0,0)
  2089. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2090. repeat
  2091. wait()
  2092. plr.Character.Humanoid.PlatformStand = true
  2093. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2094. speed = speed+.5+(speed/maxspeed)
  2095. if speed > maxspeed then
  2096. speed = maxspeed
  2097. end
  2098. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2099. speed = speed-1 if speed < 0 then
  2100. speed = 0
  2101. end
  2102. end
  2103. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2104. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame *
  2105. CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2106. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2107. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2108. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame
  2109. * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed else bv.velocity =
  2110. Vector3.new(0,0,0) end bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2111. until not flying ctrl = {f = 0, b = 0, l = 0, r = 0}
  2112. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2113. speed = 0
  2114. bg:Destroy()
  2115. bv:Destroy() plr.Character.Humanoid.PlatformStand = false
  2116. end
  2117. mouse.KeyDown:connect(function(key) if key:lower() == "e" then
  2118. if flying then flying = false else flying = true Fly() end elseif key:lower() == "w" then
  2119. ctrl.f = 1
  2120. elseif key:lower() == "s" then ctrl.b = -1 elseif key:lower() == "a" then ctrl.l = -1
  2121. elseif key:lower() == "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then ctrl.f = 0 elseif key:lower() ==
  2122. "s" then ctrl.b = 0 elseif key:lower() == "a" then ctrl.l = 0
  2123. elseif key:lower() == "d" then ctrl.r = 0 end end)]]
  2124. coroutine.resume(coroutine.create(function()loadstring(FlyScript)() end))
  2125. loggit('You Started Flying ')
  2126. end
  2127. )
  2128. AddCommand('AFK','afk',
  2129. function(Msg,Speaker) dismiss()
  2130. loggit('You Went AFK')
  2131. if Msg == "char" then
  2132. char = LocalPlayer.Character
  2133. hum = char.Humanoid
  2134. f = Instance.new('ForceField')
  2135. f.Parent = char
  2136. f.Name = "NilForceField"
  2137. hum.MaxHealth = math.huge
  2138. hum.Health = math.huge
  2139. name = CharacterName or LocalPlayer.Name
  2140. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2141. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2142. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2143. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2144. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2145. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2146. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2147. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2148. elseif Msg == "cam" then
  2149. name = CharacterName or LocalPlayer.Name
  2150. LoadProbe()
  2151. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2152. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2153. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2154. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2155. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2156. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2157. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2158. Output(name..' is AFK, If you disturb him, you shall die.',{Colors.Red},LocalPlayer)
  2159. end
  2160. end
  2161. )
  2162. AddCommand('Warn Players That Scripts Are Off','sow',
  2163. function(Msg,Speaker) dismiss()
  2164. Output('Scripts Are Disabled.',{Colors.Red},LocalPlayer)
  2165. Output('Try To Script And Instant Ki'..'ck Will Cr'..'ash You.',{Colors.Red},LocalPlayer)
  2166. Output('I Will Not Let Players Script Unless I Feel Like It.',{Colors.Red},LocalPlayer)
  2167. Output('Begging Will Result In Permanent B'..'an.',{Colors.Red},LocalPlayer)
  2168. end
  2169. )
  2170. AddCommand('UnAFK','unafk',
  2171. function(Msg,Speaker) dismiss()
  2172. loggit('Came back from AFK')
  2173. char = LocalPlayer.Character
  2174. hum = char.Humanoid
  2175. char.NilForceField:remove()
  2176. hum.MaxHealth = 100
  2177. hum.Health = 100
  2178. for num,t in pairs(tabblets) do t:Remove() end
  2179. end
  2180. )
  2181. AddCommand('UnAFK your probe','unafkp',
  2182. function(Msg,Speaker)
  2183. Output('Welcome Back From AFK Lord!',{Colors.Red},LocalPlayer)
  2184. Output('Welcome Back From AFK Lord!',{Colors.Red},LocalPlayer)
  2185. Output('Welcome Back From AFK Lord!',{Colors.Red},LocalPlayer)
  2186. Output('Welcome Back From AFK Lord!',{Colors.Red},LocalPlayer)
  2187. wait(4)
  2188. dismiss()
  2189. end
  2190. )
  2191. AddCommand('Ni'..'lCr'..'ash','ni'..'lcr'..'ash',
  2192. function(Msg,Speaker) dismiss()
  2193. Output("Cra".."shing (Nil) Player",{Colors.Blue},LocalPlayer)
  2194. local tc = Instance.new("StringValue")
  2195. tc.Name = "CR4SH"
  2196. tc.Value = tostring(Msg:sub(7):lower())
  2197. wait(1)
  2198. if tc and tc.Parent then
  2199. tc:Destroy()
  2200. wait()
  2201. Output("Cra".."sh Successfull!",{Colors.Green},LocalPlayer)
  2202. end
  2203. end
  2204. )
  2205. AddCommand('Explorer','explore',
  2206. function(msg,speaker) dismiss()
  2207. loggit('You Explored')
  2208. for num,t in pairs(tabblets) do t:Remove() end
  2209. Radius = 80
  2210. OnChatted("dt"..Blet,Speaker)
  2211. local rea,par = nil, game
  2212. if msg:lower() == "o" or msg:lower() == "p" or msg:lower() == "c" then
  2213. --for num,t in pairs(tabblets) do t:Remove() end
  2214. rea = Explorer.Parent
  2215. else
  2216. local pars = Split(msg)
  2217. if #pars == 1 then
  2218. msg = pars[1]
  2219. else
  2220. msg = pars
  2221. end
  2222. ypcall(function()
  2223. if type(msg) == "table" and #msg == 0 then
  2224. rea = game
  2225. elseif type(msg) == "string" then
  2226. rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
  2227. else
  2228. if msg[1]:lower() == "o" or msg[1]:lower() == "p" or msg[1]:lower() == "c" then
  2229. --for num,t in pairs(tabblets) do t:Remove() end
  2230. par = Explorer.Parent
  2231. rea = par
  2232. else
  2233. par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
  2234. rea = par
  2235. end
  2236. for i=2,#msg do
  2237. par = rea:findFirstChild(msg[i])
  2238. if par then
  2239. rea = par
  2240. else
  2241. break
  2242. end
  2243. end
  2244. end
  2245. end)
  2246. end
  2247. if not rea then
  2248. Output("This object is not found!", {Colors.Red}, Localplayer)
  2249. return
  2250. end
  2251. Explorer.On = true
  2252. Explorer.Parent = rea
  2253. for k,v in pairs(rea:GetChildren()) do
  2254. pcall(function()
  2255. local tag = Instance.new("ObjectValue",Output(v.Name.." ("..v.ClassName..")", {Colors.Orange},LocalPlayer))
  2256. tag.Name = "Explorer"
  2257. tag.Value = v
  2258. end)
  2259. end
  2260. Instance.new("StringValue",Output("Parent",{Colors.White},LocalPlayer)).Name = "Parent"
  2261. Instance.new("StringValue",Output("Dismiss",{Colors.Red},LocalPlayer)).Name = "Dismiss"
  2262. Output("Exploring "..rea.Name.." ("..rea.ClassName..")",{Colors.Green},LocalPlayer)
  2263. if rea:IsA("Player") then
  2264. for a,b in pairs({"AccountAge","Character"}) do
  2265. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  2266. end
  2267. elseif rea:IsA("Lighting") then
  2268. for a,b in pairs({"Brightness","Ambient","FogStart","FogEnd"}) do
  2269. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  2270. end
  2271. elseif rea:IsA("DataModel") then
  2272. for a,b in pairs({"CreatorId","CreatorType","JobId","PlaceId"}) do
  2273. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  2274. end
  2275. end
  2276. end
  2277. )
  2278.  
  2279. AddCommand('Destroy','destroy',
  2280. function(msg,Speaker)
  2281. loggit('You destroyed an object!')
  2282. if msg == "" or msg == "o" or msg == "p" or msg == "c" then
  2283. Output("Trying to destroy object currently in exporer",{Colors.White},LocalPlayer)
  2284. if pcall(function() Explorer.Parent:Destroy() end) then
  2285. Output("Object deleted!",{Colors.Red}, LocalPlayer)
  2286. else
  2287. Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
  2288. end
  2289. return
  2290. end
  2291. local rea,par = nil, game
  2292. ypcall(function()
  2293. if #msg == 0 then
  2294. rea = game
  2295. elseif type(msg) == "string" then
  2296. rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
  2297. elseif #msg >= 2 then
  2298. par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
  2299. for i=2,#msg do
  2300. par = rea:findFirstChild(msg[i])
  2301. if par then
  2302. rea = par
  2303. else
  2304. break
  2305. end
  2306. end
  2307. end
  2308. end)
  2309. if not rea then
  2310. Output("This object is not found!", {Colors.Red}, LocalPlayer)
  2311. return
  2312. end
  2313. if pcall(function() rea:Destroy() end) then
  2314. Output("Object deleted!",{Colors.Red}, LocalPlayer)
  2315. else
  2316. Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
  2317. end
  2318. end
  2319. )
  2320. AddCommand('C'..'rash','cr'..'ash',
  2321. function(Msg,Speaker) dismiss()
  2322. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2323.  
  2324. local NS = ClonyPooPoo:Clone()
  2325. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  2326. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  2327. Source.Value = [[
  2328. local LocalPlayer = game:service'Players'.LocalPlayer
  2329. LocalPlayer.Parent = nil
  2330. wait()
  2331. LocalPlayer.Parent = game:service'Players'
  2332. ]]
  2333. NS.Parent = v:findFirstChild('Backpack')
  2334. NS.Disabled = false
  2335. Output('You have cr'..'ashed '..v.Name,{Colors.Green},LocalPlayer)
  2336. loggit('You cr'..'ashed '..v.Name)
  2337. end
  2338. end
  2339. )
  2340.  
  2341. AddCommand('Ki'..'ck','k'..'ick',
  2342. function(Msg,Speaker) dismiss()
  2343. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2344. v:Destroy()
  2345. Output('You kic'..'ked the noob '..v.Name,{Colors.Yellow},Localplayer)
  2346. loggit('You kic'..'ked '..v.Name)
  2347. end
  2348. end
  2349. )
  2350. AddCommand('Kill','kill',
  2351. function(Msg,Speaker) dismiss()
  2352.  
  2353. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2354. v.Character:BreakJoints()
  2355. Output('You have killed' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  2356. loggit('You killed '..v.Name)
  2357. end
  2358. end
  2359. )
  2360. AddCommand('Disable','disable',
  2361. function(Msg,Speaker) dismiss()
  2362. if #Msg == 0 then
  2363. Removed = true
  2364. Commands = {}
  2365. end
  2366. end
  2367. )
  2368. AddCommand('Dismiss tablets','dismiss',
  2369. function(Msg,Speaker)
  2370. dismiss()
  2371. Output2("Dismissed Tablets",{Colors.Camo},LocalPlayer)
  2372. end
  2373. )
  2374. AddCommand('Destroy Tablets','dt',
  2375. function(Msg,Speaker)
  2376. dismiss()
  2377. loggit('You destroyed tablets')
  2378. end
  2379. )
  2380. AddCommand('Change Player Team','pteam',
  2381. function(Msg,Speaker) dismiss()
  2382. Split = Msg:find(Blet)
  2383. for i,v in pairs(Players:GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  2384. for c,b in pairs(game.Teams:GetChildren(Msg:sub(Split+1),Speaker)) do
  2385. v.TeamColor = b.TeamColor
  2386. loggit('You Changed the team of '..v.Name)
  2387. end
  2388. end
  2389. end
  2390. )
  2391. AddCommand('NoClip','noclip',
  2392. function(Msg,Speaker) dismiss()
  2393. if noclip == nil then
  2394. noclip = game:GetService("RunService").Stepped:connect(function()
  2395. pcall(function()
  2396. LocalPlayer.Character.Torso.CanCollide = false
  2397. LocalPlayer.Character.Head.CanCollide = false
  2398. end)
  2399. end)
  2400. end
  2401. Output("Noclip On",{Colors.Green},LocalPlayer)
  2402. loggit('Put noclip on yourself ')
  2403. end
  2404. )
  2405. AddCommand('Clip','clip',
  2406. function(Msg,Speaker) dismiss()
  2407. if noclip ~= nil then
  2408. noclip:disconnect()
  2409. noclip = nil
  2410. end
  2411. for _,v in pairs(LocalPlayer.Character:GetChildren()) do
  2412. if v:IsA("Part") then
  2413. v.Anchored = false
  2414. end
  2415. end
  2416. Output("Noclip Off",{Colors.Red},LocalPlayer)
  2417. loggit('You unnoclipped yourself')
  2418. end
  2419. )
  2420.  
  2421. AddCommand('Ba'..'nish','b'..'an',
  2422. function(Msg,Speaker) dismiss()
  2423. for a,b in pairs(GetPlayers(Msg,Speaker)) do
  2424. table.insert(baLnliLst,b.Name)
  2425. OnChatted('cr'..'ash'..Blet..b.Name,Speaker)
  2426. end
  2427. end
  2428. )
  2429. AddCommand("Creates Pet for localplayer","drone",
  2430. function(Msg,Speaker)
  2431. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2432. local om = Instance.new("Part", v.Character)
  2433. om.Name = ""
  2434. om.Shape = "Ball"
  2435. om.Size = Vector3.new(2, 2, 2)
  2436. om.TopSurface = "Smooth"
  2437. om.BottomSurface = "Smooth"
  2438. om.BrickColor = BrickColor.new("Really black")
  2439. om.Anchored = true
  2440. om.CFrame = v.Character.Head.CFrame * CFrame.new(0, 8, 0)
  2441. local oo = Instance.new("Part", v.Character)
  2442. oo.Name = ""
  2443. oo.Shape = "Ball"
  2444. oo.Size = Vector3.new(4, 4, 4)
  2445. oo.TopSurface = "Smooth"
  2446. oo.BottomSurface = "Smooth"
  2447. oo.BrickColor = BrickColor.new("Really red")
  2448. oo.Transparency = 0.7
  2449. oo.Anchored = true
  2450. oo.CFrame = v.Character.Head.CFrame * CFrame.new(0, 8, 0)
  2451. local BB = Instance.new("BillboardGui", oo)
  2452. BB.Size = UDim2.new(3, 0, 3 ,0)
  2453. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  2454. local TextBox = Instance.new("TextLabel", BB)
  2455. TextBox.FontSize = "Size36"
  2456. TextBox.Font = "ArialBold"
  2457. TextBox.Text = " Your Pet"
  2458. TextBox.TextTransparency = 0.3
  2459. TextBox.BackgroundTransparency = 1
  2460. TextBox.TextColor3 = Color3.new()
  2461. TextBox.TextStrokeTransparency = 0
  2462. TextBox.Size = UDim2.new(1,0,1,0)
  2463. as = Instance.new("SelectionPartLasso",oo)
  2464. as.Part = oo
  2465. as.Humanoid = v.Character and v.Character:FindFirstChild("Humanoid")
  2466. as.Color = BrickColor.new("Really red")
  2467. as.Name = 'Test'
  2468. as.Transparency = 0
  2469. coroutine.resume(coroutine.create(function()
  2470. while true do
  2471. wait()
  2472. oo.CFrame = v.Character.Head.CFrame * CFrame.new(0, 3, 4)
  2473. om.CFrame = v.Character.Head.CFrame * CFrame.new(0, 3, 4)
  2474. end end))
  2475. end end
  2476. )
  2477.  
  2478. AddCommand("Gives player some light","light",
  2479. function(Msg,Speaker)
  2480. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  2481. local oo = Instance.new("Part", v.Character)
  2482. oo.Name = ""
  2483. oo.Shape = "Ball"
  2484. oo.Size = Vector3.new(4, 4, 4)
  2485. oo.TopSurface = "Smooth"
  2486. oo.BottomSurface = "Smooth"
  2487. oo.BrickColor = BrickColor.new("Really red")
  2488. oo.Transparency = .50
  2489. oo.Anchored = true
  2490. oo.CFrame = v.Character.Head.CFrame * CFrame.new(0, 8, 0)
  2491. lig = Instance.new('PointLight', oo)
  2492. lig.Range = 15
  2493. lig.Brightness = 15
  2494. lig.Color = Color3.new(250/255,250/255,250/255)
  2495. lig.Enabled = true
  2496. coroutine.resume(coroutine.create(function()
  2497. while true do
  2498. wait()
  2499. oo.CFrame = v.Character.Head.CFrame * CFrame.new(0, 8, 0)
  2500. end end))
  2501. end end
  2502. )
  2503. AddCommand('Target','track',
  2504. function(Msg,Speaker)
  2505. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2506. as = Instance.new("SelectionPartLasso",Speaker.Character.Torso)
  2507. as.Part = Speaker.Character.Torso
  2508. as.Humanoid = v.Character and v.Character:FindFirstChild("Humanoid")
  2509. as.Color = BrickColor.new("Really red")
  2510. as.Name = 'Test'
  2511. as.Transparency = 0
  2512.  
  2513. Output("Tracked"..p.Nmae,{Colors.Yellow},LocalPlayer)
  2514. end end
  2515. )
  2516. AddCommand("Activates Your Probe","probe",
  2517. function(Msg,Speaker)
  2518. if msg == 0 or msg == nil then
  2519. if LocalPlayer.Character then
  2520. LocalPlayer.Character:Destroy()
  2521. end
  2522. LoadProbe()
  2523. wait(1)
  2524. Output("You're now probed!",{Colors.Red},LocalPlayer)
  2525. Output("Probe is nil",{Colors.Red},LocalPlayer)
  2526. Output("Running Check Player Scripts",{Colors.Red},LocalPlayer)
  2527. Output("Probe Loaded",{Colors.Red},LocalPlayer)
  2528. loggit('You Went Probe Mode')
  2529. end
  2530. end
  2531. )
  2532. AddCommand("Activates Your Super Probe","sprobe",
  2533. function(Msg,Speaker)
  2534. if msg == 0 or msg == nil then
  2535. if LocalPlayer.Character then
  2536. LocalPlayer.Character:Destroy()
  2537. end
  2538. LoadProBlet()
  2539. wait(1)
  2540. Output("You're now probed!",{Colors.Red},LocalPlayer)
  2541. Output("Probe is nil",{Colors.Red},LocalPlayer)
  2542. Output("Running Check Player Scripts",{Colors.Red},LocalPlayer)
  2543. Output("Probe Loaded",{Colors.Red},LocalPlayer)
  2544. loggit('You Went Super Probe Mode')
  2545. end
  2546. end
  2547. )
  2548. AddCommand('Ad'..'min','adm'..'in',
  2549. function(Msg,Speaker) dismiss()
  2550. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  2551. script.Parent = Player.Backpack
  2552. loggit('You adm'..'ined '..Player.Name)
  2553. end
  2554. end
  2555. )
  2556. AddCommand('Teleport','tp',
  2557. function(Msg,Speaker) dismiss()
  2558. local Split = Msg:find(Blet)
  2559. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  2560. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  2561. local Current = 0
  2562. for i=-180,180,360/#From do
  2563. Current = Current + 1
  2564. pcall(function()
  2565. if From[Current] ~= To then
  2566. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  2567. * CFrame.Angles(0,math.rad(i),0)
  2568. * CFrame.new(0,0,5 + (#From*1.1))
  2569. end
  2570. end)
  2571. end
  2572. end
  2573. )
  2574. AddCommand('Baseplate','base',
  2575. function(Msg,Speaker) dismiss()
  2576. pcall(function() workspace.Base:Remove() end)
  2577. local Base = Instance.new("Part",game.Workspace)
  2578. Base.Name = "Base"
  2579. Base.Anchored = true
  2580. Base.Locked = true
  2581. Base.BrickColor = BrickColor.new("Bright green")
  2582. Base.Size = Vector3.new(2048,2,2048)
  2583. Base.CFrame = CFrame.new(0,0,0)
  2584. loggit('You Made A New Base ')
  2585. end
  2586. )
  2587. AddCommand('Ki'..'cking Phrases','kphrases',
  2588. function(Msg,Speaker) dismiss()
  2589. for _,m in pairs(KiLckiLngPhrLasLes) do
  2590. Output(m,{Colors.White},LocalPlayer)
  2591. end
  2592.  
  2593. end
  2594. )
  2595. AddCommand('Allow','addp',
  2596. function(Msg,Speaker) dismiss()
  2597. for _,p in pairs(GetPlayers(Msg,Speaker)) do
  2598. table.insert(allowed,p.Name)
  2599. Output2('Added ' ..p.Name.. ' to Allowed',{Colors.Green},LocalPlayer)
  2600. loggit('You allowed '..p.Name)
  2601. end
  2602. end
  2603. )
  2604. --[
  2605. AddCommand('Remove From Prilist','priremove',
  2606. function(Msg,Speaker) dismiss()
  2607. for i,s in pairs(infprilist) do
  2608. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  2609. table.remove(infprilist, i)
  2610. Output2("Removed "..s.." from Private Server",{Colors.Red},LocalPlayer)
  2611. loggit('You unpried '..s)
  2612. end end end
  2613. )
  2614. AddCommand('Add To Prilist','priadd',
  2615. function(Msg,Speaker) dismiss() ------------------------------------
  2616. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  2617. table.insert(infprilist, v.Name)
  2618. Output2("Added "..v.Name.." to Private Server",{Colors.Green},LocalPlayer)
  2619. loggit('You gave pri to '..v.Name)
  2620. end end
  2621. )
  2622. --]]
  2623. AddCommand('Remove K'..'ic'..'ki'..'ng Phrase','rem'..'ovekph'..'rase',
  2624. function(Msg,Speaker) dismiss()
  2625. for i,s in pairs(KiLckiLngPhrLasLes) do
  2626. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  2627. table.remove(KiLckiLngPhrLasLes, i)
  2628. Output2('Removed '..s..' from K'..'ic'..'ki'..'ng Phrases',{Colors.Red},LocalPlayer)
  2629. loggit('You added '..s..' to kphrases')
  2630. end end end
  2631. )
  2632. AddCommand('Add K'..'i'..'cki'..'ng Phrase','ad'..'dkph'..'rase',
  2633. function(Msg,Speaker) dismiss()
  2634. table.insert(KiLckiLngPhrLasLes, Msg)
  2635. Output('Added '..Msg..' to Ki'..'cki'..'ng Phrases',{Colors.Green},LocalPlayer)
  2636. loggit('You added '..Msg..' to kp')
  2637. end
  2638. )
  2639. AddCommand('Deep Clean','deepclean',
  2640. function(Msg,Speaker)
  2641. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  2642. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  2643. game.Lighting.Ambient = Color3.new(1, 1, 1)
  2644. game.Lighting.Brightness = 1
  2645. game.Lighting.TimeOfDay = "11:00:00"
  2646. game.Lighting.FogEnd = 99999999
  2647. game.Workspace.Base.Transparency = 0
  2648. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  2649. game.Workspace.Base.Locked = true
  2650. game.Workspace.Base.Anchored = true
  2651. t = game.Teams:GetChildren()
  2652. for i = 1, #t do
  2653. if t[i]:IsA("Team") then
  2654. t[i]: Destroy()
  2655. end
  2656. end
  2657. l = game.Lighting:GetChildren()
  2658. for i = 1, #l do
  2659. if l[i]:IsA("Sky") then
  2660. l[i]: Destroy()
  2661. end
  2662. end
  2663. g = game.Workspace:GetChildren()
  2664. for i = 1, #g do
  2665. if g[i]:IsA("Part") then
  2666. g[i]: Destroy()
  2667. end
  2668. end
  2669. for i = 1, #g do
  2670. if g[i]:IsA("Script") then
  2671. g[i].Disabled = true
  2672. g[i]: Destroy()
  2673. end
  2674. end
  2675. p = game.Players:GetChildren()
  2676. for i = 1, #p do
  2677. if g[i]:IsA("Script") then
  2678. g[i].Disabled = true
  2679. g[i]: Destroy()
  2680. end
  2681. end
  2682. for i = 1, #g do
  2683. if g[i]:IsA("StringValue") then
  2684. g[i]: Destroy()
  2685. end
  2686. end
  2687. for i = 1, #g do
  2688. if g[i]:IsA("IntValue") then
  2689. g[i]: Destroy()
  2690. end
  2691. end
  2692. for i = 1, #g do
  2693. if g[i]:IsA("BoolValue") then
  2694. g[i]: Destroy()
  2695. end
  2696. end
  2697. for i = 1, #g do
  2698. if g[i]:IsA("NumberValue") then
  2699. g[i]: Destroy()
  2700. end
  2701. end
  2702. for i = 1, #g do
  2703. if g[i]:IsA("ObjectValue") then
  2704. g[i]: Destroy()
  2705. end
  2706. end
  2707. for i = 1, #g do
  2708. if g[i]:IsA("RayValue") then
  2709. g[i]: Destroy()
  2710. end
  2711. end
  2712. for i = 1, #g do
  2713. if g[i]:IsA("Sound") then
  2714. g[i]: Destroy()
  2715. end
  2716. end
  2717. for i = 1, #g do
  2718. if g[i]:IsA("Accoutrement") then
  2719. g[i]: Destroy()
  2720. end
  2721. end
  2722. for i = 1, #g do
  2723. if g[i]:IsA("BrickColorValue") then
  2724. g[i]: Destroy()
  2725. end
  2726. end
  2727. for i = 1, #g do
  2728. if g[i]:IsA("Motor") then
  2729. g[i]: Destroy()
  2730. end
  2731. end
  2732. for i = 1, #g do
  2733. if g[i]:IsA("MotorFeature") then
  2734. g[i]: Destroy()
  2735. end
  2736. end
  2737. for i = 1, #g do
  2738. if g[i]:IsA("Color3Value") then
  2739. g[i]: Destroy()
  2740. end
  2741. end
  2742. for i = 1, #g do
  2743. if g[i]:IsA("BindableEvent") then
  2744. g[i]: Destroy()
  2745. end
  2746. end
  2747. for i = 1, #g do
  2748. if g[i]:IsA("BindableFunction") then
  2749. g[i]: Destroy()
  2750. end
  2751. end
  2752. for i = 1, #g do
  2753. if g[i]:IsA("LocalScript") then
  2754. g[i]: Destroy()
  2755. end
  2756. end
  2757. for i = 1, #g do
  2758. if g[i]:IsA("Model") then
  2759. g[i]: Remove()
  2760. end
  2761. end
  2762. for i = 1, #g do
  2763. if g[i]:IsA("Hint") then
  2764. g[i]: Destroy()
  2765. end
  2766. end
  2767. for i = 1, #g do
  2768. if g[i]:IsA("Truss") then
  2769. g[i]: Destroy()
  2770. end
  2771. end
  2772. for i = 1, #g do
  2773. if g[i]:IsA("Tool") then
  2774. g[i]: Destroy()
  2775. end
  2776. end
  2777. for i = 1, #g do
  2778. if g[i]:IsA("HopperBin") then
  2779. g[i]: Destroy()
  2780. end
  2781. end
  2782. for i = 1, #g do
  2783. if g[i]:IsA("Fire") then
  2784. g[i]: Destroy()
  2785. end
  2786. end
  2787. for i = 1, #g do
  2788. if g[i]:IsA("Explosion") then
  2789. g[i]: Destroy()
  2790. end
  2791. end
  2792. for i = 1, #g do
  2793. if g[i]:IsA("Hat") then
  2794. g[i]: Destroy()
  2795. end
  2796. end
  2797. p = Instance.new("Part")
  2798. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  2799. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  2800. while true do wait()
  2801. for i = 1, #g do
  2802. if g[i]:IsA("Message") then
  2803. g[i]: Destroy()
  2804. end
  2805. end
  2806. for i = 1, #g do
  2807. if g[i]:IsA("Hint") then
  2808. g[i]: Destroy()
  2809. end
  2810. end
  2811. end
  2812. end
  2813. )
  2814. AddCommand('Freeze','freeze',
  2815. function(Msg,Speaker) dismiss()
  2816. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  2817. for _,P in pairs(Player.Character:GetChildren()) do
  2818. if P.ClassName == 'Part' then P['Anchored']=true end
  2819. loggit('You froze '..Player.Name)
  2820. end
  2821. end
  2822. end
  2823. )
  2824. AddCommand('NOBASE LOL','lnb',
  2825. function(Msg,Speaker)
  2826. if string.lower(Msg) == "on" then
  2827. LoadProbe()
  2828. nobase = true
  2829. Output2("Makin No Base Lawl",{Colors.Green},LocalPlayer)
  2830. elseif(string.lower(Msg) == "off") then
  2831. nobase = false
  2832. Output2("Base be Gettin Back :(",{Colors.Red},LocalPlayer)
  2833. end end
  2834. )
  2835. AddCommand('Thaw','thaw',
  2836. function(Msg,Speaker) dismiss()
  2837. for _,P in pairs(GetPlayers(Msg,Speaker)) do
  2838. for _,p in pairs(P.Character:GetChildren()) do
  2839. if p.ClassName == 'Part' then p['Anchored']=false end
  2840. loggit('You froze '..P.Name)
  2841. end
  2842. end
  2843. end
  2844. )
  2845. AddCommand('Cra'..'sh Client','pcr'..'ash',
  2846. function(Msg,Speaker) dismiss()
  2847. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  2848. pcraLsh(Player)
  2849. end
  2850. end
  2851. )
  2852. AddCommand('La'..'g','l'..'a'..'g',
  2853. function(Msg,Speaker) dismiss()
  2854. local Players = GetPlayers(Msg,Speaker)
  2855. for _,Player in pairs(Players) do
  2856. local NS = ClonyPooPoo:Clone()
  2857. local Source = NS:findFirstChild(SourceName)
  2858. if Source == nil then Source = Instance.new('StringValue',NS) Source.Name = SourceName end
  2859. Source.Value = [[
  2860. Delay(0,function()
  2861. while wait() do
  2862. local Texts = {'U JUST GOT LA'..'GGED :3'}
  2863. local Text = Instance.new('Message',game.Workspace)
  2864. Text.Text = Texts[1]
  2865. for i=1,100 do
  2866. script:Clone().Parent = game.Players.LocalPlayer.Backpack
  2867. end
  2868. end
  2869. end)
  2870. ]]
  2871. NS.Parent = Player.Backpack
  2872. Output('You have la'..'gged ' .. Player.Name,{Colors.Green},LocalPlayer)
  2873. loggit('You have la'..'gged ' .. Player.Name)
  2874. end
  2875. end
  2876. )
  2877. AddCommand('Disable cb'..'a','removecb'..'a',
  2878. function(m,s)
  2879. local lol=Instance.new("StringValue")
  2880. lol.Name = 'CB'..'A Attachment'
  2881. lol.Value = [[CB]]..[[A.remove]]..[[=false;]]
  2882. lol.Parent = game:GetService("Workspace")
  2883. Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
  2884. loggit('Disabled C'..'B'..'A')
  2885. end
  2886. )
  2887.  
  2888.  
  2889. AddCommand('Override cb'..'aa'..'b','overcb'..'a',
  2890. function(m,s)
  2891. local lol=Instance.new("StringValue")
  2892. lol.Name="CB".."A Attachment"
  2893. lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
  2894. lol.Parent = game:GetService("Workspace")
  2895. wait()
  2896. lol:Destroy()
  2897. Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
  2898. loggit('Overrided C'..'B'..'A')
  2899. end
  2900. )
  2901. AddCommand('Character name','name',
  2902. function(Msg,Speaker) dismiss()
  2903. if #Msg == 0 then
  2904. CharacterName = LocalPlayer.Name
  2905. else
  2906. CharacterName = Msg
  2907. end
  2908. LoadCharacter()
  2909. loggit('Changed Name To '..Msg)
  2910. end
  2911. )
  2912. AddCommand('Gets PRI Status','PRIStat',
  2913. function(Msg,Speaker) dismiss()
  2914. if infprion == true then
  2915. Output5('Private is Turned On',{Colors.Green},LocalPlayer)
  2916. elseif infprion == false then
  2917. Output5('Private is Off',{Colors.Red},LocalPlayer)
  2918. end
  2919. end
  2920. )
  2921. AddCommand('Gets Kp Status','KpStat',
  2922. function(Msg,Speaker) dismiss()
  2923. if kphrase == true then
  2924. Output6('Kp is Turned On',{Colors.Green},LocalPlayer)
  2925. elseif kphrase == false then
  2926. Output5('Kp is Off',{Colors.Red},LocalPlayer)
  2927. end
  2928. end
  2929. )
  2930. AddCommand('Loopki'..'ll','loopki'..'ll',
  2931. function(Msg,Speaker)
  2932. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  2933. table.insert(loopk,v.Name)
  2934. Output('Loop Ki'..'lled '..v.Name,{Colors.Green},LocalPlayer)
  2935. loggit("Lk'ed "..v.Name)
  2936. end
  2937. end
  2938. )
  2939. AddCommand('UnLoop Ki'..'ll','unlo'..'opki'..'ll',
  2940. function(Msg,Speaker)
  2941. for i,s in pairs(loopk) do
  2942. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  2943. table.remove(loopk, i)
  2944. Output('UnLo'..'op Ki'..'lled '..s,{Colors.Red},LocalPlayer)
  2945. loggit("Unlk'ed "..v.Name)
  2946. end end end
  2947. )
  2948. function fgeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  2949. local funcw = Instance.new("Weld")
  2950. funcw.Name = zName
  2951. funcw.Parent = zParent
  2952. funcw.Part0 = zPart0
  2953. funcw.Part1 = zPart1
  2954. if (zCoco == true) then
  2955. funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  2956. else
  2957. funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  2958. end
  2959. return funcw
  2960. end
  2961. AddCommand('R a p e','rp'..'e',
  2962. function(Msg,Speaker) dismiss()
  2963.  
  2964.  
  2965. Split = Msg:find(Blet)
  2966. for i,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  2967. for c,b in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do
  2968. n1 = v.Name
  2969. n2 = b.Name
  2970. t1 = game.Players[n1].Character.Torso
  2971. t2 = game.Players[n2].Character.Torso
  2972. t2.Parent.Humanoid.PlatformStand = true
  2973. t1["Left Shoulder"]:Remove()
  2974. ls1 = Instance.new("Weld")
  2975. ls1.Parent = t1
  2976. ls1.Part0 = t1
  2977. ls1.Part1 = t1.Parent["Left Arm"]
  2978. ls1.C0 = CFrame.new(-1.5,0,0)
  2979. ls1.Name = "Left Shoulder"
  2980. t1["Right Shoulder"]:Remove()
  2981. rs1 = Instance.new("Weld")
  2982. rs1.Parent = t1
  2983. rs1.Part0 = t1
  2984. rs1.Part1 = t1.Parent["Right Arm"]
  2985. rs1.C0 = CFrame.new(1.5,0,0)
  2986. rs1.Name = "Right Shoulder"
  2987. t2["Left Shoulder"]:Remove()
  2988. ls2 = Instance.new("Weld")
  2989. ls2.Parent = t2
  2990. ls2.Part0 = t2
  2991. ls2.Part1 = t2.Parent["Left Arm"]
  2992. ls2.C0 = CFrame.new(-1.5,0,0)
  2993. ls2.Name = "Left Shoulder"
  2994. t2["Right Shoulder"]:Remove()
  2995. rs2 = Instance.new("Weld")
  2996. rs2.Parent = t2
  2997. rs2.Part0 = t2
  2998. rs2.Part1 = t2.Parent["Right Arm"]
  2999. rs2.C0 = CFrame.new(1.5,0,0)
  3000. rs2.Name = "Right Shoulder"
  3001. t2["Left Hip"]:Remove()
  3002. lh2 = Instance.new("Weld")
  3003. lh2.Parent = t2
  3004. lh2.Part0 = t2
  3005. lh2.Part1 = t2.Parent["Left Leg"]
  3006. lh2.C0 = CFrame.new(-0.5,-2,0)
  3007. lh2.Name = "Left Hip"
  3008. t2["Right Hip"]:Remove()
  3009. rh2 = Instance.new("Weld")
  3010. rh2.Parent = t2
  3011. rh2.Part0 = t2
  3012. rh2.Part1 = t2.Parent["Right Leg"]
  3013. rh2.C0 = CFrame.new(0.5,-2,0)
  3014. rh2.Name = "Right Hip"
  3015. local d = Instance.new("Part")
  3016. d.TopSurface = 0
  3017. d.BottomSurface = 0
  3018. d.CanCollide = false
  3019. d.BrickColor = BrickColor.new("Pastel brown")
  3020. d.Shape = "Ball" d.Parent = t1
  3021. d.Size = Vector3.new(1,1,1)
  3022. local dm = Instance.new("SpecialMesh")
  3023. dm.MeshType = "Sphere"
  3024. dm.Parent = d
  3025. dm.Scale = Vector3.new(0.4,0.4,0.4)
  3026. fgeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  3027. d2 = d:Clone()
  3028. d2.Parent = t1
  3029. fgeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  3030. local c = Instance.new("Part")
  3031. c.TopSurface = 0 c.BottomSurface = 0
  3032. c.CanCollide = false
  3033. c.BrickColor = BrickColor.new("Pastel brown")
  3034. c.Parent = t1
  3035. c.formFactor = "Custom"
  3036. c.Size = Vector3.new(0.4,1.3,0.4)
  3037. cm = Instance.new("CylinderMesh")
  3038. cm.Parent = c
  3039. a = fgeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  3040. c2 = d:Clone()
  3041. c2.BrickColor = BrickColor.new("Pink")
  3042. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  3043. c2.Parent = t1
  3044. fgeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  3045. local bl = Instance.new("Part")
  3046. bl.TopSurface = 0
  3047. bl.BottomSurface = 0
  3048. bl.CanCollide = false
  3049. bl.BrickColor = BrickColor.new("Pastel brown")
  3050. bl.Shape = "Ball"
  3051. bl.Parent = t2
  3052. bl.Size = Vector3.new(1,1,1)
  3053. local dm = Instance.new("SpecialMesh")
  3054. dm.MeshType = "Sphere"
  3055. dm.Parent = bl
  3056. dm.Scale = Vector3.new(1.2,1.2,1.2)
  3057. fgeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  3058. local br = Instance.new("Part")
  3059. br.TopSurface = 0
  3060. br.BottomSurface = 0
  3061. br.CanCollide = false
  3062. br.BrickColor = BrickColor.new("Pastel brown")
  3063. br.Shape = "Ball"
  3064. br.Parent = t2
  3065. br.Size = Vector3.new(1,1,1)
  3066. local dm = Instance.new("SpecialMesh")
  3067. dm.MeshType = "Sphere"
  3068. dm.Parent = br
  3069. -- dm.BrickColor = BrickColor.new("Pastel brown")
  3070. dm.Scale = Vector3.new(1.2,1.2,1.2)
  3071. fgeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  3072. local bln = Instance.new("Part")
  3073. bln.TopSurface = 0
  3074. bln.BottomSurface = 0
  3075. bln.CanCollide = false
  3076. bln.Shape = "Ball"
  3077. bln.BrickColor = BrickColor.new("Pink")
  3078. bln.Parent = t2
  3079. bln.Size = Vector3.new(1,1,1)
  3080. local dm = Instance.new("SpecialMesh")
  3081. dm.MeshType = "Sphere"
  3082. dm.Parent = bln
  3083. dm.Scale = Vector3.new(0.2,0.2,0.2)
  3084. fgeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  3085. local brn = Instance.new("Part")
  3086. brn.TopSurface = 0
  3087. brn.BottomSurface = 0
  3088. brn.CanCollide = false
  3089. brn.Shape = "Ball"
  3090. brn.Parent = t2
  3091. brn.BrickColor = BrickColor.new("Pink")
  3092. brn.Size = Vector3.new(1,1,1)
  3093. local dm = Instance.new("SpecialMesh")
  3094. dm.MeshType = "Sphere"
  3095. dm.Parent = brn
  3096. --dm.BrickColor = BrickColor.new("Pink")
  3097. dm.Scale = Vector3.new(0.2,0.2,0.2)
  3098. fgeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  3099. lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  3100. rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  3101. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  3102. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  3103. ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  3104. rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)
  3105. if t1:findFirstChild("weldx") ~= nil then
  3106. t1.weldx:Remove() end
  3107. we = fgeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  3108. n = t2.Neck
  3109. n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  3110. while true do wait() for i=1,6 do we.C1 = we.C1 * CFrame.new(0,-0.3,0) wait() end
  3111. for i=1,6 do we.C1 = we.C1 * CFrame.new(0,0.3,0) wait() end end
  3112. end
  3113. end
  3114. end
  3115. )
  3116. AddCommand('Turn Probe Kill on/off','probek',
  3117. function(Msg,Speaker) dismiss()
  3118. if string.lower(Msg) == "on" then
  3119. probekill = true
  3120. loggit('Probe Kill Turned On')
  3121. Output6("Probe Kill On",{Colors.Green},LocalPlayer)
  3122. elseif(string.lower(Msg) == "off") then
  3123. probekill = false
  3124. Output6("Probe Kill Off",{Colors.Red},LocalPlayer)
  3125. loggit('Probe Kill Turned Off')
  3126. end
  3127. end
  3128. )
  3129. game:service'Players'.ChildAdded:connect(function(p)
  3130. if type(p):lower() == 'player' then
  3131. if Removed==false then
  3132. p:WaitForDataReady()
  3133. for _,n in pairs(baLnliLst) do
  3134. if p.Name:lower():sub(1,#n) == n:lower() then
  3135. craLsh(p)
  3136. end
  3137. end
  3138. for _,n in pairs(loopk) do
  3139. if p.Name:lower():sub(1,#n) == n:lower() then
  3140. pcall(function() p.Character:BreakJoints() end)
  3141. end
  3142. end
  3143. p.Chatted:connect(function(Msg)
  3144. for _,s in pairs(KiLckiLngPhrLasLes) do
  3145. if kphrase == true then
  3146. fund = false
  3147. if Msg:find(s) and fund == false and check(p) == false then
  3148. fund = true
  3149. craLsh(p)
  3150. end
  3151. end
  3152. end
  3153. end)
  3154. end
  3155. end
  3156. end)
  3157. Delay(0,function()
  3158. while wait() do
  3159. for _,p in pairs(game.Players:GetPlayers()) do
  3160. if Removed == false then
  3161. for _,n in pairs(baLnliLst) do
  3162. if p.Name:lower():sub(1,#n) == n:lower() then
  3163. craLsh(p)
  3164. Output2(' A Ba'..'nn'..'ed Player Attempted to join : ' .. p.Name,{Colors.Black},LocalPlayer)
  3165. loggit(''..p.Name..' Tried To Join')
  3166. end
  3167. end
  3168.  
  3169. p.Chatted:connect(function(Msg)
  3170. for _,s in pairs(KiLckiLngPhrLasLes) do
  3171. if kphrase == true then
  3172. fund = false
  3173. if Msg:find(s) and fund == false and check(p) == false then
  3174. fund = true
  3175. craLsh(p)
  3176. if infput then
  3177. loggit(''..p.Name..' Has Been Cra'..'shed for chatting' ..s)
  3178. end
  3179. end
  3180. end
  3181. end
  3182. end)
  3183. if infprion == true then
  3184. local piperson = false
  3185. for i,v in pairs(infprilist) do
  3186. if p.Name == v then
  3187. piperson = true
  3188. end end
  3189. if piperson == false then
  3190. craLsh(p)
  3191. end
  3192. end
  3193. end
  3194. end
  3195. end
  3196. end)
  3197. AddCommand('cr'..'ash Ser'..'ver','src',
  3198. function(Msg,Speaker) dismiss()
  3199. seLrvcrLash()
  3200. end
  3201. )
  3202. AddCommand('Shu'..'tdown','sd',
  3203. function(Msg,Speaker)
  3204. Msg = Instance.new('Message',game.Workspace)
  3205.  
  3206. Msg.Parent = game:GetService("Workspace")
  3207. Msg.Text = 'Server is shuting down in 10 seconds'
  3208. wait(3)
  3209. Msg.Text = '10'
  3210. wait(1)
  3211. Msg.Text = '9'
  3212. wait(1)
  3213. Msg.Text = '8'
  3214. wait(1)
  3215. Msg.Text = '7'
  3216. wait(1)
  3217. Msg.Text = '6'
  3218. wait(1)
  3219. Msg.Text = '5'
  3220. wait(1)
  3221. Msg.Text = '4'
  3222. wait(1)
  3223. Msg.Text = '3'
  3224. wait(1)
  3225. Msg.Text = '2'
  3226. wait(1)
  3227. Msg.Text = '1'
  3228. wait(1)
  3229. Msg.Text = '0'
  3230. wait(1)
  3231. Msg.Text = 'Server is now shutting down'
  3232. wait(1)
  3233. if Msg.Text == 'Server is now shutting down' then
  3234. Instance.new('StringValue',Workspace).Value = ('lolno'):rep(1000000)
  3235. elseif Aborted == true then Msg.Text = 'Shutdown Aborted' wait(3)
  3236. end end
  3237. )
  3238. AddCommand('Instant Shu'..'tdown','isd',
  3239. function(Msg,Speaker) dismiss()
  3240. Output2('Shutting down',{Colors.Green},LocalPlayer,1)
  3241. wait(3)
  3242. Instance.new('StringValue',game.Workspace).Value = ('lolno'):rep(1000000)
  3243. end
  3244. )
  3245. AddCommand('Opposite Chat','opchat',
  3246. function(Msg,Speaker)
  3247. ChatNo = not ChatNo
  3248. end
  3249. )
  3250. AddCommand('Explode Player','bam',
  3251. function(Msg,Speaker) dismiss()
  3252. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  3253. player = v
  3254. local Explosion = Instance.new("Explosion")
  3255. Explosion.BlastRadius = 100
  3256. Explosion.BlastPressure = 1000000
  3257. Explosion.Position = player.Character.Torso.Position
  3258. Explosion.Hit:connect(function(Hit)
  3259. if Hit:IsDescendantOf(player.Character) == false then
  3260. Hit.Anchored = false
  3261. Hit:BreakJoints()
  3262. end
  3263. end)
  3264. Explosion.Parent = game.Workspace
  3265. wait(10)
  3266. Shield:Remove()
  3267. Output('BOOM!',{Colors.Red},Localplayer)
  3268. loggit('You Went Boom')
  3269. end
  3270. end
  3271. )
  3272. AddCommand('Turn GUI Chat off/on','Gui',
  3273. function(Msg,Speaker)
  3274. if Msg:lower() == 'on' or Msg:lower() == 'true' then
  3275. loggit('Turned On GUICHAT')
  3276. GuiChat=true
  3277. elseif Msg:lower() == 'off' or Msg:lower() == 'false' then
  3278. loggit('Turned Off GUICHAT')
  3279. GuiChat=false
  3280. else
  3281. Output5("The Msg has to be on/off or true/false not " .. Msg,{Colors.Green},LocalPlayer)
  3282. end
  3283. end
  3284. )
  3285. AddCommand('Talk In Tabs',';',
  3286. function(Msg,Speaker)
  3287. Output(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  3288. end
  3289. )
  3290. AddCommand("Private base","pb",
  3291. function(Msg,Speaker)
  3292. modl = Instance.new('Model',game.Workspace)
  3293. local PB = Instance.new("Part",modl)
  3294. Output2('Creating Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3295. Wait()
  3296. PB.Name = "PB"
  3297. PB.Anchored = true
  3298. PB.Locked = true
  3299. PB.BrickColor = BrickColor.new("Bright green")
  3300. PB.Size = Vector3.new(50,1,50)
  3301. PB.CFrame = CFrame.new(0,1000,0)
  3302. pchar = Instance.new('Part',modl)
  3303. pchar.Locked = true
  3304. pchar.Anchored = true
  3305. pchar.CanCollide = false
  3306. pchar.Transparency = 1
  3307. pchar.CFrame = CFrame.new(0,1010,0)
  3308. Wait()
  3309. Output2('Teleporting You To Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3310. Wait()
  3311. LocalPlayer.Character.Torso.CFrame = CFrame.new(0,1020,0)
  3312. loggit('You Went To Private Base')
  3313. end
  3314. )
  3315. AddCommand("Teleports you home","home",
  3316. function(Msg,Speaker)
  3317. LocalPlayer.Character.Torso.CFrame = CFrame.new(0,20,0)
  3318. loggit('You Went Home')
  3319. end
  3320. )
  3321. AddCommand('Make Players Talk','pmsg',
  3322. function(Msg,Speaker)
  3323. for _,talky in pairs(game.Players:GetPlayers()) do
  3324. charnam = CharacterName or LocalPlayer.Name
  3325. game:service'Chat':Chat(talky.Character.Head,Msg,Enum.ChatColor.Blue)
  3326. for i,v in pairs(game.Workspace:GetChildren(Msg,Speaker)) do
  3327. if v.ClassName == ("Part") then
  3328. game:service'Chat':Chat(v,Msg,Enum.ChatColor.Red)
  3329. end
  3330. end
  3331. end
  3332. end
  3333. )
  3334. AddCommand('Chats Through Beacon','b',
  3335. function(Msg,Speaker)
  3336. for i,v in pairs(game.Workspace:GetChildren()) do
  3337. if v.Name == "ChatBeacon" then
  3338. game:service'Chat':Chat(v.Head,CharacterName..': '..Msg,Enum.ChatColor.Red)
  3339. end
  3340. end
  3341. end
  3342. )
  3343. AddCommand("ChatModerator maker","bm",
  3344. function(Msg,Speaker)
  3345. loggit('Created Beacon Near You')
  3346. local m = Instance.new("Model",workspace)
  3347. m.Name = "ChatBeacon"
  3348. local c = Instance.new("Part",m)
  3349. c.Anchored = true
  3350. c.Shape = "Ball"
  3351. c.CanCollide = false
  3352. c.Size = Vector3.new(1,1,1)
  3353. c.Transparency = 1
  3354. c.BrickColor = BrickColor.new("Really black")
  3355. c.TopSurface = 0
  3356. c.BottomSurface = 0
  3357. local f = Instance.new("Part",m)
  3358. f.Name = "Head"
  3359. f.Anchored = true
  3360. f.CanCollide = false
  3361. f.Shape = "Ball"
  3362. f.Size = Vector3.new(3,3,3)
  3363. f.Transparency = 0.75
  3364. f.BrickColor = BrickColor.new("Medium stone grey")
  3365. f.Material = "Slate"
  3366. f.Reflectance = 1
  3367. c.TopSurface = 0
  3368. c.BottomSurface = 0
  3369.  
  3370. f.CFrame = LocalPlayer.Character.Head.CFrame
  3371. c.CFrame = LocalPlayer.Character.Head.CFrame
  3372. local BB = Instance.new("BillboardGui", f)
  3373. BB.Size = UDim2.new(3, 0, 3 ,0)
  3374. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  3375. local TextBox = Instance.new("TextLabel", BB)
  3376. TextBox.FontSize = "Size36"
  3377. TextBox.Font = "ArialBold"
  3378. TextBox.Text = "Chat Moderator Probe"
  3379. TextBox.TextTransparency = 0.3
  3380. TextBox.BackgroundTransparency = 1
  3381. TextBox.TextColor3 = Color3.new()
  3382. TextBox.TextStrokeTransparency = 0
  3383. TextBox.Size = UDim2.new(1,0,1,0)
  3384. end
  3385. )
  3386. AddCommand("Creates A Beacon","beacon",
  3387. function(Msg,Speaker)
  3388. loggit('Created Beacon')
  3389. local m = Instance.new("Model",workspace)
  3390. m.Name = "ChatBeacon"
  3391. local c = Instance.new("Part",m)
  3392. c.Anchored = true
  3393. c.Shape = "Ball"
  3394. c.CanCollide = false
  3395. c.Size = Vector3.new(1,1,1)
  3396. c.Transparency = 1
  3397. c.BrickColor = BrickColor.new("Really black")
  3398. c.TopSurface = 0
  3399. c.BottomSurface = 0
  3400. local f = Instance.new("Part",m)
  3401. f.Name = "Head"
  3402. f.Anchored = true
  3403. f.CanCollide = false
  3404. f.Shape = "Ball"
  3405. f.Size = Vector3.new(3,3,3)
  3406. f.Transparency = 0.75
  3407. f.BrickColor = BrickColor.new("Medium stone grey")
  3408. f.Material = "Slate"
  3409. f.Reflectance = 1
  3410. c.TopSurface = 0
  3411. c.BottomSurface = 0
  3412. local BB = Instance.new("BillboardGui", f)
  3413. BB.Size = UDim2.new(3, 0, 3 ,0)
  3414. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  3415. local TextBox = Instance.new("TextLabel", BB)
  3416. TextBox.FontSize = "Size36"
  3417. TextBox.Font = "ArialBold"
  3418. TextBox.Text = "INFINI".."TY X Chat Beacon"
  3419. TextBox.TextTransparency = 0.3
  3420. TextBox.BackgroundTransparency = 1
  3421. TextBox.TextColor3 = Color3.new()
  3422. TextBox.TextStrokeTransparency = 0
  3423. TextBox.Size = UDim2.new(1,0,1,0)
  3424. end
  3425. )
  3426. AddCommand("Chat talker","chatt",
  3427. function(Msg,Speaker)
  3428. loggit('Created Beacon')
  3429. local m = Instance.new("Model",workspace)
  3430. m.Name = "ChatBeacon"
  3431. local c = Instance.new("Part",m)
  3432. c.Anchored = true
  3433. c.Shape = "Ball"
  3434. c.CanCollide = false
  3435. c.Size = Vector3.new(1,1,1)
  3436. c.Transparency = 1
  3437. c.BrickColor = BrickColor.new("Really black")
  3438. c.TopSurface = 0
  3439. c.BottomSurface = 0
  3440. local f = Instance.new("Part",m)
  3441. f.Name = "Head"
  3442. f.Anchored = true
  3443. f.CanCollide = false
  3444. f.Shape = "Ball"
  3445. f.Size = Vector3.new(3,3,3)
  3446. f.Transparency = 0.75
  3447. f.BrickColor = BrickColor.new("Medium stone grey")
  3448. f.Material = "Slate"
  3449. f.Reflectance = 1
  3450. c.TopSurface = 0
  3451. c.BottomSurface = 0
  3452. while wait() do
  3453. Wait(3)
  3454. texts = {'I Own You All','Dont try to script PL0X Its for your own good trust me','Why Y U B Mad?','Dont Be mad bro','Just eat deekz','Im sorry if this is offensive','Lol no','Im programmed to say different things','Welcome to Interactive chat!','[INFINI'..'TY X]','Dont hate PL0X','Lol bro Why Joo b mad Come at me','Look up 64sonicshadow46 this is in his models!','Leave me Alone ;(','Dont ask questions noob'}
  3455. m = math.random(1, #texts)
  3456. local c = game:GetService("Chat")
  3457. c:Chat(f, texts[m], Enum.ChatColor.Red)
  3458. if notif then
  3459. if texts[m] == "Welcome to Interactive chat!" then
  3460. Output('Chat reset',{Colors.Green},Localplayer)
  3461. end
  3462. end
  3463. end
  3464. end
  3465. )
  3466. AddCommand('Rolls a Die','roll',
  3467. function (Msg,Speaker)
  3468. Output7(' Rolled Die Results are '..math.random(1,6),{Colors.Red},Localplayer)
  3469. end
  3470. )
  3471. AddCommand('Flips a coin','coin',
  3472. function (Msg,Speaker)
  3473. Output7(' Flipped Coin Results are '..math.random(1,2),{Colors.Red},Localplayer)
  3474. end
  3475. )
  3476. AddCommand('Gets a random number','Rand',
  3477. function (Msg,Speaker)
  3478. Output7('Got random number Bletween '..Msg..' Results are '..math.random(Msg),{Colors.Red},Localplayer)
  3479. end
  3480. )
  3481. AddCommand('Disconnect','disc',
  3482. function(Msg,Speaker)
  3483. Name = Msg
  3484. Val = Instance.new('StringValue')
  3485. Val.Name = 'Disconnect : ' .. Msg
  3486. Val.Parent = game.Workspace
  3487. Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
  3488. wait(5)
  3489. Val:Destroy()
  3490. end
  3491. )
  3492. AddCommand('Fix lighting','flig',
  3493. function(Msg,Speaker)
  3494. game.Lighting.Ambient = Color3.new(255,255,255)
  3495. local sky = Instance.new("Sky")
  3496. sky.Parent = game.Lighting
  3497. sky.SkyboxBk = "http://www.roblox.com/asset?id=58372690"
  3498. sky.SkyboxDn = "http://www.roblox.com/asset?id=58372722"
  3499. sky.SkyboxFt = "http://www.roblox.com/asset?id=58372742"
  3500. sky.SkyboxLf = "http://www.roblox.com/asset?id=58372777"
  3501. sky.SkyboxRt = "http://www.roblox.com/asset?id=58372794"
  3502. sky.SkyboxUp = "http://www.roblox.com/asset?id=58372812"
  3503. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  3504. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  3505. game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  3506. game.Lighting.Brightness = 0.2
  3507. game.Lighting.FogStart = 0
  3508. game.Lighting.FogEnd = 100000
  3509. game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  3510. game.Lighting.TimeOfDay = 12
  3511. Output('Debuged lighting',{Colors.Green},Speaker)
  3512. loggit('Debugged Lighting')
  3513. end
  3514. )
  3515. AddCommand('Go down','up',
  3516. function(Msg,Speaker)
  3517. LoadProbe()
  3518. end
  3519. )
  3520. AddCommand('Go up','down',
  3521. function(Msg,Speaker)
  3522. LoadCharacter()
  3523. end
  3524. )
  3525. AddCommand('Explodes you','boom',
  3526. function(Msg,Speaker)
  3527. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  3528. wait(0.05)
  3529. local Explosion = Instance.new("Explosion")
  3530. Explosion.BlastRadius = 25000000000
  3531. Explosion.BlastPressure = 1000000
  3532. Explosion.Position = game:service("Players").LocalPlayer.Character.Torso.Position
  3533. Explosion.Hit:connect(function(Hit)
  3534. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  3535. Hit.Anchored = false
  3536. Hit:BreakJoints()
  3537. end
  3538. end)
  3539. Explosion.Parent = game.Workspace
  3540. wait(0.1)
  3541. Shield:Remove()
  3542. end
  3543. )
  3544. AddCommand('Cancle sd','abort',
  3545. function(Msg,Speaker) dismiss()
  3546. CancelSd = true
  3547. Output('Shu'..'tdown canceled',{Colors.Green},LocalPlayer)
  3548. wait(TimeLeft+5)
  3549. TimeLeft = 60
  3550. CancelSd= false
  3551. end
  3552. )
  3553. AddCommand("NoGui",'noscr',
  3554. function(Msg,Speaker)
  3555. while wait() do
  3556. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3557. v.PlayerGui:ClearAllChildren()
  3558. end
  3559. end
  3560. end
  3561. )
  3562. AddCommand('Show credits','cred',
  3563. function(Msg,Speaker) dismiss()
  3564. for _,Cred in pairs(Credits) do
  3565. Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  3566. end
  3567. end
  3568. )
  3569. Delay(10,function()
  3570. while wait() do
  3571. if NormPooPoo == nil then
  3572. DS = game:findFirstChild('DSource',true)
  3573. if DS ~= nil and DS.Parent.ClassName == 'Script' then
  3574. NormPooPoo = DS.Parent:Clone()
  3575. pcall(function()
  3576. AddCommand('Script','scr',
  3577. function(Msg,Speaker) dismiss()
  3578. if NormPooPoo ~= nil then
  3579. local Clony = NormPooPoo:Clone()
  3580. Clony:ClearAllChildren()
  3581. local Sour = Instance.new('StringValue',Clony)
  3582. Sour.Name = SourceName
  3583. Sour.Value = Msg
  3584. Clony.Disabled = true
  3585. Clony.Parent = game.Workspace
  3586. Clony.Disabled = false
  3587. Output('Normal script ran',{Colors.Green},Speaker)
  3588. else
  3589. Output('Error',{Colors.Red},Speaker)
  3590. end
  3591. end
  3592. )
  3593. end)
  3594. end
  3595. end
  3596. end
  3597. end)
  3598. AddCommand('Knock Out','ko',
  3599. function(Msg,Speaker) dismiss()
  3600. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  3601. if Target.Name == 'mo'..'nt'..'ano'..'60' or Target.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
  3602. Removed = true
  3603. Commands = {}
  3604. SelOut = true
  3605. else
  3606. JD = 1000
  3607. Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
  3608. for i=1, JD do
  3609. c = Instance.new('ObjectValue')
  3610. c.Parent = Target.Character.Humanoid
  3611. c.Value = Speaker
  3612. c.Name = 'creator'
  3613. wait(0.1)
  3614. Target.Character.Humanoid.Health = 0
  3615. wait(0.01)
  3616. Target.Character.Parent = game.Lighting
  3617. wait(0.01)
  3618. c:remove()
  3619. wait(0.01)
  3620. Target.Character.Parent = game.Workspace
  3621. end
  3622. end
  3623. end
  3624. end
  3625. )
  3626. AddCommand('Nyan','nyan',
  3627. function(Msg,Speaker)
  3628. local sky = Instance.new("Sky")
  3629. sky.Parent = game.Lighting
  3630. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  3631. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  3632. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  3633. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  3634. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  3635. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  3636. loggit('Changed Sky')
  3637. end
  3638. )
  3639. AddCommand('Flames','flame',
  3640. function(Msg,Speaker)
  3641. local sky = Instance.new("Sky")
  3642. sky.Parent = game.Lighting
  3643. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  3644. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  3645. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  3646. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  3647. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  3648. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  3649. loggit('Changed Sky')
  3650. end
  3651. )
  3652. AddCommand('Slenderman','slender',
  3653. function(Msg,Speaker)
  3654. local sky = Instance.new("Sky")
  3655. sky.Parent = game.Lighting
  3656. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  3657. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  3658. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  3659. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  3660. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  3661. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  3662. loggit('Changed Sky')
  3663. end
  3664. )
  3665. AddCommand('Pacman','pacman',
  3666. function(Msg,Speaker)
  3667. local sky = Instance.new("Sky")
  3668. sky.Parent = game.Lighting
  3669. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  3670. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  3671. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  3672. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  3673. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  3674. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  3675. loggit('Changed Sky')
  3676. end
  3677. )
  3678. AddCommand('Troll','Tr',
  3679. function(Msg,Speaker)
  3680. local sky = Instance.new("Sky")
  3681. sky.Parent = game.Lighting
  3682. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  3683. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  3684. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  3685. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  3686. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  3687. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  3688. loggit('Changed Sky')
  3689. end
  3690. )
  3691. AddCommand('Shedletsky','Shedlet',
  3692. function(Msg,Speaker)
  3693. local sky = Instance.new("Sky")
  3694. sky.Parent = game.Lighting
  3695. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  3696. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  3697. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  3698. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  3699. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  3700. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  3701. loggit('Changed Sky')
  3702. end
  3703. )
  3704. AddCommand('Lua','Lua',
  3705. function(Msg,Speaker)
  3706. local sky = Instance.new("Sky")
  3707. sky.Parent = game.Lighting
  3708. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  3709. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  3710. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  3711. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  3712. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  3713. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  3714. loggit('Changed Sky')
  3715. end
  3716. )
  3717. AddCommand('Mini-Explorer','expl',
  3718. function(Msg,Speaker)
  3719. rtn = {}
  3720. fty = {}
  3721. if #Msg == 0 then
  3722. table.insert(rtn,'Wrong Context of use!')
  3723. elseif Msg == 'workspace' then
  3724. dismiss()
  3725. Output("Exploring Workspace",{Colors.Green},LocalPlayer)
  3726. for _,w in pairs(game:service'Workspace':GetChildren()) do
  3727. Output(w.Name.." ("..w.ClassName..")",{Colors.Yellow},LocalPlayer)
  3728. end
  3729. elseif Msg == 'lightning' then
  3730. dismiss()
  3731. Output("Exploring Lighting",{Colors.Green},LocalPlayer)
  3732. for _,g in pairs(game.Lighting:GetChildren()) do
  3733. Output(g.Name.." ("..g.ClassName..")",{Colors.Yellow},LocalPlayer)
  3734. end
  3735. elseif Msg == 'gui' then
  3736. dismiss()
  3737. Output("Exploring StarterGui",{Colors.Green},LocalPlayer)
  3738. for _,g in pairs(game.StarterGui:GetChildren()) do
  3739. Output(g.Name.." ("..g.ClassName..")",{Colors.Yellow},LocalPlayer)
  3740. end
  3741. elseif Msg == 'players' then
  3742. dismiss()
  3743. Output("Exploring Players",{Colors.Green},LocalPlayer)
  3744. for _,p in pairs(game.Players:GetChildren()) do
  3745. stat = p.Character.Humanoid.Health
  3746. Output(p.Name.." ("..p.ClassName..") , {"..p.AccountAge.."} , ["..stat.."] , ("..p.userId..")",{Colors.Yellow},LocalPlayer)
  3747. end
  3748. else
  3749. Output('lolno',{Colors.Yellow},Localplayer)
  3750. end
  3751. for _,m in pairs(rtn) do
  3752. Output(m,{Color3.new(1,1,1)},LocalPlayer)
  3753. end
  3754. end
  3755. )
  3756. AddCommand('Get Info','info',
  3757. function(Msg,Speaker)
  3758. for _,p in pairs(game.Players:GetChildren()) do
  3759. stat = p.Character.Humanoid.Health
  3760. Output("Info About "..p.Name,{Colors.Green},LocalPlayer)
  3761. Output(""..p.Name.."",{Colors.Yellow},LocalPlayer)
  3762. Output("("..p.ClassName..")",{Colors.Yellow},LocalPlayer)
  3763. Output("Age Is {"..p.AccountAge.."}",{Colors.Yellow},LocalPlayer)
  3764. Output("The Stats Are ["..stat.."]",{Colors.Yellow},LocalPlayer)
  3765. Output("User Id Is ("..p.userId..")",{Colors.Yellow},LocalPlayer)
  3766. end
  3767. end
  3768. )
  3769. AddCommand('Ping','ping',
  3770. function(Msg,Speaker)
  3771. rtn = {}
  3772. fty = {}
  3773. if #Msg == 0 then
  3774. table.insert(rtn,'Pinging Server For Hidden No-No Models!')
  3775. elseif Msg:sub(1,2) == 'a;' then table.insert(rtn,tostring(loadstring("return " .. Msg:sub(3))()))
  3776. elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end
  3777. elseif Msg == 'workspace' then
  3778. dismiss()
  3779. Output("Exploring Workspace",{Colors.Green},LocalPlayer)
  3780. for _,w in pairs(game:service'Workspace':GetChildren()) do
  3781. Output(w.Name.." ("..w.ClassName..")",{Colors.Yellow},LocalPlayer)
  3782. end
  3783. elseif Msg == 'lighting' then
  3784. dismiss()
  3785. Output("Exploring Lighting",{Colors.Green},LocalPlayer)
  3786. for _,g in pairs(game.Lighting:GetChildren()) do
  3787. Output(g.Name.." ("..g.ClassName..")",{Colors.Yellow},LocalPlayer)
  3788. end
  3789. elseif Msg == 'gui' then
  3790. dismiss()
  3791. Output("Exploring StarterGui",{Colors.Green},LocalPlayer)
  3792. for _,g in pairs(game.StarterGui:GetChildren()) do
  3793. Output(g.Name.." ("..g.ClassName..")",{Colors.Yellow},LocalPlayer)
  3794. end
  3795. elseif Msg == 'players' then
  3796. dismiss()
  3797. Output("Exploring Players",{Colors.Green},LocalPlayer)
  3798. stat = p.Character.Humanoid.Health
  3799. for _,p in pairs(game.Players:GetChildren()) do
  3800. Output(p.Name.." ("..p.ClassName..") , {"..p.AccountAge.."} , ["..stat.."] ,("..p.MembershipType..") , ("..p.userId..")",{Colors.Yellow},LocalPlayer)
  3801. end
  3802. elseif Msg == 'PLog' then
  3803. for i,p in pairs(PLOG) do
  3804. Output(p,{Colors.Red},LocalPlayer)
  3805. end
  3806. elseif Msg == 'nil' then
  3807. for num,t in pairs(tabblets) do t:Remove() end
  3808. for _,Net in pairs(game:service'NetworkServer':GetChildren()) do
  3809. if Net:IsA('ServerReplicator') and Net:GetPlayer().Parent ~= game.Players then--]]
  3810. table.insert(rtn,Net:GetPlayer().Name)
  3811. end
  3812. end
  3813. if #rtn == 0 then table.insert(rtn,'No nil players') end
  3814. elseif Msg == 'Test' then
  3815. do
  3816. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3817. wait(.1)
  3818. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3819. wait(.1)
  3820. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3821. wait(.1)
  3822. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3823. wait(.1)
  3824. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3825. wait(.1)
  3826. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3827. wait(.1)
  3828. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3829. wait(.1)
  3830. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3831. wait(.1)
  3832. Output('Testing tablets ',{Colors.White},LocalPlayer)
  3833. end
  3834. Output('Ta'..'blets Are Working',{Colors.Orange},LocalPlayer)
  3835. elseif Msg == 'AFK' then
  3836. Output('This Lord Is AFK Dont Talk To Him Or You May Be Ba'..'nned',{Colors.Red},LocalPlayer)
  3837. elseif Msg == 'log' then
  3838. for num,t in pairs(tabblets) do t:Remove() end
  3839. for _,v in pairs(inflog) do table.insert(rtn,v) end
  3840. Output('Most Recent here',{Colors.Black},Localplayer)
  3841. elseif Msg == 'atmp' then
  3842. for _,v in pairs(ATMP) do table.insert(rtn,v) end
  3843. elseif Msg == 'kfc' then
  3844. for _,v in pairs(KFC) do table.insert(rtn,v) end
  3845. elseif Msg == 'warn' then
  3846. Output('Do Not Touch Me',{Colors.Red},LocalPlayer)
  3847. elseif Msg == 'Version' then
  3848. Output('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
  3849. elseif Msg == 'version' then
  3850. Output2('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
  3851. elseif Msg == 'load' then
  3852. Output2("Ping CMDS Loading",{Colors.Green},Speaker)
  3853. Wait(3)
  3854. Output("Please Choose A Program By Saying Ping,Then the program name",{Colors.Yellow},Localplayer)
  3855. Output("Players Online This Game,Players",{Colors.Cyan},Localplayer)
  3856. Output("Ba".."nned Players,Ba".."nned",{Colors.Cyan},Localplayer)
  3857. Output("Ki".."cking Phrases,Kp",{Colors.Cyan},Localplayer)
  3858. Output("Allowed Players,Allowed",{Colors.Cyan},Localplayer)
  3859. Output("AFK Mode,AFK",{Colors.Cyan},Localplayer)
  3860. Output("Interface Test,Hello",{Colors.Cyan},Localplayer)
  3861. Output("Show Rules,Rules",{Colors.Cyan},Localplayer)
  3862. Output("shows the ping version information,Version",{Colors.Cyan},Localplayer)
  3863. Output("shows the ping2 version information,version",{Colors.Cyan},Localplayer)
  3864. Output("load the System over,load",{Colors.Cyan},Localplayer)
  3865. Output("Information,Info",{Colors.Cyan},Localplayer)
  3866. Output("Show Name,sn",{Colors.Cyan},Localplayer)
  3867. Output("Dismiss,Dismiss",{Colors.Cyan},Localplayer)
  3868. elseif Msg == 'sn' then
  3869. Output("Script Name Is : "..Name,{Colors.Red},Localplayer)
  3870. Output("This will not be given out",{Colors.Black},Localplayer)
  3871. Output("However If You Search in His Models You Can Find The Older Version Under IN".."FINI".."TY X",{Colors.Black},Localplayer)
  3872. else
  3873. table.insert(rtn,Msg)
  3874. end
  3875. for _,m in pairs(rtn) do
  3876. Output(m,{Color3.new(1,1,1)},LocalPlayer)
  3877. end
  3878. end
  3879. )
  3880. AddCommand('Unlocks Hidden Functions','unlock',
  3881. function(Msg,Speaker) dismiss()
  3882. if Msg == "dzekoisafag" then
  3883. GuiChat = true
  3884. Wait()
  3885. Output2('Correct Passcode',{Colors.Green},Localplayer)
  3886. wait(3)
  3887. Output4('Loading Developer Interface...',{Colors.Yellow},LocalPlayer)
  3888. dismiss()
  3889. Wait(10)
  3890. Output("Welcome To The Developer Interface",{Colors.Yellow},Localplayer)
  3891. Wait(.1)
  3892. Output("This is the most Powerful script in SB",{Colors.Yellow},Localplayer)
  3893. Wait(.1)
  3894. Output("Developers: 64sonicshadow46,einsteinK,99zay99,Montano60",{Colors.Cyan},Localplayer)
  3895. Wait(.1)
  3896. Output("To View Explorer Say explorer"..Blet.."",{Colors.Cyan},Localplayer)
  3897. Wait(.1)
  3898. Output("Current Project:64",{Colors.Red},Localplayer)
  3899. Wait(.1)
  3900. Output("This Script",{Colors.Red},Localplayer)
  3901. Wait(.1)
  3902. Output("Current Project:einsteinK and 64sonicshadow46",{Colors.Black},Localplayer)
  3903. Wait(.1)
  3904. Output("His Own tablets",{Colors.Black},Localplayer)
  3905. Wait(.1)
  3906. Output("To View Error Log Say www"..Blet.."",{Colors.Red},Localplayer)
  3907. Wait(.1)
  3908. Output("To Test Script say ping"..Blet.."Text",{Colors.Red},Localplayer)
  3909. Wait(.1)
  3910. Output("Ping Is Working",{Colors.Green},Localplayer)
  3911. Wait(.1)
  3912. Output("Epix tabz",{Colors.Green},Localplayer)
  3913. Wait(.1)
  3914. Output("Current Updates Needing To Be Done:",{Colors.Magenta},Localplayer)
  3915. Wait(.1)
  3916. Output("None",{Colors.Magenta},Localplayer)
  3917. Wait(.1)
  3918. Output("Colors Are Matched Together :3",{Colors.White},Localplayer)
  3919. Wait(8)
  3920. GuiChat = false
  3921. else
  3922. Output2('Incorrect Passcode!',{Colors.Red},Localplayer)
  3923. end
  3924. end
  3925. )
  3926. AddCommand("Show Nil Players","nilp",
  3927. function(Msg,Speaker)
  3928. dismiss()
  3929. for k,v in pairs(Nils) do
  3930. Output(k.." ("..(v.Version or "???")..")",{Colors.Red},LocalPlayer)
  3931. end
  3932. end
  3933. )
  3934. AddCommand('Version','version',
  3935. function(Msg,Speaker) dismiss()
  3936. Output('The Version Is: ' ..Version,{Colors.Orange},LocalPlayer)
  3937. end
  3938. )
  3939. AddCommand('Name','SN',
  3940. function(Msg,Speaker) dismiss()
  3941. Output('The Script Name Is: ' ..Name,{Colors.Orange},LocalPlayer)
  3942. end
  3943. )
  3944. AddCommand('Spam a text','spam',
  3945. function (Msg,Speaker)
  3946. for i = 1,100,1 do
  3947. Chat(""..Msg.."")
  3948. Wait(20)
  3949. Chat2(""..Msg.."")
  3950. Wait()
  3951. end
  3952. end
  3953. )
  3954. AddCommand('Spawncage','cage',
  3955. function(Msg,Speaker) dismiss()
  3956. floor=Instance.new("Part",Workspace)
  3957. floor.Anchored = true
  3958. floor.Size = Vector3.new(50, 1, 50)
  3959. floor.TopSurface = "Smooth"
  3960. floor.BottomSurface = "Smooth"
  3961. floor.BrickColor = BrickColor.new("Really black")
  3962. floor.Locked = true
  3963. floor.CFrame = CFrame.new(0, 0, 0)
  3964. wall1 = Instance.new("Part", workspace)
  3965. wall1.Size = Vector3.new(1, 20, 51)
  3966. wall1.Anchored = true
  3967. wall1.BrickColor = BrickColor.new("Really black")--
  3968. wall1.Transparency = 0
  3969. wall1.TopSurface = "Smooth"
  3970. wall1.BottomSurface = "Smooth"
  3971. wall1.CFrame = CFrame.new(-25, 10, 0)
  3972. wall2 = Instance.new("Part", workspace)
  3973. wall2.Size = Vector3.new(51, 20, 1)
  3974. wall2.Anchored = true
  3975. wall2.BrickColor = BrickColor.new("Really black")--
  3976. wall2.Transparency = 0
  3977. wall2.TopSurface = "Smooth"
  3978. wall2.BottomSurface = "Smooth"
  3979. wall2.CFrame = CFrame.new(0, 10, 25)
  3980. wall3 = Instance.new("Part", workspace)
  3981. wall3.Size = Vector3.new(1, 20, 51)
  3982. wall3.Anchored = true
  3983. wall3.BrickColor = BrickColor.new("Really black")--
  3984. wall3.Transparency = 0
  3985. wall3.TopSurface = "Smooth"
  3986. wall3.BottomSurface = "Smooth"
  3987. wall3.CFrame = CFrame.new(25, 10, 0)
  3988. wall4 = Instance.new("Part", workspace)
  3989. wall4.Size = Vector3.new(51, 20, 1)
  3990. wall4.Anchored = true
  3991. wall4.BrickColor = BrickColor.new("Really black")--
  3992. wall4.Transparency = 0
  3993. wall4.TopSurface = "Smooth"
  3994. wall4.BottomSurface = "Smooth"
  3995. wall4.CFrame = CFrame.new(0, 10, -25)
  3996. roof = Instance.new("Part", workspace)
  3997. roof.Anchored = true
  3998. roof.Size = Vector3.new(51, 1, 51)
  3999. roof.TopSurface = "Smooth"
  4000. roof.BottomSurface = "Smooth"
  4001. roof.BrickColor = BrickColor.new("Really black")
  4002. roof.Locked = true
  4003. roof.CFrame = CFrame.new(0, 20.5, 0)
  4004. while wait() do
  4005. if killafloor then
  4006. function onTouch(part)
  4007. local humanoid = part.Parent:FindFirstChild("Humanoid")
  4008. if (humanoid ~= nil) then
  4009. humanoid.Health = 0
  4010. end
  4011. end
  4012. floor.Touched:connect(onTouch)
  4013. end
  4014. end
  4015. Output("New Spawn cage",{Colors.Green},LocalPlayer)
  4016. loggit('New Spawn Cage')
  4017. end
  4018. )
  4019. AddCommand('OpenDoor','opendoor',
  4020. function(Msg,Speaker) dismiss()
  4021. wall1.CanCollide = false
  4022. wall1.Transparency = 0
  4023. Output2("Opened door",{Colors.Green},LocalPlayer)
  4024. loggit('Opened Door')
  4025. end
  4026. )
  4027. AddCommand('CloseDoor','closedoor',
  4028. function(Msg,Speaker) dismiss()
  4029. wall1.CanCollide = true
  4030. wall1.Transparency = 0
  4031. Output2("Closed door",{Colors.Red},LocalPlayer)
  4032. loggit('Closed door')
  4033. end
  4034. )
  4035. AddCommand('BubbleChat','bchat',
  4036. function(Msg,Speaker) dismiss()
  4037. if string.lower(Msg) == "on" then
  4038. infbubblechat = true
  4039. Output2("Bubblechat on",{Colors.Green},LocalPlayer)
  4040. elseif(string.lower(Msg) == "off") then
  4041. infbubblechat = false
  4042. Output2("Bubblechat off",{Colors.Red},LocalPlayer)
  4043. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4044. end end
  4045. )
  4046. AddCommand('Turn chat on/off','chat',
  4047. function(Msg,Speaker) dismiss()
  4048. if string.lower(Msg) == "on" then
  4049. ChatOn = true
  4050. Output2("Chat on",{Colors.Green},LocalPlayer)
  4051. elseif(string.lower(Msg) == "off") then
  4052. ChatOn = false
  4053. Output2("Chat off",{Colors.Red},LocalPlayer)
  4054. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4055. end end
  4056. )
  4057. AddCommand('Fling','fling',
  4058. function(Msg,Speaker)
  4059. for i, v in pairs(GetPlayers(Msg,Speaker)) do
  4060. if v and v.Character and v.Character:findFirstChild("Torso") and v.Character:findFirstChild("Humanoid") then
  4061. local xran local zran
  4062. repeat xran = math.random(-99999,99999) until math.abs(xran) >= 5555
  4063. repeat zran = math.random(-99999,99999) until math.abs(zran) >= 5555
  4064. v.Character.Humanoid.Sit = true v.Character.Torso.Velocity = Vector3.new(0,0,0)
  4065. loggit("Flung "..v.Name)
  4066. local frc = Instance.new("BodyForce", v.Character.Torso) frc.Name = "BFRC" frc.force = Vector3.new(xran*4,9999*5,zran*4) game:service("Debris"):AddItem(frc,.1)
  4067. end
  4068. end
  4069. end
  4070. )
  4071. AddCommand('Turns on/off chattabs','ct',
  4072. function(Msg,Speaker) dismiss()
  4073. if string.lower(Msg) == "on" then
  4074. chattabs = true
  4075. Output2("chattabs on",{Colors.Green},LocalPlayer)
  4076. loggit("chattabs Lock on")
  4077. elseif(string.lower(Msg) == "off") then
  4078. chattabs = false
  4079. Output2("Chattabs off",{Colors.Red},LocalPlayer)
  4080. loggit("Chattabs off")
  4081. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4082. end end
  4083. )
  4084. AddCommand('Turns on/off 1st person lock','lock1',
  4085. function(Msg,Speaker) dismiss()
  4086. if string.lower(Msg) == "on" then
  4087. lock = true
  4088. Output2("1st person lock on",{Colors.Green},LocalPlayer)
  4089. elseif(string.lower(Msg) == "off") then
  4090. lock = false
  4091. Output2("1st person lock off",{Colors.Red},LocalPlayer)
  4092. loggit("1st person Lock toggled to "..Msg)
  4093. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4094. end end
  4095. )
  4096. AddCommand('Turn K'..'ick'..'ing Phrases on/off','kp',
  4097. function(Msg,Speaker) dismiss()
  4098. if string.lower(Msg) == "on" then
  4099. kphrase = true
  4100. Output2("Ki".."cki".."ng Phrases on",{Colors.Green},LocalPlayer)
  4101. elseif(string.lower(Msg) == "off") then
  4102. kphrase = false
  4103. Output2("Ki".."cki".."ng Phrases off",{Colors.Red},LocalPlayer)
  4104. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4105. end end
  4106. )
  4107. AddCommand('Turn Age B'..'an Phrases on/off','ageb',
  4108. function(Msg,Speaker) dismiss()
  4109. if string.lower(Msg) == "on" then
  4110. ageb = true
  4111. Output2("Age B".."anning on",{Colors.Green},LocalPlayer)
  4112. elseif(string.lower(Msg) == "off") then
  4113. ageb = false
  4114. Output2("Age B".."anning off",{Colors.Red},LocalPlayer)
  4115. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4116. end end
  4117. )
  4118. AddCommand('Toggle Time Wait on/off','waiter',
  4119. function(Msg,Speaker) dismiss()
  4120. if string.lower(Msg) == "on" then
  4121. timewait = true
  4122. Output2("Wait Enabled",{Colors.Red},LocalPlayer)
  4123. elseif(string.lower(Msg) == "off") then
  4124. timewait = false
  4125. Output2("Wait Disabled",{Colors.Red},LocalPlayer)
  4126. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4127. end end
  4128. )
  4129. AddCommand('Toggle Notifications on/off','notify',
  4130. function(Msg,Speaker) dismiss()
  4131. if string.lower(Msg) == "on" then
  4132. notif = true
  4133. Output2("Notifications Enabled",{Colors.Green},LocalPlayer)
  4134. elseif(string.lower(Msg) == "off") then
  4135. notif = false
  4136. Output2("Notifications Disabled",{Colors.Red},LocalPlayer)
  4137. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4138. end end
  4139. )
  4140. AddCommand('Toggle AntiFall on/off','antifall',
  4141. function(Msg,Speaker) dismiss()
  4142. if string.lower(Msg) == "on" then
  4143. AntiFall = true
  4144. Output2("AntiFall on",{Colors.Green},LocalPlayer)
  4145. elseif(string.lower(Msg) == "off") then
  4146. AntiFall = false
  4147. Output2("AntiFall off",{Colors.Red},LocalPlayer)
  4148. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4149. end end
  4150. )
  4151. AddCommand('Toggle Private on/off','pri',
  4152. function(Msg,Speaker) dismiss()
  4153. if string.lower(Msg) == "on" then
  4154. infprion = true
  4155. Output2("Private on",{Colors.Green},LocalPlayer)
  4156. loggit("pri turned on")
  4157. elseif(string.lower(Msg) == "off") then
  4158. infprion = false
  4159. Output2("Private off",{Colors.Red},LocalPlayer)
  4160. loggit("pri turned off")
  4161. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4162. end end
  4163. )
  4164. AddCommand('Try ID','try',
  4165. function(Msg,Speaker) dismiss()
  4166. Output("Changed player's identity",{Colors.Green},LocalPlayer)
  4167. local Blet = infBlet
  4168. for i = 1, #Msg do
  4169. if string.sub(Msg, i, i) == Blet then
  4170. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  4171. for _,v in pairs(search) do
  4172. if v.Character then
  4173. if v.Character:findFirstChild("Humanoid") then
  4174. v.Character.Humanoid.Health = 0
  4175. local alr = GetPlayers(string.sub(Msg, i+1), speaker)
  4176. if #alr == 0 then
  4177. if string.lower(string.sub(Msg, i+1)) == "normal" then
  4178. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. v.userId .."&placeId=0"
  4179. else
  4180. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. string.sub(Msg, i+1) .."&placeId=0"
  4181. end
  4182. else
  4183. for i,s in pairs(alr) do
  4184. v.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=".. s.userId .."&placeId=0"
  4185. end end end end end end end end
  4186. )
  4187. AddCommand('Get Asset','getasset',
  4188. function(Msg,Speaker) dismiss()
  4189. if Msg == "insert" then
  4190. Msg = infinsert
  4191. end
  4192. for id in Msg:gmatch("%d+") do
  4193. local asset_id = tonumber(id)
  4194. if asset_id ~= nil then
  4195. local root = game:GetService("InsertService"):LoadAsset(asset_id)
  4196. for a, b in pairs(root:GetChildren()) do
  4197. if b:IsA("Hat") or b:IsA("Tool") then
  4198. if speaker.Character then
  4199. b.Parent = speaker.Character
  4200. Output2(speaker.Name .. " has been given " .. b.className .. " \"" .. b.Name .. "\" [" .. tostring(asset_id) .. "]",{Colors.Green},LocalPlayer)
  4201. end
  4202. end
  4203. end
  4204. end
  4205. end
  4206. end
  4207. )
  4208. AddCommand('Fire','fire',
  4209. function(Msg,Speaker) dismiss()
  4210. local a = GetPlayers(Msg,Speaker)
  4211. for i,v in pairs(a) do
  4212. if v.Character then
  4213. if v.Character:findFirstChild("Torso") then
  4214. if v.Character.Torso.className == "Part" then
  4215. Instance.new("Fire", v.Character.Torso)
  4216. Output4("Caught "..v.Name.." on fire",{Colors.Green},LocalPlayer)
  4217. loggit("Caught "..v.Name.." on fire")
  4218. end end end end end
  4219. )
  4220. AddCommand('Clean','clean',
  4221. function(Msg,Speaker) dismiss()
  4222. for i,s in pairs(workspace:GetChildren()) do
  4223. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  4224. if s.className ~= "Terrain" then
  4225. if s.className ~= "Camera" then
  4226. pcall(function() s:Destroy() end)
  4227. end end end end
  4228. local b = Instance.new("Part", Game:GetService("Workspace"))
  4229. b.Size = Vector3.new(3000, 1, 3000)
  4230. b.CFrame = CFrame.new(0, 0, 0)
  4231. b.Name = "Base"
  4232. b.BrickColor = BrickColor.new("Earth green")
  4233. b.TopSurface = "Smooth"
  4234. b.BottomSurface = "Smooth"
  4235. b.LeftSurface = "Smooth"
  4236. b.RightSurface = "Smooth"
  4237. b.FrontSurface = "Smooth"
  4238. b.BackSurface = "Smooth"
  4239. b.Anchored = true
  4240. b.Locked = true
  4241. local sl = Instance.new("SpawnLocation", workspace)
  4242. sl.Anchored = true
  4243. sl.Locked = true
  4244. sl.formFactor = "Plate"
  4245. sl.Size = Vector3.new(6, 0.4, 6)
  4246. sl.CFrame = CFrame.new(0, 0.6, 0)
  4247. sl.BrickColor = BrickColor.new("Really black")
  4248. sl.TopSurface = "Smooth"
  4249. sl.BottomSurface = "Smooth"
  4250. sl.LeftSurface = "Smooth"
  4251. sl.RightSurface = "Smooth"
  4252. sl.FrontSurface = "Smooth"
  4253. sl.BackSurface = "Smooth"
  4254. Output("Cleaned workspace",{Colors.Green},LocalPlayer)
  4255. loggit("Cleaned Workspace")
  4256. end
  4257. )
  4258. AddCommand('BasePlate','base',
  4259. function(Msg,Speaker) dismiss()
  4260. local b = Instance.new("Part", workspace)
  4261. b.Size = Vector3.new(3000, 1, 3000)
  4262. b.CFrame = CFrame.new(0, 0, 0)
  4263. b.Name = "Base"
  4264. b.BrickColor = BrickColor.new("Earth green")
  4265. b.TopSurface = "Smooth"
  4266. b.BottomSurface = "Smooth"
  4267. b.LeftSurface = "Smooth"
  4268. b.RightSurface = "Smooth"
  4269. b.FrontSurface = "Smooth"
  4270. b.BackSurface = "Smooth"
  4271. b.Anchored = true
  4272. b.Locked = true
  4273. local sl = Instance.new("SpawnLocation", workspace)
  4274. sl.Anchored = true
  4275. sl.Locked = true
  4276. sl.formFactor = "Plate"
  4277. sl.Size = Vector3.new(6, 0.4, 6)
  4278. sl.CFrame = CFrame.new(0, 0.6, 0)
  4279. sl.BrickColor = BrickColor.new("Really black")
  4280. sl.TopSurface = "Smooth"
  4281. sl.BottomSurface = "Smooth"
  4282. sl.LeftSurface = "Smooth"
  4283. sl.RightSurface = "Smooth"
  4284. sl.FrontSurface = "Smooth"
  4285. sl.BackSurface = "Smooth"
  4286. Output2("Created base",{Colors.Green},LocalPlayer)
  4287. loggit("Made Base")
  4288. end
  4289. )
  4290. AddCommand('Remove Legs','nolegs',
  4291. function(Msg,Speaker) dismiss()
  4292. local a = GetPlayers(Msg,Speaker)
  4293. for i,v in pairs(a) do
  4294. for i,j in pairs(v.Character:GetChildren()) do
  4295. if j.Name == "Left Leg" or j.Name == "Right Leg" then
  4296. j:remove()
  4297. end end end
  4298. Output("Removed player's legs",{Colors.Green},LocalPlayer)
  4299. loggit("Removed All Legs")
  4300. end
  4301. )
  4302. AddCommand('Remove Hats','nohats',
  4303. function(Msg,Speaker) dismiss()
  4304. local a = GetPlayers(Msg,Speaker)
  4305. for i,v in pairs(a) do
  4306. for i,j in pairs(v.Character:GetChildren()) do
  4307. if j.ClassName == "Hat" then
  4308. j:remove()
  4309. end end end
  4310. Output("Removed player's hats",{Colors.Green},LocalPlayer)
  4311. loggit("Removed All Hats")
  4312. end
  4313. )
  4314. AddCommand('Remove Face','noface',
  4315. function(Msg,Speaker) dismiss()
  4316. local a = GetPlayers(Msg,Speaker)
  4317. for i,v in pairs(a) do
  4318. for i,j in pairs(v.Character.Head:GetChildren()) do
  4319. if j.ClassName == "Decal" then
  4320. j:remove()
  4321. end end end
  4322. Output("Removed player's face",{Colors.Green},LocalPlayer)
  4323. loggit("Removed All Faces")
  4324. end
  4325. )
  4326. AddCommand('Remove Arms','noarms',
  4327. function(Msg,Speaker) dismiss()
  4328. local a = GetPlayers(Msg,Speaker)
  4329. for i,v in pairs(a) do
  4330. for i,j in pairs(v.Character:GetChildren()) do
  4331. if j.Name == "Left Arm" or j.Name == "Right Arm" then
  4332. j:remove()
  4333. end end end
  4334. Output("Removed player's arms",{Colors.Green},LocalPlayer)
  4335. loggit("Removed player's arms")
  4336. end
  4337. )
  4338. AddCommand("All-Check","AC",
  4339. function(Msg,Speaker)
  4340. AWL()
  4341. end
  4342. )
  4343. AddCommand('Change Ambient','ambient',
  4344. function(Msg,Speaker) dismiss()
  4345. game:GetService("Lighting").Ambient = Color3.new(tonumber(word))
  4346. Output2("Changed ambient",{Colors.Green},LocalPlayer)
  4347. end
  4348. )
  4349. AddCommand('Remove Cloths','noclothes',
  4350. function(Msg,Speaker) dismiss()
  4351. local a = GetPlayers(Msg,Speaker)
  4352. for i,v in pairs(a) do
  4353. for i,j in pairs(v.Character:GetChildren()) do
  4354. if j.ClassName == "Shirt" or j.ClassName == "Pants" or j.ClassName == "ShirtGraphic" then
  4355. j:remove()
  4356. end end end
  4357. Output("Removed player's clothes",{Colors.Green},LocalPlayer)
  4358. loggit("Removed player's clothes")
  4359. end
  4360. )
  4361. AddCommand('Reset Lighting','rl',
  4362. function(Msg,Speaker) dismiss()
  4363. for i,v in pairs(game:GetService("Lighting"):GetChildren()) do
  4364. v:remove()
  4365. end
  4366. local light = game:GetService("Lighting")
  4367. light.TimeOfDay = "14:00:00"
  4368. light.Brightness = 1
  4369. light.ColorShift_Bottom = Color3.new(0, 0, 0)
  4370. light.ColorShift_Top = Color3.new(0, 0, 0)
  4371. light.ShadowColor = Color3.new(178, 178, 178)
  4372. light.Ambient = Color3.new(1, 1, 1)
  4373. light.FogStart= 0
  4374. light.FogEnd= 10000000000000
  4375. Output2("Reset lighting",{Colors.Green},LocalPlayer)
  4376. loggit("Reset lighting")
  4377. end
  4378. )
  4379. AddCommand('Day','day',
  4380. function(Msg,Speaker) dismiss()
  4381. local light = game:GetService("Lighting")
  4382. light.TimeOfDay = "14:00:00"
  4383. Output2("Set time to day",{Colors.Green},LocalPlayer)
  4384. loggit("Set time to day")
  4385. end
  4386. )
  4387. AddCommand('Night','night',
  4388. function(Msg,Speaker) dismiss()
  4389. local light = game:GetService("Lighting")
  4390. light.TimeOfDay = "24:00:00"
  4391. Output2("Set time to night",{Colors.Green},LocalPlayer)
  4392. loggit("Set time to night")
  4393. end
  4394. )
  4395. AddCommand('UnFire','unfire',
  4396. function(Msg,Speaker) dismiss()
  4397. local a = GetPlayers(Msg,Speaker)
  4398. for i,v in pairs(a) do
  4399. if v.Character then
  4400. if v.Character:findFirstChild("Torso") then
  4401. if v.Character.Torso.ClassName == "Part" then
  4402. for i,f in pairs(v.Character.Torso:GetChildren()) do
  4403. if f.ClassName == "Fire" then
  4404. f:remove()
  4405. Output2("Removed fire from "..v.Name,{Colors.Green},LocalPlayer)
  4406. loggit("Removed fire from "..v.Name)
  4407. end end end end end end end
  4408. )
  4409. AddCommand('ForceField','ff',
  4410. function(Msg,Speaker) dismiss()
  4411. local a = GetPlayers(Msg,Speaker)
  4412. for i,v in pairs(a) do
  4413. if v.Character then
  4414. Instance.new("ForceField", v.Character).Name = "nilforcefield"
  4415. Output4("Gave forcefield to "..v.Name,{Colors.Green},LocalPlayer)
  4416. loggit("Gave forcefield to "..v.Name)
  4417. end end end
  4418. )
  4419. AddCommand('Remove ForceField','unff',
  4420. function(Msg,Speaker) dismiss()
  4421. local a = GetPlayers(Msg,Speaker)
  4422. for i,v in pairs(a) do
  4423. if v.Character then
  4424. for i,f in pairs(v.Character:GetChildren()) do
  4425. if f.ClassName == "ForceField" then
  4426. f:remove()
  4427. Output4("Removed ForceField from "..v.Name,{Colors.Green},LocalPlayer)
  4428. loggit("Removed forcefield to "..v.Name)
  4429. end end end end end
  4430. )
  4431. AddCommand('Fog on/off','fog',
  4432. function(Msg,Speaker) dismiss()
  4433. if string.lower(Msg) == "on" then
  4434. game:service("Lighting").FogStart= 0
  4435. game:service("Lighting").FogEnd= 100
  4436. Output2("Fogs on",{Colors.Green},LocalPlayer)
  4437. loggit('Fogs on')
  4438. elseif(string.lower(Msg) == "off") then
  4439. game:service("Lighting").FogStart= 0
  4440. game:service("Lighting").FogEnd= 999999999999
  4441. Output2("Fogs off",{Colors.Green},LocalPlayer)
  4442. loggit('Fogs off')
  4443. else Output2("Message must be on/off",{Colors.Red},LocalPlayer)
  4444. end end
  4445. )
  4446. AddCommand('Sparkles','sparkles',
  4447. function(Msg,Speaker) dismiss()
  4448. local a = GetPlayers(Msg,Speaker)
  4449. for i,v in pairs(a) do
  4450. if v.Character then
  4451. if v.Character:findFirstChild("Torso") then
  4452. Instance.new("Sparkles", v.Character.Torso)
  4453. Output2("Gave sparkles to "..v.Name,{Colors.Green},LocalPlayer)
  4454. end end end end
  4455. )
  4456. AddCommand('Epic','epic',
  4457. function(Msg,Speaker) dismiss()
  4458. local a = GetPlayers(Msg,Speaker)
  4459. for i,v in pairs(a) do
  4460. if v.Character ~= nil then
  4461. for i,s in pairs(v.Character:GetChildren()) do
  4462. if s.className == "Part" then
  4463. s.Reflectance = 1
  4464. elseif(s.ClassName == "Humanoid") then
  4465. s.MaxHealth = math.huge
  4466. Output("Epicized "..v.Name,{Colors.Green},LocalPlayer)
  4467. loggit("Epicized "..v.Name)
  4468. end end end end end
  4469. )
  4470. AddCommand('Respawn','respawn',
  4471. function(Msg,Speaker) dismiss()
  4472. local a = GetPlayers(Msg,Speaker)
  4473. for i,v in pairs(a) do
  4474. local ack2 = Instance.new("Model")
  4475. ack2.Parent = game:GetService("Workspace")
  4476. local ack4 = Instance.new("Part")
  4477. ack4.Transparency = 1
  4478. ack4.CanCollide = false
  4479. ack4.Anchored = true
  4480. ack4.Name = "Torso"
  4481. ack4.Position = Vector3.new(10000,10000,10000)
  4482. ack4.Parent = ack2
  4483. local ack3 = Instance.new("Humanoid")
  4484. ack3.Torso = ack4
  4485. ack3.Parent = ack2
  4486. v.Character = ack2
  4487. Output4("Respawned "..v.Name,{Colors.Green},LocalPlayer)
  4488. loggit("Respawned "..v.Name)
  4489. end end
  4490. )
  4491. AddCommand('An'..'tiB'..'an','a'..'b',
  4492. function(Msg,Speaker) dismiss()
  4493. local a = GetPlayers(Msg,Speaker)
  4494. for i,v in pairs(a) do
  4495. local isab = false
  4496. for i,s in pairs(infab) do
  4497. if string.lower(v.Name) == string.lower(s) then
  4498. isab = true
  4499. end end
  4500. if isab == false then
  4501. table.insert(infab, v.Name)
  4502. Output(v.Name .. " now has an antib".."an.",{Colors.Green},LocalPlayer)
  4503. loggit(v.Name .. " now has an antib".."an.")
  4504. end
  4505. end end
  4506. )
  4507. AddCommand('UnB'..'an','unb'..'an',
  4508. function(Msg,Speaker) dismiss()
  4509. for i,s in pairs(baLnliLst) do
  4510. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  4511. table.remove(baLnliLst, i)
  4512. Output("Unba".."nned "..s,{Colors.Green},LocalPlayer)
  4513. loggit("Unba".."nned "..s)
  4514. end end end
  4515. )
  4516. AddCommand('Remove from Allowed','removep',
  4517. function(Msg,Speaker) dismiss()
  4518. for i,s in pairs(allowed) do
  4519. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  4520. table.remove(allowed, i)
  4521. Output2("Removed "..s.." from Allowed",{Colors.Red},LocalPlayer)
  4522. loggit("Removed "..s.." from Allowed")
  4523. end end end
  4524. )
  4525. AddCommand('UnAn'..'tiB'..'an','un'..'a'..'b',
  4526. function(Msg,Speaker) dismiss()
  4527. for i,s in pairs(infab) do
  4528. if string.sub(string.lower(s), 1, #Msg) == string.lower(Msg) then
  4529. table.remove(infab, i)
  4530. Output("Removed "..s.."'s AntiB".."an",{Colors.Green},LocalPlayer)
  4531. loggit("Removed "..s.."'s An".."ti-ba".."n")
  4532. end end end
  4533. )
  4534. AddCommand('Tests Output1','T1',
  4535. function(Msg,Speaker)
  4536. Output(Msg,{Colors.Green},Localplayer)
  4537. end
  4538. )
  4539. AddCommand('Tests Output2','T2',
  4540. function(Msg,Speaker)
  4541. Output2(Msg,{Colors.Green},Localplayer)
  4542. end
  4543. )
  4544. AddCommand('Tests Output3','T3',
  4545. function(Msg,Speaker)
  4546. Output3(Msg,{Colors.Green},Localplayer)
  4547. end
  4548. )
  4549. AddCommand('Tests Output4','T4',
  4550. function(Msg,Speaker)
  4551. Output4(Msg,{Colors.Green},Localplayer)
  4552. end
  4553. )
  4554. AddCommand('Tests Output5','T5',
  4555. function(Msg,Speaker)
  4556. Output5(Msg,{Colors.Green},Localplayer)
  4557. end
  4558. )
  4559. AddCommand('Tests Output6','T6',
  4560. function(Msg,Speaker)
  4561. Output6(Msg,{Colors.Green},Localplayer)
  4562. end
  4563. )
  4564. AddCommand('Tests Output7','T7',
  4565. function(Msg,Speaker)
  4566. Output7(Msg,{Colors.Green},Localplayer)
  4567. end
  4568. )
  4569. AddCommand('Rejoins Server','rej',
  4570. function(Msg,Speaker) dismiss()
  4571. game:service'TeleportService':Teleport(game.PlaceId)
  4572. end
  4573. )
  4574. AddCommand("Goes to 64sonicshadow46's game",'64',
  4575. function(Msg,Speaker) dismiss()
  4576. game:service'TeleportService':Teleport(101450292)
  4577. end
  4578. )
  4579. AddCommand("Goes to Custom Place",'goto',
  4580. function(Msg,Speaker) dismiss()
  4581. game:service'TeleportService':Teleport(Msg)
  4582. end
  4583. )
  4584. AddCommand('Remove Humanoid','rhum',
  4585. function(Msg,Speaker) dismiss()
  4586. local a = GetPlayers(Msg,Speaker)
  4587. for i,v in pairs(a) do
  4588. if v.Character.Humanoid then
  4589. v.Character.Humanoid:Destroy()
  4590. Output('Removed humanoid of '..v.Name,{Colors.Green},LocalPlayer)
  4591. loggit('Removed humanoid of '..v.Name)
  4592. end end end
  4593. )
  4594. AddCommand('Get Age','getage',
  4595. function(Msg,Speaker) dismiss()
  4596. local a = GetPlayers(Msg,Speaker)
  4597. for i,v in pairs(a) do
  4598. local at = 0
  4599. local age = v.AccountAge
  4600. while true do
  4601. wait()
  4602. if age - 365 < 0 then
  4603. break
  4604. end
  4605. at = at + 1
  4606. age = age - 365
  4607. end
  4608. local h = Instance.new("Hint", workspace)
  4609. h.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  4610. loggit("Got Account Age Results Were: "..v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old" )
  4611. wait(4)
  4612. if h then
  4613. h:remove()
  4614. end
  4615. end end
  4616. )
  4617. AddCommand('UnL'..'ag','unl'..'ag',
  4618. function(Msg,Speaker) dismiss()
  4619. local a = GetPlayers(Msg,Speaker)
  4620. la = 'NILLA56'
  4621. for i,v in pairs(a) do
  4622. for i,s in pairs(v.PlayerGui:GetChildren()) do
  4623. la.Disabled = true
  4624. la:remove()
  4625. Output2('UnLa'..'gged'..v.Name,{Colors.Green},LocalPlayer)
  4626. end
  4627. end
  4628. end
  4629. )
  4630. AddCommand('Sit','sit',
  4631. function(Msg,Speaker) dismiss()
  4632. local a = GetPlayers(Msg,Speaker)
  4633. for i,v in pairs(a) do
  4634. for i,j in pairs(v.Character:GetChildren()) do
  4635. if j.ClassName == "Humanoid" then
  4636. j.Sit = true
  4637. Output2("Made "..j.Name.." sit",{Colors.Green},LocalPlayer)
  4638. end end end end
  4639. )
  4640. AddCommand('Make Cave','cave',
  4641. function(Msg,Speaker) dismiss()
  4642. for i = 1, 9 do
  4643. local rock = Instance.new("Part", workspace)
  4644. rock.Anchored = true
  4645. rock.Shape = "Ball"
  4646. rock.Material = "Slate"
  4647. rock.TopSurface = "Smooth"
  4648. rock.BottomSurface = "Smooth"
  4649. rock.Size = Vector3.new(40, 40, 40)
  4650. rock.BrickColor = BrickColor.new("Stone gray")
  4651. rock.CFrame = CFrame.new(0,1,0)*CFrame.Angles(0,math.rad(i*40),0)*CFrame.new(80/2,0,0)
  4652. Output("Created cave",{Colors.Green},LocalPlayer)
  4653. end end
  4654. )
  4655. AddCommand('Remove Tools','rtools',
  4656. function(Msg,Speaker) dismiss()
  4657. local a = GetPlayers(Msg,Speaker)
  4658. for i,v in pairs(a) do
  4659. if v:findFirstChild("Backpack") ~= nil then
  4660. if v.Character then
  4661. for i,s in pairs(v.Character:GetChildren()) do
  4662. if s.ClassName == "Tool" or v.ClassName == "Model" then
  4663. s:remove()
  4664. end end end
  4665. for i,s in pairs(v.Backpack:GetChildren()) do
  4666. s:remove()
  4667. end end
  4668. end
  4669. Output("Removed players's tools",{Colors.Green},LocalPlayer)
  4670. end
  4671. )
  4672. AddCommand('Make Tree','tree',
  4673. function(Msg,Speaker) dismiss()
  4674. local a = GetPlayers(Msg,Speaker)
  4675. for i,v in pairs(a) do
  4676. if v.Character:findFirstChild("Torso") == nil then return end
  4677. local treet = Instance.new("Part", workspace)
  4678. treet.Size = Vector3.new(4, 20, 4)
  4679. treet.Anchored = true
  4680. treet.Locked = true
  4681. treet.BrickColor = BrickColor.new("Reddish brown")
  4682. treet.CFrame = v.Character.Torso.CFrame * CFrame.new(0, -13, 0)
  4683. local treetop = Instance.new("Part", workspace)
  4684. treetop.BrickColor = BrickColor.new("Earth green")
  4685. treetop.TopSurface = "Smooth"
  4686. treetop.BottomSurface = "Smooth"
  4687. treetop.Size = Vector3.new(13, 13, 13)
  4688. treetop.Anchored = true
  4689. treetop.Shape = "Ball"
  4690. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  4691. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0, 5, 0)
  4692. coroutine.resume(coroutine.create(function()
  4693. for i = 1, 200 do
  4694. wait()
  4695. if treet ~= nil then
  4696. if treetop ~= nil then
  4697. treet.CFrame = treet.CFrame * CFrame.new(0 ,0.1, 0)
  4698. treetop.CFrame = treetop.CFrame * CFrame.new(0 ,0.1, 0)
  4699. end
  4700. end
  4701. end end))
  4702. end
  4703. Output2("Put a tree under player",{Colors.Green},LocalPlayer)
  4704. end
  4705. )
  4706. AddCommand('Change Walkspeed','walkspeed',
  4707. function(Msg,Speaker) dismiss()
  4708. local Blet = infBlet
  4709. for i = 1, #Msg do
  4710. if string.sub(Msg, i, i) == Blet then
  4711. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  4712. for _,v in pairs(search) do
  4713. if v.Character then
  4714. if v.Character:findFirstChild("Humanoid") then
  4715. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  4716. end end end end end
  4717. Output("Changed walkspeed",{Colors.Green},LocalPlayer)
  4718. end
  4719. )
  4720. AddCommand('Health','health',
  4721. function(Msg,Speaker) dismiss()
  4722. local Blet = infBlet
  4723. for i = 1, #Msg do
  4724. if string.sub(Msg, i, i) == Blet then
  4725. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  4726. for _,v in pairs(search) do
  4727. if v.Character then
  4728. if v.Character:findFirstChild("Humanoid") then
  4729. v.Character.Humanoid.MaxHealth = tonumber(string.sub(Msg, i+1))
  4730. v.Character.Humanoid.Health = tonumber(string.sub(Msg, i+1))
  4731. end end end end end
  4732. Output("Changed health",{Colors.Green},LocalPlayer)
  4733. end
  4734. )
  4735. AddCommand('Make Forest','forest',
  4736. function(Msg,Speaker) dismiss()
  4737. local tmodel = Instance.new("Model", workspace)
  4738. for i = 1, 3000 do
  4739. local treet = Instance.new("Part", tmodel)
  4740. treet.Size = Vector3.new(4, 20, 4)
  4741. treet.Anchored = true
  4742. treet.Locked = true
  4743. treet.BrickColor = BrickColor.new("Reddish brown")
  4744. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  4745. local treetop = Instance.new("Part", tmodel)
  4746. treetop.BrickColor = BrickColor.new("Earth green")
  4747. treetop.TopSurface = "Smooth"
  4748. treetop.BottomSurface = "Smooth"
  4749. treetop.Size = Vector3.new(13, 13, 13)
  4750. treetop.Anchored = true
  4751. treetop.Shape = "Ball"
  4752. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  4753. end
  4754. Output("Made a forest!",{Colors.Green},LocalPlayer)
  4755. end
  4756. )
  4757. AddCommand('Build Tools','btools',
  4758. function(Msg,Speaker) dismiss()
  4759. local a = GetPlayers(Msg,Speaker)
  4760. for i,v in pairs(a) do
  4761. if v:findFirstChild("Backpack") then
  4762. Instance.new("HopperBin", v.Backpack).BinType = 4
  4763. Instance.new("HopperBin", v.Backpack).BinType = 3
  4764. Instance.new("HopperBin", v.Backpack).BinType = 1
  4765. Output("Gave building tools to "..v.Name,{Colors.Green},LocalPlayer)
  4766. end end
  4767. end
  4768. )
  4769. AddCommand('Debug','debug',
  4770. function(Msg,Speaker) dismiss()
  4771. for i,t in pairs(game:service("Workspace"):GetChildren()) do
  4772. pcall (function()
  4773. t:remove()
  4774. end)
  4775. end
  4776. for i,v in pairs(GetPlayers()) do
  4777. for i,s in pairs(v:GetChildren()) do
  4778. if s.Name ~= "PlayerGui" then
  4779. pcall (function()
  4780. s:destroy()
  4781. end)
  4782. end end end
  4783. for i,v in pairs(game:service("Debris"):GetChildren()) do
  4784. pcall (function()
  4785. v:destroy()
  4786. end)
  4787. end
  4788. for i,v in pairs(game:service("Lighting"):GetChildren()) do
  4789. pcall (function()
  4790. v:destroy()
  4791. end)
  4792. end
  4793. for i,v in pairs(GetPlayers()) do
  4794. v.Neutral = true
  4795. end
  4796. for i,v in pairs(game:service("Teams"):GetChildren()) do
  4797. pcall (function()
  4798. v:destroy()
  4799. end)
  4800. end
  4801. Output2("Debuged server",{Colors.Green},LocalPlayer)
  4802. end
  4803. )
  4804. AddCommand('Remove Team','rteam',
  4805. function(Msg,Speaker) dismiss()
  4806. local teams = game:service("Teams")
  4807. for i,v in pairs(teams:GetTeams()) do
  4808. if string.sub(string.lower(v.Name), 1, #Msg) == string.lower(Msg) then
  4809. v:remove()
  4810. end end
  4811. Output2("Removed teams",{Colors.Green},LocalPlayer)
  4812. end
  4813. )
  4814. AddCommand('New Team','newteam',
  4815. function(Msg,Speaker) dismiss()
  4816. local team = Instance.new("Team",game:service("Teams"))
  4817. team.Name = Msg
  4818. team.TeamColor = BrickColor.random()
  4819. Output2("Created new team " ..team.Name,{Colors.Green},LocalPlayer)
  4820. end
  4821. )
  4822. AddCommand('Recall Chat Log','CL',
  4823. function(Msg,Speaker) dismiss()
  4824. Output("Showing chatlog",{Colors.White},LocalPlayer)
  4825. for i=#CLOG,#CLOG-49,-1 do
  4826. if not CLOG[i] then
  4827. break
  4828. else
  4829. local S,M = CLOG[i].Speaker,CLOG[i].Message
  4830. Output(tostring(S)..": "..M,{Colors.Green},LocalPlayer)
  4831. end
  4832. end
  4833. end
  4834. )
  4835. AddCommand("Paralyze a player","para",
  4836. function(Msg,Speaker)
  4837. pcall(function()
  4838. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  4839. v.Character.Humanoid.PlatformStand = true
  4840. Output("Paralyzed "..v.Name,{Colors.Green},LocalPlayer)
  4841. end
  4842. end)
  4843. end
  4844. )
  4845.  
  4846. AddCommand("Unparalyze player","Unpara",
  4847. function(Msg,Speaker)
  4848. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  4849. v.Character.Humanoid.PlatformStand = false
  4850. Output("UnParalyzed "..v.Name,{Colors.Green},LocalPlayer)
  4851. end
  4852. end
  4853. )
  4854. AddCommand("Heals Player","Heal",
  4855. function(Msg,Speaker)
  4856. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  4857. v.Character.Humanoid.Health = 100
  4858. end
  4859. end
  4860. )
  4861. AddCommand('Build Tools','bt00ls',
  4862. function(Msg,Speaker)
  4863. local BuildTools = {73089166, 73089204, 73089190, 58880579, 60791062, 73089239, 18474459, 36334760, 58901534, 16975388, 58901405, 58901575}
  4864. local a = GetPlayers(Msg,Speaker)
  4865. for i,v in pairs(a) do
  4866. if v:findFirstChild("Backpack") then
  4867. for q,w in ipairs(BuildTools) do
  4868. local ins = game:GetService("InsertService"):LoadAsset(w)
  4869. for _,b in pairs(ins:GetChildren()) do
  4870. b.Parent = v.Backpack
  4871. ins:Destroy()
  4872. end
  4873. end
  4874. Output2("Gave building tools to "..v.Name,{Colors.Green},LocalPlayer)
  4875. end end
  4876. end
  4877. )
  4878. AddCommand('Punish','punish',
  4879. function(Msg,Speaker) dismiss()
  4880. local a = GetPlayers(Msg,Speaker)
  4881. for i,v in pairs(a) do
  4882. if v.Character then
  4883. v.Character.Parent = game:service("Lighting")
  4884. Output2("Punished "..v.Name,{Colors.Green},LocalPlayer)
  4885. end end
  4886. end
  4887. )
  4888. AddCommand('UnPunish','unpunish',
  4889. function(Msg,Speaker) dismiss()
  4890. local a = GetPlayers(Msg,Speaker)
  4891. for i,v in pairs(a) do
  4892. if v.Character then
  4893. v.Character.Parent = workspace
  4894. v.Character:MakeJoints()
  4895. Output2("Unpunished "..v.Name,{Colors.Green},LocalPlayer)
  4896. end end end
  4897. )
  4898. AddCommand('Freeze','freeze',
  4899. function(Msg,Speaker) dismiss()
  4900. local a = GetPlayers(Msg,Speaker)
  4901. for i,v in pairs(a) do
  4902. if v.Character ~= nil then
  4903. for i,s in pairs(v.Character:GetChildren()) do
  4904. if s.className == "Part" then
  4905. s.Anchored = true
  4906. s.Reflectance = 1
  4907. Output("Froze "..v.Name,{Colors.Green},LocalPlayer)
  4908. end end end end end
  4909. )
  4910. AddCommand('Thaw','thaw',
  4911. function(Msg,Speaker) dismiss()
  4912. local a = GetPlayers(Msg,Speaker)
  4913. for i,v in pairs(a) do
  4914. if v.Character ~= nil then
  4915. for i,s in pairs(v.Character:GetChildren()) do
  4916. if s.className == "Part" then
  4917. s.Anchored = false
  4918. s.Reflectance = 0
  4919. Output("Thawed "..v.Name,{Colors.Green},LocalPlayer)
  4920. end end end end end
  4921. )
  4922. AddCommand('Killa Body','kbod',
  4923. function(Msg,Speaker)
  4924. if game:service("Players").LocalPlayer.Character ~= nil then
  4925. end
  4926. Character = Instance.new("Model")
  4927. Character.Name = CharacterName or game.Players.LocalPlayer.Name
  4928. Character.Parent = game.Workspace
  4929. local Head = Instance.new("Part")
  4930. Head.Name = "Head"
  4931. Head.formFactor = 0
  4932. Head.Size = Vector3.new(2, 1, 1)
  4933. Head.TopSurface = 0
  4934. Head.BottomSurface = "Weld"
  4935. Head.BrickColor = BrickColor.new("Really red")
  4936. Head.Parent = Character
  4937. local Mesh = Instance.new("SpecialMesh")
  4938. Mesh.MeshType = "Head"
  4939. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  4940. Mesh.Parent = Head
  4941. local Face = Instance.new("Decal")
  4942. Face.Name = "face"
  4943. Face.Face = "Front"
  4944. Face.Texture = "rbxasset://textures/face.png"
  4945. Face.Parent = Head
  4946. local Torso = Instance.new("Part")
  4947. Torso.Name = "Torso"
  4948. Torso.formFactor = 0
  4949. Torso.Size = Vector3.new(2, 2, 1)
  4950. Torso.TopSurface = "Studs"
  4951. Torso.BottomSurface = "Inlet"
  4952. Torso.LeftSurface = "Weld"
  4953. Torso.RightSurface = "Weld"
  4954. Torso.BrickColor = BrickColor.new("Really black")
  4955. Torso.Parent = Character
  4956. local TShirt = Instance.new("Decal")
  4957. TShirt.Name = "roblox"
  4958. TShirt.Face = "Front"
  4959. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  4960. TShirt.Parent = Torso
  4961. local Limb = Instance.new("Part")
  4962. Limb.formFactor = 0
  4963. Limb.Size = Vector3.new(1, 2, 1)
  4964. Limb.TopSurface = "Studs"
  4965. Limb.BottomSurface = "Inlet"
  4966. Limb.BrickColor = BrickColor.new("Really black")
  4967. local Limb2 = Instance.new("Part")
  4968. Limb2.formFactor = 0
  4969. Limb2.Size = Vector3.new(1, 2, 1)
  4970. Limb2.TopSurface = "Studs"
  4971. Limb2.BottomSurface = "Inlet"
  4972. Limb2.BrickColor = BrickColor.new("Really black")
  4973. local LeftArm = Limb2:Clone()
  4974. LeftArm.Name = "Left Arm"
  4975. LeftArm.Parent = Character
  4976. local RightArm = Limb2:Clone()
  4977. RightArm.Name = "Right Arm"
  4978. RightArm.Parent = Character
  4979. local LeftLeg = Limb:Clone()
  4980. LeftLeg.Name = "Left Leg"
  4981. LeftLeg.Parent = Character
  4982. local RightLeg = Limb:Clone()
  4983. RightLeg.Name = "Right Leg"
  4984. RightLeg.Parent = Character
  4985. Character:BreakJoints()
  4986. local Neck = Instance.new("Motor6D")
  4987. Neck.Name = "Neck"
  4988. Neck.Part0 = Torso
  4989. Neck.Part1 = Head
  4990. Neck.C0 = CFrame.new(0, 2, 0)
  4991. Neck.C1 = CFrame.new(0, 0.5, 0)
  4992. Neck.MaxVelocity = 0
  4993. Neck.Parent = Torso
  4994. local LeftShoulder = Instance.new("Motor6D")
  4995. LeftShoulder.Name = "Left Shoulder"
  4996. LeftShoulder.Part0 = Torso
  4997. LeftShoulder.Part1 = LeftArm
  4998. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  4999. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  5000. LeftShoulder.MaxVelocity = 0.5
  5001. LeftShoulder.Parent = Torso
  5002. local RightShoulder = Instance.new("Motor6D")
  5003. RightShoulder.Name = "Right Shoulder"
  5004. RightShoulder.Part0 = Torso
  5005. RightShoulder.Part1 = RightArm
  5006. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  5007. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  5008. RightShoulder.MaxVelocity = 0.5
  5009. RightShoulder.Parent = Torso
  5010. local LeftHip = Instance.new("Motor6D")
  5011. LeftHip.Name = "Left Hip"
  5012. LeftHip.Part0 = Torso
  5013. LeftHip.Part1 = LeftLeg
  5014. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  5015. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  5016. LeftHip.MaxVelocity = 0.1
  5017. LeftHip.Parent = Torso
  5018. local RightHip = Instance.new("Motor6D")
  5019. RightHip.Name = "Right Hip"
  5020. RightHip.Part0 = Torso
  5021. RightHip.Part1 = RightLeg
  5022. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  5023. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  5024. RightHip.MaxVelocity = 0.1
  5025. RightHip.Parent = Torso
  5026. local Humanoid = Instance.new("Humanoid")
  5027. Humanoid.Parent = Character
  5028. Humanoid.WalkSpeed = 50
  5029. local BodyColors = Instance.new("BodyColors")
  5030. BodyColors.Name = "Body Colors"
  5031. BodyColors.HeadColor = Head.BrickColor
  5032. BodyColors.TorsoColor = Torso.BrickColor
  5033. BodyColors.LeftArmColor = LeftArm.BrickColor
  5034. BodyColors.RightArmColor = RightArm.BrickColor
  5035. BodyColors.LeftLegColor = LeftLeg.BrickColor
  5036. BodyColors.RightLegColor = RightLeg.BrickColor
  5037. BodyColors.Parent = Character
  5038. local Shirt = Instance.new("Shirt")
  5039. Shirt.Name = "Shirt"
  5040. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=60636107"
  5041. --http://www.roblox.com/asset/?id=106096351
  5042. Shirt.Parent = Character
  5043. local ShirtGraphic = Instance.new("ShirtGraphic")
  5044. ShirtGraphic.Name = "Shirt Graphic"
  5045. ShirtGraphic.Graphic = ""
  5046. ShirtGraphic.Parent = Character
  5047. local Pants = Instance.new("Pants")
  5048. Pants.Name = "Pants"
  5049. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=60636428"
  5050. --http://www.roblox.com/asset/?id=106096415
  5051. Pants.Parent = Character
  5052. Torso.CFrame = CFrame.new(0,50,0)
  5053. game:service("Players").LocalPlayer.Character = Character
  5054. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  5055. workspace.CurrentCamera.CameraType = "Custom"
  5056. hats = {67996263,93131532,102621051,108149175}
  5057. --91658092 = Furturo Robot Torso
  5058. --81725392 overseer left arm
  5059. --81728558 Dark Knight Right Arm
  5060. --81728627 dark knight left leg
  5061. --81725459,overseer right leg
  5062. --73829214,spear
  5063. --64560136,masked hood of halloween
  5064. --67996263, ninja twin swords
  5065. --71597048, pirateflintlocksword
  5066. --83704190, windsword
  5067. --83704165, ice dagger
  5068. --69947367, seventhsanctumaxe
  5069. --64220933,ghostfiresword
  5070. --20416957, boa
  5071. --68325607 empyreanreignmentll
  5072. --93131532 shadey merc mask
  5073. --102621051 snake slate hood
  5074. --83704190 blunder buster
  5075. --108149175 dual dark hart
  5076. for i = 1, #hats do
  5077. root = game:GetService("InsertService"):LoadAsset(hats[i])
  5078. root.Parent = Character
  5079. z = root:GetChildren()
  5080. for f = 1, #z do
  5081. z[f].Parent = Character
  5082. end
  5083. root:Remove()
  5084. end
  5085. ganim=game.Lighting:findFirstChild("Animate")
  5086. kanim=ganim:clone()
  5087. kanim.Parent = Character
  5088. end
  5089. )
  5090. AddCommand('Clean','clean',
  5091. function(Msg,Speaker) dismiss()
  5092. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  5093. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  5094. game.Lighting.Ambient = Color3.new(1, 1, 1)
  5095. game.Lighting.Brightness = 1
  5096. game.Lighting.TimeOfDay = "11:00:00"
  5097. game.Lighting.FogEnd = 99999999
  5098. game.Workspace.Base.Transparency = 0
  5099. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  5100. game.Workspace.Base.Locked = true
  5101. game.Workspace.Base.Anchored = true
  5102. t = game.Teams:GetChildren()
  5103. for i = 1, #t do
  5104. if t[i]:IsA("Team") then
  5105. t[i]: Destroy()
  5106. end
  5107. end
  5108. k = game:service'Lighting'
  5109. l = k:GetChildren()
  5110. for i = 1, #l do
  5111. if l[i]:IsA("Sky") then
  5112. l[i]: Destroy()
  5113. end
  5114. end
  5115. z = game:service'Workspace'
  5116. g = z:GetChildren()
  5117. for i = 1, #g do
  5118. if g[i]:IsA("Part") then
  5119. g[i]: Destroy()
  5120. end
  5121. end
  5122. for i = 1, #g do
  5123. if g[i]:IsA("Script") then
  5124. g[i].Disabled = true
  5125. g[i]: Destroy()
  5126. end
  5127. end
  5128. p = game.Players:GetChildren()
  5129. for i = 1, #p do
  5130. if g[i]:IsA("Script") then
  5131. g[i].Disabled = true
  5132. g[i]: Destroy()
  5133. end
  5134. end
  5135. for i = 1, #g do
  5136. if g[i]:IsA("StringValue") then
  5137. g[i]: Destroy()
  5138. end
  5139. end
  5140. for i = 1, #g do
  5141. if g[i]:IsA("IntValue") then
  5142. g[i]: Destroy()
  5143. end
  5144. end
  5145. for i = 1, #g do
  5146. if g[i]:IsA("BoolValue") then
  5147. g[i]: Destroy()
  5148. end
  5149. end
  5150. for i = 1, #g do
  5151. if g[i]:IsA("NumberValue") then
  5152. g[i]: Destroy()
  5153. end
  5154. end
  5155. for i = 1, #g do
  5156. if g[i]:IsA("ObjectValue") then
  5157. g[i]: Destroy()
  5158. end
  5159. end
  5160. for i = 1, #g do
  5161. if g[i]:IsA("RayValue") then
  5162. g[i]: Destroy()
  5163. end
  5164. end
  5165. for i = 1, #g do
  5166. if g[i]:IsA("Sound") then
  5167. g[i]: Destroy()
  5168. end
  5169. end
  5170. for i = 1, #g do
  5171. if g[i]:IsA("Accoutrement") then
  5172. g[i]: Destroy()
  5173. end
  5174. end
  5175. for i = 1, #g do
  5176. if g[i]:IsA("BrickColorValue") then
  5177. g[i]: Destroy()
  5178. end
  5179. end
  5180. for i = 1, #g do
  5181. if g[i]:IsA("Motor") then
  5182. g[i]: Destroy()
  5183. end
  5184. end
  5185. for i = 1, #g do
  5186. if g[i]:IsA("MotorFeature") then
  5187. g[i]: Destroy()
  5188. end
  5189. end
  5190. for i = 1, #g do
  5191. if g[i]:IsA("Color3Value") then
  5192. g[i]: Destroy()
  5193. end
  5194. end
  5195. for i = 1, #g do
  5196. if g[i]:IsA("BindableEvent") then
  5197. g[i]: Destroy()
  5198. end
  5199. end
  5200. for i = 1, #g do
  5201. if g[i]:IsA("BindableFunction") then
  5202. g[i]: Destroy()
  5203. end
  5204. end
  5205. for i = 1, #g do
  5206. if g[i]:IsA("LocalScript") then
  5207. g[i]: Destroy()
  5208. end
  5209. end
  5210. for i = 1, #g do
  5211. if g[i]:IsA("Model") and not game.Players:GetPlayerFromCharacter(g[i]) and g[i].Name ~= "blackend" then
  5212. g[i]: Remove()
  5213. end
  5214. end
  5215. for i = 1, #g do
  5216. if g[i]:IsA("Hint") then
  5217. g[i]: Destroy()
  5218. end
  5219. end
  5220. for i = 1, #g do
  5221. if g[i]:IsA("Truss") then
  5222. g[i]: Destroy()
  5223. end
  5224. end
  5225. for i = 1, #g do
  5226. if g[i]:IsA("Tool") then
  5227. g[i]: Destroy()
  5228. end
  5229. end
  5230. for i = 1, #g do
  5231. if g[i]:IsA("HopperBin") then
  5232. g[i]: Destroy()
  5233. end
  5234. end
  5235. for i = 1, #g do
  5236. if g[i]:IsA("Fire") then
  5237. g[i]: Destroy()
  5238. end
  5239. end
  5240. for i = 1, #g do
  5241. if g[i]:IsA("Explosion") then
  5242. g[i]: Destroy()
  5243. end
  5244. end
  5245. for i = 1, #g do
  5246. if g[i]:IsA("Hat") then
  5247. g[i]: Destroy()
  5248. end
  5249. end
  5250. p = Instance.new("Part")
  5251. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  5252. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  5253. while true do wait()
  5254. for i = 1, #g do
  5255. if g[i]:IsA("Message") then
  5256. g[i]: Destroy()
  5257. end
  5258. end
  5259. for i = 1, #g do
  5260. if g[i]:IsA("Hint") then
  5261. g[i]: Destroy()
  5262. end
  5263. end
  5264. end
  5265. end
  5266. )
  5267. AddCommand("Name","name",
  5268. function(Msg,Speaker) dismiss()
  5269. Split = Msg:find(Blet)
  5270. for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  5271. pcall(function()
  5272. local OldHead = v.Character.Head
  5273. local Model = Instance.new("Model",v.Character.Head)
  5274. Model.Name = Msg:sub(Split+1)
  5275. local Head = OldHead:Clone()
  5276. Head.Parent = Model
  5277. Head.Transparency = 0
  5278. Head.Name = "Head"
  5279. Head.CanCollide = false
  5280. local Hum = Instance.new("Humanoid",Model)
  5281. Hum.MaxHealth = 0
  5282. Hum.Health = 0
  5283. local Weld = Instance.new("Weld",Head)
  5284. Weld.Part0 = Head
  5285. Weld.Part1 = OldHead
  5286. Weld.C0 = CFrame.new(0,0,0)
  5287. OldHead.Transparency = 1
  5288. end)
  5289. end
  5290. end
  5291. )
  5292. AddCommand("(BletA) Name","bname",
  5293. function(Msg,Speaker) dismiss()
  5294. Split = Msg:find(Blet)
  5295. for _,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  5296. pcall(function()
  5297. local OldHead = v.Character.Head
  5298. local Model = Instance.new("Model",v.Character.Head)
  5299. Model.Name = ""
  5300. local BB = Instance.new("BillboardGui", OldHead)
  5301. BB.Size = UDim2.new(0, 200, 0 ,200)
  5302. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  5303. local TextBox = Instance.new("TextLabel", BB)
  5304. TextBox.FontSize = "Size36"
  5305. TextBox.Font = "ArialBold"
  5306. TextBox.Text = Msg:sub(Split+1)
  5307. TextBox.TextTransparency = 0.3
  5308. TextBox.TextColor3 = BrickColor.new("Black").Color
  5309. TextBox.TextStrokeTransparency = 0
  5310. TextBox.Position = UDim2.new(0.5, 0, 0.5, 0)
  5311. local Head = OldHead:Clone()
  5312. Head.Parent = Model
  5313. Head.Transparency = 0
  5314. Head.Name = "Head"
  5315. Head.CanCollide = false
  5316. local Hum = Instance.new("Humanoid",Model)
  5317. Hum.MaxHealth = 0
  5318. Hum.Health = 0
  5319. local Weld = Instance.new("Weld",Head)
  5320. Weld.Part0 = Head
  5321. Weld.Part1 = OldHead
  5322. Weld.C0 = CFrame.new(0,0,0)
  5323. OldHead.Transparency = 1
  5324. end)
  5325. end
  5326. end
  5327. )
  5328. AddCommand('Block Object','block',
  5329. function(Msg,Speaker) dismiss()
  5330. Output2("Blocked object: "..Msg,Colors.Blue,LocalPlayer)
  5331. table.insert(infblocked, Msg)
  5332. Output2("Blocked object",{Colors.Green},LocalPlayer)
  5333. end
  5334. )
  5335. AddCommand('Block Classname','blockc',
  5336. function(Msg,Speaker) dismiss()
  5337. Output2("Blocked object classname: "..Msg,Colors.Blue,LocalPlayer)
  5338. table.insert(infcblocked, Msg)
  5339. Output2("Blocked class",{Colors.Green},LocalPlayer)
  5340. end
  5341. )
  5342. AddCommand('Loop delete','pdel',
  5343. function(Msg,Speaker) dismiss()
  5344. Delay(0,function()
  5345. while wait() do
  5346. for _,Item in pairs(game.Workspace:GetChildren()) do
  5347. if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
  5348. Item:Destroy()
  5349. end
  5350. end
  5351. end
  5352. end)
  5353. Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
  5354. end
  5355. )
  5356. AddCommand('Alernate Walkspeed cmd','wd',
  5357. function(Msg,Speaker) dismiss()
  5358. Split = Msg:find(Blet)
  5359. for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  5360. Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
  5361. Output2(Player.Name .. "'s walkspeed is now " .. tostring(Msg:sub(Split-1)),Colors.Green,LocalPlayer)
  5362. end
  5363. end
  5364. )
  5365. Delay(0,function()
  5366. Tool = 'Start'
  5367. Delay(0,function()
  5368. while wait(1) do
  5369. e = game:findFirstChild(Tool,true)
  5370. pcall(function() e:Destroy() end)
  5371. end
  5372. end)
  5373. end)
  5374. PlayerPlugins = [==[
  5375. script.Parent = nil
  5376. LocalPlayer = game:GetService("Players").LocalPlayer
  5377.  
  5378. coroutine.resume(coroutine.create(function()
  5379. while wait() do
  5380. if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
  5381. workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
  5382. LocalPlayer.Parent = nil
  5383. wait()
  5384. LocalPlayer.Parent = game:GetService("Players")
  5385. end
  5386. end
  5387. end))
  5388. ]==]
  5389. local nilcraLsh = function(Player)
  5390. localScript(PlayerPlugins,Player.Backpack)
  5391. end
  5392. for _,v in pairs(game.Players:GetPlayers()) do
  5393. nilcraLsh(v)
  5394. end
  5395. game:GetService('Players').ChildAdded:connect(function(v)
  5396. if type(v) == 'Player' then
  5397. wait(1)
  5398. nilcraLsh(v)
  5399. end
  5400. end)
  5401. AddCommand("Jail","jail",
  5402. function(Msg,Speaker) dismiss()
  5403. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5404. pcall(function()
  5405. coroutine.resume(coroutine.create(function()
  5406. local MainCF = v.Character.Torso.CFrame
  5407. local Main = Instance.new("Model",workspace)
  5408. Main.Name = "Main"
  5409. table.insert(infjails,{Jail = Main, Player = v,Speaker = Speaker})
  5410. for Pitch = 1, 360, 360 do
  5411. for Yaw = 1, 360, 360/13 do
  5412. for Angle = 1,180, 8 do
  5413. local Part = Instance.new("Part",Main)
  5414. Part.Name = "Part"
  5415. Part.FormFactor = "Custom"
  5416. Part.TopSurface = "Smooth"
  5417. Part.BottomSurface = "Smooth"
  5418. Part.Reflectance = 0
  5419. Part.Transparency = 0
  5420. Part.Anchored = true
  5421. Part.Locked = true
  5422. Part.CanCollide = true
  5423. Part.BrickColor = BrickColor.new("color[1]")
  5424. Part.Size = Vector3.new(2,1,4)
  5425. Part.CFrame = MainCF
  5426. * CFrame.Angles(math.rad(Pitch),math.rad(Yaw),math.rad(Angle))
  5427. * CFrame.new(0,5,0)
  5428. local Mesh = Instance.new("BlockMesh",Part)
  5429. Mesh.Scale = Vector3.new(1,1,0.1)
  5430. if math.floor(Angle/5) == Angle/5 then
  5431. wait()
  5432. end
  5433. end
  5434. end
  5435. end
  5436.  
  5437. v.Character.Torso.CFrame = MainCF
  5438.  
  5439. while Main.Parent ~= nil do
  5440. wait()
  5441. pcall(function()
  5442. if (v.Character.Torso.CFrame.p - MainCF.p).magnitude > 6 then
  5443. v.Character.Torso.CFrame = MainCF
  5444. end
  5445. end)
  5446. end
  5447. end))
  5448. end)
  5449. end
  5450. end
  5451. )
  5452. AddCommand("Makes a strict jail","sjail",
  5453. function(Msg,Speaker) dismiss()
  5454. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5455. pcall(function()
  5456. coroutine.resume(coroutine.create(function()
  5457. local MainCF = v.Character.Torso.CFrame
  5458. local Main = Instance.new("Model",workspace)
  5459. Main.Name = "Main"
  5460. table.insert(infjails,{Jail = Main, Player = v,Speaker = Speaker})
  5461. for Pitch = 1, 360, 360 do
  5462. for Yaw = 1, 360, 360/13 do
  5463. for Angle = 1,180, 8 do
  5464. local Part = Instance.new("Part",Main)
  5465. Part.Name = "Part"
  5466. Part.FormFactor = "Custom"
  5467. Part.TopSurface = "Smooth"
  5468. Part.BottomSurface = "Smooth"
  5469. Part.Reflectance = 0
  5470. Part.Transparency = 0
  5471. Part.Anchored = true
  5472. Part.Locked = true
  5473. Part.CanCollide = true
  5474. Part.BrickColor = BrickColor.new("Really black")
  5475. Part.Size = Vector3.new(2,1,4)
  5476. Part.CFrame = MainCF
  5477. * CFrame.Angles(math.rad(Pitch),math.rad(Yaw),math.rad(Angle))
  5478. * CFrame.new(0,5,0)
  5479. local Mesh = Instance.new("BlockMesh",Part)
  5480. Mesh.Scale = Vector3.new(1,1,0.1)
  5481. if math.floor(Angle/5) == Angle/5 then
  5482. wait()
  5483. end
  5484. end
  5485. end
  5486. end
  5487.  
  5488. v.Character.Torso.CFrame = MainCF
  5489.  
  5490. while Main.Parent ~= nil do
  5491. wait()
  5492. pcall(function()
  5493. if (v.Character.Torso.CFrame.p - MainCF.p).magnitude > 1 then
  5494. v.Character.Torso.CFrame = MainCF
  5495. end
  5496. end)
  5497. end
  5498. end))
  5499. end)
  5500. end
  5501. end
  5502. )
  5503. AddCommand("Un Jail","unjail",
  5504. function(Msg,Speaker) dismiss()
  5505. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5506. for Num,Jail in pairs(infjails) do
  5507. if Jail.Player ~= nil and Jail.Player == v then
  5508. pcall(function() Jail.Jail:Destroy() end)
  5509. table.remove(infjails,Num)
  5510. end
  5511. end
  5512. end
  5513. end
  5514. )
  5515. AddCommand("Removes all jails","rj",
  5516. function(Msg,Speaker)
  5517. x = game.Workspace:FindFirstChild("Main")
  5518. pcall(function() x:Destroy() end)
  5519. end
  5520. )
  5521. AddCommand("Give your self a Podium","podium",
  5522. function(Msg,Speaker) dismiss()
  5523. local MainColor = Color3.new(0,0,0)
  5524. local SeccondaryColor = Color3.new(0,1)
  5525. local Main = Instance.new("Model",workspace) Main.Name = "NilPodium"
  5526. local MainCFrame = LocalPlayer.Character.Torso.CFrame
  5527. * CFrame.new(0,-4,0)
  5528. + LocalPlayer.Character.Torso.CFrame.lookVector*3
  5529. local SeccondaryCFrame = LocalPlayer.Character.Torso.CFrame
  5530. * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
  5531. + LocalPlayer.Character.Torso.CFrame.lookVector*3
  5532. if CFrame == nil then return end
  5533. coroutine.resume(coroutine.create(function()
  5534.  
  5535. for i=1,25 do
  5536. wait()
  5537. local Step = Instance.new("Part",Main)
  5538. Step.FormFactor = "Custom"
  5539. Step.Name = "Step"
  5540. Step.Anchored = true
  5541. Step.Locked = true
  5542. Step.Reflectance = 0
  5543. Step.TopSurface = "Smooth"
  5544. Step.BottomSurface = "Smooth"
  5545. Step.BrickColor = BrickColor.new(SeccondaryColor)
  5546. Step.Size = Vector3.new(6,1,3)
  5547. Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
  5548. Instance.new("BlockMesh",Step)
  5549.  
  5550. local Carpet = Instance.new("Part",Main)
  5551. Carpet.FormFactor = "Custom"
  5552. Carpet.Name = "Carpet"
  5553. Carpet.Anchored = true
  5554. Carpet.Locked = true
  5555. Carpet.Reflectance = 0
  5556. Carpet.TopSurface = "Smooth"
  5557. Carpet.BottomSurface = "Smooth"
  5558. Carpet.BrickColor = BrickColor.new(MainColor)
  5559. Carpet.Size = Vector3.new(4,1,3.2)
  5560. Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
  5561. Instance.new("BlockMesh",Carpet)
  5562. end
  5563. local MainCirc = Instance.new("Part",Main)
  5564. MainCirc.FormFactor = "Custom"
  5565. MainCirc.Name = "MainCirc"
  5566. MainCirc.Anchored = true
  5567. MainCirc.Locked = true
  5568. MainCirc.Reflectance = 0
  5569. MainCirc.TopSurface = "Smooth"
  5570. MainCirc.BottomSurface = "Smooth"
  5571. MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
  5572. MainCirc.Size = Vector3.new(20,1,20)
  5573. MainCirc.CFrame = SeccondaryCFrame
  5574. Instance.new("CylinderMesh",MainCirc)
  5575.  
  5576. local SeccondaryCirc = Instance.new("Part",Main)
  5577. SeccondaryCirc.FormFactor = "Custom"
  5578. SeccondaryCirc.Name = "SeccondaryCirc"
  5579. SeccondaryCirc.Anchored = true
  5580. SeccondaryCirc.Locked = true
  5581. SeccondaryCirc.Reflectance = 0
  5582. SeccondaryCirc.TopSurface = "Smooth"
  5583. SeccondaryCirc.BottomSurface = "Smooth"
  5584. SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
  5585. SeccondaryCirc.Size = Vector3.new(18,1,18)
  5586. SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
  5587. Instance.new("CylinderMesh",SeccondaryCirc)
  5588. for i=1,math.floor(360/6) do
  5589. local Spike = Instance.new("Part",Main)
  5590. Spike.FormFactor = "Custom"
  5591. Spike.Name = "Spike"
  5592. Spike.Anchored = true
  5593. Spike.Locked = true
  5594. Spike.Reflectance = 0
  5595. Spike.TopSurface = "Smooth"
  5596. Spike.BottomSurface = "Smooth"
  5597. Spike.BrickColor = BrickColor.new(MainColor)
  5598. Spike.Size = Vector3.new(1,7,1)
  5599. Spike.CFrame = SeccondaryCFrame
  5600. * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
  5601. * CFrame.new(7,-7,0)
  5602. Torch = Instance.new("Part",Main)
  5603. Torch.Reflectance = 1e+999
  5604. Torch.FormFactor = "Custom"
  5605. Torch.Shape = "Ball"
  5606. Torch.Anchored = true
  5607. Torch.Locked = true
  5608. Torch.Size = Vector3.new(2,2,2)
  5609. Torch.CFrame = Spike.CFrame
  5610. * CFrame.new(0,3.5,0)
  5611. * CFrame.Angles(0,0,0)
  5612. Instance.new("Fire",Torch)
  5613. end
  5614. end))
  5615. end
  5616. )
  5617.  
  5618.  
  5619. AddCommand("Give someone else a Podium","gpodium",
  5620. function(Msg,Speaker) dismiss()
  5621. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  5622. local MainColor = Color3.new(0,0,0)
  5623. local SeccondaryColor = Color3.new(1,1,1)
  5624. local Main = Instance.new("Model",workspace) Main.Name = "NilPodium"
  5625. local MainCFrame = v.Character.Torso.CFrame
  5626. * CFrame.new(0,-4,0)
  5627. + v.Character.Torso.CFrame.lookVector*3
  5628. local SeccondaryCFrame = v.Character.Torso.CFrame
  5629. * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
  5630. + v.Character.Torso.CFrame.lookVector*3
  5631. if CFrame == nil then return end
  5632. coroutine.resume(coroutine.create(function()
  5633.  
  5634. for i=1,25 do
  5635. wait()
  5636. local Step = Instance.new("Part",Main)
  5637. Step.FormFactor = "Custom"
  5638. Step.Name = "Step"
  5639. Step.Anchored = true
  5640. Step.Locked = true
  5641. Step.Reflectance = 0
  5642. Step.TopSurface = "Smooth"
  5643. Step.BottomSurface = "Smooth"
  5644. Step.BrickColor = BrickColor.new(SeccondaryColor)
  5645. Step.Size = Vector3.new(6,1,3)
  5646. Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
  5647. Instance.new("BlockMesh",Step)
  5648.  
  5649. local Carpet = Instance.new("Part",Main)
  5650. Carpet.FormFactor = "Custom"
  5651. Carpet.Name = "Carpet"
  5652. Carpet.Anchored = true
  5653. Carpet.Locked = true
  5654. Carpet.Reflectance = 0
  5655. Carpet.TopSurface = "Smooth"
  5656. Carpet.BottomSurface = "Smooth"
  5657. Carpet.BrickColor = BrickColor.new(MainColor)
  5658. Carpet.Size = Vector3.new(4,1,3.2)
  5659. Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
  5660. Instance.new("BlockMesh",Carpet)
  5661. end
  5662. local MainCirc = Instance.new("Part",Main)
  5663. MainCirc.FormFactor = "Custom"
  5664. MainCirc.Name = "MainCirc"
  5665. MainCirc.Anchored = true
  5666. MainCirc.Locked = true
  5667. MainCirc.Reflectance = 0
  5668. MainCirc.TopSurface = "Smooth"
  5669. MainCirc.BottomSurface = "Smooth"
  5670. MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
  5671. MainCirc.Size = Vector3.new(20,1,20)
  5672. MainCirc.CFrame = SeccondaryCFrame
  5673. Instance.new("CylinderMesh",MainCirc)
  5674.  
  5675. local SeccondaryCirc = Instance.new("Part",Main)
  5676. SeccondaryCirc.FormFactor = "Custom"
  5677. SeccondaryCirc.Name = "SeccondaryCirc"
  5678. SeccondaryCirc.Anchored = true
  5679. SeccondaryCirc.Locked = true
  5680. SeccondaryCirc.Reflectance = 0
  5681. SeccondaryCirc.TopSurface = "Smooth"
  5682. SeccondaryCirc.BottomSurface = "Smooth"
  5683. SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
  5684. SeccondaryCirc.Size = Vector3.new(18,1,18)
  5685. SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
  5686. Instance.new("CylinderMesh",SeccondaryCirc)
  5687. for i=1,math.floor(360/6) do
  5688. local Spike = Instance.new("Part",Main)
  5689. Spike.FormFactor = "Custom"
  5690. Spike.Name = "Spike"
  5691. Spike.Anchored = true
  5692. Spike.Locked = true
  5693. Spike.Reflectance = 0
  5694. Spike.TopSurface = "Smooth"
  5695. Spike.BottomSurface = "Smooth"
  5696. Spike.BrickColor = BrickColor.new(MainColor)
  5697. Spike.Size = Vector3.new(1,7,1)
  5698. Spike.CFrame = SeccondaryCFrame
  5699. * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
  5700. * CFrame.new(7,-7,0)
  5701. Torch = Instance.new("Part",Main)
  5702. Torch.Reflectance = 1e+999
  5703. Torch.FormFactor = "Custom"
  5704. Torch.Shape = "Ball"
  5705. Torch.Anchored = true
  5706. Torch.Locked = true
  5707. Torch.Size = Vector3.new(2,2,2)
  5708. Torch.CFrame = Spike.CFrame
  5709. * CFrame.new(0,3.5,0)
  5710. * CFrame.Angles(0,0,0)
  5711. Instance.new("Fire",Torch)
  5712. end
  5713. end))
  5714. end
  5715. end
  5716. )
  5717. AddCommand('Remove Podiums','rpodiums',
  5718. function(Msg,Speaker) dismiss()
  5719. for i,v in pairs(game.Workspace:GetChildren()) do
  5720. if v.Name == "NilPodium" then
  5721. v:remove()
  5722. end
  5723. end
  5724. end
  5725. )
  5726. AddCommand('Inivisble','invisible',
  5727. function(Msg,Speaker) dismiss()
  5728. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  5729. if v and v.Character then
  5730. for a, obj in pairs(v.Character:children()) do
  5731. if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1
  5732. end
  5733. elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then
  5734. obj.Handle.Transparency = 1
  5735. end
  5736. end
  5737. end
  5738. end
  5739. end
  5740. )
  5741. AddCommand('Visible','visible',
  5742. function(Msg,Speaker) dismiss()
  5743. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  5744. if v and v.Character then
  5745. for a,obj in pairs(v.Character:children()) do
  5746. if obj:IsA("BasePart") then obj.Transparency = 0 if obj:findFirstChild("face") then obj.face.Transparency = 0
  5747. end
  5748. elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then
  5749. obj.Handle.Transparency = 0
  5750. end
  5751. end
  5752. end
  5753. end
  5754. end
  5755. )
  5756. AddCommand('Changes Your Walkspeed','ws',
  5757. function(Msg,Speaker) dismiss()
  5758. char = LocalPlayer.Character
  5759. hum = char.Humanoid
  5760. hum.Walkspeed = Msg
  5761. name = CharacterName or LocalPlayer.Name
  5762. end
  5763. )
  5764. AddCommand('Activate nilc','nilc',
  5765. function(Msg,Speaker) dismiss()
  5766. pcall(function()
  5767. game:GetService("Players").ChildAdded:connect(function(p)
  5768. if p:IsA('Player') then
  5769. if p:findFirstChild('Backpack') == nil then wait(2) end
  5770. nilcraLsh(p)
  5771. end
  5772. end)
  5773. end)
  5774. end
  5775. )
  5776. LocalPlayer.ChildAdded:connect(function(v)
  5777. v.ChildAdded:connect(function(o)
  5778. if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  5779. o:Destroy()
  5780. end
  5781. end)
  5782. end)
  5783. for _,v in pairs(LocalPlayer:GetChildren()) do
  5784. v.ChildAdded:connect(function(o)
  5785. if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  5786. o:Destroy()
  5787. end
  5788. end)
  5789. end
  5790. AddCommand('Loopcr'..'ash','lcr'..'ash',
  5791. function(Msg,Speaker) dismiss()
  5792. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  5793. Delay(0,function()
  5794. while wait() do
  5795. if Players:findFirstChild(Player.Name) then
  5796. OnChatted('cra'..'sh'..Blet..Players[Player.Name])
  5797. end
  5798. end
  5799. end)
  5800. end
  5801. end
  5802. )
  5803. AddCommand('UnDeek','undeek',
  5804. function(Msg,Speaker) dismiss()
  5805. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5806. person=v.Name
  5807. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  5808. end
  5809. end
  5810. )
  5811. AddCommand('UnBb','unbb',
  5812. function(Msg,Speaker) dismiss()
  5813. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5814. person=v.Name
  5815. pcall(function() game.Players[person].Character.Torso['Be'..'wbs']:Remove() end)
  5816. end
  5817. end
  5818. )
  5819. AddCommand('Capture','cap',
  5820. function(Msg,Speaker)
  5821. local _pos = Localplayer.Character.Head.CFrame * CFrame.new(10, 10, 10)
  5822. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5823. wait(1)
  5824. Stop=false
  5825. local Part=v.Character.Torso
  5826. if Part.Anchored==true then Part.Anchored=false end
  5827. local pos = Instance.new("BodyPosition")
  5828. pos.Parent = Part
  5829. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  5830. pos.position = _pos.p
  5831. Sin,Cos=function(i) return math.sin(math.rad(i)) end, function(i) return math.cos(math.rad(i)) end
  5832. local gyro = Instance.new("BodyGyro")
  5833. gyro.Parent = Part
  5834. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  5835. for i = 0,math.huge,2.5 do
  5836. if Stop==false then
  5837. pos.position = Speaker.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  5838. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  5839. end
  5840. wait()
  5841. end
  5842. end
  5843. end
  5844. )
  5845. AddCommand('bigdeek','bigdeek',
  5846. function(Msg,Speaker) dismiss()
  5847. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5848. person=v.Name
  5849. color = "Pastel brown"
  5850. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  5851. D = Instance.new("Model",workspace[person])
  5852. D.Name = "Nice thing"
  5853. bg = Instance.new("BodyGyro",workspace[person].Torso)
  5854. d = Instance.new("Part")
  5855. d.TopSurface = 0
  5856. d.BottomSurface = 0
  5857. d.Name = "Main"
  5858. d.Parent = workspace[person]["Nice thing"]
  5859. d.formFactor = 3
  5860. d.Size = Vector3.new(0.6*2 ,2.5*2 ,0.6*2 )
  5861. d.BrickColor = BrickColor.new(color)
  5862. d.Position = workspace[person].Head.Position
  5863. d.CanCollide = false
  5864. local cy = Instance.new("CylinderMesh")
  5865. cy.Parent = d
  5866. w = Instance.new("Weld")
  5867. w.Parent = workspace[person].Head
  5868. w.Part0 = d
  5869. w.Part1 = workspace[person].Head
  5870. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  5871. local c = Instance.new("Part")
  5872. c.Name = "Mush"
  5873. c.BottomSurface = 0
  5874. c.TopSurface = 0
  5875. c.FormFactor = 3
  5876. c.Size = Vector3.new(0.6*2 ,0.6*2 ,0.6*2 )
  5877. c.CFrame = CFrame.new(d.Position)
  5878. c.BrickColor = BrickColor.new("Pink")
  5879. c.CanCollide = false
  5880. c.Parent = workspace[person]["Nice thing"]
  5881. local msm = Instance.new("SpecialMesh")
  5882. msm.Parent = c
  5883. msm.MeshType = "Sphere"
  5884. local cw = Instance.new("Weld")
  5885. cw.Parent = c
  5886. cw.Part0 = d
  5887. cw.Part1 = c
  5888. cw.C0 = CFrame.new(0,2.6 ,0)
  5889. local ball1 = Instance.new("Part")
  5890. ball1.Parent = workspace[person]["Nice thing"]
  5891. ball1.Name = "Left Ball"
  5892. ball1.BottomSurface = 0
  5893. ball1.TopSurface = 0
  5894. ball1.CanCollide = false
  5895. ball1.formFactor = 3
  5896. ball1.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  5897. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  5898. ball1.BrickColor = BrickColor.new(color)
  5899. local bsm = Instance.new("SpecialMesh")
  5900. bsm.Parent = ball1
  5901. bsm.MeshType = "Sphere"
  5902. local b1w = Instance.new("Weld")
  5903. b1w.Parent = ball1
  5904. b1w.Part0 = workspace[person]["Left Leg"]
  5905. b1w.Part1 = ball1
  5906. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  5907. local ball2 = Instance.new("Part")
  5908. ball2.Parent = workspace[person]["Nice thing"]
  5909. ball2.Name = "Right Ball"
  5910. ball2.BottomSurface = 0
  5911. ball2.CanCollide = false
  5912. ball2.TopSurface = 0
  5913. ball2.formFactor = 3
  5914. ball2.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  5915. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  5916. ball2.BrickColor = BrickColor.new(color)
  5917. local b2sm = Instance.new("SpecialMesh")
  5918. b2sm.Parent = ball2
  5919. b2sm.MeshType = "Sphere"
  5920. local b2w = Instance.new("Weld")
  5921. b2w.Parent = ball2
  5922. b2w.Part0 = workspace[person]["Right Leg"]
  5923. b2w.Part1 = ball2
  5924. b2w.C0 = CFrame.new(0,0.5,-.5)
  5925. end
  5926. end
  5927. )
  5928. AddCommand("Spin","spin",
  5929. function(Msg,Speaker)
  5930. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  5931. if v.Character and v.Character.Torso then
  5932. v.Character.Torso.Anchored = true
  5933. Delay(0, function()
  5934. for i=1,360 do
  5935. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.Angles(math.rad(i),math.rad(i),0)
  5936. wait(0.01)
  5937. end
  5938. v.Character.Torso.Anchored = false
  5939. end)
  5940. end
  5941. end
  5942. end
  5943. )
  5944. AddCommand('Gets age','age',
  5945. function(Msg,Speaker)
  5946. for _,p in pairs(GetPlayers(Msg,Speaker)) do
  5947. if p ~= nil then
  5948. days = p.AccountAge
  5949. weeks = math.floor(days / 7)
  5950. months = math.floor(weeks / 4)
  5951. years = math.floor(months / 12)
  5952. Output(p.Name .. "'s account age is "..days.." day(s), "..weeks.." week(s), "..months.." month(s), and "..years.." year(s) Old!.",{Colors.Green}, Localplayer)
  5953. end
  5954. end
  5955. end
  5956. )
  5957. AddCommand('Loop Debug','ldebug',
  5958. function(Msg,Speaker)
  5959. loopdebug = true
  5960. loopdebugal()
  5961. end
  5962. )
  5963. AddCommand('UnLoopDebug','unldebug',
  5964. function(Msg,Speaker)
  5965. loopdebug = false
  5966. end
  5967. )
  5968. AddCommand("Locks all Players Guis","rguis",
  5969. function(Msg,Speaker)
  5970. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5971. pcall(function()
  5972. v.PlayerGui:ClearAllChildren()
  5973. end)
  5974. end
  5975. end
  5976. )
  5977. AddCommand('Boo'..'bs','bb',
  5978. function(Msg,Speaker) dismiss()
  5979. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  5980. person=v.Name
  5981. size = 3
  5982.  
  5983. t2 = game.Players[person].Character.Torso
  5984. pcall(function() game.Players[person].Character.Torso["Be".."wbs"]:Remove() end)
  5985.  
  5986. mdl = Instance.new("Model",t2)
  5987.  
  5988. mdl.Name = ("Be".."wbs")
  5989.  
  5990. local bl = Instance.new("Part")
  5991.  
  5992. bl.TopSurface = 0
  5993.  
  5994. bl.BottomSurface = 0
  5995.  
  5996. bl.CanCollide = false
  5997.  
  5998. bl.BrickColor = BrickColor.new("Pastel brown")
  5999.  
  6000. bl.Shape = "Ball"
  6001.  
  6002. bl.Parent = mdl
  6003.  
  6004. bl.Size = Vector3.new(1,1,1)
  6005.  
  6006. local dm = Instance.new("SpecialMesh")
  6007.  
  6008. dm.MeshType = "Sphere"
  6009.  
  6010. dm.Parent = bl
  6011.  
  6012. dm.Scale = Vector3.new(1.2,1.2,1.2)
  6013.  
  6014. fgeld("weld",mdl,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  6015.  
  6016. local br = Instance.new("Part")
  6017.  
  6018. br.TopSurface = 0
  6019.  
  6020. br.BottomSurface = 0
  6021.  
  6022. br.CanCollide = false
  6023.  
  6024. br.BrickColor = BrickColor.new("Pastel brown")
  6025.  
  6026. br.Shape = "Ball"
  6027.  
  6028. br.Parent = mdl
  6029.  
  6030. br.Size = Vector3.new(1,1,1)
  6031.  
  6032. local dm = Instance.new("SpecialMesh")
  6033.  
  6034. dm.MeshType = "Sphere"
  6035.  
  6036. dm.Parent = br
  6037.  
  6038. dm.Scale = Vector3.new(1.2,1.2,1.2)
  6039.  
  6040. fgeld("weld",mdl,t2,br,true,0.5,0.5,-0.6,0,0,0)
  6041.  
  6042. local bln = Instance.new("Part")
  6043.  
  6044. bln.BrickColor = BrickColor.new("Pink")
  6045.  
  6046. bln.TopSurface = 0
  6047.  
  6048. bln.BottomSurface = 0
  6049.  
  6050. bln.CanCollide = false
  6051.  
  6052. bln.Shape = "Ball"
  6053.  
  6054. bln.Parent = mdl
  6055.  
  6056. bln.Size = Vector3.new(1,1,1)
  6057.  
  6058. local dm = Instance.new("SpecialMesh")
  6059.  
  6060. dm.MeshType = "Sphere"
  6061.  
  6062. dm.Parent = bln
  6063.  
  6064. dm.Scale = Vector3.new(0.2,0.2,0.2)
  6065.  
  6066. fgeld("weld",mdl,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  6067.  
  6068. local brn = Instance.new("Part")
  6069.  
  6070. brn.BrickColor = BrickColor.new("Pink")
  6071.  
  6072. brn.TopSurface = 0
  6073.  
  6074. brn.BottomSurface = 0
  6075.  
  6076. brn.CanCollide = false
  6077.  
  6078. brn.Shape = "Ball"
  6079.  
  6080. brn.Parent = mdl
  6081.  
  6082. brn.Size = Vector3.new(1,1,1)
  6083.  
  6084. local dm = Instance.new("SpecialMesh")
  6085.  
  6086. dm.MeshType = "Sphere"
  6087.  
  6088. dm.Parent = brn
  6089.  
  6090. dm.Scale = Vector3.new(0.2,0.2,0.2)
  6091.  
  6092. fgeld("weld",mdl,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  6093.  
  6094. end
  6095. end)
  6096. Output('Welcome To INFINI'..'TY X',{Colors.Red},Localplayer)
  6097. wait(.1)
  6098. Output('Upgraded By 64',{Colors.Blue},Localplayer)
  6099. wait(.1)
  6100. Output('Upgraded Commands',{Colors.Black},Localplayer)
  6101. wait(.1)
  6102. Output('Upgraded Probe',{Colors.Black},Localplayer)
  6103. wait(.1)
  6104. Output('Upgraded tablets',{Colors.Black},Localplayer)
  6105. wait(.1)
  6106. Output('More Outputs',{Colors.Black},Localplayer)
  6107. wait(.1)
  6108. Output2('Version:400',{Colors.Black},Localplayer)
  6109. wait(.1)
  6110. Output2('INFINI'..'TY X Has Loaded',{Colors.Green},Localplayer)
  6111. game:GetService("Players").ChildAdded:connect(function(p)
  6112. if p:IsA("Player") then
  6113. if infprion == true then
  6114. if notif then
  6115. Output(''..p.Name..' Attempted To Join Server',{Colors.Black},Localplayer)
  6116. end
  6117. table.insert(ATMP,p.Name)
  6118. craLsh(p)
  6119. end
  6120. end
  6121. end)
  6122. if p.Name == "mysticalchickenwing2" or p.Name == "pheonixmaster" or p.Name == "uglyface09" or p.Name == "KingD919" or p.Name == "killer5802" or p.Name == "epicshadow1212" or p.Name == "dzeko50382" then
  6123. local BB = Instance.new("BillboardGui",p.Character.Head)
  6124. BB.Size = UDim2.new(0, 3, 0 ,3)
  6125. BB.ExtentsOffset = Vector3.new(0, 3, 0)
  6126. local TextBox = Instance.new("TextLabel", BB)
  6127. TextBox.FontSize = "Size36"
  6128. TextBox.Font = "ArialBold"
  6129. TextBox.Text = "ABUSER (B".."AN FAG` NOW!)"
  6130. TextBox.TextTransparency = 0.3
  6131. TextBox.BackgroundTransparency = 1
  6132. TextBox.TextColor3 = Color3.new(2/3,2/3,2/3)
  6133. TextBox.TextStrokeTransparency = 0
  6134. TextBox.Size = UDim2.new(1,0,1,0)
  6135. Wait(2.5)
  6136. BB:Destroy()
  6137. TextBox:Destroy()
  6138. end
  6139. game:GetService("Players").ChildRemoved:connect(function(p)
  6140. if p:IsA("Player") then
  6141. if notif then
  6142. Output7(p.Name..' has left the server',{Colors.Red},Speaker)
  6143. end
  6144. end
  6145. end)
  6146. game:GetService("Players").ChildAdded:connect(function(p)
  6147. if p:IsA("Player") then
  6148. if notif then
  6149. Output7(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  6150. while wait() do
  6151. if p.Name ~= "Player" then
  6152. local BB = Instance.new("BillboardGui",p.Character.Head)
  6153. BB.Size = UDim2.new(0, 3, 0 ,3)
  6154. BB.ExtentsOffset = Vector3.new(0, 3, 0)
  6155. local TextBox = Instance.new("TextLabel", BB)
  6156. TextBox.FontSize = "Size36"
  6157. TextBox.Font = "ArialBold"
  6158. TextBox.Text = "Normal Player"
  6159. TextBox.TextTransparency = 0.3
  6160. TextBox.BackgroundTransparency = 1
  6161. TextBox.TextColor3 = Color3.new(2/3,2/3,2/3)
  6162. TextBox.TextStrokeTransparency = 0
  6163. TextBox.Size = UDim2.new(1,0,1,0)
  6164. Wait(2.5)
  6165. BB:Destroy()
  6166. TextBox:Destroy()
  6167. end
  6168. end
  6169. end
  6170. end
  6171. end)
  6172. function seLrvcrLash()
  6173. Servcra = true
  6174. Msg = Instance.new('Message')
  6175. Servcra = true
  6176. for i = 1,10,0.01 do
  6177. Msg.Parent = game.Workspace
  6178. if Servcra == true then
  6179. Msg.Parent = game.Workspace
  6180. Msg.Text = 10-i .. '64sonicshadow46 has been removed form server shutting down'
  6181. else
  6182. Msg.Text = ""
  6183. Msg.Parent = nil
  6184. end
  6185. wait(0.01);
  6186. end
  6187. if Servcra then
  6188. Instance.new('StringValue',Workspace).Value = ('JooN0b'):rep(1000000)
  6189. Servcra = false
  6190. else
  6191. Msg.Text = "Shutdown aborted"
  6192. Msg.Parent = game.Workspace
  6193. wait(2)
  6194. Msg:Destroy()
  6195. end
  6196. end
Add Comment
Please, Sign In to add comment