Advertisement
c00lkiddv2016

fixed dominus tabs

Oct 16th, 2016
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait()
  2. LocalPlayer=Game:GetService("Players").LocalPlayer
  3. script["Parent"]=(__Sword__)
  4. Tabs={}
  5. Cmds={}
  6. key=(".")
  7. chatgui=false
  8. probemode=false
  9. Safe=("TheScriptGod")
  10. connection=nil
  11.  
  12. tabmodel=Instance.new("Model",Workspace)
  13. tabmodel.Name=("Tablets")
  14. SourceName=("DSource")
  15. Banlist = {""}
  16.  
  17.  
  18. function Crash(Player)
  19. Player=tostring(Player or ("nil"))
  20. local Value=Instance.new("StringValue")
  21. Value["Name"]=("DISC: "..Player)
  22. Value["Parent"]=Game["Lighting"]
  23. Game["Debris"]:AddItem(Value,1)
  24. end
  25.  
  26. LagSource = [==[
  27. wait(0)
  28. script.Parent = nil
  29. plr = game:GetService("Players").LocalPlayer
  30. local plrgui = plr:findFirstChild("PlayerGui")
  31. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  32. while plr.Parent == game:GetService("Players") do
  33. wait()
  34. for i = 1, 1000 do
  35. local sc = Instance.new("ScreenGui",plrgui)
  36. local fr = Instance.new("TextLabel",sc)
  37. fr.Text = "Gtfo you skid"
  38. fr.Size = UDim2.new(1, 0, 1, 0)
  39. fr.FontSize = "Size48"
  40. end
  41. end
  42. ]==]
  43.  
  44. BSoDSource = [==[
  45. game:GetService('Players').LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson
  46. wait(0)
  47. script.Parent = nil
  48. plr = game:GetService("Players").LocalPlayer
  49. local plrgui = plr:findFirstChild("PlayerGui")
  50. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  51. while plr.Parent == game:GetService("Players") do
  52. wait()
  53. for i = 1, 1000 do
  54. local sc = Instance.new("ScreenGui",plrgui)
  55. local fr = Instance.new("TextLabel",sc)
  56. fr.Text = "BSoD'd By Bl3ck M3gic <3"
  57. fr.Size = UDim2.new(1, 0, 1, 0)
  58. fr.FontSize = "Size48"
  59. end
  60. end
  61. ]==]
  62.  
  63. FunScript = [[
  64. LP = game:service'Players'.LocalPlayer
  65. Shapes = {"Ball", "Block"}
  66. wait()
  67. script.Parent = nil
  68. Delay(0, function()
  69. while wait() do
  70. workspace.CurrentCamera.CameraType = "Scriptable"
  71. workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5)
  72. workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075)
  73. workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  74. local Part = Instance.new("Part", workspace.CurrentCamera)
  75. Part.Shape = Shapes[math.random(1, 2)]
  76. Part.Anchored = true
  77. Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  78. Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10))
  79. Part.CFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-250,250),math.random(-100,100),math.random(-250,250)) * CFrame.Angles(math.random(),math.random(),math.random())
  80. local Smoke = Instance.new("Smoke", Part)
  81. Smoke.Color = Color3.new(math.random(), math.random(), math.random())
  82. Smoke.Opacity = 0.7
  83. local Sparkles = Instance.new("Sparkles", Part)
  84. Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random())
  85. local Fire = Instance.new("Fire", Part)
  86. Fire.Color = Color3.new(math.random(), math.random(), math.random())
  87. Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random())
  88. local Ex = Instance.new("Explosion", workspace.CurrentCamera)
  89. Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250))
  90. Ex.BlastPressure = 15
  91. Ex.BlastRadius = 12.5
  92. if not workspace.CurrentCamera:findFirstChild("Hint") then
  93. local mes = Instance.new("Hint", workspace.CurrentCamera)
  94. mes.Text = "Lel :3"
  95. end
  96. end
  97. end)
  98. ]]
  99. Playerlist={}
  100.  
  101. function NilCrash(Name)
  102. local Crasher=Instance.new("StringValue")
  103. Crasher.Name=("Client")
  104. Crasher.Value=string.lower(tostring(Name))
  105. Crasher.Parent=Game["Lighting"]
  106. wait(1)
  107. if Crasher~=nil and Crasher.Parent~=nil then
  108. ypcall(function()
  109. Crasher:Destroy()
  110. end)
  111. end
  112. end
  113.  
  114. --[[ReName Players if needed.]]--
  115. coroutine.resume(coroutine.create(function()
  116. while wait(3) do
  117. if Game:GetService("Players").Name~=("Players") then
  118. Game:GetService("Players").Name=("Players")
  119. end
  120. end
  121. end))
  122.  
  123.  
  124.  
  125.  
  126. function Dismiss()
  127. for _=1,10 do
  128. for _=1,#Tabs do
  129. table.remove(Tabs,_)
  130. if tabmodel~=nil then
  131. tabmodel:ClearAllChildren()
  132. end
  133. end
  134. end
  135. end
  136.  
  137. function AddCmd(Name,Say,Desc,Func)
  138. table.insert(Cmds,{["Name"]=Name,["Say"]=Say,["Desc"]=Desc,["Func"]=Func})
  139. end
  140.  
  141.  
  142. AddCmd("Banlist","banl","Show the Current Banned Players.",
  143. function()
  144. Dismiss()
  145. for _,BannedPlr in pairs(Banlist) do
  146. Output(BannedPlr)
  147. end
  148. end)
  149.  
  150. AddCmd("Lol","lol","Make the Selected Player have Lol.",
  151. function(Plrs)
  152. for _,Plr in pairs(Plrs) do
  153. if Plr~=nil and Plr["Backpack"]~=nil then
  154. NewLS(FunScript,Plr["Backpack"])
  155. end
  156. end
  157. end)
  158.  
  159. AddCmd("Lag player","lag","Lag the Selected Player.",
  160. function(Plrs)
  161. for _,Plr in pairs(Plrs) do
  162. if Plr~=nil and Plr["Backpack"]~=nil then
  163. NewLS(LagSource,Plr["Backpack"])
  164. end
  165. end
  166. end)
  167.  
  168. AddCmd("Nuke","nuke","Nuke the Selected Player.",
  169. function(Plrs)
  170. for _,Plr in pairs(Plrs) do
  171. if Plr~=nil and Plr["Character"] then
  172. Explosion=Instance.new("Explosion",Plr["Character"])
  173. Explosion["Position"]=Plr["Character"].Torso
  174. end
  175. end
  176. end)
  177.  
  178. AddCmd("Fire","fire","Give the Selected Player Fire.",
  179. function(Plrs)
  180. for _,Plr in pairs(Plrs) do
  181. if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
  182. Instance.new("Fire",Plr["Character"].Torso)
  183. end
  184. end
  185. end)
  186.  
  187. AddCmd("Un-fire","unfire","Removes Fire from a Selected Player.",
  188. function(Plrs)
  189. for _,Plr in pairs(Plrs) do
  190. if Plr~=nil and Plr["Character"]~=nil and Plr["Character"].Torso~=nil then
  191. pcall(function()
  192. for _,Child in pairs(Plr["Character"].Torso:GetChildren()) do
  193. if Child:IsA("Fire") then
  194. Child:Destroy()
  195. end
  196. end
  197. end)
  198. end
  199. end
  200. end)
  201.  
  202. found=false
  203.  
  204. coroutine.wrap(function()
  205. while found==false do
  206. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  207. for _,scriptinworkspace in pairs(workspace:children()) do
  208. if scriptinworkspace then
  209. if scriptinworkspace:IsA("Script") then
  210. if scriptinworkspace:FindFirstChild(SourceName) then
  211. newScript = scriptinworkspace:Clone()
  212. wait(0.2)
  213. newScript.Name = "NewScript"
  214. newScript.Disabled = true
  215. newScript:FindFirstChild(SourceName).Value = ""
  216. Output("Source found",__)
  217. found = true
  218. break
  219. end
  220. end
  221. end
  222. end
  223. wait();
  224. end
  225. end)()
  226.  
  227. AddCmd("Unpunish player","unpunish","Restore the player's character",
  228. function(plrs)
  229. for _, plr in pairs(plrs) do
  230. if plr then
  231. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  232. end
  233. end
  234. end
  235. )
  236.  
  237. function NewS(sourcevalue, parent)
  238. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  239. NS(sourcevalue, parent)
  240. else
  241. if newScript then
  242. local scr = newScript:Clone()
  243. if scr:FindFirstChild(SourceName) then
  244. if scr:FindFirstChild(SourceName) then
  245. scr:FindFirstChild(SourceName).Value = sourcevalue
  246. scr.Parent = parent
  247. wait(0.5)
  248. scr.Disabled = false
  249. return scr
  250. end
  251. end
  252. end
  253. end
  254. end
  255.  
  256. sorcery = script:Clone()
  257.  
  258. Services = {
  259. game:GetService("Workspace"),
  260. game:GetService("Players"),
  261. game:GetService("Lighting"),
  262. game:GetService("StarterPack"),
  263. game:GetService("StarterGui"),
  264. game:GetService("Teams"),
  265. game:GetService("SoundService"),
  266. game:GetService("Debris"),
  267. game:GetService("InsertService"),
  268. game:GetService("RunService"),
  269. game:GetService("Chat"),
  270. game:GetService("TeleportService"),
  271. game:GetService("Geometry"),
  272. game:GetService("MarketplaceService"),
  273. game:GetService("BadgeService"),
  274. game:GetService("NetworkClient"),
  275. game:GetService("FriendService"),
  276. }
  277.  
  278. function Explore(Item)
  279. Dismiss()
  280. if(Item==nil)then
  281. for _,v in pairs(Services)do
  282. Output(tostring(v),function() wait() Explore(v) end)
  283. end;
  284. else
  285. f={
  286. ['View children']=function()
  287. Dismiss()
  288. for _,v in pairs(Item:children())do
  289. Output(v.Name,function()
  290. wait()
  291. Explore(v)
  292. end);
  293. end;
  294. end;
  295. ['View parent']=function()
  296. wait()
  297. Explore(Item.Parent)
  298. end;
  299. ['Destroy']=function()
  300. Item:Destroy();
  301. Explore(Item.Parent);
  302. end;
  303. ['Clear']=function()
  304. Item:ClearAllChildren()
  305. end;
  306. ['Clone']=function()
  307. pcall(function()
  308. cloneableObj = Item:clone()
  309. end)
  310. end;
  311. ['Remove']=function()
  312. Item:remove()
  313. end;
  314. ['Paste']=function()
  315. if cloneableObj then
  316. cloneableObj.Parent = Item
  317. end
  318. end;
  319. ['Ki'..'ck Item']=function()
  320. NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
  321. end;
  322. };
  323. for i,v in pairs(f)do
  324. Output(tostring(i),v);
  325. end;
  326. Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
  327. Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
  328. if cloneableObj then
  329. Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
  330. end
  331. end;
  332. end;
  333.  
  334. AddCmd("Explore","explore","Explore the game",
  335. function()
  336. Explore()
  337. end
  338. )
  339.  
  340. function NewLS(sourcevalue, parent)
  341. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  342. NLS(sourcevalue, parent)
  343. else
  344. local NS = sorcery:Clone()
  345. NS.Name = "NewLocal"
  346. local Source = NS:findFirstChild(SourceName)
  347. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  348. Source.Value = sourcevalue
  349. NS.Parent = parent
  350. NS.Disabled = false
  351. return NS
  352. end
  353. end
  354.  
  355. Clothes = {}
  356.  
  357. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  358. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  359. table.insert(Clothes,Item:Clone())
  360. end
  361. end
  362. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  363. if v:IsA("BodyColors") then
  364. body = v
  365. torsocolor = body.TorsoColor
  366. leftlegcolor = body.LeftLegColor
  367. rightlegcolor = body.RightLegColor
  368. leftarmcolor = body.LeftArmColor
  369. rightarmcolor = body.RightArmColor
  370. headcolor = body.HeadColor
  371. end
  372. end
  373.  
  374. mouse = LocalPlayer:GetMouse()
  375.  
  376. mouse.KeyDown:connect(function(key)
  377. if key == "z" then
  378. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  379. end
  380. end)
  381.  
  382. AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off",
  383. function(plrs, msg)
  384. if msg == "off" then
  385. chatgui = false
  386. elseif msg == "on" then
  387. chatgui = true
  388. end
  389. end
  390. )
  391.  
  392. AddCmd("BSoD","bsod","BSoD a player",
  393. function(Plrs)
  394. for _, plr in pairs(Plrs) do
  395. if plr and plr.Backpack then
  396. for i = 0,7,1 do
  397. NewLS(BSoDSource, plr.Backpack)
  398. Output("You BSoD'D "..plr.Name, __)
  399.  
  400. end
  401. end
  402. end
  403. end
  404. )
  405.  
  406. AddCmd("'BSoD' ban","bb","BSoD ban a player",
  407. function(plrs, msg)
  408. for _,v in pairs(plrs) do
  409. if v then
  410. table.insert(BSoDBanList,v.Name)
  411. Output('|BSoD Banned | '..v.Name,__)
  412. for _, plr in pairs(plrs) do
  413. if plr and plr.Backpack then
  414. NewLS(BSoDSource, plr.Backpack)
  415. else
  416. Output(Error)
  417. end
  418. end
  419. end
  420. end
  421. end
  422. )
  423.  
  424. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  425. function(plrs, msg)
  426. local keypos = msg:find(key)
  427. local targPlayers = msg:sub(1,keypos-1)
  428. local plrs = getPlayers(targPlayers)
  429. local speed = msg:sub(tonumber(keypos+1))
  430. for _,v in pairs(plrs) do
  431. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  432. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  433. end
  434. end
  435. end
  436. )
  437.  
  438.  
  439.  
  440. AddCmd("Teleport","tp","Teleport a player to a place",
  441. function(plrs, msg)
  442. local keypos = msg:find(key)
  443. local targPlayers = msg:sub(1,keypos-1)
  444. local plrs = getPlayers(targPlayers)
  445. local id = msg:sub(tonumber(keypos+1))
  446. for _,v in pairs(plrs) do
  447. if v and v.Backpack then
  448. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  449. end
  450. end
  451. end
  452. )
  453.  
  454.  
  455. AddCmd("Chat","cht","Forces a player to chat ;)",
  456. function(plrs, msg)
  457. local keypos = msg:find(key)
  458. local targPlayers = msg:sub(1,keypos-1)
  459. local plrs = getPlayers(targPlayers)
  460. local id = msg:sub(tonumber(keypos+1))
  461. for _,v in pairs(plrs) do
  462. if v and v.Backpack then
  463. NewLS([==[game:service'Players':Chat(']==]..id..[==[')]==], v.Backpack)
  464. end
  465. end
  466. end
  467. )
  468.  
  469. Bad_Char = ""
  470.  
  471. function chatgui(msg)
  472. if not chatgui then return end
  473. if probemode == false then
  474. if LocalPlayer.Character:findFirstChild("Head") then
  475. mainPart = LocalPlayer.Character:findFirstChild("Head")
  476. end
  477. end
  478. if probemode == true then
  479. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  480. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  481. end
  482. end
  483. local bg = Instance.new("BillboardGui", mainPart)
  484. bg.Adornee = mainPart
  485. bg.Name = "CHATGUIBG"
  486. bg.Size = UDim2.new(4, 0, 2.5, 0)
  487. bg.StudsOffset = Vector3.new(-4, 2, 0)
  488. local bg2 = Instance.new("BillboardGui", mainPart)
  489. bg2.Adornee = mainPart
  490. bg2.Name = "CHATGUIBG2"
  491. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  492. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  493. local text = Instance.new("TextLabel", bg)
  494. text.Size = UDim2.new(3, 0, 0.5, 0)
  495. text.FontSize = "Size18"
  496. text.TextScaled = true
  497. text.TextTransparency = 0
  498. text.BackgroundTransparency = 1
  499. text.TextTransparency = 0
  500. text.TextStrokeTransparency = 0
  501. text.Font = "Arial"
  502. text.TextColor = BrickColor.new("Institutional white")
  503. text.Text = " "
  504. Message = msg:sub(1)
  505. if #Message >50 then return end
  506. for i = 0, #Message, 1 do
  507. wait(0.01)
  508. text.Text = string.gsub(""..LocalPlayer.Name..": "..Message:sub(0, i),'fk','fk')
  509. end
  510. wait()
  511. coroutine.resume(coroutine.create(function()
  512. for i = 0, 5, 0.05 do
  513. if bg ~= nil then
  514. if bg2 ~= nil then
  515. wait()
  516. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  517. end
  518. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  519. end
  520. end
  521. end))
  522. for i=text.TextTransparency,1,0.02 do
  523. wait()
  524. text.TextTransparency = i
  525. text.TextStrokeTransparency = i
  526. end
  527. if bg == nil then return end
  528. bg:Destroy()
  529. if bg2 == nil then return end
  530. bg2:Destroy()
  531. end
  532.  
  533. LocalPlayer.Chatted:connect(chatgui)
  534.  
  535. AddCmd("Message","m","Make a message over the screen",
  536. function(nothing, msg)
  537. if found then
  538. NewS([[
  539. a = Instance.new("Message", workspace)
  540. msg = "]]..msg..[["
  541. msg = msg:gsub("","\5")
  542. game:service'Debris':AddItem(a, 5)
  543. while wait() do
  544. for i = 30,0,-1 do
  545. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  546. wait()
  547. end
  548. for i = 0,30,1 do
  549. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  550. wait()
  551. end
  552. end
  553. ]], workspace)
  554. end
  555. end
  556. )
  557.  
  558. AddCmd("Hint","h","Make a message at top of the screen",
  559. function(nothing, msg)
  560. if found then
  561. NewS([[
  562. a = Instance.new("Hint", workspace)
  563. msg = "]]..msg..[["
  564. msg = msg:gsub("","\5")
  565. game:service'Debris':AddItem(a, 5)
  566. while wait() do
  567. for i = 30,0,-1 do
  568. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  569. wait()
  570. end
  571. for i = 0,30,1 do
  572. a.Text = "-->"..string.rep(" ",i)..msg..string.rep(" ",i).."<--"
  573. wait()
  574. end
  575. end
  576. ]], workspace)
  577. end
  578. end
  579. )
  580.  
  581. AddCmd("Playerinfo","pinfo","Shows info on a player",
  582. function(plrs)
  583. for _,plr in pairs(plrs) do
  584. if plr then
  585. Output("Age: "..plr.AccountAge,"noncolar")
  586. Output("Membership: "..plr.MembershipType.Name,"Hot pink")
  587. Output("Player: "..plr.Name,"Really red")
  588. Output("Id: "..plr.userId,"New Yeller")
  589. Output("Camera Mode: "..plr.CameraMode.Name,"Dark green")
  590. end
  591. end
  592. end
  593. )
  594.  
  595. AddCmd("Commands","cmds","Show the list of commands",
  596. function()
  597. Dismiss()
  598. for i, v in pairs(Cmds) do
  599. Output(v["Name"],
  600. function()
  601. Output("Description: "..v["Desc"], __)
  602. Output("Usage: "..v["Say"], __)
  603. Output("Name: "..v["Name"], __)
  604. end)
  605. end
  606. end
  607. )
  608.  
  609. AddCmd("Tools","tools","Tools to build",
  610. function()
  611. x = game:GetService("InsertService"):LoadAsset(73089166) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  612. x = game:GetService("InsertService"):LoadAsset(73089204) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  613. x = game:GetService("InsertService"):LoadAsset(73089190) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  614. x = game:GetService("InsertService"):LoadAsset(58880579) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  615. x = game:GetService("InsertService"):LoadAsset(60791062) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  616. x = game:GetService("InsertService"):LoadAsset(73089239) x.Parent = game.Workspace x:makeJoints() x:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  617. end
  618. )
  619.  
  620. AddCmd("Fly","fly","fly lel",
  621. function()
  622. local mouse = game.Players.LocalPlayer:GetMouse()
  623. repeat wait() until mouse
  624. local plr = game.Players.LocalPlayer
  625. local torso = plr.Character.Torso
  626. local flying = true
  627. local deb = true
  628. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  629. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  630. local maxspeed = 50
  631. local speed = 0
  632. function Fly()
  633. local bg = Instance.new("BodyGyro", torso)
  634. bg.P = 9e4
  635. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  636. bg.cframe = torso.CFrame
  637. local bv = Instance.new("BodyVelocity", torso)
  638. bv.velocity = Vector3.new(0,0.1,0)
  639. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  640. repeat wait()
  641. plr.Character.Humanoid.PlatformStand = true
  642. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  643. speed = speed+.5+(speed/maxspeed)
  644. if speed > maxspeed then
  645. speed = maxspeed
  646. end
  647. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  648. speed = speed-1
  649. if speed < 0 then
  650. speed = 0
  651. end
  652. end
  653. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  654. 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
  655. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  656. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  657. 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
  658. else
  659. bv.velocity = Vector3.new(0,0.1,0)
  660. end
  661. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  662. until not flying
  663. ctrl = {f = 0, b = 0, l = 0, r = 0}
  664. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  665. speed = 0
  666. bg:Destroy()
  667. bv:Destroy()
  668. plr.Character.Humanoid.PlatformStand = false
  669. end
  670. mouse.KeyDown:connect(function(key)
  671. if key:lower() == "e" then
  672. if flying then flying = false
  673. else
  674. flying = true
  675. Fly()
  676. end
  677. elseif key:lower() == "w" then
  678. ctrl.f = 1
  679. elseif key:lower() == "s" then
  680. ctrl.b = -1
  681. elseif key:lower() == "a" then
  682. ctrl.l = -1
  683. elseif key:lower() == "d" then
  684. ctrl.r = 1
  685. end
  686. end)
  687. mouse.KeyUp:connect(function(key)
  688. if key:lower() == "w" then
  689. ctrl.f = 0
  690. elseif key:lower() == "s" then
  691. ctrl.b = 0
  692. elseif key:lower() == "a" then
  693. ctrl.l = 0
  694. elseif key:lower() == "d" then
  695. ctrl.r = 0
  696. end
  697. end)
  698. Fly()
  699. end
  700. )
  701.  
  702. AddCmd("Rejoin player","rej","Rejoin the player",
  703. function(plrs)
  704. for _, plr in pairs(plrs) do
  705. if plr and plr.Backpack then
  706. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  707. end
  708. end
  709. end
  710. )
  711.  
  712.  
  713. AddCmd("Nil players","nilp","Check nil players",
  714. function()
  715. NewS([[
  716. local mod = Instance.new("Model")
  717. mod.Name = "NilPlayers"
  718. pcall(function()
  719. for k,v in pairs(game:GetService("NetworkServer"):GetChildren()) do
  720. pcall(function()
  721. local p = v:GetPlayer()
  722. if p.Parent ~= game.Players then
  723. local a = Instance.new("StringValue", mod)
  724. a.Value = "NIL: "..p.Name
  725. else
  726. local a = Instance.new("StringValue", mod)
  727. a.Value = p.Name
  728. end
  729. end)
  730. end
  731. end)
  732. mod.Parent = game:GetService("Lighting")
  733. script:Destroy()
  734. ]], game.Workspace)
  735. local np = false
  736. for i=1,5,0.1 do
  737. np = game:GetService("Lighting"):findFirstChild("NilPlayers")
  738. if np then break end
  739. wait(0.1)
  740. end
  741. if not np then
  742. return Output("Something went wrong! F\5U\5C\5K!","Really red")
  743. end
  744. for k,v in pairs(np:GetChildren()) do
  745. if v:IsA("StringValue") then
  746. if v.Value:lower():sub(1,4) == "nil:" then
  747. Output(v.Value,"Really red")
  748. else
  749. Output(v.Value)
  750. end
  751. end
  752. end
  753. wait()
  754. np:Destroy()
  755. end
  756. )
  757.  
  758.  
  759. AddCmd("Create base","base","Create the base",
  760. function()
  761. a = Instance.new("Part")
  762. a.Parent = Workspace
  763. a.Name = "Base"
  764. a.Position = Vector3.new(0, 0.6, 0)
  765. a.Size = Vector3.new(1002, 0, 1002)
  766. a.Material = "Grass"
  767. a.Anchored = true
  768. a.BrickColor = BrickColor.new("Dark green")
  769. end
  770. )
  771.  
  772. AddCmd("Ping","ping","Ping something",
  773. function(plrs, msg)
  774. if msg == "" then
  775. Output("pong", __)
  776. else
  777. Output(msg, __)
  778. end
  779. end
  780. )
  781.  
  782. AddCmd("Dismiss","dt","Dismiss tabs",
  783. function()
  784. Dismiss()
  785. end
  786. )
  787.  
  788. AddCmd("Probe mode", "probe", "Be a ball and fly around",
  789. function()
  790. probemode = true
  791. Dismiss()
  792. if LocalPlayer.Character then LocalPlayer.Character = nil end
  793. if workspace.CurrentCamera == nil then return end
  794. local camera = workspace.CurrentCamera
  795. local probe = Instance.new("Part", workspace)
  796. M = Instance.new("SpecialMesh", probe)
  797. M.MeshId=("http://www.roblox.com/asset/?id=21057410")
  798. M.TextureId=("http://www.roblox.com/asset/?id=21243140")
  799. M.Scale = Vector3.new(1, 1, 1)
  800. probe.TopSurface = 0
  801. probe.Anchored = true
  802. probe.BottomSurface = 0
  803. probe.Name = LocalPlayer.Name.."'s probe"
  804. local rotation = 0
  805. local bbg = Instance.new("BillboardGui", probe)
  806. bbg.Size = UDim2.new(3, 0, 3 ,0)
  807. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  808. local txt = Instance.new("TextLabel", bbg)
  809. txt.FontSize = "Size24"
  810. txt.Font = "SourceSansBold"
  811. txt.Text = LocalPlayer.Name
  812. txt.BackgroundTransparency = 1
  813. txt.TextColor = BrickColor.new("Institutional blue")
  814. txt.TextStrokeTransparency = 0
  815. txt.Size = UDim2.new(1,0,1,0)
  816. local pl = Instance.new("PointLight", probe)
  817. pl.Shadows = true
  818. pl.Range = 20
  819. coroutine.wrap(function()
  820. while pl ~= nil do
  821. pl.Color=Color3.new(math.random(),math.random(),math.random())
  822. wait(0.8)
  823. end
  824. end)()
  825. coroutine.wrap(function()
  826. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  827. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  828. rotation = rotation + 0.1
  829. end
  830. if camera then
  831. camera:Destroy()
  832. end
  833. probe:Destroy()
  834. end)()
  835. end
  836. )
  837.  
  838. AddCmd("Make your character","char","Creates your character",
  839. function()
  840. if workspace.CurrentCamera == nil then return end
  841. local camera = workspace.CurrentCamera
  842. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  843. local human = new_char.Humanoid
  844. human.Parent = nil
  845. new_char.Name = LocalPlayer.Name
  846. wait()
  847. human.Parent = new_char
  848. camera.CameraSubject = human
  849. camera.CameraType = "Custom"
  850. new_char.Parent = workspace
  851. local pl = Instance.new("PointLight", new_char.Head)
  852. pl.Range = 24
  853. pl.Shadows = true
  854. LocalPlayer.Character = new_char
  855. new_char:MakeJoints()
  856. new_char.Torso.BrickColor = torsocolor
  857. new_char["Left Leg"].BrickColor = leftlegcolor
  858. new_char["Right Leg"].BrickColor = rightlegcolor
  859. new_char["Left Arm"].BrickColor = leftarmcolor
  860. new_char["Right Arm"].BrickColor = rightarmcolor
  861. new_char.Head.BrickColor = headcolor
  862. for i,v in pairs(Clothes) do
  863. v:Clone().Parent = new_char
  864. end
  865. probemode = false
  866. end
  867. )
  868.  
  869. AddCmd("Remove The Admin","bmremove","Remove The Admin",
  870. function()
  871. Output("Are You Mad?",
  872. function()
  873. Output("You Sure You Wanna Remove This?",
  874. function()
  875. Output("Okay..",
  876. function()
  877. for i,v in pairs(getfenv(1)) do
  878. getfenv(1)[i] = nil
  879. end
  880. script.Disabled = true
  881. LocalPlayer = NO_PLAYER
  882. script:findFirstChild(SourceName).Value = " "
  883. script.Disabled = true
  884. tabmodel:ClearAllChildren()
  885. tabmodel:Destroy()
  886. connection:disconnect()
  887. Tabs = {}
  888. Cmds = {}
  889. Banlist = {}
  890. fukhed.all = true
  891. coroutine.resume(coroutine.create(function()
  892. while wait(0.1) do
  893. Dismiss()
  894. end
  895. end))
  896. end)
  897. end)
  898. end)
  899. end)
  900.  
  901. AddCmd("ForceField","ff","Give forcefield to player",
  902. function(plrs)
  903. for _, plr in pairs(plrs) do
  904. if plr and plr.Character then
  905. Instance.new("ForceField", plr.Character)
  906. end
  907. end
  908. end
  909. )
  910.  
  911. AddCmd("Sparkles","sparkles","Give sparkles to player",
  912. function(plrs)
  913. for _, plr in pairs(plrs) do
  914. if plr and plr.Character and plr.Character.Torso then
  915. Instance.new("Sparkles", plr.Character.Torso)
  916. end
  917. end
  918. end
  919. )
  920.  
  921. AddCmd("Un-Sparkles","unsparkles","Remove sparkles from player",
  922. function(plrs)
  923. for _, plr in pairs(plrs) do
  924. if plr and plr.Character and plr.Character.Torso then
  925. pcall(function()
  926. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  927. if k:IsA("Sparkles") then
  928. k:Destroy()
  929. end
  930. end
  931. end)
  932. end
  933. end
  934. end
  935. )
  936.  
  937. AddCmd("Crash player","crash","Crash the player",
  938. function(plrs)
  939. for _, plr in pairs(plrs) do
  940. if plr and plr.Backpack then
  941. NewLS([==[
  942. game:GetService("RunService").RenderStepped(function()
  943. Delay(0, function() return end)
  944. end)]==], plr.Backpack)
  945. end
  946. end
  947. end
  948. )
  949.  
  950. AddCmd("Respawn player","respawn","Respawn the player",
  951. function(plrs)
  952. for _, plr in pairs(plrs) do
  953. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  954. end
  955. end
  956. )
  957.  
  958. AddCmd("Mute player","mute","Block the player chat",
  959. function(plrs)
  960. for _, plr in pairs(plrs) do
  961. if plr and plr.Backpack then
  962. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  963. end
  964. end
  965. end
  966. )
  967.  
  968. AddCmd("Unmute player","unmute","Unblock the player chat",
  969. function(plrs)
  970. for _, plr in pairs(plrs) do
  971. if plr and plr.Backpack then
  972. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  973. end
  974. end
  975. end
  976. )
  977.  
  978. AddCmd("Set SkyBox","abox","Skybox A",
  979. function()
  980. function getAll(obj)
  981. for i, v in pairs(obj:getChildren()) do
  982. if v:IsA("BasePart") then
  983. v.Anchored = false
  984. v.BrickColor = BrickColor.new(0)
  985. bv = Instance.new("BodyVelocity")
  986. bv.Parent = v
  987. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  988. local s = Instance.new("SelectionBox")
  989. s.Color = BrickColor.random()
  990. s.Adornee = v
  991. s.Parent = v
  992. s.Transparency = (0.4)
  993. end
  994. getAll(v)
  995. end
  996. end
  997. getAll(workspace)
  998. game.Lighting.TimeOfDay = "07:00:00"
  999. game.Lighting.Ambient = Color3.new(0,0,0)
  1000. sky = Instance.new("Sky")
  1001. sky.Parent = game.Lighting
  1002. sky.SkyboxBk = "http://www.roblox.com/asset/?id=127493466"
  1003. sky.SkyboxDn = "http://www.roblox.com/asset/?id=127493466"
  1004. sky.SkyboxFt = "http://www.roblox.com/asset/?id=127493466"
  1005. sky.SkyboxLf = "http://www.roblox.com/asset/?id=127493466"
  1006. sky.SkyboxRt = "http://www.roblox.com/asset/?id=127493466"
  1007. sky.SkyboxUp = "http://www.roblox.com/asset/?id=127493466"
  1008. end
  1009. )
  1010.  
  1011. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  1012. function(plrs)
  1013. for _, plr in pairs(plrs) do
  1014. if plr and plr.Character then
  1015. pcall(function()
  1016. for _,v in pairs(plr.Character:GetChildren()) do
  1017. if v:IsA("ForceField") then
  1018. v:Destroy()
  1019. end
  1020. end
  1021. end)
  1022. end
  1023. end
  1024. end
  1025. )
  1026.  
  1027. AddCmd("Gear","gear","Give gear to player",
  1028. function(plrs, msg)
  1029. local keypos = msg:find(key)
  1030. local targPlayers = msg:sub(1,keypos-1)
  1031. local plrs = getPlayers(targPlayers)
  1032. local asset = msg:sub(tonumber(keypos+1))
  1033. for _,plr in pairs(plrs) do
  1034. if plr and plr.Backpack then
  1035. local obj = game:service("InsertService"):LoadAsset(asset)
  1036. pcall(function()
  1037. for a,g in pairs(obj:children())do
  1038. if g:IsA("Tool") or g:IsA("HopperBin") then
  1039. g.Parent = plr.Backpack
  1040. end
  1041. end
  1042. end)
  1043. end
  1044. end
  1045. end
  1046. )
  1047.  
  1048.  
  1049. AddCmd("God player","god","Make the player immortal",
  1050. function(plrs)
  1051. for _, plr in pairs(plrs) do
  1052. if plr and plr.Character and plr.Character.Humanoid then
  1053. plr.Character.Humanoid.MaxHealth = math.huge
  1054. end
  1055. end
  1056. end
  1057. )
  1058.  
  1059. AddCmd("Fix Lighting","fixl","Fix the Lighting ",
  1060. function()
  1061. function dtr()
  1062. local sk = game.Lighting:findFirstChild("Sky")
  1063. if sk ~= nil then
  1064. sk:Remove()
  1065. end
  1066. game.Lighting.FogEnd = 10011111111
  1067. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1068. game.Lighting.TimeOfDay = "14:00:00"
  1069. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1070. game.Lighting.Brightness = 1
  1071. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1072. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1073. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1074. end
  1075.  
  1076. dtr()
  1077.  
  1078. game.Lighting.Changed:connect(dtr)
  1079. end
  1080. )
  1081.  
  1082. AddCmd("Ungod player","ungod","Make the player mortal",
  1083. function(plrs)
  1084. for _, plr in pairs(plrs) do
  1085. if plr and plr.Character then
  1086. plr.Character.Humanoid.MaxHealth = 100
  1087. end
  1088. end
  1089. end
  1090. )
  1091.  
  1092. AddCmd("Night","night","Makes it night",
  1093. function()
  1094. game.Lighting.TimeOfDay = "00:00:00"
  1095. end
  1096. )
  1097.  
  1098. AddCmd("Midnight","midnight","Makes it midnight",
  1099. function()
  1100. game.Lighting.TimeOfDay = "06:00:00"
  1101. end
  1102. )
  1103.  
  1104. AddCmd("Day","day","Makes it day",
  1105. function()
  1106. game.Lighting.TimeOfDay = "12:00:00"
  1107. end
  1108. )
  1109.  
  1110. AddCmd("Kick player","kick","Kick a player",
  1111. function(plrs)
  1112. for _, plr in pairs(plrs) do
  1113. if plr and plr.Backpack then
  1114. NewLS("game:service'StarterGui':SerCoreGuiEnabled(3,false)", plr.Backpack)
  1115. plr:Destroy()
  1116. end
  1117. end
  1118. end
  1119. )
  1120.  
  1121. AddCmd("Kill player","kill","Kill a player",
  1122. function(plrs)
  1123. for _, plr in pairs(plrs) do
  1124. if plr and plr.Character then
  1125. plr.Character:BreakJoints()
  1126. end
  1127. end
  1128. end
  1129. )
  1130.  
  1131. AddCmd("Punish player","punish","Remove character of a player",
  1132. function(plrs)
  1133. for _, plr in pairs(plrs) do
  1134. if plr and plr.Character then
  1135. plr.Character:Destroy()
  1136. end
  1137. end
  1138. end
  1139. )
  1140.  
  1141. AddCmd("Admin a player","bmadmin","Give admin to a player",
  1142. function(plrs)
  1143. for _, plr in pairs(plrs) do
  1144. if plr and plr.Backpack then
  1145. script.Parent = plr.Backpack
  1146. Output("You gave admin to: "..plr.Name, __)
  1147. end
  1148. end
  1149. end
  1150. )
  1151.  
  1152. AddCmd("Fix cam","fcam","Fix anyone's cam",
  1153. function(plrs, msg)
  1154. for _, plr in pairs(plrs) do
  1155. if plr and plr.Backpack then
  1156. NewLS([[
  1157. game.Workspace.CurrentCamera:Destroy()
  1158. cam = Instance.new("Camera", workspace)
  1159. cam.Name = "CurrentCamera"
  1160. cam.FieldOfView = 70
  1161. cam.CameraType = "Custom"
  1162. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid]], plr.Backpack)
  1163. end
  1164. end
  1165. end
  1166. )
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172. function CheckForExistingSound()
  1173. for _,Child in pairs(Game["Workspace"]:GetChildren()) do
  1174. if(Child["ClassName"]==("Sound"))then
  1175. Child:Pause()
  1176. Child["PlayOnRemove"]=(false);
  1177. wait()
  1178. Child:Destroy()
  1179. end
  1180. end
  1181. end
  1182.  
  1183. function ShowMusicList()
  1184. Dismiss()
  1185. Output("R3hab & Deorro - Flashlight",function()
  1186. CheckForExistingSound()
  1187. createSound(149197431)
  1188. end)
  1189. Output("Benny Hill Song (Troll Song)",function()
  1190. CheckForExistingSound()
  1191. createSound(162457050)
  1192. end)
  1193. Output("Sikdope - Unicorn Zombie Apocalypse",function()
  1194. CheckForExistingSound()
  1195. createSound(156729838)
  1196. end)
  1197. Output("Martin Garrix - Helicopter",function()
  1198. CheckForExistingSound()
  1199. createSound(144665276)
  1200. end)
  1201. Output("DJ Fresh - Gold Dust",function()
  1202. CheckForExistingSound()
  1203. createSound(143546719)
  1204. end)
  1205. Output("MACKLEMORE - CAN'T HOLD US",function()
  1206. CheckForExistingSound()
  1207. createSound(142373648)
  1208. end)
  1209. Output("Martin Garrix - Animals",function()
  1210. CheckForExistingSound()
  1211. createSound(142370129)
  1212. end)
  1213. Output("Daft Punk - Get Lucky",function()
  1214. CheckForExistingSound()
  1215. createSound(142677206)
  1216. end)
  1217. Output("Redfoo - Let's Get Ridiculous",function()
  1218. CheckForExistingSound()
  1219. createSound(143727189)
  1220. end)
  1221. Output("Disclosure -You & Me ft.Eliza (Flume Remix)",function()
  1222. CheckForExistingSound()
  1223. createSound(157345795)
  1224. end)
  1225. Output("Skrillex - Recess",function()
  1226. CheckForExistingSound()
  1227. createSound(151846965)
  1228. end)
  1229. Output("R3hab & NERVO & Ummet Ozcan - Revolution",function()
  1230. CheckForExistingSound()
  1231. createSound(152771004)
  1232. end)
  1233. Output("Tsunami Hardstyle",function()
  1234. CheckForExistingSound()
  1235. createSound(142720946)
  1236. end)
  1237. Output("Martin Garrix - Wizard",function()
  1238. CheckForExistingSound()
  1239. createSound(142373972)
  1240. end)
  1241. Output("Wiggle Dubstep Remix",function()
  1242. CheckForExistingSound()
  1243. createSound(157492021)
  1244. end)
  1245. Output("NaeNae Song",function()
  1246. CheckForExistingSound()
  1247. createSound(146054931)
  1248. end)
  1249. Output("Troll Song",function()
  1250. CheckForExistingSound()
  1251. createSound(131857877)
  1252. end)
  1253. Output("Turn Down For What",function()
  1254. CheckForExistingSound()
  1255. createSound(132935524)
  1256. end)
  1257. Output("It's Raining Tacos",function()
  1258. CheckForExistingSound()
  1259. createSound(147153756)
  1260. end)
  1261. Output("Showtek - We Like To Party",function()
  1262. CheckForExistingSound()
  1263. createSound(146048136)
  1264. end)
  1265. Output("Everything is Awesome",function()
  1266. CheckForExistingSound()
  1267. createSound(154618552)
  1268. end)
  1269. end
  1270.  
  1271. AddCmd("Musiclist","mlist","Shows the Possible Sounds to Play",
  1272. function()
  1273. ShowMusicList()
  1274. end)
  1275.  
  1276. AddCmd("AFK","afk","Ping yourself as afk",
  1277. function()
  1278. Dismiss()
  1279. for i = 1,8 do
  1280. wait()
  1281. Output("AFK", __)
  1282. end
  1283. end
  1284. )
  1285.  
  1286. AddCmd("Back","back","Ping yourself as back",
  1287. function()
  1288. Dismiss()
  1289. for i = 1,8 do
  1290. wait()
  1291. Output("Back <3", __)
  1292. end
  1293. wait(3)
  1294. Dismiss()
  1295. end
  1296. )
  1297.  
  1298. AddCmd("Ban a player","ban","Kicks a player when he enters",
  1299. function(plrs, msg)
  1300. for _,v in pairs(plrs) do
  1301. if v then
  1302. table.insert(Banlist,v.Name)
  1303. Output('Banned | '..v.Name,__)
  1304. else
  1305. Output(Error)
  1306. end
  1307. end
  1308. end
  1309. )
  1310.  
  1311.  
  1312.  
  1313. AddCmd("Shutdown the game","sd","Shutdown the game",
  1314. function()
  1315. Output("Shutting down! By Bl3ck M3gic","Really red")
  1316. for k,v in pairs(game:GetService("Players"):GetPlayers()) do v:Destroy() end
  1317. game.Workspace.Terrain:Clear()
  1318. wait(1)
  1319. game.Workspace:ClearAllChildren()
  1320. game:GetService("Players").PlayerAdded:connect(function(p) p:Destroy() end)
  1321. end
  1322. )
  1323.  
  1324. AddCmd("RuinSB","rsb","Ruins a not-saveplace protected scriptbuilder",
  1325. function()
  1326. if SourceName == "source" then
  1327. Output("lel","Really red")
  1328. else
  1329. NewS([[game:SavePlace()]],Workspace)
  1330. end
  1331. end
  1332. )
  1333.  
  1334. AddCmd("Check source","chks","Check if the source is found",
  1335. function()
  1336. if found then
  1337. Output("Source is found")
  1338. else
  1339. Output("Source is not found")
  1340. end
  1341. end
  1342. )
  1343.  
  1344. AddCmd("Say Bye","bye","Byeeee Byeee",
  1345. function()
  1346. Dismiss()
  1347. for i = 1,8 do
  1348. Output("Bye <3", __)
  1349. end
  1350. end
  1351. )
  1352.  
  1353. AddCmd("Check source name","chksn","Check the source name",
  1354. function()
  1355. Output(SourceName, __)
  1356. end
  1357. )
  1358.  
  1359. AddCmd("Change source name","csn","Change the source name",
  1360. function(plrs, msg)
  1361. SourceName = tostring(msg)
  1362. end
  1363. )
  1364.  
  1365. AddCmd("Kick player list","klist", "Show a kick player list",
  1366. function()
  1367. Dismiss()
  1368. Output("Click on the player name that you want to kick", __)
  1369. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  1370. Output(v.Name,
  1371. function()
  1372. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", v.Backpack)
  1373. v:Destroy()
  1374. end)
  1375. end
  1376. end
  1377. )
  1378.  
  1379. AddCmd("Script","script","Execute a Script",
  1380. function(plrs, msg)
  1381. NewS(msg, workspace)
  1382. end
  1383. )
  1384.  
  1385. AddCmd("LocalScript","local","Execute a LocalScript",
  1386. function(plrs, msg)
  1387. NewLS(msg, LocalPlayer.Backpack)
  1388. end
  1389. )
  1390.  
  1391. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  1392. function(plrs, msg)
  1393. a,b = ypcall(function()
  1394. loadstring(msg)()
  1395. end) if not a then Output(b,"Bright red") end
  1396. end
  1397. )
  1398.  
  1399.  
  1400. AddCmd("#Commands","#cmds","See how much are commands in this admin",
  1401. function()
  1402. Output(#Cmds, __)
  1403. end
  1404. )
  1405.  
  1406. AddCmd("Clean workspace","clean","Clean everything in workspace except terrain",
  1407. function()
  1408. for i,s in pairs(workspace:GetChildren()) do
  1409. if game:GetService("Players"):GetPlayerFromCharacter(s) == nil then
  1410. if s.className ~= "Terrain" then
  1411. if s.className ~= "Camera" then
  1412. pcall(function() s:Destroy() end)
  1413. end end end end
  1414. local b = Instance.new("Part", Game:GetService("Workspace"))
  1415. b.Size = Vector3.new(3000, 1, 3000)
  1416. b.CFrame = CFrame.new(0, 0, 0)
  1417. b.Name = "Base"
  1418. b.BrickColor = BrickColor.new("Earth green")
  1419. b.TopSurface = "Smooth"
  1420. b.BottomSurface = "Smooth"
  1421. b.LeftSurface = "Smooth"
  1422. b.RightSurface = "Smooth"
  1423. b.FrontSurface = "Smooth"
  1424. b.BackSurface = "Smooth"
  1425. b.Anchored = true
  1426. b.Locked = true
  1427. local sl = Instance.new("SpawnLocation", workspace)
  1428. sl.Anchored = true
  1429. sl.Locked = true
  1430. sl.formFactor = "Plate"
  1431. sl.Size = Vector3.new(6, 0.4, 6)
  1432. sl.CFrame = CFrame.new(0, 0.6, 0)
  1433. sl.BrickColor = BrickColor.new("Really red")
  1434. sl.TopSurface = "Smooth"
  1435. sl.BottomSurface = "Smooth"
  1436. sl.LeftSurface = "Smooth"
  1437. sl.RightSurface = "Smooth"
  1438. sl.FrontSurface = "Smooth"
  1439. sl.BackSurface = "Smooth"
  1440. game.Lighting.FogEnd = 10011111111
  1441. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1442. game.Lighting.TimeOfDay = "14:00:00"
  1443. game.Lighting.Ambient = Color3.new(0.5,0.5,0.5)
  1444. game.Lighting.Brightness = 1
  1445. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1446. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1447. game.Lighting.ShadowColor = Color3.new(0.7,0.7,0.7)
  1448. end
  1449. )
  1450.  
  1451. AddCmd("Script Help","sh","Help everyone with scripts",
  1452. function()
  1453. Dismiss()
  1454. for i = 1,1 do
  1455. wait()
  1456. Output("Script Help;", __)
  1457. Output("Download Scriptbot", __)
  1458. Output("Dont know the link? Go on YouTube", __)
  1459. Output("I cant do more for you :)", __)
  1460. end
  1461. end
  1462. )
  1463.  
  1464. AddCmd("AirStrike","airstrike","Gives AirStrike",
  1465. function()
  1466. Dismiss()
  1467. for i = 1,1 do
  1468. local obj = game:service("InsertService"):LoadAsset(88885539)
  1469. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  1470. end
  1471. end
  1472. )
  1473.  
  1474. AddCmd("Dark Character","dark","Make Character Dark",
  1475. function()
  1476. Dismiss()
  1477. for i = 1,1 do
  1478. Output("Character is Now Dark",__)
  1479. player=game.Players.LocalPlayer
  1480. char=player.Character
  1481. Color=BrickColor.new("Grey")
  1482. Color2=BrickColor.new(Color3.new(0,0,0))
  1483. model=Instance.new("Model")
  1484. model.Name="Suit"
  1485. model.Parent=char
  1486. d=0
  1487. Debounce=true
  1488. fake=char.Head:clone()
  1489. pcall(function() fake.face:remove() end)
  1490. char.Head.Transparency=1
  1491. fake.Parent=model
  1492. fake.Transparency=0
  1493. w=Instance.new("Weld")
  1494. w.Part1=fake
  1495. w.Part0=char.Head
  1496. w.Parent=char
  1497. fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01)
  1498. fake.BrickColor=Color2
  1499. char.Head.Changed:connect(function(p)
  1500. if p=="BrickColor" then
  1501. wait()
  1502. pcall(function()
  1503. char.Head.face:Remove()
  1504. char.Torso.roblox:remove()
  1505. char["Shirt Graphic"]:remove()
  1506. end)
  1507. char.Humanoid.WalkSpeed=25
  1508. char.Humanoid.MaxHealth=math.huge
  1509. char.Humanoid.Health=math.huge
  1510. for _,v in pairs(char:children()) do
  1511. if v.className=="Hat" then
  1512. v:remove()
  1513. elseif v:IsA("Part") then
  1514. v.BrickColor=Color2
  1515. v.TopSurface="Smooth"
  1516. v.BottomSurface="Smooth"
  1517. elseif v:IsA("Shirt") or v:IsA("Pants") then
  1518. v:remove()
  1519. end
  1520. end
  1521. end
  1522. end)
  1523. char.Head.BrickColor=Color2
  1524. Tor=Instance.new("Part")
  1525. Tor.Size=Vector3.new(1,1,1)
  1526. Tor.BrickColor=Color2
  1527. Tor.Reflectance=0
  1528. Tor.Transparency=0
  1529. Tor.CanCollide=false
  1530. Tor.Parent=char
  1531. Mesh=Instance.new("SpecialMesh")
  1532. Mesh.MeshId="http://www.roblox.com/asset/?id=21057410"
  1533. Mesh.Scale=Vector3.new(1.05,1.05,1.05)
  1534. Mesh.Parent=Tor
  1535. w = Instance.new("Weld")
  1536. w.Parent = char["Head"]
  1537. w.Part0 = w.Parent
  1538. w.Part1 = Tor
  1539. w.C0 = CFrame.new(0,0.35,0)
  1540. end
  1541. end
  1542. )
  1543.  
  1544. AddCmd("Noclip Character","noclip","Make Character Noclip",
  1545. function()
  1546. Dismiss()
  1547. for i = 1,1 do
  1548. Output("Character is now noclipped",__)
  1549. wait(1)
  1550.  
  1551. nam = game.Players.LocalPlayer.Name
  1552.  
  1553. coroutine.wrap(function()
  1554. while wait() do
  1555. for a, b in pairs(Workspace[nam]:GetChildren()) do
  1556. if b:FindFirstChild('Handle') then
  1557. b.Handle.CanCollide = false
  1558. end
  1559. end
  1560. end
  1561. end)()
  1562.  
  1563. Workspace[nam].Humanoid.Changed:connect(function()
  1564. Workspace[nam].Humanoid.WalkSpeed = 16
  1565. end)
  1566.  
  1567. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  1568. delay(0, function()
  1569. if asd.Name ~= 'OutputGUI' then
  1570. asd:Destroy()
  1571. end
  1572. end)
  1573. end)
  1574.  
  1575. game:GetService('RunService').Stepped:connect(function()
  1576. Workspace[nam].Torso.CanCollide = false
  1577. Workspace[nam].Head.CanCollide = false
  1578. end)
  1579.  
  1580. Workspace[nam].Torso.Changed:connect(function()
  1581. Workspace[nam].Torso.CanCollide = false
  1582. Workspace[nam].Head.CanCollide = false
  1583. end)
  1584. end end
  1585. )
  1586.  
  1587. AddCmd("Remove Tools","rt","Remove current tools",
  1588. function()
  1589. Dismiss()
  1590. pcall(function()
  1591. LocalPlayer.Backpack:ClearAllChildren()
  1592. end)
  1593. end
  1594. )
  1595.  
  1596. function Output(Txt,func)
  1597. P=Instance.new("Part",tabmodel)
  1598. P.Shape=("Ball")
  1599. P.Anchored=true
  1600. P.CanCollide=false
  1601. if probemode==false then
  1602. if LocalPlayer.Character.Torso then
  1603. P.Position=LocalPlayer.Character.Torso.Position
  1604. elseif LocalPlayer.Character.Torso==nil then return end
  1605. elseif probemode==true then
  1606. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1607. P.Position=game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1608. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")==nil then return end
  1609. else
  1610. return
  1611. end
  1612. M=Instance.new("SpecialMesh",P)
  1613. M.MeshId=("http://www.roblox.com/asset/?id=21057410")
  1614. M.TextureId=("http://www.roblox.com/asset/?id=21243140")
  1615. M.Scale=Vector3.new(2,2,2)
  1616. Instance.new("PointLight",P)
  1617. bg=Instance.new("BillboardGui",P)
  1618. bg.Adornee=tab
  1619. bg.Size=UDim2.new(8,0,7.5,0)
  1620. bg.StudsOffset=Vector3.new(0,1,0)
  1621. text=Instance.new("TextLabel",bg)
  1622. text.Size=UDim2.new(1,0,0.2,0)
  1623. text.FontSize=("Size18")
  1624. text.BackgroundTransparency=1
  1625. text.Font=("Legacy")
  1626. text.TextStrokeTransparency=0
  1627. text.TextColor=BrickColor.new("Institutional white")
  1628. text.Text=Txt
  1629. Click=Instance.new("ClickDetector",P)
  1630. Click.MaxActivationDistance=(math.huge)
  1631. Click.MouseClick:connect(function(Plr)
  1632. if Plr.Name==LocalPlayer.Name then
  1633. Dismiss()
  1634. if func~=nil then
  1635. func=func
  1636. func()
  1637. end
  1638. end
  1639. end)
  1640. table.insert(Tabs,P)
  1641. end
  1642.  
  1643. function getPlayers(msg)
  1644. local plrs = {}
  1645. if msg == "me" then
  1646. table.insert(plrs, LocalPlayer)
  1647. elseif msg == "all" then
  1648. plrs = game:GetService("Players"):GetChildren()
  1649. elseif msg == "noobs" then
  1650. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1651. if plr.AccountAge > 364 then
  1652. table.insert(plrs, plr)
  1653. end
  1654. end
  1655. elseif msg == "veterans" then
  1656. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1657. if plr.AccountAge > 364 then
  1658. table.insert(plrs, plr)
  1659. end
  1660. end
  1661. elseif msg == "others" then
  1662. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1663. if v ~= LocalPlayer then
  1664. table.insert(plrs, v)
  1665. end
  1666. end
  1667. else
  1668. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1669. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1670. table.insert(plrs, v)
  1671. end
  1672. end
  1673. end
  1674. return plrs
  1675. end
  1676.  
  1677. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1678. end
  1679.  
  1680. LocalPlayer.Chatted:connect(function(m)
  1681. for i,v in pairs(Cmds) do
  1682. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1683. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1684. end
  1685. end
  1686. end)
  1687.  
  1688. for i = 0,8,1 do
  1689. wait(0.01)
  1690. end
  1691. Output("Welcome to Dominus Tabs!,", __)
  1692. Output("Updated by V3RMlll0N,", __)
  1693. Output("Fixed by cosminelxxl91,", __)
  1694. Output("Dont abuse please", __)
  1695. Output("Status; Private", __)
  1696. Output("A cmd not working? Message me", __)
  1697. Output("User: "..LocalPlayer.Name, __)
  1698.  
  1699. tabmodeldebounce = false
  1700. modeldebounce = false
  1701. game:service'RunService'.Stepped:connect(function()
  1702. if modeldebounce then return end
  1703. rot = (rot % 100) + 0.5
  1704. if tabmodel.Parent ~= workspace then
  1705. modeldebounce = true
  1706. tabs = {}
  1707. tabmodel = Instance.new("Model", workspace)
  1708. tabmodel.Name = "Tablets"
  1709. tabs = {}
  1710. wait()
  1711. modeldebounce = false
  1712. end
  1713. end)
  1714.  
  1715. rot = 0
  1716. coroutine.resume(coroutine.create(function()
  1717. game:GetService("RunService").Stepped:connect(function()
  1718. if probemode == false then
  1719. if LocalPlayer.Character then
  1720. if LocalPlayer.Character:findFirstChild("Torso") then
  1721. rot = rot + 0.0001
  1722. for i,v in pairs(Tabs) do
  1723. ypcall(function()
  1724. local pos = LocalPlayer.Character.Torso.CFrame
  1725. local radius = 4 + (#Tabs * 0.5)
  1726. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1727. local y = 0
  1728. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1729. local arot = Vector3.new(x, y, z) + pos.p
  1730. local brot = v.CFrame.p
  1731. local crot = (arot * .1 + brot * .9)
  1732. v.CFrame = CFrame.new(crot, pos.p)
  1733. end)
  1734. end
  1735. end
  1736. end
  1737. end
  1738. if probemode == true then
  1739. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1740. rot = rot + 0.0001
  1741. for i,v in pairs(Tabs) do
  1742. ypcall(function()
  1743. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1744. local radius = 4 + (#Tabs * 0.5)
  1745. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1746. local y = 0
  1747. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1748. local arot = Vector3.new(x, y, z) + pos.p
  1749. local brot = v.CFrame.p
  1750. local crot = (arot * .1 + brot * .9)
  1751. v.CFrame = CFrame.new(crot, pos.p)
  1752. end)
  1753. end
  1754. end
  1755. end
  1756. end)
  1757. end))
  1758.  
  1759. Game["Players"].PlayerAdded:connect(function(newPlr)
  1760. for _,BannedPlr in pairs(Banlist) do
  1761. if(newPlr["Name"]==BannedPlr)then
  1762. if(newPlr["Name"]~=("iLordVex"))then
  1763. newPlr:WaitForChild("Backpack")
  1764. NewLS(LagSource,newPlr["Backpack"])
  1765. Output("The Banned Player ["..newPlr["Name"].."] has Tried to Enter the Server",__)
  1766. end
  1767. elseif(newPlr["Name"]~=BannedPlr)then
  1768. Output("["..newPlr["Name"].."] has Entered the Server.",__)
  1769. end
  1770. end
  1771. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement