Advertisement
Jerrychan123

Untitled

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