Advertisement
ManlyFoes

...

Apr 29th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.45 KB | None | 0 0
  1. -- skid tabs decrypted and leaked by CLarramore
  2. -- it was pretty easy to decipher.
  3. -- just run local
  4. wait()
  5. LocalPlayer = game:service("Players").LocalPlayer
  6. script.Parent = ___V3rmTabs___
  7. Tabs = {}
  8. Cmds = {}
  9. key = "-"
  10. chatgui = true
  11. probemode = false
  12. connection = nil
  13. Bypass = fals
  14.  
  15. tabmodel = Instance.new("Model", Workspace)
  16. tabmodel.Name = "VTabs"
  17. SourceName = "DSource"
  18. Banlist = {}
  19. BSoDBanList = {}
  20.  
  21.  
  22. function Connect(player)
  23. if game.Players[player] then
  24. if not Players[player.Name] then
  25. NewLS(CrashSource,player.Backpack)
  26. table.insert(Players,player.Name)
  27. Output('Connected | '..player.Name,__)
  28. end
  29. end
  30. end
  31.  
  32.  
  33. function Crash(name)
  34. name = tostring(name or "nil")
  35. local t = Instance.new("StringValue")
  36. t.Name = "DISC: "..name
  37. t.Parent = game.Lighting
  38. game:GetService("Debris"):AddItem(t,1)
  39. end
  40.  
  41. ConnectSource = [=[
  42. wait()
  43. script:ClearAllChildren()
  44. wait()
  45. script.Parent = nil
  46. wait()
  47. Player = game:service'Players'.LocalPlayer
  48. wait()
  49. while wait(0.1) do --this is actually the nilcrash
  50. if game.Lighting:findFirstChild("DISC: nil") then
  51. if Player.Parent == nil then
  52. repeat Delay(0, wait) until false
  53. end
  54. end
  55. if game.Lighting:findFirstChild("DISC: "..Player.Name) then
  56. repeat Delay(0, wait) until false
  57. end
  58. if game.Lighting:findFirstChild("DISC: all") then
  59. repeat Delay(0, wait) until false
  60. end
  61. end
  62. ]=]
  63.  
  64.  
  65. BSoDSource = [==[
  66. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  67. wait(0)
  68. script.Parent = nil
  69. plr = game:GetService("Players").LocalPlayer
  70. local plrgui = plr:findFirstChild("PlayerGui")
  71. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  72. while plr.Parent == game:GetService("Players") do
  73. wait()
  74. for i = 1, 1000 do
  75. local sc = Instance.new("ScreenGui",plrgui)
  76. local fr = Instance.new("TextLabel",sc)
  77. fr.Text = "BSoD'd By V3rmilli0n be happy xd"
  78. fr.Size = UDim2.new(1, 0, 1, 0)
  79. fr.FontSize = "Size48"
  80. end
  81. end
  82. ]==]
  83.  
  84.  
  85. LagSource = [[
  86. wait()
  87. script.Parent = game:service'TeleportService'
  88. CC = workspace.CurrentCamera
  89. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  90.  
  91. RS = game:service("RunService")
  92. PG = game.Players.LocalPlayer.PlayerGui
  93. C = game.Players.LocalPlayer.Character
  94. function Lag()
  95. coroutine.resume(coroutine.create(function()
  96. while wait() do
  97. M = Instance.new("Message",CC)
  98. M.Text = tick()*math.floor(5%4*21)
  99. H = Instance.new("Hint",CC)
  100. H.Text = 'yo u got BSoD-D By V3rmilli0n ;-)'
  101. SG=Instance.new("ScreenGui",PG)
  102. FR=Instance.new("Frame",SG)
  103. FR.Size = UDim2.new(500,500,500,500)
  104. while wait() do
  105. FR.BackgroundColor3 = Color3.new(math.random(0,255),math.random(0,255),math.random(0,255))
  106. end
  107. P=Instance.new("Part",CC)
  108. E=Instance.new("Explosion",P)
  109. E.BlastRadius=math.huge
  110. E.Position=P.Position
  111. F=Instance.new("Fire",P)
  112. S=Instance.new("Smoke",P)
  113. P.CFrame = CC.Focus
  114. P.Anchored = true
  115. P.CanCollide = false
  116. P.AncestryChanged:connect(function()Lag()end)
  117. for _,v in pairs(C:GetChildren()) do pcall(function()v.Anchored=true end) end
  118. end
  119. end))
  120. end
  121. RS.Stepped:connect(function()for i=1,10 do Lag()Lag()Lag()end end)
  122. ]]
  123.  
  124.  
  125.  
  126.  
  127. coroutine.resume(coroutine.create(function()
  128. while wait(3) do
  129. if game:GetService("Players").Name ~= "Players" then
  130. game:GetService("Players").Name = "Players"
  131. end
  132. end
  133. end))
  134.  
  135. function Dismiss()
  136. for i = 1, 10 do
  137. for i = 1, #Tabs do
  138. table.remove(Tabs, i)
  139. if tabmodel then
  140. tabmodel:ClearAllChildren()
  141. end end end
  142. end
  143.  
  144. function AddCmd(Name,Say,Desc,Func)
  145. table.insert(Cmds,{["Name"] = Name,["Say"] = Say,["Desc"] = Desc,["Func"] = Func})
  146. end
  147.  
  148.  
  149.  
  150. found = false
  151.  
  152. coroutine.wrap(function()
  153. while found == false do
  154. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  155. for _,scriptinworkspace in pairs(workspace:children()) do
  156. if scriptinworkspace then
  157. if scriptinworkspace:IsA("Script") then
  158. if scriptinworkspace:FindFirstChild(SourceName) then
  159. newScript = scriptinworkspace:Clone()
  160. wait(0.2)
  161. newScript.Name = "NewScript"
  162. newScript.Disabled = true
  163. newScript:FindFirstChild(SourceName).Value = ""
  164. Output("Source found", __)
  165. found = true
  166. break
  167. end
  168. end
  169. end
  170. end
  171. wait()
  172. end
  173. end)()
  174.  
  175. AddCmd("Unpunish player","unpunish","Restore the player's character",
  176. function(plrs)
  177. for _, plr in pairs(plrs) do
  178. if plr then
  179. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  180. end
  181. end
  182. end
  183. )
  184.  
  185. function NewS(sourcevalue, parent)
  186. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  187. NS(sourcevalue, parent)
  188. else
  189. if newScript then
  190. local scr = newScript:Clone()
  191. if scr:FindFirstChild(SourceName) then
  192. if scr:FindFirstChild(SourceName) then
  193. scr:FindFirstChild(SourceName).Value = sourcevalue
  194. scr.Parent = parent
  195. wait(0.5)
  196. scr.Disabled = false
  197. return scr
  198. end
  199. end
  200. end
  201. end
  202. end
  203.  
  204. sorcery = script:Clone()
  205.  
  206. Services = {
  207. game:GetService("Workspace"),
  208. game:GetService("Players"),
  209. game:GetService("Lighting"),
  210. game:GetService("StarterPack"),
  211. game:GetService("StarterGui"),
  212. game:GetService("Teams"),
  213. game:GetService("SoundService"),
  214. game:GetService("Debris"),
  215. game:GetService("InsertService"),
  216. game:GetService("RunService"),
  217. game:GetService("Chat"),
  218. game:GetService("TeleportService"),
  219. game:GetService("Geometry"),
  220. game:GetService("MarketplaceService"),
  221. game:GetService("BadgeService"),
  222. game:GetService("NetworkClient"),
  223. game:GetService("FriendService"),
  224. }
  225.  
  226. function Explore(Item)
  227. Dismiss()
  228. if(Item==nil)then
  229. for _,v in pairs(Services)do
  230. Output(v.Name,function() Explore(v) end)
  231. end;
  232. else
  233. f={
  234. ['View children']=function()
  235. Dismiss()
  236. for _,v in pairs(Item:children())do
  237. Output(v.Name,function()
  238. Explore(v)
  239. wait()
  240. end);
  241. end;
  242. end;
  243. ['View parent']=function()
  244. Explore(Item.Parent)
  245. end;
  246. ['Destroy']=function()
  247. Item:Destroy();
  248. Explore(Item.Parent);
  249. end;
  250. ['Clear']=function()
  251. Item:ClearAllChildren()
  252. end;
  253. ['Clone']=function()
  254. pcall(function()
  255. cloneableObj = Item:clone()
  256. end)
  257. end;
  258. ['Remove']=function()
  259. Item:remove()
  260. end;
  261. ['Paste']=function()
  262. if cloneableObj then
  263. cloneableObj.Parent = Item
  264. end
  265. end;
  266. ['Ki'..'ck Item']=function()
  267. NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
  268. end;
  269. };
  270. for i,v in pairs(f)do
  271. Output(tostring(i),v);
  272. end;
  273. Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
  274. Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
  275. if cloneableObj then
  276. Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
  277. end
  278. end;
  279. end;
  280.  
  281. AddCmd("Explore","explore","Explore the game",
  282. function()
  283. Explore()
  284. end
  285. )
  286.  
  287. function NewLS(sourcevalue, parent)
  288. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  289. NLS(sourcevalue, parent)
  290. else
  291. local NS = sorcery:Clone()
  292. NS.Name = "NewLocal"
  293. local Source = NS:findFirstChild(SourceName)
  294. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  295. Source.Value = sourcevalue
  296. NS.Parent = parent
  297. NS.Disabled = false
  298. return NS
  299. end
  300. end
  301.  
  302. Clothes = {}
  303.  
  304. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  305. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  306. table.insert(Clothes,Item:Clone())
  307. end
  308. end
  309. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  310. if v:IsA("BodyColors") then
  311. body = v
  312. torsocolor = body.TorsoColor
  313. leftlegcolor = body.LeftLegColor
  314. rightlegcolor = body.RightLegColor
  315. leftarmcolor = body.LeftArmColor
  316. rightarmcolor = body.RightArmColor
  317. headcolor = body.HeadColor
  318. end
  319. end
  320.  
  321. mouse = LocalPlayer:GetMouse()
  322.  
  323. mouse.KeyDown:connect(function(key)
  324. if key == "z" then
  325. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  326. end
  327. end)
  328.  
  329. AddCmd("chat;on/off","chat","ChatGUI on/off",
  330. function(plrs, msg)
  331. if msg == "off" then
  332. chatgui = false
  333. elseif msg == "on" then
  334. chatgui = true
  335. end
  336. end
  337. )
  338.  
  339. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  340. function(plrs, msg)
  341. local keypos = msg:find(key)
  342. local targPlayers = msg:sub(1,keypos-1)
  343. local plrs = getPlayers(targPlayers)
  344. local speed = msg:sub(tonumber(keypos+1))
  345. for _,v in pairs(plrs) do
  346. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  347. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  348. end
  349. end
  350. end
  351. )
  352.  
  353.  
  354. Bad_Char = ""
  355.  
  356. function chatgui(msg)
  357. if not chatgui then return end
  358. if probemode == false then
  359. if LocalPlayer.Character:findFirstChild("Head") then
  360. mainPart = LocalPlayer.Character:findFirstChild("Head")
  361. end
  362. end
  363. if probemode == true then
  364. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  365. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  366. end
  367. end
  368. local bg = Instance.new("BillboardGui", mainPart)
  369. bg.Adornee = mainPart
  370. bg.Name = "CHATGUIBG"
  371. bg.Size = UDim2.new(4, 0, 2.5, 0)
  372. bg.StudsOffset = Vector3.new(-4, 2, 0)
  373. local bg2 = Instance.new("BillboardGui", mainPart)
  374. bg2.Adornee = mainPart
  375. bg2.Name = "CHATGUIBG2"
  376. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  377. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  378. local text = Instance.new("TextLabel", bg)
  379. text.Size = UDim2.new(3, 0, 0.5, 0)
  380. text.FontSize = "Size18"
  381. text.TextScaled = true
  382. text.TextTransparency = 0
  383. text.BackgroundTransparency = 1
  384. text.TextTransparency = 0
  385. text.TextStrokeTransparency = 0
  386. text.Font = "Arial"
  387. text.TextColor3 = Color3.new(255, 0, 0)
  388. text.Text = " "
  389. Message = msg:gsub("","\5")
  390. if #Message >50 then return end
  391. for i = 0, #Message, 1 do
  392. wait(0.01)
  393. text.Text = string.gsub("("..LocalPlayer.Name.."): "..Message:gsub(0, i),'fuck','fuck')
  394. end
  395. wait()
  396. coroutine.resume(coroutine.create(function()
  397. for i = 0, 5, 0.05 do
  398. if bg ~= nil then
  399. if bg2 ~= nil then
  400. wait()
  401. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  402. end
  403. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  404. end
  405. end
  406. end))
  407. for i=text.TextTransparency,1,0.02 do
  408. wait()
  409. text.TextTransparency = i
  410. text.TextStrokeTransparency = i
  411. end
  412. if bg == nil then return end
  413. bg:Destroy()
  414. if bg2 == nil then return end
  415. bg2:Destroy()
  416. end
  417.  
  418. LocalPlayer.Chatted:connect(chatgui)
  419.  
  420. AddCmd("Commands","cmds","Show the list of commands",
  421. function()
  422. Dismiss()
  423. for i, v in pairs(Cmds) do
  424. Output(v["Name"],
  425. function()
  426. Output("Description: "..v["Desc"], __)
  427. Output("Usage: "..v["Say"], __)
  428. Output("Name: "..v["Name"], __)
  429. end)
  430. end
  431. end
  432. )
  433.  
  434. AddCmd("Rejoin player","rej","Rejoin the player",
  435. function(plrs)
  436. for _, plr in pairs(plrs) do
  437. if plr and plr.Backpack then
  438. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  439. end
  440. end
  441. end
  442. )
  443.  
  444. AddCmd("Clean workspace","clean","Clean the lag nobs made",
  445. function()
  446. for a,b in pairs(game.Workspace:GetChildren()) do
  447. if not game.Players:GetPlayerFromCharacter(b) and b.Name ~= 'Base' and b.Name ~= 'Camera' then
  448. pcall(function() b:Destroy() end)
  449. end
  450. end
  451. if game.Workspace:findFirstChild('Base') == nil then
  452. local Base = Instance.new("Part",Game.Workspace)
  453. Base.Name = "Base"
  454. Base.Anchored = true
  455. Base.Locked = true
  456. Base.BrickColor = BrickColor.new("Bright green")
  457. Base.Size = Vector3.new(2048,2,2048)
  458. Base.CFrame = CFrame.new(0,0,0)
  459. end
  460. Output('You have cleaned workspace!')
  461. end
  462. )
  463.  
  464. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  465. function(plrs, msg)
  466. a,b = ypcall(function()
  467. loadstring(msg)()
  468. end) if not a then Output(b,"Bright red") end
  469. end
  470. )
  471.  
  472. AddCmd("Anchored", "anchor","Anchor all parts",
  473. function()
  474. g = game.Workspace:GetChildren () do
  475. for i = 1, #g do
  476. if g[i].ClassName == "Part" then
  477. g[i].Anchored = true else if
  478. g[i].ClassName == "Model" then
  479. y = g[i]:GetChildren ()
  480. for i = 1, #y do
  481. if y[i].ClassName == "Part" then
  482. y[i].Anchored = true
  483. end
  484. end
  485. end
  486. end
  487. end
  488. end
  489. end
  490. )
  491.  
  492. AddCmd("unanchor", "unanchor","unanchor all parts",
  493. function()
  494. g = game.Workspace:GetChildren () do
  495. for i = 1, #g do
  496. if g[i].ClassName == "Part" then
  497. g[i].Anchored = false else if
  498. g[i].ClassName == "Model" then
  499. y = g[i]:GetChildren ()
  500. for i = 1, #y do
  501. if y[i].ClassName == "Part" then
  502. y[i].Anchored = false
  503. end
  504. end
  505. end
  506. end
  507. end
  508. end
  509. end
  510. )
  511.  
  512. AddCmd("Admin a player","vtabs","Give admin to a player",
  513. function(plrs)
  514. for _, plr in pairs(plrs) do
  515. if plr and plr.Backpack then
  516. script.Parent = plr.Backpack
  517. Output("You gave admin to: "..plr.Name, __)
  518. end
  519. end
  520. end
  521. )
  522.  
  523. AddCmd("AFK","afk","Ping yourself as afk",
  524. function()
  525. Dismiss()
  526. for i = 1,8 do
  527. wait()
  528. Output(''..LocalPlayer.Name.." is afk")
  529. end
  530. end
  531. )
  532.  
  533. AddCmd("Back","back","Ping yourself as back",
  534. function()
  535. Dismiss()
  536. for i = 1,8 do
  537. wait()
  538. Output(''..LocalPlayer.Name.." is back bby")
  539. end
  540. wait(3)
  541. Dismiss()
  542. end
  543. )
  544.  
  545. AddCmd("Ban a player","ban","Kicks a player when he enters",
  546. function(plrs, msg)
  547. for _,v in pairs(plrs) do
  548. if v then
  549. table.insert(Banlist,v.Name)
  550. Output('Banned | '..v.Name,__)
  551. else
  552. Output(Error)
  553. end
  554. end
  555. end
  556. )
  557.  
  558. AddCmd("Info","vinfo","info pwns k",
  559. function()
  560. Dismiss()
  561. for i = 1,2 do
  562. wait()
  563. Output("N00b Tabs Created by N00bTabs Aka Guest101632", __)
  564. Output("N00b Tabs Created by N00bTabs Aka Guest101632", __)
  565. Output("N00b Tabs Created by N00bTabs Aka Guest101632", __)
  566. Output("N00b Tabs Created by N00bTabs Aka Guest101632", __)
  567. Output("N00b Tabs Created by N00bTabs Aka Guest101632", __)
  568. end
  569. end
  570. )
  571.  
  572. AddCmd("Fix Lighting","lfix","Fix the Lighting ",
  573. function()
  574. function dtr()
  575. local sk = game.Lighting:findFirstChild("Sky")
  576. if sk ~= nil then
  577. sk:Remove()
  578. end
  579. game.Lighting.FogEnd = 10011111111
  580. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  581. game.Lighting.TimeOfDay = "14:00:00"
  582. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  583. game.Lighting.Brightness = 1
  584. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  585. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  586. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  587. end
  588.  
  589. dtr()
  590.  
  591. game.Lighting.Changed:connect(dtr)
  592. end
  593. )
  594.  
  595. AddCmd("Set SkyBox","abox","Skybox A",
  596. function()
  597. function getAll(obj)
  598. for i, v in pairs(obj:getChildren()) do
  599. if v:IsA("BasePart") then
  600. v.Anchored = false
  601. v.BrickColor = BrickColor.new(0)
  602. bv = Instance.new("BodyVelocity")
  603. bv.Parent = v
  604. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  605. local s = Instance.new("SelectionBox")
  606. s.Color = BrickColor.random()
  607. s.Adornee = v
  608. s.Parent = v
  609. s.Transparency = (0.4)
  610. end
  611. getAll(v)
  612. end
  613. end
  614. getAll(workspace)
  615. game.Lighting.TimeOfDay = "07:00:00"
  616. game.Lighting.Ambient = Color3.new(0,0,0)
  617. sky = Instance.new("Sky")
  618. sky.Parent = game.Lighting
  619. sky.SkyboxBk = "http://www.roblox.com/asset/?id=118170092"
  620. sky.SkyboxDn = "http://www.roblox.com/asset/?id=118170092"
  621. sky.SkyboxFt = "http://www.roblox.com/asset/?id=118170092"
  622. sky.SkyboxLf = "http://www.roblox.com/asset/?id=118170092"
  623. sky.SkyboxRt = "http://www.roblox.com/asset/?id=118170092"
  624. sky.SkyboxUp = "http://www.roblox.com/asset/?id=118170092"
  625. end
  626. )
  627.  
  628.  
  629. AddCmd("Shutdown","sd","Shuts the server down",
  630. function()
  631. Output("Shutting down server! sorry!","Really red")
  632. wait(1)
  633. for _,v in pairs(game.Players:GetPlayers()) do v:Kick() end
  634. end
  635. )
  636.  
  637. AddCmd("Chat","cht","Forces a player to chat ;)",
  638. function(plrs, msg)
  639. local keypos = msg:find(key)
  640. local targPlayers = msg:sub(1,keypos-1)
  641. local plrs = getPlayers(targPlayers)
  642. local id = msg:sub(tonumber(keypos+1))
  643. for _,v in pairs(plrs) do
  644. if v and v.Backpack then
  645. NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack)
  646. end
  647. end
  648. end
  649. )
  650.  
  651. AddCmd("Respawn","respawn","Respawn player",
  652. function(plrs)
  653. for _,plr in pairs(plrs) do
  654. if plr then
  655. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  656. end
  657. end
  658. end
  659. )
  660.  
  661. AddCmd("Fly","fly","fly lel",
  662. function()
  663. local mouse = game.Players.LocalPlayer:GetMouse()
  664. repeat wait() until mouse
  665. local plr = game.Players.LocalPlayer
  666. local torso = plr.Character.Torso
  667. local flying = true
  668. local deb = true
  669. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  670. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  671. local maxspeed = 50
  672. local speed = 0
  673. function Fly()
  674. local bg = Instance.new("BodyGyro", torso)
  675. bg.P = 9e4
  676. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  677. bg.cframe = torso.CFrame
  678. local bv = Instance.new("BodyVelocity", torso)
  679. bv.velocity = Vector3.new(0,0.1,0)
  680. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  681. repeat wait()
  682. plr.Character.Humanoid.PlatformStand = true
  683. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  684. speed = speed+.5+(speed/maxspeed)
  685. if speed > maxspeed then
  686. speed = maxspeed
  687. end
  688. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  689. speed = speed-1
  690. if speed < 0 then
  691. speed = 0
  692. end
  693. end
  694. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  695. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  696. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  697. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  698. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  699. else
  700. bv.velocity = Vector3.new(0,0.1,0)
  701. end
  702. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  703. until not flying
  704. ctrl = {f = 0, b = 0, l = 0, r = 0}
  705. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  706. speed = 0
  707. bg:Destroy()
  708. bv:Destroy()
  709. plr.Character.Humanoid.PlatformStand = false
  710. end
  711. mouse.KeyDown:connect(function(key)
  712. if key:lower() == "e" then
  713. if flying then flying = false
  714. else
  715. flying = true
  716. Fly()
  717. end
  718. elseif key:lower() == "w" then
  719. ctrl.f = 1
  720. elseif key:lower() == "s" then
  721. ctrl.b = -1
  722. elseif key:lower() == "a" then
  723. ctrl.l = -1
  724. elseif key:lower() == "d" then
  725. ctrl.r = 1
  726. end
  727. end)
  728. mouse.KeyUp:connect(function(key)
  729. if key:lower() == "w" then
  730. ctrl.f = 0
  731. elseif key:lower() == "s" then
  732. ctrl.b = 0
  733. elseif key:lower() == "a" then
  734. ctrl.l = 0
  735. elseif key:lower() == "d" then
  736. ctrl.r = 0
  737. end
  738. end)
  739. Fly()
  740. end
  741. )
  742.  
  743. AddCmd("Night","night","Makes it night",
  744. function()
  745. game.Lighting.TimeOfDay = "00:00:00"
  746. end
  747. )
  748.  
  749. AddCmd("Day","day","Makes it day",
  750. function()
  751. game.Lighting.TimeOfDay = "12:00:00"
  752. end
  753. )
  754.  
  755. AddCmd("Disc","dc","Disconnects a player form the game",
  756. function(plrs)
  757. for _,plr in pairs(plrs) do
  758. if plr and plr.Backpack then
  759. NewLS([[local lp = game.Players.LocalPlayer;lp.Parent = nil;wait();lp.Parent = game.Players]],plr.Backpack)
  760. end
  761. end
  762. end)
  763.  
  764. AddCmd("LocalScript","ls","LocalScript",
  765. function(nothing, msg)
  766. if LocalPlayer.Parent ~= nil then
  767. NewLS(msg, LocalPlayer.Backpack)
  768. end
  769. end
  770. )
  771.  
  772. AddCmd("Playerinfo","pinfo","Shows info on a player",
  773. function(plrs)
  774. for _,plr in pairs(plrs) do
  775. if plr then
  776. Output("Age: "..plr.AccountAge,"noncolar")
  777. Output("Membership: "..plr.MembershipType.Name,"Hot pink")
  778. Output("Player: "..plr.Name,"Really red")
  779. Output("Id: "..plr.userId,"New Yeller")
  780. Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
  781. end
  782. end
  783. end)
  784.  
  785. AddCmd("Force shutdown","fsd","Forces shutdown with a ManualSurfaceJoint",
  786. function(nothing, msg)
  787. NewS([[local b = Instance.new ("ManualSurfaceJointInstance",Workspace)]],workspace)
  788. end
  789. )
  790.  
  791. AddCmd("Message","m","Show a message",
  792. function(nothing, msg)
  793. if found then
  794. NewS([[
  795. a = Instance.new("Message", workspace)
  796. msg = "]]..msg..[["
  797. msg = msg:gsub("","\5")
  798. game:service'Debris':AddItem(a, 5)
  799. while wait() do
  800. for i = 30,0,-1 do
  801. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  802. wait()
  803. end
  804. for i = 0,30,1 do
  805. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  806. wait()
  807. end
  808. end
  809. ]], workspace)
  810. end
  811. end
  812. )
  813.  
  814. AddCmd("Create base","base","Create the base",
  815. function()
  816. a = Instance.new("Part")
  817. a.Parent = Workspace
  818. a.Name = "Base"
  819. a.Position = Vector3.new(0, 0.6, 0)
  820. a.Size = Vector3.new(1002, 0, 1002)
  821. a.Material = "Grass"
  822. a.Anchored = true
  823. a.BrickColor = BrickColor.new("Dark green")
  824. end
  825. )
  826.  
  827. AddCmd("Ping","ping","Ping something",
  828. function(plrs, msg)
  829. if msg == "" then
  830. Output("pong", __)
  831. else
  832. Output(msg, __)
  833. end
  834. end
  835. )
  836.  
  837. AddCmd("Dismiss","dt","Dismiss tabs",
  838. function()
  839. Dismiss()
  840. end
  841. )
  842.  
  843. AddCmd("God player","god","OYUS FULL HEALTH",
  844. function(plrs)
  845. for _, plr in pairs(plrs) do
  846. if plr and plr.Character and plr.Character.Humanoid then
  847. me = plr
  848. select=Instance.new("SelectionBox",me.Character.Head)
  849. select1=Instance.new("SelectionBox",me.Character.Torso)
  850. select2=Instance.new("SelectionBox",me.Character["Right Arm"])
  851. select3=Instance.new("SelectionBox",me.Character["Left Arm"])
  852. select4=Instance.new("SelectionBox",me.Character["Left Leg"])
  853. select5=Instance.new("SelectionBox",me.Character["Right Leg"])
  854. select.Adornee=me.Character.Head
  855. select1.Adornee=me.Character.Torso
  856. select2.Adornee=me.Character["Right Arm"]
  857. select3.Adornee=me.Character["Left Arm"]
  858. select4.Adornee=me.Character["Left Leg"]
  859. select5.Adornee=me.Character["Right Leg"]
  860. me.Character.Humanoid.MaxHealth=math.huge
  861. end
  862. end
  863. end
  864. )
  865.  
  866. AddCmd("BSoD","bsod","BSoD a player",
  867. function(Plrs)
  868. for _, plr in pairs(Plrs) do
  869. if plr and plr.Backpack then
  870. for i = 0,7,1 do
  871. NewLS(BSoDSource, plr.Backpack)
  872. Output("You BSoD'D "..plr.Name, __)
  873.  
  874. end
  875. end
  876. end
  877. end
  878. )
  879.  
  880.  
  881.  
  882. AddCmd("Nil players","nilp","Check nil players",
  883. function()
  884. NewS([[
  885. local mod = Instance.new("Model")
  886. mod.Name = "NilPlayers"
  887. pcall(function()
  888. for k,v in pairs(game:GetService("NetworkServer"):GetChildren()) do
  889. pcall(function()
  890. local p = v:GetPlayer()
  891. if p.Parent ~= game.Players then
  892. local a = Instance.new("StringValue", mod)
  893. a.Value = "NIL: "..p.Name
  894. else
  895. local a = Instance.new("StringValue", mod)
  896. a.Value = p.Name
  897. end
  898. end)
  899. end
  900. end)
  901. mod.Parent = game:GetService("Lighting")
  902. script:Destroy()
  903. ]], game.Workspace)
  904. local np = false
  905. for i=1,5,0.1 do
  906. np = game:GetService("Lighting"):findFirstChild("NilPlayers")
  907. if np then break end
  908. wait(0.1)
  909. end
  910. if not np then
  911. return Output("Something went wrong! F\5U\5C\5K!","Really red")
  912. end
  913. for k,v in pairs(np:GetChildren()) do
  914. if v:IsA("StringValue") then
  915. if v.Value:lower():sub(1,4) == "nil:" then
  916. Output(v.Value,"Really red")
  917. else
  918. Output(v.Value)
  919. end
  920. end
  921. end
  922. wait()
  923. np:Destroy()
  924. end
  925. )
  926.  
  927. AddCmd("Probe mode", "probe", "temp nil",
  928. function()
  929. probemode = true
  930. Dismiss()
  931. if LocalPlayer.Character then LocalPlayer.Character = nil end
  932. if workspace.CurrentCamera == nil then return end
  933. local camera = workspace.CurrentCamera
  934. local probe = Instance.new("Part", workspace)
  935. probe.Shape = "Block"
  936. probe.Color = Color3.new(170, 0, 255)
  937. probe.Anchored = true
  938. probe.Transparency = (0)
  939. probe.Size = Vector3.new(8.6, 7.8, 7.8)
  940. probe.CanCollide = true
  941. M = Instance.new("SpecialMesh",probe)
  942. M.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  943. M.Scale = Vector3.new(1.25, 3, 1.25)
  944. P.Color = Color3.new(170, 0, 255)
  945.  
  946. One = Instance.new("Decal", probe)
  947. Two = Instance.new("Decal", probe)
  948. Three = Instance.new("Decal", probe)
  949. Four = Instance.new("Decal", probe)
  950. Five = Instance.new("Decal", probe)
  951. Six = Instance.new("Decal", probe)
  952. One.Texture = "http://www.roblox.com/asset/?id=124865736"
  953. Two.Texture = "http://www.roblox.com/asset/?id=124865736"
  954. Three.Texture = "http://www.roblox.com/asset/?id=124865736"
  955. Four.Texture = "http://www.roblox.com/asset/?id=124865736"
  956. Five.Texture = "http://www.roblox.com/asset/?id=124865736"
  957. Six.Texture = "http://www.roblox.com/asset/?id=124865736"
  958. One.Face = "Front"
  959. Two.Face = "Back"
  960. Three.Face = "Right"
  961. Four.Face = "Left"
  962. Five.Face = "Top"
  963. Six.Face = "Bottom"
  964.  
  965. local s = Instance.new("SelectionBox")
  966.  
  967. s.Color = BrickColor.new("Really black")
  968. s.Adornee = probe
  969. s.Parent = probe
  970. s.Transparency = (0.4)
  971. probe.TopSurface = 0
  972. probe.Color = Color3.new(170, 0, 255)
  973. probe.Anchored = true
  974. probe.BottomSurface = 0
  975. probe.Name = LocalPlayer.Name.."'s probe"
  976. local rotation = 0
  977. local bbg = Instance.new("BillboardGui", probe)
  978. bbg.Size = UDim2.new(3, 0, 3 ,0)
  979. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  980. local txt = Instance.new("TextLabel", bbg)
  981. txt.FontSize = "Size24"
  982. txt.Font = "SourceSansBold"
  983. txt.Text = LocalPlayer.Name
  984. txt.BackgroundTransparency = 1
  985. txt.TextColor3 = Color3.new(255, 0, 0)
  986. txt.TextStrokeTransparency = 0
  987. txt.Size = UDim2.new(1,0,1,0)
  988. local pl = Instance.new("PointLight", probe)
  989. pl.Shadows = true
  990. pl.Range = 20
  991. coroutine.wrap(function()
  992. while pl ~= nil do
  993. pl.Color = Color3.new(math.random(), math.random(), math.random())
  994. wait(0.8)
  995. end
  996. end)()
  997. coroutine.wrap(function()
  998. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  999. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  1000. end
  1001. if camera then
  1002. camera:Destroy()
  1003. end
  1004. probe:Destroy()
  1005. end)()
  1006. end
  1007. )
  1008.  
  1009.  
  1010. AddCmd("reload","char","Creates your character",
  1011. function()
  1012. if workspace.CurrentCamera == nil then return end
  1013. local camera = workspace.CurrentCamera
  1014. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  1015. local human = new_char.Humanoid
  1016. human.Parent = nil
  1017. new_char.Name = LocalPlayer.Name
  1018. wait()
  1019. human.Parent = new_char
  1020. camera.CameraSubject = human
  1021. camera.CameraType = "Custom"
  1022. new_char.Parent = workspace
  1023. local pl = Instance.new("PointLight", new_char.Head)
  1024. pl.Range = 24
  1025. pl.Shadows = true
  1026. LocalPlayer.Character = new_char
  1027. new_char:MakeJoints()
  1028. new_char.Torso.BrickColor = torsocolor
  1029. new_char["Left Leg"].BrickColor = leftlegcolor
  1030. new_char["Right Leg"].BrickColor = rightlegcolor
  1031. new_char["Left Arm"].BrickColor = leftarmcolor
  1032. new_char["Right Arm"].BrickColor = rightarmcolor
  1033. new_char.Head.BrickColor = headcolor
  1034. for i,v in pairs(Clothes) do
  1035. v:Clone().Parent = new_char
  1036. end
  1037. probemode = false
  1038. end
  1039. )
  1040.  
  1041. AddCmd("Chat","cht","Forces a player to chat ;)",
  1042. function(plrs, msg)
  1043. local keypos = msg:find(key)
  1044. local targPlayers = msg:sub(1,keypos-1)
  1045. local plrs = getPlayers(targPlayers)
  1046. local id = msg:sub(tonumber(keypos+1))
  1047. for _,v in pairs(plrs) do
  1048. if v and v.Backpack then
  1049. NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack)
  1050. end
  1051. end
  1052. end
  1053. )
  1054.  
  1055. AddCmd("ForceField","ff","Give forcefield to player",
  1056. function(plrs)
  1057. for _, plr in pairs(plrs) do
  1058. if plr and plr.Character then
  1059. Instance.new("ForceField", plr.Character)
  1060. end
  1061. end
  1062. end
  1063. )
  1064.  
  1065. function ShowBL()
  1066. Dismiss()
  1067. for _,v in pairs(Banlist) do
  1068. Output(v, "Really red", function()
  1069. Dismiss()
  1070. Output("Un-ban", "Black", function() table.remove(Banlist,_) end)
  1071. Output("Back", "Really red", function() ShowBL() end)
  1072. end)
  1073. end
  1074. end
  1075.  
  1076. AddCmd("Banlist","bl","Show banned players",
  1077. function()
  1078. ShowBL()
  1079. end
  1080. )
  1081.  
  1082. AddCmd("Lag player","lg","Lag a player",
  1083. function(plrs)
  1084. for _, plr in pairs(plrs) do
  1085. if plr and plr.Backpack then
  1086. NewLS(LagSource, plr.Backpack)
  1087. end
  1088. end
  1089. end
  1090. )
  1091.  
  1092. AddCmd("Crash player","crash","Crash the player",
  1093. function(plrs)
  1094. for _, plr in pairs(plrs) do
  1095. if plr and plr.Backpack then
  1096. NewLS([==[
  1097. game:GetService("RunService").RenderStepped(function()
  1098. Delay(0, function() return end)
  1099. end)]==], plr.Backpack)
  1100. end
  1101. end
  1102. end
  1103. )
  1104.  
  1105. AddCmd("Kill player","kill","Kill a player",
  1106. function(plrs)
  1107. for _, plr in pairs(plrs) do
  1108. if plr and plr.Character then
  1109. plr.Character:BreakJoints()
  1110. end
  1111. end
  1112. end
  1113. )
  1114.  
  1115.  
  1116. AddCmd("Respawn player","respawn","Respawn the player",
  1117. function(plrs)
  1118. for _, plr in pairs(plrs) do
  1119. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  1120. end
  1121. end
  1122. )
  1123.  
  1124. AddCmd("Mute player","mute","Block the player chat",
  1125. function(plrs)
  1126. for _, plr in pairs(plrs) do
  1127. if plr and plr.Backpack then
  1128. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  1129. end
  1130. end
  1131. end
  1132. )
  1133.  
  1134. AddCmd("Unmute player","unmute","Unblock the player chat",
  1135. function(plrs)
  1136. for _, plr in pairs(plrs) do
  1137. if plr and plr.Backpack then
  1138. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  1139. end
  1140. end
  1141. end
  1142. )
  1143.  
  1144. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  1145. function(plrs)
  1146. for _, plr in pairs(plrs) do
  1147. if plr and plr.Character then
  1148. pcall(function()
  1149. for _,v in pairs(plr.Character:GetChildren()) do
  1150. if v:IsA("ForceField") then
  1151. v:Destroy()
  1152. end
  1153. end
  1154. end)
  1155. end
  1156. end
  1157. end
  1158. )
  1159.  
  1160. AddCmd("Bsod Spam","dsz","Make everything bsod",
  1161. function()
  1162. function meands(obj)
  1163. for i,v in pairs(obj:GetChildren()) do
  1164. if v:IsA("BasePart") then
  1165. One = Instance.new("Decal", v)
  1166. Two = Instance.new("Decal", v)
  1167. Three = Instance.new("Decal", v)
  1168. Four = Instance.new("Decal", v)
  1169. Five = Instance.new("Decal", v)
  1170. Six = Instance.new("Decal", v)
  1171. One.Texture = "http://www.roblox.com/asset/?id=3529576"
  1172. Two.Texture = "http://www.roblox.com/asset/?id=3529576"
  1173. Three.Texture = "http://www.roblox.com/asset/?id=3529576"
  1174. Four.Texture = "http://www.roblox.com/asset/?id=3529576"
  1175. Five.Texture = "http://www.roblox.com/asset/?id=3529576"
  1176. Six.Texture = "http://www.roblox.com/asset/?id=3529576"
  1177. One.Face = "Front"
  1178. Two.Face = "Back"
  1179. Three.Face = "Right"
  1180. Four.Face = "Left"
  1181. Five.Face = "Top"
  1182. Six.Face = "Bottom"
  1183. end
  1184. meands(v)
  1185. end
  1186. end
  1187. meands(workspace)
  1188. end
  1189. )
  1190.  
  1191. AddCmd("Decal Spam","ds","Make everything decal",
  1192. function()
  1193. function meands(obj)
  1194. for i,v in pairs(obj:GetChildren()) do
  1195. if v:IsA("BasePart") then
  1196. One = Instance.new("Decal", v)
  1197. Two = Instance.new("Decal", v)
  1198. Three = Instance.new("Decal", v)
  1199. Four = Instance.new("Decal", v)
  1200. Five = Instance.new("Decal", v)
  1201. Six = Instance.new("Decal", v)
  1202. One.Texture = "http://www.roblox.com/asset/?id=118170092"
  1203. Two.Texture = "http://www.roblox.com/asset/?id=118170092"
  1204. Three.Texture = "http://www.roblox.com/asset/?id=118170092"
  1205. Four.Texture = "http://www.roblox.com/asset/?id=118170092"
  1206. Five.Texture = "http://www.roblox.com/asset/?id=118170092"
  1207. Six.Texture = "http://www.roblox.com/asset/?id=118170092"
  1208. One.Face = "Front"
  1209. Two.Face = "Back"
  1210. Three.Face = "Right"
  1211. Four.Face = "Left"
  1212. Five.Face = "Top"
  1213. Six.Face = "Bottom"
  1214. end
  1215. meands(v)
  1216. end
  1217. end
  1218. meands(workspace)
  1219. end
  1220. )
  1221.  
  1222. AddCmd("brick spam all","bs","Brick Spam da game",
  1223. function()
  1224. while true do
  1225. wait()
  1226. p = Instance.new("Part")
  1227. p.Size = Vector3.new(math.random(1,30),math.random(1,30),math.random(1,30))
  1228. p.BrickColor = BrickColor.random()
  1229. p.Position = Vector3.new(math.random(-200,200),100,math.random(-200,200))
  1230. p.Reflectance = (math.random(0,100) / 100)
  1231. p.Locked = false
  1232. p.Name = "N00bTabs was here"
  1233. p.Parent = game.Workspace
  1234. One = Instance.new("Decal", p)
  1235. Two = Instance.new("Decal", p)
  1236. Three = Instance.new("Decal", p)
  1237. Four = Instance.new("Decal", p)
  1238. Five = Instance.new("Decal", p)
  1239. Six = Instance.new("Decal", p)
  1240. One.Texture = "http://www.roblox.com/asset/?id=118170092"
  1241. Two.Texture = "http://www.roblox.com/asset/?id=118170092"
  1242. Three.Texture = "http://www.roblox.com/asset/?id=118170092"
  1243. Four.Texture = "http://www.roblox.com/asset/?id=118170092"
  1244. Five.Texture = "http://www.roblox.com/asset/?id=118170092"
  1245. Six.Texture = "http://www.roblox.com/asset/?id=118170092"
  1246. One.Face = "Front"
  1247. Two.Face = "Back"
  1248. Three.Face = "Right"
  1249. Four.Face = "Left"
  1250. Five.Face = "Top"
  1251. Six.Face = "Bottom"
  1252.  
  1253. local s = Instance.new("SelectionBox")
  1254.  
  1255. s.Color = BrickColor.random()
  1256. s.Adornee = p
  1257. s.Parent = p
  1258. s.Transparency = (0.4)
  1259. end
  1260. end
  1261. )
  1262.  
  1263. AddCmd("FClean","fclean","Fully clear",
  1264. function()
  1265. for i,s in pairs(workspace:GetChildren()) do
  1266. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  1267. if s.className ~= "Terrain" then
  1268. if s.className ~= "Camera" then
  1269. pcall(function() s:Destroy() end)
  1270. end end end end
  1271. local b = Instance.new("Part", Game:GetService("Workspace"))
  1272. b.Size = Vector3.new(3000, 1, 3000)
  1273. b.CFrame = CFrame.new(0, 0, 0)
  1274. b.Name = "Base"
  1275. b.BrickColor = BrickColor.new("Earth green")
  1276. b.TopSurface = "Smooth"
  1277. b.BottomSurface = "Smooth"
  1278. b.LeftSurface = "Smooth"
  1279. b.RightSurface = "Smooth"
  1280. b.FrontSurface = "Smooth"
  1281. b.BackSurface = "Smooth"
  1282. b.Anchored = true
  1283. b.Locked = true
  1284. local sl = Instance.new("SpawnLocation", workspace)
  1285. sl.Anchored = true
  1286. sl.Locked = true
  1287. sl.formFactor = "Plate"
  1288. sl.Size = Vector3.new(6, 0.4, 6)
  1289. sl.CFrame = CFrame.new(0, 0.6, 0)
  1290. sl.BrickColor = BrickColor.new("Really blue")
  1291. sl.TopSurface = "Smooth"
  1292. sl.BottomSurface = "Smooth"
  1293. sl.LeftSurface = "Smooth"
  1294. sl.RightSurface = "Smooth"
  1295. sl.FrontSurface = "Smooth"
  1296. sl.BackSurface = "Smooth"
  1297. game.Lighting.FogEnd = 10011111111
  1298. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1299. game.Lighting.TimeOfDay = "14:00:00"
  1300. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1301. game.Lighting.Brightness = 1
  1302. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1303. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1304. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1305. end
  1306. )
  1307.  
  1308.  
  1309. AddCmd("Dark Character","dark","Make Character Dark",
  1310. function()
  1311. Dismiss()
  1312. for i = 1,1 do
  1313. Output("Character is Now Dark",__)
  1314. player=game.Players.LocalPlayer
  1315. char=player.Character
  1316. Color=BrickColor.new("Grey")
  1317. Color2=BrickColor.new(Color3.new(0,0,0))
  1318. model=Instance.new("Model")
  1319. model.Name="Suit"
  1320. model.Parent=char
  1321. d=0
  1322. Debounce=true
  1323. fake=char.Head:clone()
  1324. pcall(function() fake.face:remove() end)
  1325. char.Head.Transparency=1
  1326. fake.Parent=model
  1327. fake.Transparency=0
  1328. w=Instance.new("Weld")
  1329. w.Part1=fake
  1330. w.Part0=char.Head
  1331. w.Parent=char
  1332. fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01)
  1333. fake.BrickColor=Color2
  1334. char.Head.Changed:connect(function(p)
  1335. if p=="BrickColor" then
  1336. wait()
  1337. pcall(function()
  1338. char.Head.face:Remove()
  1339. char.Torso.roblox:remove()
  1340. char["Shirt Graphic"]:remove()
  1341. end)
  1342. char.Humanoid.WalkSpeed=25
  1343. char.Humanoid.MaxHealth=math.huge
  1344. char.Humanoid.Health=math.huge
  1345. for _,v in pairs(char:children()) do
  1346. if v.className=="Hat" then
  1347. v:remove()
  1348. elseif v:IsA("Part") then
  1349. v.BrickColor=Color2
  1350. v.TopSurface="Smooth"
  1351. v.BottomSurface="Smooth"
  1352. elseif v:IsA("Shirt") or v:IsA("Pants") then
  1353. v:remove()
  1354. end
  1355. end
  1356. end
  1357. end)
  1358. char.Head.BrickColor=Color2
  1359. Tor=Instance.new("Part")
  1360. Tor.Size=Vector3.new(1,1,1)
  1361. Tor.BrickColor=Color2
  1362. Tor.Reflectance=0
  1363. Tor.Transparency=0
  1364. Tor.CanCollide=false
  1365. Tor.Parent=char
  1366. Mesh=Instance.new("SpecialMesh")
  1367. Mesh.MeshId="http://www.roblox.com/asset/?id=21057410"
  1368. Mesh.Scale=Vector3.new(1.05,1.05,1.05)
  1369. Mesh.Parent=Tor
  1370. w = Instance.new("Weld")
  1371. w.Parent = char["Head"]
  1372. w.Part0 = w.Parent
  1373. w.Part1 = Tor
  1374. w.C0 = CFrame.new(0,0.35,0)
  1375. end
  1376. end
  1377. )
  1378.  
  1379. AddCmd("Number of commands","ncmds","0var 9000 qq not rlly soon tho",
  1380. function()
  1381. Output(#Cmds, __)
  1382. end
  1383. )
  1384.  
  1385.  
  1386.  
  1387. AddCmd("GetAge","ga","Get age of a player",
  1388. function(Plrs)
  1389. for _, plr in pairs(Plrs) do
  1390. if plr then
  1391. Output(plr.Name..": "..tostring(plr.AccountAge))
  1392. end
  1393. end
  1394. end)
  1395.  
  1396.  
  1397. AddCmd("StampTools","stools","StamperTools lel",
  1398. function()
  1399. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1400. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1401. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1402. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1403. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1404. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  1405. end
  1406. )
  1407.  
  1408. function Output(Txt, func)
  1409. P = Instance.new("Part", tabmodel)
  1410. P.Shape = "Block"
  1411. P.Color = Color3.new(0, 0, 0)
  1412. P.Anchored = true
  1413. P.Transparency = (0.4)
  1414. P.Size = Vector3.new(1.4, 1.2, 1.4)
  1415. P.CanCollide = false
  1416. if probemode == false then
  1417. if LocalPlayer.Character.Torso then
  1418. P.Position = LocalPlayer.Character.Torso.Position
  1419. elseif LocalPlayer.Character.Torso == nil then return end
  1420. elseif probemode == true then
  1421. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1422. P.Position = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1423. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end
  1424. else
  1425. return
  1426. end
  1427. local s = Instance.new("SelectionBox")
  1428. s.Color = BrickColor.new(255, 255, 255)
  1429. s.Adornee = P
  1430. s.Parent = P
  1431. s.Transparency = (0.4)
  1432. Instance.new("PointLight", P)
  1433. bg = Instance.new("BillboardGui", P)
  1434. bg.Adornee = tab
  1435. bg.Size = UDim2.new(8, 0, 7.5, 0)
  1436. bg.StudsOffset = Vector3.new(0, 1, 0)
  1437. text = Instance.new("TextLabel", bg)
  1438. text.Size = UDim2.new(1, 0, 0.2, 0)
  1439. text.FontSize = "Size18"
  1440. text.BackgroundTransparency = 1
  1441. text.Font = "Legacy"
  1442. text.TextStrokeTransparency = 0
  1443. text.TextColor3 = Color3.new(255, 0, 0)
  1444. text.Text = Txt
  1445. Click = Instance.new("ClickDetector",P)
  1446. Click.MaxActivationDistance = 999999999
  1447. Click.MouseClick:connect(function(Plr)
  1448. if Plr.Name == LocalPlayer.Name then
  1449. Dismiss()
  1450. func = func
  1451. func()
  1452. end
  1453. end)
  1454. table.insert(Tabs, P)
  1455. end
  1456.  
  1457. function getPlayers(msg)
  1458. local plrs = {}
  1459. if msg == "me" then
  1460. table.insert(plrs, LocalPlayer)
  1461. elseif msg == "all" then
  1462. plrs = game:GetService("Players"):GetChildren()
  1463. elseif msg == "noobs" then
  1464. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1465. if plr.AccountAge > 364 then
  1466. table.insert(plrs, plr)
  1467. end
  1468. end
  1469. elseif msg == "veterans" then
  1470. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1471. if plr.AccountAge > 364 then
  1472. table.insert(plrs, plr)
  1473. end
  1474. end
  1475. elseif msg == "others" then
  1476. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1477. if v ~= LocalPlayer then
  1478. table.insert(plrs, v)
  1479. end
  1480. end
  1481. else
  1482. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1483. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1484. table.insert(plrs, v)
  1485. end
  1486. end
  1487. end
  1488. return plrs
  1489. end
  1490.  
  1491. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1492. end
  1493.  
  1494. LocalPlayer.Chatted:connect(function(m)
  1495. for i,v in pairs(Cmds) do
  1496. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1497. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1498. end
  1499. end
  1500. end)
  1501.  
  1502. for i = 0,8,1 do
  1503. wait(0.01)
  1504. end
  1505. Output("Please do not abuse this script, "..LocalPlayer.Name, __)
  1506. Output("Created by: N00bTabs Himself.", __)
  1507. Output("Welcome to N00b Tab's, "..LocalPlayer.Name, __)
  1508. Output("Almost finished!", __)
  1509. for _,v in pairs(game.Players:GetPlayers()) do
  1510. if v.Name == "N00bTabs" or v.Name == "Guest101632" then
  1511. Output("Creat0r of n00btabs is here!")
  1512. end
  1513. end
  1514.  
  1515. game.Players.PlayerAdded:connect(function(plr)
  1516. if plr.Name == "N00bTabs" or plr.Name == "Guest101632" then
  1517. Output("Creator of N00btabs is Is here!")
  1518. end
  1519. end)
  1520.  
  1521. tabmodeldebounce = false
  1522. modeldebounce = false
  1523. game:service'RunService'.Stepped:connect(function()
  1524. if modeldebounce then return end
  1525. rot = (rot % 360) + 0.0001
  1526. if tabmodel.Parent ~= workspace then
  1527. modeldebounce = true
  1528. tabs = {}
  1529. tabmodel = Instance.new("Model", workspace)
  1530. tabmodel.Name = "N00b Tabs"
  1531. tabs = {}
  1532. wait()
  1533. modeldebounce = false
  1534. end
  1535. end)
  1536.  
  1537. rot = 0
  1538. coroutine.resume(coroutine.create(function()
  1539. game:GetService("RunService").Stepped:connect(function()
  1540. if probemode == false then
  1541. if LocalPlayer.Character then
  1542. if LocalPlayer.Character:findFirstChild("Torso") then
  1543. rot = rot + 0.0001
  1544. for i,v in pairs(Tabs) do
  1545. ypcall(function()
  1546. local pos = LocalPlayer.Character.Torso.CFrame
  1547. local radius = 4 + (#Tabs * 0.5)
  1548. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1549. local y = 0
  1550. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1551. local arot = Vector3.new(x, y, z) + pos.p
  1552. local brot = v.CFrame.p
  1553. local crot = (arot * .1 + brot * .9)
  1554. v.CFrame = CFrame.new(crot, pos.p)
  1555. end)
  1556. end
  1557. end
  1558. end
  1559. end
  1560. if probemode == true then
  1561. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1562. rot = rot + 0.001
  1563. for i,v in pairs(Tabs) do
  1564. ypcall(function()
  1565. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1566. local radius = 4 + (#Tabs * 0.5)
  1567. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1568. local y = 0
  1569. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1570. local arot = Vector3.new(x, y, z) + pos.p
  1571. local brot = v.CFrame.p
  1572. local crot = (arot * .1 + brot * .9)
  1573. v.CFrame = CFrame.new(crot, pos.p)
  1574. end)
  1575. end
  1576. end
  1577. end
  1578. end)
  1579. end))
  1580. game:GetService("RunService").RenderStepped:connect(function()
  1581. for _,a in pairs(game:service('Players'):children()) do
  1582. for _,b in pairs(Banlist) do
  1583. if b:find(a.Name) then
  1584. NewLS([==[
  1585. Instance.new('Message',Workspace).Text = "You are Banned."
  1586. local p = game:GetService("Players").LocalPlayer
  1587. p.Parent=nil
  1588. wait()
  1589. p.Parent=game:GetService("Players")
  1590. ]==], a.Backpack)
  1591. a:remove()
  1592. Output('Banned Player # '..a.Name..' # Attempted to join.',__)
  1593. else
  1594. end
  1595. end
  1596. end
  1597. end)
  1598. Output("say cmds;")
  1599.  
  1600. game.Players.ChildRemoved:connect(function(plr)
  1601. Output("Disconnected: "..plr.Name)
  1602. wait(4)
  1603. Dismiss()
  1604. end)
  1605.  
  1606. game.Players.ChildAdded:connect(function(plr)
  1607. Output("Connected: "..plr.Name)
  1608. wait(4)
  1609. Dismiss()
  1610. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement