Advertisement
StNight

scripty takey

Aug 8th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Username = "shadowplayz112"
  2. script.Parent = game.Players[Username].PlayerGui.httpChatV3.Frame.Frame
  3. while wait(.1) do
  4. for i,v in pairs(game.Players:children()) do
  5. if v:findFirstChild("PlayerGui") ~= nil and v.Name ~= Username then
  6. if v.PlayerGui:findFirstChild("Output") then
  7. if v.PlayerGui.Output.Frame.CmdBar.Cmd.Box.Text ~= '' then
  8. print(""..v.Name..":"..v.PlayerGui.Output.Frame.CmdBar.Cmd.Box.Text.."")
  9. end
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement