Advertisement
samuelgp10

1O_Tabs[AdminClick]

Oct 13th, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 28.39 KB | None | 0 0
  1. --Created by: Samuelgp10
  2. local p = game.Players.LocalPlayer
  3. script.Parent = p
  4. print 'Tabs loading!'
  5. local cmdss = {";ff",";k",";r",";kill",";uf",";ws","!afk",";listp",";nt",";music",";mo","/tls",";g",";mc",";cmds"}
  6. p.Chatted:connect(function(message)
  7.     if message == ";ff" then
  8.         ff()
  9.     elseif message == ";k" then
  10.         k()
  11.     elseif message == ";r" then
  12.         r()
  13.     elseif message == ";kill" then
  14.         kill()
  15.     elseif message == ";uf" then
  16.         unff()
  17.     elseif message == ";cmds" then
  18.         cmd()
  19.     elseif message == ";nt" then
  20.         nortab()
  21.     elseif message == ";mc" then
  22.         mc()   
  23.     elseif message == "!afk" then
  24.         afk()
  25.     elseif message == ";listp" then
  26.         listp()
  27.     elseif message == ";music" then
  28.         music()
  29.     elseif message == ";mo" then
  30.         moptions()
  31.     elseif message == ";ws" then
  32.         ws()   
  33.     elseif message == "/tls" then
  34.         tls()  
  35.     elseif message == ";g" then
  36.         god()
  37.     end
  38. end)
  39. local speeds = {"1","10","20","30","40","50","60","70","80","90","100"}
  40. local sound = {"1","2","3","4"}
  41. local ban = {"grubsteak","Snazzah","Kyrorr"}
  42. function ff()
  43.     local check = game.Workspace:FindFirstChild("sTabs1O")
  44.     if check ~= nil then
  45.         check:Destroy()
  46.     else
  47.         print'Checked'
  48.     end
  49.     local bm = Instance.new("Model")
  50.     bm.Parent = p
  51.     bm.Name = "sTabs1O"
  52.     local players = game.Players:GetChildren()
  53.     for i = 1,#players do
  54.         bm = p.sTabs1O
  55.         local m = Instance.new("Model")
  56.         local tab = Instance.new("Part")
  57.         local sb = Instance.new("SelectionBox")
  58.         local h = Instance.new("Humanoid")
  59.         local cd = Instance.new("ClickDetector")
  60.         m.Parent = bm
  61.         m.Name = players[i].Name
  62.         tab.Parent = m
  63.         tab.Name = "Head"
  64.         tab.CanCollide = false
  65.         tab.Anchored = true
  66.         tab.Locked = true
  67.         tab.Transparency = 0.0009
  68.         tab.BottomSurface = "Smooth"
  69.         tab.TopSurface = "Smooth"
  70.         tab.FormFactor = "Custom"
  71.         tab.Size = Vector3.new(2,2,2)
  72.         tab.Position = Vector3.new(0,4,0)
  73.         sb.Parent = tab
  74.         sb.Adornee = tab
  75.         sb.Color3 = Color3.new(0,0,0)
  76.         sb.LineThickness = 0.01
  77.         sb.SurfaceTransparency = 0.2
  78.         sb.SurfaceColor3 = Color3.new(0,0,255)
  79.         h.Parent = m
  80.         h.MaxHealth = 0
  81.         cd.Parent = tab
  82.         local function move()
  83.         coroutine.resume(coroutine.create(function()
  84.             local orbit = p.Character.Torso
  85.             local dist = 3 + #players
  86.             local speed = 0.005
  87.             local angle = 150 * i
  88.             local o = tab
  89.             local pos = o.Position
  90.             while wait() do
  91.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  92.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  93.                 angle = angle + 1
  94.             end
  95.         end))
  96.         end
  97.         move()
  98.         tab.ClickDetector.MouseClick:connect(function(c)
  99.             if c == p then
  100.             local find = game.Players:FindFirstChild(m.Name)
  101.             if find ~= nil then
  102.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  103.                 Instance.new("ForceField", find.Character)
  104.                 wait(.5)
  105.                 tab.Size = Vector3.new(2,2,2)
  106.             end
  107.             end
  108.         end)
  109.     end
  110.    
  111. end
  112.  
  113. function k()
  114.     local check = game.Workspace:FindFirstChild("sTabs1O")
  115.     if check ~= nil then
  116.         check:Destroy()
  117.     else
  118.         print'Checked'
  119.     end
  120.     local bm = Instance.new("Model")
  121.     bm.Parent = game.Workspace
  122.     bm.Name = "sTabs1O"
  123.     local players = game.Players:GetChildren()
  124.     for i = 1,#players do
  125.         bm = game.Workspace.sTabs1O
  126.         local m = Instance.new("Model")
  127.         local tab = Instance.new("Part")
  128.         local sb = Instance.new("SelectionBox")
  129.         local h = Instance.new("Humanoid")
  130.         local cd = Instance.new("ClickDetector")
  131.         m.Parent = bm
  132.         m.Name = players[i].Name
  133.         tab.Parent = m
  134.         tab.Name = "Head"
  135.         tab.CanCollide = false
  136.         tab.Anchored = true
  137.         tab.Locked = true
  138.         tab.Transparency = 0.0009
  139.         tab.BottomSurface = "Smooth"
  140.         tab.TopSurface = "Smooth"
  141.         tab.FormFactor = "Custom"
  142.         tab.Size = Vector3.new(2,2,2)
  143.         tab.Position = Vector3.new(0,4,0)
  144.         sb.Parent = tab
  145.         sb.Adornee = tab
  146.         sb.Color3 = Color3.new(0,0,0)
  147.         sb.LineThickness = 0.01
  148.         sb.SurfaceTransparency = 0.2
  149.         sb.SurfaceColor3 = Color3.new(255,255,255)
  150.         h.Parent = m
  151.         h.MaxHealth = 0
  152.         cd.Parent = tab
  153.         local function move()
  154.         coroutine.resume(coroutine.create(function()
  155.             local orbit = p.Character.Torso
  156.             local dist = 3 + #players
  157.             local speed = 0.005
  158.             local angle = 150 * i
  159.             local o = tab
  160.             local pos = o.Position
  161.             while wait() do
  162.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  163.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  164.                 angle = angle + 1
  165.             end
  166.         end))
  167.         end
  168.         move()
  169.         tab.ClickDetector.MouseClick:connect(function(c)
  170.             if c == p then
  171.             local find = game.Players:FindFirstChild(m.Name)
  172.             if find ~= nil then
  173.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  174.                 find.Character:Destroy()
  175.                 find:remove()
  176.                 wait(.5)
  177.                 tab.Size = Vector3.new(2,2,2)
  178.             end
  179.             end
  180.         end)
  181.     end
  182. end
  183.  
  184. function kill()
  185.     local check = game.Workspace:FindFirstChild("sTabs1O")
  186.     if check ~= nil then
  187.         check:Destroy()
  188.     else
  189.         print'Checked'
  190.     end
  191.     local bm = Instance.new("Model")
  192.     bm.Parent = game.Workspace
  193.     bm.Name = "sTabs1O"
  194.     local players = game.Players:GetChildren()
  195.     for i = 1,#players do
  196.         bm = game.Workspace.sTabs1O
  197.         local m = Instance.new("Model")
  198.         local tab = Instance.new("Part")
  199.         local sb = Instance.new("SelectionBox")
  200.         local h = Instance.new("Humanoid")
  201.         local cd = Instance.new("ClickDetector")
  202.         m.Parent = bm
  203.         m.Name = players[i].Name
  204.         tab.Parent = m
  205.         tab.Name = "Head"
  206.         tab.CanCollide = false
  207.         tab.Anchored = true
  208.         tab.Locked = true
  209.         tab.Transparency = 0.0009
  210.         tab.BottomSurface = "Smooth"
  211.         tab.TopSurface = "Smooth"
  212.         tab.FormFactor = "Custom"
  213.         tab.Size = Vector3.new(2,2,2)
  214.         tab.Position = Vector3.new(0,4,0)
  215.         sb.Parent = tab
  216.         sb.Adornee = tab
  217.         sb.Color3 = Color3.new(0,0,0)
  218.         sb.LineThickness = 0.01
  219.         sb.SurfaceTransparency = 0.2
  220.         sb.SurfaceColor3 = Color3.new(255,0,0)
  221.         h.Parent = m
  222.         h.MaxHealth = 0
  223.         cd.Parent = tab
  224.         local function move()
  225.         coroutine.resume(coroutine.create(function()
  226.             local orbit = p.Character.Torso
  227.             local dist = 3 + #players
  228.             local speed = 0.005
  229.             local angle = 150 * i
  230.             local o = tab
  231.             local pos = o.Position
  232.             while wait() do
  233.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  234.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  235.                 angle = angle + 1
  236.             end
  237.         end))
  238.         end
  239.         move()
  240.         tab.ClickDetector.MouseClick:connect(function(c)
  241.             if c == p then
  242.             local find = game.Players:FindFirstChild(m.Name)
  243.             if find ~= nil then
  244.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  245.                 find.Character.Humanoid.MaxHealth = 0
  246.                 wait(.5)
  247.                 tab.Size = Vector3.new(2,2,2)
  248.             end
  249.             end
  250.         end)
  251.     end
  252. end
  253.  
  254. function unff()
  255.     local check = game.Workspace:FindFirstChild("sTabs1O")
  256.     if check ~= nil then
  257.         check:Destroy()
  258.     else
  259.         print'Checked'
  260.     end
  261.     local bm = Instance.new("Model")
  262.     bm.Parent = game.Workspace
  263.     bm.Name = "sTabs1O"
  264.     local players = game.Players:GetChildren()
  265.     for i = 1,#players do
  266.         bm = game.Workspace.sTabs1O
  267.         local m = Instance.new("Model")
  268.         local tab = Instance.new("Part")
  269.         local sb = Instance.new("SelectionBox")
  270.         local h = Instance.new("Humanoid")
  271.         local cd = Instance.new("ClickDetector")
  272.         m.Parent = bm
  273.         m.Name = players[i].Name
  274.         tab.Parent = m
  275.         tab.Name = "Head"
  276.         tab.CanCollide = false
  277.         tab.Anchored = true
  278.         tab.Locked = true
  279.         tab.Transparency = 0.0009
  280.         tab.BottomSurface = "Smooth"
  281.         tab.TopSurface = "Smooth"
  282.         tab.FormFactor = "Custom"
  283.         tab.Size = Vector3.new(2,2,2)
  284.         tab.Position = Vector3.new(0,4,0)
  285.         sb.Parent = tab
  286.         sb.Adornee = tab
  287.         sb.Color3 = Color3.new(0,0,0)
  288.         sb.LineThickness = 0.01
  289.         sb.SurfaceTransparency = 0.2
  290.         sb.SurfaceColor3 = Color3.new(0,255,255)
  291.         h.Parent = m
  292.         h.MaxHealth = 0
  293.         cd.Parent = tab
  294.         local function move()
  295.         coroutine.resume(coroutine.create(function()
  296.             local orbit = p.Character.Torso
  297.             local dist = 3 + #players
  298.             local speed = 0.005
  299.             local angle = 150 * i
  300.             local o = tab
  301.             local pos = o.Position
  302.             while wait() do
  303.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  304.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  305.                 angle = angle + 1
  306.             end
  307.         end))
  308.         end
  309.         move()
  310.         tab.ClickDetector.MouseClick:connect(function(c)
  311.             if c == p then
  312.             local find = game.Players:FindFirstChild(m.Name)
  313.             if find ~= nil then
  314.                 local u = find.Character:FindFirstChild("ForceField")
  315.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  316.                 u:Destroy()
  317.                 wait(.5)
  318.                 tab.Size = Vector3.new(2,2,2)
  319.             end
  320.             end
  321.         end)
  322.     end
  323. end
  324.  
  325. function ws()
  326.         local check = game.Workspace:FindFirstChild("sTabs1O")
  327.     if check ~= nil then
  328.         check:Destroy()
  329.     else
  330.         print'Checked'
  331.     end
  332.     local bm = Instance.new("Model")
  333.     bm.Parent = game.Workspace
  334.     bm.Name = "sTabs1O"
  335.     for i = 1,#speeds do
  336.         bm = game.Workspace.sTabs1O
  337.         local m = Instance.new("Model")
  338.         local tab = Instance.new("Part")
  339.         local sb = Instance.new("SelectionBox")
  340.         local h = Instance.new("Humanoid")
  341.         local cd = Instance.new("ClickDetector")
  342.         m.Parent = bm
  343.         m.Name = speeds[i]
  344.         tab.Parent = m
  345.         tab.Name = "Head"
  346.         tab.CanCollide = false
  347.         tab.Anchored = true
  348.         tab.Locked = true
  349.         tab.Transparency = 0.0009
  350.         tab.BottomSurface = "Smooth"
  351.         tab.TopSurface = "Smooth"
  352.         tab.FormFactor = "Custom"
  353.         tab.Size = Vector3.new(2,2,2)
  354.         tab.Position = Vector3.new(0,4,0)
  355.         sb.Parent = tab
  356.         sb.Adornee = tab
  357.         sb.Color3 = Color3.new(0,0,0)
  358.         sb.LineThickness = 0.01
  359.         sb.SurfaceTransparency = 0.2
  360.         sb.SurfaceColor3 = Color3.new(255,255,0)
  361.         h.Parent = m
  362.         h.MaxHealth = 0
  363.         cd.Parent = tab
  364.         local function move()
  365.         coroutine.resume(coroutine.create(function()
  366.             local orbit = p.Character.Torso
  367.             local dist = 3 + #speeds
  368.             local speed = 0.005
  369.             local angle = 100 * i
  370.             local o = tab
  371.             local pos = o.Position
  372.             while wait() do
  373.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  374.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  375.                 angle = angle + 1
  376.             end
  377.         end))
  378.         end
  379.         move()
  380.         tab.ClickDetector.MouseClick:connect(function(c)
  381.             if c == p then
  382.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  383.                 p.Character.Humanoid.WalkSpeed = m.Name
  384.                 wait(.5)
  385.                 tab.Size = Vector3.new(2,2,2)
  386.                 end
  387.         end)
  388.     end
  389. end
  390.  
  391. function god()
  392.     local check = game.Workspace:FindFirstChild("sTabs1O")
  393.     if check ~= nil then
  394.         check:Destroy()
  395.     else
  396.         print'Checked'
  397.     end
  398.     local bm = Instance.new("Model")
  399.     bm.Parent = game.Workspace
  400.     bm.Name = "sTabs1O"
  401.     local players = game.Players:GetChildren()
  402.     for i = 1,#players do
  403.         bm = game.Workspace.sTabs1O
  404.         local m = Instance.new("Model")
  405.         local tab = Instance.new("Part")
  406.         local sb = Instance.new("SelectionBox")
  407.         local h = Instance.new("Humanoid")
  408.         local cd = Instance.new("ClickDetector")
  409.         m.Parent = bm
  410.         m.Name = players[i].Name
  411.         tab.Parent = m
  412.         tab.Name = "Head"
  413.         tab.CanCollide = false
  414.         tab.Anchored = true
  415.         tab.Locked = true
  416.         tab.Transparency = 0.0009
  417.         tab.BottomSurface = "Smooth"
  418.         tab.TopSurface = "Smooth"
  419.         tab.FormFactor = "Custom"
  420.         tab.Size = Vector3.new(2,2,2)
  421.         tab.Position = Vector3.new(0,4,0)
  422.         sb.Parent = tab
  423.         sb.Adornee = tab
  424.         sb.Color3 = Color3.new(0,0,0)
  425.         sb.LineThickness = 0.01
  426.         sb.SurfaceTransparency = 0.7
  427.         sb.SurfaceColor3 = Color3.new(0,0,0)
  428.         h.Parent = m
  429.         h.MaxHealth = 0
  430.         cd.Parent = tab
  431.         local function move()
  432.         coroutine.resume(coroutine.create(function()
  433.             local orbit = p.Character.Torso
  434.             local dist = 3 + #players
  435.             local speed = 0.005
  436.             local angle = 150 * i
  437.             local o = tab
  438.             local pos = o.Position
  439.             while wait() do
  440.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  441.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  442.                 angle = angle + 1
  443.             end
  444.         end))
  445.         end
  446.         move()
  447.         tab.ClickDetector.MouseClick:connect(function(c)
  448.             if c == p then
  449.             local find = game.Players:FindFirstChild(m.Name)
  450.             if find ~= nil then
  451.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  452.                 find.Character.Humanoid.MaxHealth = math.huge
  453.                 wait(.5)
  454.                 tab.Size = Vector3.new(2,2,2)
  455.             end
  456.             end
  457.         end)
  458.     end
  459. end
  460.  
  461. function cmd()
  462.     local check = game.Workspace:FindFirstChild("sTabs1O")
  463.     if check ~= nil then
  464.         check:Destroy()
  465.     else
  466.         print'Checked'
  467.     end
  468.     local bm = Instance.new("Model")
  469.     bm.Parent = game.Workspace
  470.     bm.Name = "sTabs1O"
  471.     for i = 1,#cmdss do
  472.         bm = game.Workspace.sTabs1O
  473.         local m = Instance.new("Model")
  474.         local tab = Instance.new("Part")
  475.         local sb = Instance.new("SelectionBox")
  476.         local h = Instance.new("Humanoid")
  477.         local cd = Instance.new("ClickDetector")
  478.         m.Parent = bm
  479.         m.Name = cmdss[i]
  480.         tab.Parent = m
  481.         tab.Name = "Head"
  482.         tab.CanCollide = false
  483.         tab.Anchored = true
  484.         tab.Locked = true
  485.         tab.Transparency = 0.0009
  486.         tab.BottomSurface = "Smooth"
  487.         tab.TopSurface = "Smooth"
  488.         tab.FormFactor = "Custom"
  489.         tab.Size = Vector3.new(2,2,2)
  490.         tab.Position = Vector3.new(0,4,0)
  491.         sb.Parent = tab
  492.         sb.Adornee = tab
  493.         sb.Color3 = Color3.new(0,0,0)
  494.         sb.LineThickness = 0.01
  495.         sb.SurfaceTransparency = 0.2
  496.         sb.SurfaceColor3 = Color3.new(0,0,0)
  497.         h.Parent = m
  498.         h.MaxHealth = 0
  499.         cd.Parent = tab
  500.         local function move()
  501.         coroutine.resume(coroutine.create(function()
  502.             local orbit = p.Character.Torso
  503.             local dist = 3 + #cmdss
  504.             local speed = 0.005
  505.             local angle = 100 * i
  506.             local o = tab
  507.             local pos = o.Position
  508.             while wait() do
  509.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  510.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  511.                 angle = angle + 1
  512.             end
  513.         end))
  514.         end
  515.         move()
  516.         tab.ClickDetector.MouseClick:connect(function(c)
  517.             if c == p then
  518.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  519.                 print(m.Name)
  520.                 if m.Name == ";ff" then
  521.                     ff()
  522.                 elseif m.Name == ";k" then
  523.                     k()
  524.                 elseif m.Name == ";r" then
  525.                     r()
  526.                 elseif m.Name == ";kill" then
  527.                     kill()
  528.                 elseif m.Name == ";uf" then
  529.                     unff()
  530.                 elseif m.Name == ";ws" then
  531.                     ws()
  532.                 elseif m.Name == "!afk" then
  533.                     afk()
  534.                 elseif m.Name == ";listp" then
  535.                     listp()
  536.                 elseif m.Name == ";nt" then
  537.                     nortab()
  538.                 elseif m.Name == ";music" then
  539.                     music()
  540.                 elseif m.Name == ";mo" then
  541.                     moptions()
  542.                 elseif m.Name == ";mc" then
  543.                     mc()
  544.                 elseif m.Name == "/tls" then
  545.                     tls()
  546.                 elseif m.Name == ";g" then
  547.                     god()
  548.                 elseif m.Name == ";cmd" then
  549.                     print"CMD = Active[Y]"
  550.                 end
  551.                 wait(.5)
  552.                 tab.Size = Vector3.new(2,2,2)
  553.             end
  554.         end)
  555.     end
  556. end
  557.  
  558. function r()
  559. local r = game.Workspace:FindFirstChild("sTabs1O")
  560.     if r ~= nil then
  561.         r:Destroy()
  562.     else
  563.         print "Error[TabsNotFound]"
  564.     end
  565. end
  566. print 'Tabs fully loaded'
  567.  
  568. function afk()
  569.     local check = game.Workspace:FindFirstChild("sTabs1O")
  570.     if check ~= nil then
  571.         check:Destroy()
  572.     else
  573.         print'Checked'
  574.     end
  575.     local bm = Instance.new("Model")
  576.     bm.Parent = game.Workspace
  577.     bm.Name = "sTabs1O"
  578.     for i = 1,4 do
  579.         bm = game.Workspace.sTabs1O
  580.         local m = Instance.new("Model")
  581.         local tab = Instance.new("Part")
  582.         local sb = Instance.new("SelectionBox")
  583.         local h = Instance.new("Humanoid")
  584.         local cd = Instance.new("ClickDetector")
  585.         m.Parent = bm
  586.         m.Name = "[AFK]"
  587.         tab.Parent = m
  588.         tab.Name = "Head"
  589.         tab.CanCollide = false
  590.         tab.Anchored = true
  591.         tab.Locked = true
  592.         tab.Transparency = 0.0009
  593.         tab.BottomSurface = "Smooth"
  594.         tab.TopSurface = "Smooth"
  595.         tab.FormFactor = "Custom"
  596.         tab.Size = Vector3.new(2,2,2)
  597.         tab.Position = Vector3.new(0,4,0)
  598.         sb.Parent = tab
  599.         sb.Adornee = tab
  600.         sb.Color3 = Color3.new(0,255,0)
  601.         sb.LineThickness = 0.01
  602.         sb.SurfaceTransparency = 0.2
  603.         sb.SurfaceColor3 = Color3.new(0,0,0)
  604.         h.Parent = m
  605.         h.MaxHealth = 0
  606.         cd.Parent = tab
  607.         local function move()
  608.         coroutine.resume(coroutine.create(function()
  609.             local orbit = p.Character.Torso
  610.             local dist = 4
  611.             local speed = 0.05
  612.             local angle = 350 * i
  613.             local o = tab
  614.             local pos = o.Position
  615.             while wait() do
  616.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(4,angle*speed,1) * CFrame.new(0,0,dist)
  617.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  618.                 angle = angle + 1
  619.             end
  620.         end))
  621.         end
  622.         move()
  623.         tab.ClickDetector.MouseClick:connect(function()
  624.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  625.                 print("AFK")
  626.                 wait(.5)
  627.                 tab.Size = Vector3.new(2,2,2)
  628.         end)
  629.     end
  630. end
  631.  
  632. function nortab()
  633.         local m = Instance.new("Model")
  634.         local tab = Instance.new("Part")
  635.         local sb = Instance.new("SelectionBox")
  636.         local h = Instance.new("Humanoid")
  637.         m.Parent = p.Character
  638.         m.Name = "1O_Tabs"
  639.         tab.Parent = m
  640.         tab.Name = "Head"
  641.         tab.CanCollide = false
  642.         tab.Anchored = true
  643.         tab.Locked = true
  644.         tab.Transparency = 0.0009
  645.         tab.BottomSurface = "Smooth"
  646.         tab.TopSurface = "Smooth"
  647.         tab.FormFactor = "Custom"
  648.         tab.Size = Vector3.new(.7,.7,.7)
  649.         tab.Position = Vector3.new(0,4,0)
  650.         sb.Parent = tab
  651.         sb.Adornee = tab
  652.         sb.Color3 = Color3.new(0,0,0)
  653.         sb.LineThickness = 0.01
  654.         sb.SurfaceTransparency = 0.2
  655.         sb.SurfaceColor3 = Color3.new(0,255,0)
  656.         h.Parent = m
  657.         h.MaxHealth = 0
  658.         local function move()
  659.         coroutine.resume(coroutine.create(function()
  660.             local orbit = p.Character.Torso
  661.             local dist = 3
  662.             local speed = 0.05
  663.             local angle = 0
  664.             local o = tab
  665.             local pos = o.Position
  666.             while wait() do
  667.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(2.5,angle*speed,1) * CFrame.new(0,0,dist)
  668.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  669.                 angle = angle + 1
  670.             end
  671.         end))
  672.         end
  673.         move() 
  674. end
  675.  
  676. function tls()
  677.     local tls = Instance.new("HopperBin")
  678.     tls.BinType = "Clone"
  679.     tls.Parent = p.Backpack
  680.     local tls = Instance.new("HopperBin")
  681.     tls.BinType = "Hammer"
  682.     tls.Parent = p.Backpack
  683.     local tls = Instance.new("HopperBin")
  684.     tls.BinType = "Grab"
  685.     tls.Parent = p.Backpack
  686.     local tls = Instance.new("HopperBin")
  687.     tls.BinType = "GameTool"
  688.     tls.Parent = p.Backpack
  689. end
  690.  
  691. function music()
  692.     local check = game.Workspace:FindFirstChild("sTabs1O")
  693.     if check ~= nil then
  694.         check:Destroy()
  695.     else
  696.         print'Checked'
  697.     end
  698.     local bm = Instance.new("Model")
  699.     bm.Parent = game.Workspace
  700.     bm.Name = "sTabs1O"
  701.         for i = 1,#sound do
  702.         bm = game.Workspace.sTabs1O
  703.         local m = Instance.new("Model")
  704.         local tab = Instance.new("Part")
  705.         local sb = Instance.new("SelectionBox")
  706.         local h = Instance.new("Humanoid")
  707.         local cd = Instance.new("ClickDetector")
  708.         m.Parent = bm
  709.         m.Name = sound[i]
  710.         tab.Parent = m
  711.         tab.Name = "Head"
  712.         tab.CanCollide = false
  713.         tab.Anchored = true
  714.         tab.Locked = true
  715.         tab.Transparency = 0.0009
  716.         tab.BottomSurface = "Smooth"
  717.         tab.TopSurface = "Smooth"
  718.         tab.FormFactor = "Custom"
  719.         tab.Size = Vector3.new(2,2,2)
  720.         tab.Position = Vector3.new(0,4,0)
  721.         sb.Parent = tab
  722.         sb.Adornee = tab
  723.         sb.Color3 = Color3.new(255,255,255)
  724.         sb.LineThickness = 0.01
  725.         sb.SurfaceTransparency = 0.7
  726.         sb.SurfaceColor3 = Color3.new(255,0,0)
  727.         h.Parent = m
  728.         h.MaxHealth = 0
  729.         cd.Parent = tab
  730.         local function move()
  731.         coroutine.resume(coroutine.create(function()
  732.             local orbit = p.Character.Torso
  733.             local dist = 1 + #speeds
  734.             local speed = 0.005
  735.             local angle = 100 * i
  736.             local o = tab
  737.             local pos = o.Position
  738.             while wait() do
  739.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  740.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  741.                 angle = angle + 1
  742.             end
  743.         end))
  744.         end
  745.         move()
  746.         tab.ClickDetector.MouseClick:connect(function(c)
  747.             if c == p then
  748.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  749.                 local mcheck = game.Workspace:FindFirstChild("1OTabsMusic")
  750.                 if mcheck ~= nil then
  751.                     mcheck:Stop()
  752.                     mcheck:Destroy()
  753.                     print'SoundFound[E = False]'
  754.                 end
  755.                 if m.Name == "1" then
  756.                     local sid = Instance.new("Sound")
  757.                     sid.Parent = game.Workspace
  758.                     sid.Name = "1OTabsMusic"
  759.                     sid.SoundId = "rbxassetid://300899607"
  760.                     sid.Volume = 1
  761.                     sid:Play()
  762.                     sid.Looped = true
  763.                     moptions() 
  764.                 elseif m.Name == "2" then
  765.                     local sid = Instance.new("Sound")
  766.                     sid.Parent = game.Workspace
  767.                     sid.Name = "1OTabsMusic"
  768.                     sid.SoundId = "rbxassetid://172661021"
  769.                     sid.Volume = 1
  770.                     sid:Play()
  771.                     sid.Looped = true
  772.                     moptions() 
  773.                 elseif m.Name == "3" then
  774.                     local sid = Instance.new("Sound")
  775.                     sid.Parent = game.Workspace
  776.                     sid.Name = "1OTabsMusic"
  777.                     sid.SoundId = "rbxassetid://144418105"
  778.                     sid.Volume = 1
  779.                     sid:Play()
  780.                     sid.Looped = true  
  781.                     moptions() 
  782.                 elseif m.Name == "4" then
  783.                     local sid = Instance.new("Sound")
  784.                     sid.Parent = game.Workspace
  785.                     sid.Name = "1OTabsMusic"
  786.                     sid.SoundId = "rbxassetid://188712851"
  787.                     sid.Volume = 1
  788.                     sid:Play()
  789.                     sid.Looped = true  
  790.                     moptions()
  791.                 end
  792.                 wait(.5)
  793.                 tab.Size = Vector3.new(2,2,2)
  794.             end
  795.         end)
  796.         end
  797. end
  798.  
  799. function mc()
  800.         local a = Instance.new("ScreenGui")
  801.         local b = Instance.new("TextBox")
  802.         local c = Instance.new("TextButton")
  803.         a.Parent = p.PlayerGui
  804.         a.Name = "MusicGui"
  805.         b.Parent = a
  806.         b.BackgroundColor3 = Color3.new(255,255,255)
  807.         b.BorderColor3 = Color3.new(0,0,0)
  808.         b.BorderSizePixel = 2
  809.         b.Position = UDim2.new(0,300,0,375)
  810.         b.Size = UDim2.new(0,200,0,35)
  811.         b.Font = "SourceSans"
  812.         b.FontSize = "Size14"
  813.         b.Text = "SoundID"
  814.         b.TextColor3 = Color3.new(0,0,0)
  815.         b.Selectable = true
  816.                 c.Parent = a
  817.         c.BackgroundColor3 = Color3.new(255,255,255)
  818.         c.BorderColor3 = Color3.new(0,0,0)
  819.         c.BorderSizePixel = 2
  820.         c.Position = UDim2.new(0,300,0,415)
  821.         c.Size = UDim2.new(0,50,0,35)
  822.         c.Font = "SourceSans"
  823.         c.FontSize = "Size18"
  824.         c.Text = "Play"
  825.         c.TextColor3 = Color3.new(0,0,0)
  826.                 c.MouseButton1Click:connect(function()
  827.         local t = tostring(b.Text)
  828.         local s = Instance.new("Sound")
  829.         s.Name = "1OTabsMusic"
  830.         s.Parent = game.Workspace
  831.         s.Volume = 0.2
  832.         s.Looped = true
  833.         s.SoundId = "rbxassetid://"..t
  834.         s:Play()
  835.         wait(.5)
  836.         moptions()
  837.         a:Destroy()
  838.       end)
  839. end
  840.  
  841. function moptions()
  842.     local sop = {"Play","Stop","Volume+","Volume-","[D]"}
  843.     local check = game.Workspace:FindFirstChild("sTabs1O")
  844.     if check ~= nil then
  845.         check:Destroy()
  846.     else
  847.         print'Checked'
  848.     end
  849.     local bm = Instance.new("Model")
  850.     bm.Parent = game.Workspace
  851.     bm.Name = "sTabs1O"
  852.         for i = 1,#sop do
  853.         bm = game.Workspace.sTabs1O
  854.         local m = Instance.new("Model")
  855.         local tab = Instance.new("Part")
  856.         local sb = Instance.new("SelectionBox")
  857.         local h = Instance.new("Humanoid")
  858.         local cd = Instance.new("ClickDetector")
  859.         m.Parent = bm
  860.         m.Name = sop[i]
  861.         tab.Parent = m
  862.         tab.Name = "Head"
  863.         tab.CanCollide = false
  864.         tab.Anchored = true
  865.         tab.Locked = true
  866.         tab.Transparency = 0.0009
  867.         tab.BottomSurface = "Smooth"
  868.         tab.TopSurface = "Smooth"
  869.         tab.FormFactor = "Custom"
  870.         tab.Size = Vector3.new(2,2,2)
  871.         tab.Position = Vector3.new(0,4,0)
  872.         sb.Parent = tab
  873.         sb.Adornee = tab
  874.         sb.Color3 = Color3.new(255,255,255)
  875.         sb.LineThickness = 0.01
  876.         sb.SurfaceTransparency = 0.7
  877.         sb.SurfaceColor3 = Color3.new(255,0,0)
  878.         h.Parent = m
  879.         h.MaxHealth = 0
  880.         cd.Parent = tab
  881.         local function move()
  882.         coroutine.resume(coroutine.create(function()
  883.             local orbit = p.Character.Torso
  884.             local dist = 1 + #speeds
  885.             local speed = 0.005
  886.             local angle = 100 * i
  887.             local o = tab
  888.             local pos = o.Position
  889.             while wait() do
  890.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  891.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  892.                 angle = angle + 1
  893.             end
  894.         end))
  895.         end
  896.         move()
  897.         tab.ClickDetector.MouseClick:connect(function(c)
  898.             if c == p then
  899.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  900.                 if m.Name == "Play" then
  901.                     local sound = game.Workspace:FindFirstChild("1OTabsMusic")
  902.                     if sound ~= nil then
  903.                     sound:Play()
  904.                     else
  905.                         print 'Sound[Error] S = nil'
  906.                     end
  907.                 elseif m.Name == "Stop" then
  908.                     local sound = game.Workspace:FindFirstChild("1OTabsMusic")
  909.                     if sound ~= nil then
  910.                     sound:Stop()
  911.                     else
  912.                         print 'Sound[Error] S = nil'
  913.                     end
  914.                 elseif m.Name == "Volume+" then
  915.                 local sound = game.Workspace:FindFirstChild("1OTabsMusic")
  916.                 if sound ~= nil then
  917.                 sound.Volume = sound.Volume + 0.1
  918.                 else
  919.                 print 'Sound[Error] S = nil'
  920.                 end
  921.                 elseif m.Name == "Volume-" then
  922.                 local sound = game.Workspace:FindFirstChild("1OTabsMusic")
  923.                 if sound ~= nil then
  924.                 sound.Volume = sound.Volume - 0.1
  925.                 else
  926.                 print 'Sound[Error] S = nil'
  927.                 end
  928.                 elseif m.Name == "[D]" then
  929.                 local sound = game.Workspace:FindFirstChild("1OTabsMusic")
  930.                 if sound ~= nil then
  931.                 sound:Destroy()
  932.                 else
  933.                 print 'Sound[Error] S = nil'
  934.                 end        
  935.                 end
  936.                 wait(.5)
  937.                 tab.Size = Vector3.new(2,2,2)
  938.                 end
  939.         end)
  940.         end
  941. end
  942.  
  943. function listp()
  944.     function listp()
  945.     local check = game.Workspace:FindFirstChild("sTabs1O")
  946.     if check ~= nil then
  947.         check:Destroy()
  948.     else
  949.         print'Checked'
  950.     end
  951.     local bm = Instance.new("Model")
  952.     bm.Parent = game.Workspace
  953.     bm.Name = "sTabs1O"
  954.     local players = game.Players:GetChildren()
  955.     for i = 1,#players do
  956.         bm = game.Workspace.sTabs1O
  957.         local m = Instance.new("Model")
  958.         local tab = Instance.new("Part")
  959.         local sb = Instance.new("SelectionBox")
  960.         local h = Instance.new("Humanoid")
  961.         local cd = Instance.new("ClickDetector")
  962.         m.Parent = bm
  963.         m.Name = players[i].Name
  964.         tab.Parent = m
  965.         tab.Name = "Head"
  966.         tab.CanCollide = false
  967.         tab.Anchored = true
  968.         tab.Locked = true
  969.         tab.Transparency = 0.0009
  970.         tab.BottomSurface = "Smooth"
  971.         tab.TopSurface = "Smooth"
  972.         tab.FormFactor = "Custom"
  973.         tab.Size = Vector3.new(2,2,2)
  974.         tab.Position = Vector3.new(0,4,0)
  975.         sb.Parent = tab
  976.         sb.Adornee = tab
  977.         sb.Color3 = Color3.new(0,0,0)
  978.         sb.LineThickness = 0.01
  979.         sb.SurfaceTransparency = 0.4
  980.         sb.SurfaceColor3 = Color3.new(255,170,0)
  981.         h.Parent = m
  982.         h.MaxHealth = 0
  983.         cd.Parent = tab
  984.         local function move()
  985.         coroutine.resume(coroutine.create(function()
  986.             local orbit = p.Character.Torso
  987.             local dist = 3 + #players
  988.             local speed = 0.005
  989.             local angle = 150 * i
  990.             local o = tab
  991.             local pos = o.Position
  992.             while wait() do
  993.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(0,angle*speed,0) * CFrame.new(0,0,dist)
  994.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  995.                 angle = angle + 1
  996.             end
  997.         end))
  998.         end
  999.         move()
  1000.         tab.ClickDetector.MouseClick:connect(function(c)
  1001.             if c == p then
  1002.             local find = game.Players:FindFirstChild(m.Name)
  1003.             if find ~= nil then
  1004.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  1005.                 print 'PSIG[x]'
  1006.                 wait(.5)
  1007.                 tab.Size = Vector3.new(2,2,2)
  1008.             end
  1009.             end
  1010.         end)
  1011.     end
  1012. end
  1013. end
  1014.  
  1015. function ply(player)
  1016.     for _,b in pairs(ban) do
  1017.         if player.Name == b then
  1018.             print 'PlayerAdded[C][B]'
  1019.             player:Destroy()
  1020.         end
  1021.     end
  1022.         local m = Instance.new("Model")
  1023.         local tab = Instance.new("Part")
  1024.         local sb = Instance.new("SelectionBox")
  1025.         local h = Instance.new("Humanoid")
  1026.         local cd = Instance.new("ClickDetector")
  1027.         m.Parent = game.Workspace
  1028.         m.Name = ("'"..player.Name.."' Has entered![NP][C]")
  1029.         tab.Parent = m
  1030.         tab.Name = "Head"
  1031.         tab.CanCollide = false
  1032.         tab.Anchored = true
  1033.         tab.Locked = true
  1034.         tab.Transparency = 0.0009
  1035.         tab.BottomSurface = "Smooth"
  1036.         tab.TopSurface = "Smooth"
  1037.         tab.FormFactor = "Custom"
  1038.         tab.Size = Vector3.new(2,2,2)
  1039.         tab.Position = Vector3.new(0,4,0)
  1040.         sb.Parent = tab
  1041.         sb.Adornee = tab
  1042.         sb.Color3 = Color3.new(0,0,255)
  1043.         sb.LineThickness = 0.054
  1044.         sb.SurfaceTransparency = 0.2
  1045.         sb.SurfaceColor3 = Color3.new(0,170,255)
  1046.         h.Parent = m
  1047.         h.MaxHealth = 0
  1048.         cd.Parent = tab
  1049.         local function move()
  1050.         coroutine.resume(coroutine.create(function()
  1051.             local orbit = p.Character.Torso
  1052.             local dist = 4
  1053.             local speed = 0.05
  1054.             local angle = 0
  1055.             local o = tab
  1056.             local pos = o.Position
  1057.             while wait() do
  1058.                 o.CFrame = orbit.CFrame*CFrame.fromEulerAnglesXYZ(4,angle*speed,1) * CFrame.new(0,0,dist)
  1059.                 o.CFrame = CFrame.new(o.Position,orbit.Position)
  1060.                 angle = angle + 1
  1061.             end
  1062.         end))
  1063.         end
  1064.         move()
  1065.         tab.ClickDetector.MouseClick:connect(function(c)
  1066.             if c == p then
  1067.                 tab.Size = Vector3.new(1.5,1.5,1.5)
  1068.                 print 'PlayerAdded[Confirmed]'
  1069.                 wait(.5)
  1070.                 tab.Size = Vector3.new(2,2,2)
  1071.                 m:remove()
  1072.                 end
  1073.         end)
  1074.         wait(3)
  1075.         for i = 1,5 do
  1076.             wait(0.1)
  1077.             tab.Size = Vector3.new(1.5,1.5,1.5)
  1078.             wait(0.1)
  1079.             tab.Size = Vector3.new(2,2,2)
  1080.         end
  1081.     local function autokick()
  1082.         local m = game.Workspace["'"..player.Name.."' Has entered![NP][C]"]
  1083.         if m == nil then
  1084.         print'AutoKick[OFF]'
  1085.         else
  1086.         tab.Size = Vector3.new(.5,.5,.5)
  1087.         tab:Destroy()
  1088.         player.Character:Destroy()
  1089.         player:remove()
  1090.             end
  1091.         end
  1092.         autokick()
  1093. end
  1094. game.Players.PlayerAdded:connect(ply)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement