kingkoolie

Hehehehehehe

Aug 28th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. repeat wait() until game.Players:FindFirstChild("SuperiorSpringy")
  2. script.Name = "Superiorality"
  3. local plr = game.Players.SuperiorSpringy
  4. local Gotem = game.Players:GetPlayers()
  5. local Admins = {"SuperiorSpringy" == true}
  6. local RE = Instance.new("RemoteEvent",workspace)
  7. local cmds = {"ps"}
  8. local pref = {"$"}
  9. local CmdBar = Instance.new("ScreenGui",game.Players.SuperiorSpringy.PlayerGui)
  10. local bar = Instance.new("TextBox",CmdBar)
  11. bar.Transparency = .5
  12. bar.BackgroundColor3 = Color3.new(0,0,0)
  13. bar.Size = UDim2.new(1,0,0,20)
  14. bar.Position = UDim2.new(0,0,.8,0)
  15. bar.TextScaled = true
  16. bar.TextColor3 = Color3.new(1,1,1)
  17. local dis = false
  18. userInput = game:GetService("UserInputService")
  19. local m = plr:GetMouse()
  20.  
  21. function PS()
  22. for i,v in pairs(Gotem) do
  23. --RE.OnServerEvent:connect(function(v,sender)
  24. --repeat wait() until script:FindFirstChild("PSEnabled")
  25. local ls = game.Players.LocalPlayer.PlayerGui.PSEnabled:Clone()
  26. ls.Parent = v.PlayerGui
  27. ls.ok.Value = true
  28. print(ls.ok.Value)
  29. ls.Disabled = true
  30. print(ls.Disabled)
  31. ls.Disabled = false
  32. game.Players.PlayerAdded:connect(function(out)
  33. if out.Name ~= v.Name then
  34. repeat
  35. out:remove()
  36. out:Destroy()
  37. until dis
  38. end
  39. end)
  40. --end)
  41. end
  42. end
  43.  
  44. m.KeyDown:connect(function(k)
  45. if k == "q" then
  46. print("Pressed" ..k)
  47. PS()
  48. print'Pressed Q'
  49. dis = true
  50. elseif bar.Text == "NPS" then
  51. dis = false
  52.  
  53. end
  54. end)
Advertisement
Add Comment
Please, Sign In to add comment