Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. scr = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  2. txt = Instance.new("TextBox", scr)
  3. txt.Text = "Type player's name who you want to ducking lag XDDD"
  4. txt.Position = UDim2.new(0, 350 , 0, 150)
  5. txt.Size = UDim2.new(0, 250 , 0, 50)
  6. mouse = game.Players.LocalPlayer:GetMouse()
  7. function kys(key)
  8. key = key:lower()
  9. if key:byte() == 13 then
  10. local text = txt.Text
  11. local player = game.Players:findFirstChild(txt.Text)
  12. if player ~= nil then
  13. scr:destroy()
  14. for i = 1,6969 do
  15. if txt.Text == "SadWhatshername" then
  16.  
  17. else
  18. local hop = Instance.new("HopperBin", player.Backpack)
  19. hop.Name = "getrektm8"
  20. end
  21. end
  22. end
  23. end
  24. end
  25. mouse.KeyDown:connect(kys)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement