Advertisement
Roblox_Xploits

Some randum script

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