Advertisement
Coryh

Untitled

Mar 6th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.54 KB | None | 0 0
  1. script.Parent.MouseButton1Click:connect(function()
  2.  
  3. wait()
  4. LocalPlayer = game:service("Players").corymegatron
  5. script.Parent = __Dominus__
  6. Tabs = {}
  7. Cmds = {}
  8. key = ";"
  9. chatgui = true
  10. probemode = false
  11. connection = nil
  12. Bypass = false
  13.  
  14. --not sure if it will work.
  15. --BRanks = -1 = Kick, -2 = Lag, -3 = Mute, -4 = Rejoin
  16.  
  17.  
  18. tabmodel = Instance.new("Model", Workspace)
  19. tabmodel.Name = "Dominus tabs"
  20. SourceName = "DSource"
  21. Banlist = {"blacksword112","Jakepoz"}
  22.  
  23.  
  24. function Crash(name)
  25. name = tostring(name or "nil")
  26. local t = Instance.new("StringValue")
  27. t.Name = "DISC: "..name
  28. t.Parent = game.Lighting
  29. game:GetService("Debris"):AddItem(t,1)
  30. end
  31.  
  32. LagSource = [==[
  33. wait(0)
  34. script.Parent = nil
  35. plr = game:GetService("Players").LocalPlayer
  36. local plrgui = plr:findFirstChild("PlayerGui")
  37. if plrgui == nil then repeat wait() plrgui = plr:findFirstChild("PlayerGui") until plrgui ~= nil end
  38. while plr.Parent == game:GetService("Players") do
  39. wait()
  40. for i = 1, 1000 do
  41. local sc = Instance.new("ScreenGui",plrgui)
  42. local fr = Instance.new("TextLabel",sc)
  43. fr.Text = "You Have Been Lagged By DTRJSRR how do you feel?"
  44. fr.Size = UDim2.new(1, 0, 1, 0)
  45. fr.FontSize = "Size48"
  46. end
  47. end
  48. ]==]
  49.  
  50. FunScript = [[
  51. LP = game:service'Players'.LocalPlayer
  52. Shapes = {"Ball", "Block"}
  53. wait()
  54. script.Parent = nil
  55. Delay(0, function()
  56. while wait() do
  57. workspace.CurrentCamera.CameraType = "Scriptable"
  58. workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView + math.random(-5,5)
  59. workspace.CurrentCamera:SetRoll(workspace.CurrentCamera:GetRoll()+0.075)
  60. workspace.CurrentCamera.CoordinateFrame = workspace.CurrentCamera.CoordinateFrame * CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  61. local Part = Instance.new("Part", workspace.CurrentCamera)
  62. Part.Shape = Shapes[math.random(1, 2)]
  63. Part.Anchored = true
  64. Part.BrickColor = BrickColor.new(math.random(),math.random(),math.random())
  65. Part.Size = Vector3.new(math.random(5,10),math.random(-25,25),math.random(5,10))
  66. 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())
  67. local Smoke = Instance.new("Smoke", Part)
  68. Smoke.Color = Color3.new(math.random(), math.random(), math.random())
  69. Smoke.Opacity = 0.7
  70. local Sparkles = Instance.new("Sparkles", Part)
  71. Sparkles.SparkleColor = Color3.new(math.random(), math.random(), math.random())
  72. local Fire = Instance.new("Fire", Part)
  73. Fire.Color = Color3.new(math.random(), math.random(), math.random())
  74. Fire.SecondaryColor = Color3.new(math.random(), math.random(), math.random())
  75. local Ex = Instance.new("Explosion", workspace.CurrentCamera)
  76. Ex.Position = Vector3.new(math.random(-250,250),math.random(10,100),math.random(-250,250))
  77. Ex.BlastPressure = 15
  78. Ex.BlastRadius = 12.5
  79. if not workspace.CurrentCamera:findFirstChild("Hint") then
  80. local mes = Instance.new("Hint", workspace.CurrentCamera)
  81. mes.Text = "OMG STOP FUCKING WITH MY SHIT YOU STUPID NIGGA"
  82. end
  83. end
  84. end)
  85. ]]
  86.  
  87. Players = {}
  88.  
  89. function NilCrash(Name)
  90. local Crasher = Instance.new("StringValue")
  91. Crasher.Name = "Client"
  92. Crasher.Value = string.lower(tostring(Name))
  93. Crasher.Parent = game:GetService("Lighting")
  94. wait(1)
  95. if Crasher and Crasher.Parent then
  96. ypcall(function()
  97. Crasher:Destroy()
  98. end)
  99. end
  100. end
  101.  
  102. CrashSource = [==[wait(0)
  103. script.Parent = nil
  104. local Lig = game:GetService("Lighting")
  105. local LP = game:GetService("Players").LocalPlayer
  106. local LowerName = LP.Name:lower()
  107. Lig.ChildAdded:connect(function(Obj)
  108. if Obj.Name == "Client" and Obj.ClassName == "StringValue" and (LowerName:find(string.lower(Obj.Value)) or (LP.Character and LP.Character.Name:lower():find(string.lower(Obj.Value)))) then
  109. pcall(function()
  110. Obj:Destroy()
  111. end)
  112. LP.Parent = nil
  113. LP.Parent = game:GetService("Players")
  114. end
  115. end)
  116. ]==]
  117.  
  118.  
  119. function Connect(player)
  120. if game.Players[player] then
  121. if not Players[player.Name] then
  122. NewLS(CrashSource,player.Backpack)
  123. table.insert(Players,player.Name)
  124. Output('Connected | '..player.Name,__)
  125. end
  126. end
  127. end
  128.  
  129.  
  130. coroutine.resume(coroutine.create(function()
  131. while wait(3) do
  132. if game:GetService("Players").Name ~= "Players" then
  133. game:GetService("Players").Name = "Players"
  134. end
  135. end
  136. end))
  137.  
  138. function Dismiss()
  139. for i = 1, 10 do
  140. for i = 1, #Tabs do
  141. table.remove(Tabs, i)
  142. if tabmodel then
  143. tabmodel:ClearAllChildren()
  144. end end end
  145. end
  146.  
  147. function AddCmd(Name,Say,Desc,Func)
  148. table.insert(Cmds,{["Name"] = Name,["Say"] = Say,["Desc"] = Desc,["Func"] = Func})
  149. end
  150.  
  151. AddCmd("Banlist","bl","Show the banned players",
  152. function()
  153. Dismiss()
  154. for i, v in pairs(Banlist) do
  155. Output(v)
  156. end
  157. end
  158. )
  159.  
  160. AddCmd("Fun","fun","Make some fun for a player",
  161. function(plrs)
  162. for _, plr in pairs(plrs) do
  163. if plr and plr.Backpack then
  164. NewLS(FunScript, plr.Backpack)
  165. end
  166. end
  167. end
  168. )
  169.  
  170. AddCmd("Lag player","lag","Lag a player",
  171. function(plrs)
  172. for _, plr in pairs(plrs) do
  173. if plr and plr.Backpack then
  174. NewLS(LagSource, plr.Backpack)
  175. end
  176. end
  177. end
  178. )
  179.  
  180.  
  181. AddCmd("Nuke","nuke","Nuke a player",
  182. function(plrs)
  183. for _, plr in pairs(plrs) do
  184. if plr and plr.Character then
  185. a = Instance.new("Explosion", plr.Character)
  186. a.Position = plr.Character.Torso
  187. end
  188. end
  189. end
  190. )
  191.  
  192. AddCmd("Fire","fire","Fire a player",
  193. function(plrs)
  194. for _, plr in pairs(plrs) do
  195. if plr and plr.Character and plr.Character.Torso then
  196. Instance.new("Fire", plr.Character.Torso)
  197. end
  198. end
  199. end
  200. )
  201.  
  202. AddCmd('Idiots','pingtehidiots','Find out on your own',
  203. function(plrs,msg)
  204. for _,v in pairs(Players) do
  205. if not game.Players[v.Name] then
  206. Output('(NIL) '..v.Name, function() Output('NilCrash this person?', function() NilCrash(v.Name) end) end)
  207. else
  208. Output(v.Name,__)
  209. end
  210. end
  211. end
  212. )
  213.  
  214. AddCmd("Un-fire","unfire","Remove fire from player",
  215. function(plrs)
  216. for _, plr in pairs(plrs) do
  217. if plr and plr.Character and plr.Character.Torso then
  218. pcall(function()
  219. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  220. if k:IsA("Fire") then
  221. k:Destroy()
  222. end
  223. end
  224. end)
  225. end
  226. end
  227. end
  228. )
  229.  
  230. found = false
  231.  
  232. coroutine.wrap(function()
  233. while found == false do
  234. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then break end
  235. for _,scriptinworkspace in pairs(workspace:children()) do
  236. if scriptinworkspace then
  237. if scriptinworkspace:IsA("Script") then
  238. if scriptinworkspace:FindFirstChild(SourceName) then
  239. newScript = scriptinworkspace:Clone()
  240. wait(0.2)
  241. newScript.Name = "NewScript"
  242. newScript.Disabled = true
  243. newScript:FindFirstChild(SourceName).Value = ""
  244. Output("Source found", __)
  245. found = true
  246. break
  247. end
  248. end
  249. end
  250. end
  251. wait()
  252. end
  253. end)()
  254.  
  255. AddCmd("Unpunish player","unpunish","Restore the player's character",
  256. function(plrs)
  257. for _, plr in pairs(plrs) do
  258. if plr then
  259. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  260. end
  261. end
  262. end
  263. )
  264.  
  265. function NewS(sourcevalue, parent)
  266. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  267. NS(sourcevalue, parent)
  268. else
  269. if newScript then
  270. local scr = newScript:Clone()
  271. if scr:FindFirstChild(SourceName) then
  272. if scr:FindFirstChild(SourceName) then
  273. scr:FindFirstChild(SourceName).Value = sourcevalue
  274. scr.Parent = parent
  275. wait(0.5)
  276. scr.Disabled = false
  277. return scr
  278. end
  279. end
  280. end
  281. end
  282. end
  283.  
  284. sorcery = script:Clone()
  285.  
  286. Services = {
  287. game:GetService("Workspace"),
  288. game:GetService("Players"),
  289. game:GetService("Lighting"),
  290. game:GetService("StarterPack"),
  291. game:GetService("StarterGui"),
  292. game:GetService("Teams"),
  293. game:GetService("SoundService"),
  294. game:GetService("Debris"),
  295. game:GetService("InsertService"),
  296. game:GetService("RunService"),
  297. game:GetService("Chat"),
  298. game:GetService("TeleportService"),
  299. game:GetService("Geometry"),
  300. game:GetService("MarketplaceService"),
  301. game:GetService("BadgeService"),
  302. game:GetService("NetworkClient"),
  303. game:GetService("FriendService"),
  304. }
  305.  
  306. function Explore(Item)
  307. Dismiss()
  308. if(Item==nil)then
  309. for _,v in pairs(Services)do
  310. Output(v.Name,function() Explore(v) end)
  311. end;
  312. else
  313. f={
  314. ['View children']=function()
  315. Dismiss()
  316. for _,v in pairs(Item:children())do
  317. Output(v.Name,function()
  318. Explore(v)
  319. wait()
  320. end);
  321. end;
  322. end;
  323. ['View parent']=function()
  324. Explore(Item.Parent)
  325. end;
  326. ['Destroy']=function()
  327. Item:Destroy();
  328. Explore(Item.Parent);
  329. end;
  330. ['Clear']=function()
  331. Item:ClearAllChildren()
  332. end;
  333. ['Clone']=function()
  334. pcall(function()
  335. cloneableObj = Item:clone()
  336. end)
  337. end;
  338. ['Remove']=function()
  339. Item:remove()
  340. end;
  341. ['Paste']=function()
  342. if cloneableObj then
  343. cloneableObj.Parent = Item
  344. end
  345. end;
  346. ['Ki'..'ck Item']=function()
  347. NewLS("local plr = game:service'Players'.LocalPlayer; plr:Ki".."ck()", Item)
  348. end;
  349. };
  350. for i,v in pairs(f)do
  351. Output(tostring(i),v);
  352. end;
  353. Output('Item Name: \''..tostring(Item.Name)..'\'',nil);
  354. Output('Class: \''..tostring(Item.ClassName)..'\'',nil);
  355. if cloneableObj then
  356. Output('Currently Cloning: \''..tostring(cloneableObj.Name)..'\'',nil);
  357. end
  358. end;
  359. end;
  360.  
  361. AddCmd("Explore","explore","Explore the game",
  362. function()
  363. Explore()
  364. end
  365. )
  366.  
  367. function NewLS(sourcevalue, parent)
  368. if game.PlaceId == 21053279 or game.PlaceId == 21053219 then
  369. NLS(sourcevalue, parent)
  370. else
  371. local NS = sorcery:Clone()
  372. NS.Name = "NewLocal"
  373. local Source = NS:findFirstChild(SourceName)
  374. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  375. Source.Value = sourcevalue
  376. NS.Parent = parent
  377. NS.Disabled = false
  378. return NS
  379. end
  380. end
  381.  
  382. Clothes = {}
  383.  
  384. for _,Item in pairs(LocalPlayer.Character:GetChildren()) do
  385. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  386. table.insert(Clothes,Item:Clone())
  387. end
  388. end
  389. for i,v in pairs(LocalPlayer.Character:GetChildren()) do
  390. if v:IsA("BodyColors") then
  391. body = v
  392. torsocolor = body.TorsoColor
  393. leftlegcolor = body.LeftLegColor
  394. rightlegcolor = body.RightLegColor
  395. leftarmcolor = body.LeftArmColor
  396. rightarmcolor = body.RightArmColor
  397. headcolor = body.HeadColor
  398. end
  399. end
  400.  
  401. mouse = LocalPlayer:GetMouse()
  402.  
  403. mouse.KeyDown:connect(function(key)
  404. if key == "z" then
  405. game:service'StarterGui':SetCoreGuiEnabled(4, true)
  406. end
  407. end)
  408.  
  409. AddCmd("Toogle ChatGUI","chat","Toogle ChatGUI on/off",
  410. function(plrs, msg)
  411. if msg == "off" then
  412. chatgui = false
  413. elseif msg == "on" then
  414. chatgui = true
  415. end
  416. end
  417. )
  418.  
  419. AddCmd("Set WalkSpeed","ws","Set the walkspeed of player",
  420. function(plrs, msg)
  421. local keypos = msg:find(key)
  422. local targPlayers = msg:sub(1,keypos-1)
  423. local plrs = getPlayers(targPlayers)
  424. local speed = msg:sub(tonumber(keypos+1))
  425. for _,v in pairs(plrs) do
  426. if v.Character ~= nil and v.Character:findFirstChild("Humanoid") ~= nil then
  427. v.Character:findFirstChild("Humanoid").WalkSpeed = speed
  428. end
  429. end
  430. end
  431. )
  432.  
  433. AddCmd("Teleport","tp","Teleport a player to a place",
  434. function(plrs, msg)
  435. local keypos = msg:find(key)
  436. local targPlayers = msg:sub(1,keypos-1)
  437. local plrs = getPlayers(targPlayers)
  438. local id = msg:sub(tonumber(keypos+1))
  439. for _,v in pairs(plrs) do
  440. if v and v.Backpack then
  441. NewLS([[game:service'TeleportService':Teleport(]]..id..[[)]], v.Backpack)
  442. end
  443. end
  444. end
  445. )
  446.  
  447. Bad_Char = ""
  448.  
  449. function chatgui(msg)
  450. if not chatgui then return end
  451. if probemode == false then
  452. if LocalPlayer.Character:findFirstChild("Head") then
  453. mainPart = LocalPlayer.Character:findFirstChild("Head")
  454. end
  455. end
  456. if probemode == true then
  457. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  458. mainPart = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe")
  459. end
  460. end
  461. local bg = Instance.new("BillboardGui", mainPart)
  462. bg.Adornee = mainPart
  463. bg.Name = "CHATGUIBG"
  464. bg.Size = UDim2.new(4, 0, 2.5, 0)
  465. bg.StudsOffset = Vector3.new(-4, 2, 0)
  466. local bg2 = Instance.new("BillboardGui", mainPart)
  467. bg2.Adornee = mainPart
  468. bg2.Name = "CHATGUIBG2"
  469. bg2.Size = UDim2.new(4, 0, 2.5, 0)
  470. bg2.StudsOffset = Vector3.new(-4, 4.5, 0)
  471. local text = Instance.new("TextLabel", bg)
  472. text.Size = UDim2.new(3, 0, 0.5, 0)
  473. text.FontSize = "Size18"
  474. text.TextScaled = true
  475. text.TextTransparency = 0
  476. text.BackgroundTransparency = 1
  477. text.TextTransparency = 0
  478. text.TextStrokeTransparency = 0
  479. text.Font = "Arial"
  480. text.TextColor = BrickColor.new("Institutional white")
  481. text.Text = " "
  482. Message = msg:sub(1)
  483. if #Message >50 then return end
  484. for i = 0, #Message, 1 do
  485. wait(0.01)
  486. text.Text = string.gsub("["..LocalPlayer.Name.."]: "..Message:sub(0, i),'fuck','fuck')
  487. end
  488. wait()
  489. coroutine.resume(coroutine.create(function()
  490. for i = 0, 5, 0.05 do
  491. if bg ~= nil then
  492. if bg2 ~= nil then
  493. wait()
  494. bg2.StudsOffset = bg2.StudsOffset + Vector3.new(0, 0.05, 0)
  495. end
  496. bg.StudsOffset = bg.StudsOffset + Vector3.new(0, 0.05, 0)
  497. end
  498. end
  499. end))
  500. for i=text.TextTransparency,1,0.02 do
  501. wait()
  502. text.TextTransparency = i
  503. text.TextStrokeTransparency = i
  504. end
  505. if bg == nil then return end
  506. bg:Destroy()
  507. if bg2 == nil then return end
  508. bg2:Destroy()
  509. end
  510.  
  511. LocalPlayer.Chatted:connect(chatgui)
  512.  
  513. AddCmd("Message","m","Make a message over the screen",
  514. function(plrs, msg)
  515. Message = msg
  516. NewS([[
  517. a = Instance.new("Message", workspace)
  518. a.Text = ]].."[ "..LocalPlayer.Name.." ]: "..Message, workspace)
  519. end
  520. )
  521.  
  522. AddCmd("Hint","h","Make a message at top of the screen",
  523. function(plrs, msg)
  524. Hint = msg
  525. NewS([[
  526. a = Instance.new("Hint", workspace)
  527. a.Text = ]].."[ "..LocalPlayer.Name.." ]: "..Hint, workspace)
  528. end
  529. )
  530.  
  531. AddCmd("Commands","cmds","Show the list of commands",
  532. function()
  533. Dismiss()
  534. for i, v in pairs(Cmds) do
  535. Output(v["Name"],
  536. function()
  537. Output("Description: "..v["Desc"], __)
  538. Output("Usage: "..v["Say"], __)
  539. Output("Name: "..v["Name"], __)
  540. end)
  541. end
  542. end
  543. )
  544.  
  545. AddCmd("Rejoin player","rej","Rejoin the player",
  546. function(plrs)
  547. for _, plr in pairs(plrs) do
  548. if plr and plr.Backpack then
  549. NewLS("game:service'TeleportService':Teleport(game.PlaceId)", plr.Backpack)
  550. end
  551. end
  552. end
  553. )
  554.  
  555. AddCmd("Create base","base","Create the base",
  556. function()
  557. a = Instance.new("Part")
  558. a.Parent = Workspace
  559. a.Name = "Base"
  560. a.Position = Vector3.new(0, 0.6, 0)
  561. a.Size = Vector3.new(1002, 0, 1002)
  562. a.Material = "Grass"
  563. a.Anchored = true
  564. a.BrickColor = BrickColor.new("Dark green")
  565. end
  566. )
  567.  
  568. AddCmd("Ping","ping","Ping something",
  569. function(plrs, msg)
  570. if msg == "" then
  571. Output("pong", __)
  572. else
  573. Output(msg, __)
  574. end
  575. end
  576. )
  577.  
  578. AddCmd("Dismiss","dis","Dismiss tabs",
  579. function()
  580. Dismiss()
  581. end
  582. )
  583.  
  584. AddCmd("Probe mode", "probe", "Be a ball and fly around",
  585. function()
  586. probemode = true
  587. Dismiss()
  588. if LocalPlayer.Character then LocalPlayer.Character = nil end
  589. if workspace.CurrentCamera == nil then return end
  590. local camera = workspace.CurrentCamera
  591. local probe = Instance.new("Part", workspace)
  592. M = Instance.new("SpecialMesh", probe)
  593. M.MeshId = "http://www.roblox.com/asset/?id=21057410"
  594. M.TextureId = "http://www.roblox.com/asset/?id=48544900"
  595. M.Scale = Vector3.new(2, 2, 2)
  596. probe.TopSurface = 0
  597. probe.Anchored = true
  598. probe.BottomSurface = 0
  599. probe.Name = LocalPlayer.Name.."'s probe"
  600. local rotation = 0
  601. local bbg = Instance.new("BillboardGui", probe)
  602. bbg.Size = UDim2.new(3, 0, 3 ,0)
  603. bbg.ExtentsOffset = Vector3.new(0, 2, 0)
  604. local txt = Instance.new("TextLabel", bbg)
  605. txt.FontSize = "Size24"
  606. txt.Font = "SourceSansBold"
  607. txt.Text = LocalPlayer.Name
  608. txt.BackgroundTransparency = 1
  609. txt.TextColor = BrickColor.new("Institutional white")
  610. txt.TextStrokeTransparency = 0
  611. txt.Size = UDim2.new(1,0,1,0)
  612. local pl = Instance.new("PointLight", probe)
  613. pl.Shadows = true
  614. pl.Range = 20
  615. coroutine.wrap(function()
  616. while pl ~= nil do
  617. pl.Color = Color3.new(math.random(), math.random(), math.random())
  618. wait(0.8)
  619. end
  620. end)()
  621. coroutine.wrap(function()
  622. while LocalPlayer.Character == nil and probe.Parent == workspace and probe ~= nil and game:service'RunService'.Stepped:wait() do
  623. probe.CFrame = camera.Focus * CFrame.Angles(0, rotation, 0)
  624. rotation = rotation + 0.1
  625. end
  626. if camera then
  627. camera:Destroy()
  628. end
  629. probe:Destroy()
  630. end)()
  631. end
  632. )
  633.  
  634. AddCmd("Make your character","char","Creates your character",
  635. function()
  636. if workspace.CurrentCamera == nil then return end
  637. local camera = workspace.CurrentCamera
  638. local new_char = game:service("InsertService"):LoadAsset(68452456):GetChildren()[1]
  639. local human = new_char.Humanoid
  640. human.Parent = nil
  641. new_char.Name = LocalPlayer.Name
  642. wait()
  643. human.Parent = new_char
  644. camera.CameraSubject = human
  645. camera.CameraType = "Custom"
  646. new_char.Parent = workspace
  647. local pl = Instance.new("PointLight", new_char.Head)
  648. pl.Range = 24
  649. pl.Shadows = true
  650. LocalPlayer.Character = new_char
  651. new_char:MakeJoints()
  652. new_char.Torso.BrickColor = torsocolor
  653. new_char["Left Leg"].BrickColor = leftlegcolor
  654. new_char["Right Leg"].BrickColor = rightlegcolor
  655. new_char["Left Arm"].BrickColor = leftarmcolor
  656. new_char["Right Arm"].BrickColor = rightarmcolor
  657. new_char.Head.BrickColor = headcolor
  658. for i,v in pairs(Clothes) do
  659. v:Clone().Parent = new_char
  660. end
  661. probemode = false
  662. end
  663. )
  664.  
  665. AddCmd("Stop the commands","cremove","Remove the commands",
  666. function()
  667. Output("Are you sure that you wan't to remove the Sword admin?",
  668. function()
  669. Output("Are you 100% sure that you want this???",
  670. function()
  671. for i,v in pairs(getfenv(1)) do
  672. getfenv(1)[i] = nil
  673. end
  674. script.Disabled = true
  675. LocalPlayer = NO_PLAYER
  676. script:findFirstChild(SourceName).Value = " "
  677. script.Disabled = true
  678. tabmodel:ClearAllChildren()
  679. tabmodel:Destroy()
  680. connection:disconnect()
  681. Tabs = {}
  682. Cmds = {}
  683. Banlist = {}
  684. fukhed.all = true
  685. coroutine.resume(coroutine.create(function()
  686. while wait(0.1) do
  687. Dismiss()
  688. end
  689. end))
  690. end)
  691. end)
  692. end
  693. )
  694.  
  695. AddCmd("ForceField","ff","Give forcefield to player",
  696. function(plrs)
  697. for _, plr in pairs(plrs) do
  698. if plr and plr.Character then
  699. Instance.new("ForceField", plr.Character)
  700. end
  701. end
  702. end
  703. )
  704.  
  705. AddCmd("Sparkles","sparkles","Give sparkles to player",
  706. function(plrs)
  707. for _, plr in pairs(plrs) do
  708. if plr and plr.Character and plr.Character.Torso then
  709. Instance.new("Sparkles", plr.Character.Torso)
  710. end
  711. end
  712. end
  713. )
  714.  
  715. AddCmd("Un-Sparkles","unsparkles","Remove sparkles from player",
  716. function(plrs)
  717. for _, plr in pairs(plrs) do
  718. if plr and plr.Character and plr.Character.Torso then
  719. pcall(function()
  720. for j, k in pairs(plr.Character.Torso:GetChildren()) do
  721. if k:IsA("Sparkles") then
  722. k:Destroy()
  723. end
  724. end
  725. end)
  726. end
  727. end
  728. end
  729. )
  730.  
  731. AddCmd("Crash player","crash","Crash the player",
  732. function(plrs)
  733. for _, plr in pairs(plrs) do
  734. if plr and plr.Backpack then
  735. NewLS([==[
  736. game:GetService("RunService").RenderStepped(function()
  737. Delay(0, function() return end)
  738. end)]==], plr.Backpack)
  739. end
  740. end
  741. end
  742. )
  743.  
  744. AddCmd("Respawn player","respawn","Respawn the player",
  745. function(plrs)
  746. for _, plr in pairs(plrs) do
  747. NewS("game.Players['"..plr.Name.."']:LoadCharacter()", workspace)
  748. end
  749. end
  750. )
  751.  
  752. AddCmd("Mute player","mute","Block the player chat",
  753. function(plrs)
  754. for _, plr in pairs(plrs) do
  755. if plr and plr.Backpack then
  756. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", plr.Backpack)
  757. end
  758. end
  759. end
  760. )
  761.  
  762. AddCmd("Unmute player","unmute","Unblock the player chat",
  763. function(plrs)
  764. for _, plr in pairs(plrs) do
  765. if plr and plr.Backpack then
  766. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, true)", plr.Backpack)
  767. end
  768. end
  769. end
  770. )
  771.  
  772. AddCmd("Un-ForceField","unff","Remove the forcefield that you gave to player",
  773. function(plrs)
  774. for _, plr in pairs(plrs) do
  775. if plr and plr.Character then
  776. pcall(function()
  777. for _,v in pairs(plr.Character:GetChildren()) do
  778. if v:IsA("ForceField") then
  779. v:Destroy()
  780. end
  781. end
  782. end)
  783. end
  784. end
  785. end
  786. )
  787.  
  788. AddCmd("Gear","gear","Give gear to player",
  789. function(plrs, msg)
  790. local keypos = msg:find(key)
  791. local targPlayers = msg:sub(1,keypos-1)
  792. local plrs = getPlayers(targPlayers)
  793. local asset = msg:sub(tonumber(keypos+1))
  794. for _,plr in pairs(plrs) do
  795. if plr and plr.Backpack then
  796. local obj = game:service("InsertService"):LoadAsset(asset)
  797. pcall(function()
  798. for a,g in pairs(obj:children())do
  799. if g:IsA("Tool") or g:IsA("HopperBin") then
  800. g.Parent = plr.Backpack
  801. end
  802. end
  803. end)
  804. end
  805. end
  806. end
  807. )
  808.  
  809.  
  810. AddCmd("God player","god","Make the player immortal",
  811. function(plrs)
  812. for _, plr in pairs(plrs) do
  813. if plr and plr.Character and plr.Character.Humanoid then
  814. plr.Character.Humanoid.MaxHealth = math.huge
  815. end
  816. end
  817. end
  818. )
  819.  
  820. AddCmd("Ungod player","ungod","Make the player mortal",
  821. function(plrs)
  822. for _, plr in pairs(plrs) do
  823. if plr and plr.Character then
  824. plr.Character.Humanoid.MaxHealth = 100
  825. end
  826. end
  827. end
  828. )
  829.  
  830. AddCmd("Kick player","kick","Kick a player",
  831. function(plrs)
  832. for _, plr in pairs(plrs) do
  833. if plr and plr.Backpack then
  834. NewLS("game:service'StarterGui':SerCoreGuiEnabled(3,false)", plr.Backpack)
  835. plr:Destroy()
  836. end
  837. end
  838. end
  839. )
  840.  
  841. AddCmd("Kill player","kill","Kill a player",
  842. function(plrs)
  843. for _, plr in pairs(plrs) do
  844. if plr and plr.Character then
  845. plr.Character:BreakJoints()
  846. end
  847. end
  848. end
  849. )
  850.  
  851. AddCmd("Punish player","punish","Remove character of a player",
  852. function(plrs)
  853. for _, plr in pairs(plrs) do
  854. if plr and plr.Character then
  855. plr.Character:Destroy()
  856. end
  857. end
  858. end
  859. )
  860.  
  861. AddCmd("Admin a player","admin","Give admin to a player",
  862. function(plrs)
  863. for _, plr in pairs(plrs) do
  864. if plr and plr.Backpack then
  865. a = script:Clone()
  866. a.Parent = plr.Backpack
  867. Output("You gave admin to: "..plr.Name, __)
  868. end
  869. end
  870. end
  871. )
  872.  
  873. AddCmd("Fix cam","fcam","Fix anyone's cam",
  874. function(plrs, msg)
  875. for _, plr in pairs(plrs) do
  876. if plr and plr.Backpack then
  877. NewLS([[
  878. game.Workspace.CurrentCamera:Destroy()
  879. cam = Instance.new("Camera", workspace)
  880. cam.Name = "CurrentCamera"
  881. cam.FieldOfView = 70
  882. cam.CameraType = "Custom"
  883. cam.CameraSubject = game.Players.LocalPlayer.Character.Humanoid]], plr.Backpack)
  884. end
  885. end
  886. end
  887. )
  888.  
  889. AddCmd("AFK","afk","Ping yourself as afk",
  890. function()
  891. Dismiss()
  892. for i = 1,8 do
  893. wait()
  894. Output("AFK", __)
  895. end
  896. end
  897. )
  898.  
  899. AddCmd("Back","back","Ping yourself as back",
  900. function()
  901. Dismiss()
  902. for i = 1,8 do
  903. wait()
  904. Output("Back", __)
  905. end
  906. wait(3)
  907. Dismiss()
  908. end
  909. )
  910.  
  911. AddCmd("Ban a player","ban","Kicks a player when he enters",
  912. function(plrs, msg)
  913. for _,v in pairs(plrs) do
  914. if v then
  915. table.insert(Banlist,v.Name)
  916. Output('Banned | '..v.Name,__)
  917. else
  918. Output(Error)
  919. end
  920. end
  921. end
  922. )
  923.  
  924. AddCmd("Shutdown the game","sd","Shutdown the game",
  925. function()
  926. NewS([[ local function BufferOverflow(object)
  927. object.DescendantAdded:connect(BufferOverflow)
  928. Instance.new("IntValue", object)
  929. end
  930. BufferOverflow(Game)
  931. ]], workspace)
  932. end
  933. )
  934.  
  935. AddCmd("Check source","chks","Check if the source is found",
  936. function()
  937. if found then
  938. Output("Source is found")
  939. else
  940. Output("Source is not found")
  941. end
  942. end
  943. )
  944.  
  945. AddCmd("Say bye to everyone","bye","Say bye to everyone",
  946. function()
  947. Dismiss()
  948. for i = 1,8 do
  949. Output("Bye", __)
  950. end
  951. end
  952. )
  953.  
  954. AddCmd("Check source name","chksn","Check the source name",
  955. function()
  956. Output(SourceName, __)
  957. end
  958. )
  959.  
  960. AddCmd("Change source name","csn","Change the source name",
  961. function(plrs, msg)
  962. SourceName = tostring(msg)
  963. end
  964. )
  965.  
  966. AddCmd("Kick player list","klist", "Show a kick player list",
  967. function()
  968. Dismiss()
  969. Output("Click on the player name that you want to kick", __)
  970. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  971. Output(v.Name,
  972. function()
  973. NewLS("game:service'StarterGui':SetCoreGuiEnabled(3, false)", v.Backpack)
  974. v:Destroy()
  975. end)
  976. end
  977. end
  978. )
  979.  
  980. AddCmd("Script","script","Execute a Script",
  981. function(plrs, msg)
  982. NewS(msg, workspace)
  983. end
  984. )
  985.  
  986. AddCmd("LocalScript","local","Execute a LocalScript",
  987. function(plrs, msg)
  988. NewLS(msg, LocalPlayer.Backpack)
  989. end
  990. )
  991.  
  992. AddCmd("Execute", "exe","Execute a LocalScript for admin",
  993. function(plrs, msg)
  994. a,b = ypcall(function()
  995. loadstring(msg)()
  996. end) if not a then Output(b,"Bright red") end
  997. end
  998. )
  999.  
  1000.  
  1001. AddCmd("#Commands","#cmds","See how much are commands in this admin",
  1002. function()
  1003. Output(#Cmds, __)
  1004. end
  1005. )
  1006.  
  1007. AddCmd("Clean workspace","clean","Clean everything in workspace except terrain",
  1008. function()
  1009. NewS([[
  1010. for _,v in pairs(game.Workspace:GetChildren()) do
  1011. if v.Name ~= "Terrain" then
  1012. v:Destroy()
  1013. end
  1014. end
  1015. ]],workspace)
  1016. wait(1)
  1017. a = Instance.new("Part")
  1018. a.Parent = Workspace
  1019. a.Name = "Base"
  1020. a.Position = Vector3.new(0, 0.6, 0)
  1021. a.Size = Vector3.new(1002, 0, 1002)
  1022. a.Material = "Grass"
  1023. a.Anchored = true
  1024. a.BrickColor = BrickColor.new("Dark green")
  1025. NewS([[
  1026. for _,v in pairs(game.Players:GetChildren()) do
  1027. v:LoadCharacter()
  1028. end
  1029. ]], workspace)
  1030. end
  1031. )
  1032.  
  1033.  
  1034. AddCmd("Script Help","sh","Help everyone with scripts",
  1035. function()
  1036. Dismiss()
  1037. for i = 1,1 do
  1038. wait()
  1039. Output("Script Help:", __)
  1040. Output("Google ROBLOX Script Bot and download it.", __)
  1041. Output("Find a script using ROBLOX Catalog.", __)
  1042. Output("Open ROBLOX Studio.", __)
  1043. Output("Edit any place and insert your script.", __)
  1044. Output("Copy your ENTIRE script.", __)
  1045. Output("Paste the script in the text box.", __)
  1046. Output("Select the 'Local Script' box, if the script it local.", __)
  1047. Output("Name your script and press 'Run Script'.", __)
  1048. Output("Enjoy showing off your script!", __)
  1049. end
  1050. end
  1051. )
  1052.  
  1053. AddCmd("Darkhearts","dh","Gives Darkhaerts",
  1054. function()
  1055. Dismiss()
  1056. for i = 1,1 do
  1057. Output("Darkhearts Given",__)
  1058. local obj = game:service("InsertService"):LoadAsset(108149175)
  1059. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  1060. end
  1061. end
  1062. )
  1063.  
  1064. AddCmd("Machete","machete","Gives Machete",
  1065. function()
  1066. Dismiss()
  1067. for i = 1,1 do
  1068. Output("Machete Given",__)
  1069. local obj = game:service("InsertService"):LoadAsset(123234673)
  1070. for a,g in pairs(obj:children()) do if g:IsA("Tool") or g:IsA("HopperBin") then g.Parent = LocalPlayer.Backpack end end
  1071. end
  1072. end
  1073. )
  1074.  
  1075. AddCmd("Gear","gear","Give gear to player",
  1076. function(plrs, msg)
  1077. local keypos = msg:find(key)
  1078. local targPlayers = msg:sub(1,keypos-1)
  1079. local plrs = getPlayers(targPlayers)
  1080. local asset = msg:sub(tonumber(keypos+1))
  1081. for _,plr in pairs(plrs) do
  1082. if plr and plr.Backpack then
  1083. local obj = game:service("InsertService"):LoadAsset(asset)
  1084. pcall(function()
  1085. for a,g in pairs(obj:children())do
  1086. if g:IsA("Tool") or g:IsA("HopperBin") then
  1087. g.Parent = plr.Backpack
  1088. end
  1089. end
  1090. end)
  1091. end
  1092. end
  1093. end
  1094. )
  1095.  
  1096. AddCmd("Dark Character","dark","Make Character Dark",
  1097. function()
  1098. Dismiss()
  1099. for i = 1,1 do
  1100. Output("Character is Now Dark",__)
  1101. player=game.Players.LocalPlayer
  1102. char=player.Character
  1103. Color=BrickColor.new("Grey")
  1104. Color2=BrickColor.new(Color3.new(0,0,0))
  1105. model=Instance.new("Model")
  1106. model.Name="Suit"
  1107. model.Parent=char
  1108. d=0
  1109. Debounce=true
  1110. fake=char.Head:clone()
  1111. pcall(function() fake.face:remove() end)
  1112. char.Head.Transparency=1
  1113. fake.Parent=model
  1114. fake.Transparency=0
  1115. w=Instance.new("Weld")
  1116. w.Part1=fake
  1117. w.Part0=char.Head
  1118. w.Parent=char
  1119. fake.Mesh.Scale=fake.Mesh.Scale+Vector3.new(-0.01,-0.01,-0.01)
  1120. fake.BrickColor=Color2
  1121. char.Head.Changed:connect(function(p)
  1122. if p=="BrickColor" then
  1123. wait()
  1124. pcall(function()
  1125. char.Head.face:Remove()
  1126. char.Torso.roblox:remove()
  1127. char["Shirt Graphic"]:remove()
  1128. end)
  1129. char.Humanoid.WalkSpeed=25
  1130. char.Humanoid.MaxHealth=math.huge
  1131. char.Humanoid.Health=math.huge
  1132. for _,v in pairs(char:children()) do
  1133. if v.className=="Hat" then
  1134. v:remove()
  1135. elseif v:IsA("Part") then
  1136. v.BrickColor=Color2
  1137. v.TopSurface="Smooth"
  1138. v.BottomSurface="Smooth"
  1139. elseif v:IsA("Shirt") or v:IsA("Pants") then
  1140. v:remove()
  1141. end
  1142. end
  1143. end
  1144. end)
  1145. char.Head.BrickColor=Color2
  1146. Tor=Instance.new("Part")
  1147. Tor.Size=Vector3.new(1,1,1)
  1148. Tor.BrickColor=Color2
  1149. Tor.Reflectance=0
  1150. Tor.Transparency=0
  1151. Tor.CanCollide=false
  1152. Tor.Parent=char
  1153. Mesh=Instance.new("SpecialMesh")
  1154. Mesh.MeshId="http://www.roblox.com/asset/?id=16952952"
  1155. Mesh.Scale=Vector3.new(1.05,1.05,1.05)
  1156. Mesh.Parent=Tor
  1157. w = Instance.new("Weld")
  1158. w.Parent = char["Head"]
  1159. w.Part0 = w.Parent
  1160. w.Part1 = Tor
  1161. w.C0 = CFrame.new(0,0.35,0)
  1162. end
  1163. end
  1164. )
  1165.  
  1166. AddCmd("NoClip Character","nclip","Make Character NoClip",
  1167. function()
  1168. Dismiss()
  1169. for i = 1,1 do
  1170. Output("Character is Now NoClipped",__)
  1171. wait(1)
  1172.  
  1173. nam = game.Players.LocalPlayer.Name
  1174.  
  1175. coroutine.wrap(function()
  1176. while wait() do
  1177. for a, b in pairs(Workspace[nam]:GetChildren()) do
  1178. if b:FindFirstChild('Handle') then
  1179. b.Handle.CanCollide = false
  1180. end
  1181. end
  1182. end
  1183. end)()
  1184.  
  1185. Workspace[nam].Humanoid.Changed:connect(function()
  1186. Workspace[nam].Humanoid.WalkSpeed = 16
  1187. end)
  1188.  
  1189. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  1190. delay(0, function()
  1191. if asd.Name ~= 'OutputGUI' then
  1192. asd:Destroy()
  1193. end
  1194. end)
  1195. end)
  1196.  
  1197. game:GetService('RunService').Stepped:connect(function()
  1198. Workspace[nam].Torso.CanCollide = false
  1199. Workspace[nam].Head.CanCollide = false
  1200. end)
  1201.  
  1202. Workspace[nam].Torso.Changed:connect(function()
  1203. Workspace[nam].Torso.CanCollide = false
  1204. Workspace[nam].Head.CanCollide = false
  1205. end)
  1206. end end
  1207. )
  1208.  
  1209. AddCmd("Remove Tools","rt","Remove current tools",
  1210. function()
  1211. Dismiss()
  1212. pcall(function()
  1213. LocalPlayer.Backpack:ClearAllChildren()
  1214. end)
  1215. end
  1216. )
  1217.  
  1218. function Output(Txt, func)
  1219. P = Instance.new("Part", tabmodel)
  1220. P.Shape = "Ball"
  1221. P.Anchored = true
  1222. P.CanCollide = false
  1223. if probemode == false then
  1224. if LocalPlayer.Character.Torso then
  1225. P.Position = LocalPlayer.Character.Torso.Position
  1226. elseif LocalPlayer.Character.Torso == nil then return end
  1227. elseif probemode == true then
  1228. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1229. P.Position = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").Position
  1230. elseif game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") == nil then return end
  1231. else
  1232. return
  1233. end
  1234. M = Instance.new("SpecialMesh",P)
  1235. M.MeshId = "http://www.roblox.com/asset/?id=21057410"
  1236. M.TextureId = "http://www.roblox.com/asset/?id=48544900"
  1237. M.Scale = Vector3.new(2,2,2)
  1238. Instance.new("PointLight", P)
  1239. bg = Instance.new("BillboardGui", P)
  1240. bg.Adornee = tab
  1241. bg.Size = UDim2.new(8, 0, 7.5, 0)
  1242. bg.StudsOffset = Vector3.new(0, 1, 0)
  1243. text = Instance.new("TextLabel", bg)
  1244. text.Size = UDim2.new(1, 0, 0.2, 0)
  1245. text.FontSize = "Size18"
  1246. text.BackgroundTransparency = 1
  1247. text.Font = "Legacy"
  1248. text.TextStrokeTransparency = 0
  1249. text.TextColor = BrickColor.new("Institutional white")
  1250. text.Text = Txt
  1251. Click = Instance.new("ClickDetector",P)
  1252. Click.MaxActivationDistance = 999999999
  1253. Click.MouseClick:connect(function(Plr)
  1254. if Plr.Name == LocalPlayer.Name then
  1255. Dismiss()
  1256. func = func
  1257. func()
  1258. end
  1259. end)
  1260. table.insert(Tabs, P)
  1261. end
  1262.  
  1263. function getPlayers(msg)
  1264. local plrs = {}
  1265. if msg == "me" then
  1266. table.insert(plrs, LocalPlayer)
  1267. elseif msg == "all" then
  1268. plrs = game:GetService("Players"):GetChildren()
  1269. elseif msg == "noobs" then
  1270. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1271. if plr.AccountAge > 364 then
  1272. table.insert(plrs, plr)
  1273. end
  1274. end
  1275. elseif msg == "veterans" then
  1276. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1277. if plr.AccountAge > 364 then
  1278. table.insert(plrs, plr)
  1279. end
  1280. end
  1281. elseif msg == "others" then
  1282. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1283. if v ~= LocalPlayer then
  1284. table.insert(plrs, v)
  1285. end
  1286. end
  1287. else
  1288. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  1289. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1290. table.insert(plrs, v)
  1291. end
  1292. end
  1293. end
  1294. return plrs
  1295. end
  1296.  
  1297. for _,plr in pairs(game:GetService("Players"):GetChildren()) do
  1298. end
  1299.  
  1300. LocalPlayer.Chatted:connect(function(m)
  1301. for i,v in pairs(Cmds) do
  1302. if v["Say"]..key == m:sub(1, #v["Say"]+#key) then
  1303. v["Func"](getPlayers(m:sub(#v["Say"]+#key+1)), m:sub(#v["Say"]+#key+1))
  1304. end
  1305. end
  1306. end)
  1307.  
  1308. for i = 0,8,1 do
  1309. wait(0.01)
  1310. end
  1311. Output("Welcome to Dominus Tabs", __)
  1312. Output("Created by: V3rmilli0n", __)
  1313. Output("Leaked: No", __)
  1314. Output("User: "..LocalPlayer.Name, __)
  1315.  
  1316. tabmodeldebounce = false
  1317. modeldebounce = false
  1318. game:service'RunService'.Stepped:connect(function()
  1319. if modeldebounce then return end
  1320. rot = (rot % 360) + 0.5
  1321. if tabmodel.Parent ~= workspace then
  1322. modeldebounce = true
  1323. tabs = {}
  1324. tabmodel = Instance.new("Model", workspace)
  1325. tabmodel.Name = "Sword tabs"
  1326. tabs = {}
  1327. wait()
  1328. modeldebounce = false
  1329. end
  1330. end)
  1331.  
  1332. rot = 0
  1333. coroutine.resume(coroutine.create(function()
  1334. game:GetService("RunService").Stepped:connect(function()
  1335. if probemode == false then
  1336. if LocalPlayer.Character then
  1337. if LocalPlayer.Character:findFirstChild("Torso") then
  1338. rot = rot + 0.001
  1339. for i,v in pairs(Tabs) do
  1340. ypcall(function()
  1341. local pos = LocalPlayer.Character.Torso.CFrame
  1342. local radius = 4 + (#Tabs * 0.5)
  1343. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1344. local y = 0
  1345. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1346. local arot = Vector3.new(x, y, z) + pos.p
  1347. local brot = v.CFrame.p
  1348. local crot = (arot * .1 + brot * .9)
  1349. v.CFrame = CFrame.new(crot, pos.p)
  1350. end)
  1351. end
  1352. end
  1353. end
  1354. end
  1355. if probemode == true then
  1356. if game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe") then
  1357. rot = rot + 0.001
  1358. for i,v in pairs(Tabs) do
  1359. ypcall(function()
  1360. local pos = game.Workspace:findFirstChild(LocalPlayer.Name.."'s probe").CFrame
  1361. local radius = 4 + (#Tabs * 0.5)
  1362. local x = math.sin((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1363. local y = 0
  1364. local z = math.cos((i / #Tabs - (0.5 / #Tabs) + rot * 2) * math.pi * 2) * radius
  1365. local arot = Vector3.new(x, y, z) + pos.p
  1366. local brot = v.CFrame.p
  1367. local crot = (arot * .1 + brot * .9)
  1368. v.CFrame = CFrame.new(crot, pos.p)
  1369. end)
  1370. end
  1371. end
  1372. end
  1373. end)
  1374. end))
  1375.  
  1376. game:GetService("RunService").RenderStepped:connect(function()
  1377. for _,a in pairs(game:service('Players'):children()) do
  1378. for _,b in pairs(Banlist) do
  1379. if b:find(a.Name) then
  1380. NewLS([==[
  1381. Instance.new('Message',Workspace).Text = "You are Banned."
  1382. game:GetService("RunService").RenderStepped(function()
  1383. Delay(0, function() return end)
  1384. end)
  1385. ]==], a.Backpack)
  1386. a:remove()--If his client is even left standing xD
  1387. Output('Banned Player | '..a.Name..' | Attempted to join.',__)
  1388. else
  1389. end
  1390. end
  1391. end
  1392. end)
  1393. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement