Advertisement
ManlyFoes

N00bTabs (Just testing)

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