Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat wait() until game.Players:FindFirstChild("SuperiorSpringy")
- script.Name = "Superiorality"
- local plr = game.Players.SuperiorSpringy
- local Gotem = game.Players:GetPlayers()
- local Admins = {"SuperiorSpringy" == true}
- local RE = Instance.new("RemoteEvent",workspace)
- local cmds = {"ps"}
- local pref = {"$"}
- local CmdBar = Instance.new("ScreenGui",game.Players.SuperiorSpringy.PlayerGui)
- local bar = Instance.new("TextBox",CmdBar)
- bar.Transparency = .5
- bar.BackgroundColor3 = Color3.new(0,0,0)
- bar.Size = UDim2.new(1,0,0,20)
- bar.Position = UDim2.new(0,0,.8,0)
- bar.TextScaled = true
- bar.TextColor3 = Color3.new(1,1,1)
- local dis = false
- userInput = game:GetService("UserInputService")
- local m = plr:GetMouse()
- function PS()
- for i,v in pairs(Gotem) do
- --RE.OnServerEvent:connect(function(v,sender)
- --repeat wait() until script:FindFirstChild("PSEnabled")
- local ls = game.Players.LocalPlayer.PlayerGui.PSEnabled:Clone()
- ls.Parent = v.PlayerGui
- ls.ok.Value = true
- print(ls.ok.Value)
- ls.Disabled = true
- print(ls.Disabled)
- ls.Disabled = false
- game.Players.PlayerAdded:connect(function(out)
- if out.Name ~= v.Name then
- repeat
- out:remove()
- out:Destroy()
- until dis
- end
- end)
- --end)
- end
- end
- m.KeyDown:connect(function(k)
- if k == "q" then
- print("Pressed" ..k)
- PS()
- print'Pressed Q'
- dis = true
- elseif bar.Text == "NPS" then
- dis = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment