Advertisement
Animescapetower

Untitled

Apr 12th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1.  
  2. --really
  3.  
  4.  
  5. mas = game.Players.LocalPlayer.PlayerGui
  6. TextBox0 = Instance.new("TextBox")
  7. TextButton1 = Instance.new("TextButton")
  8. ScreenGui2 = Instance.new("ScreenGui")
  9. TextButton3 = Instance.new("TextButton")
  10. TextBox4 = Instance.new("TextBox")
  11. TextBox4.Parent = ScreenGui2
  12. TextBox4.Size = UDim2.new(0, 200, 0, 50)
  13. TextBox4.Position = UDim2.new(0, 0, 0, 123)
  14. TextBox4.BackgroundColor3 = Color3.new(1, 1, 1)
  15. TextBox4.Font = Enum.Font.SourceSans
  16. TextBox4.FontSize = Enum.FontSize.Size14
  17. TextButton3.Parent = ScreenGui2
  18. TextButton3.Size = UDim2.new(0, 200, 0, 50)
  19. TextButton3.Text = "System CorruptUserName"
  20. TextButton3.BackgroundColor3 = Color3.new(1, 1, 1)
  21. TextButton3.Font = Enum.Font.SourceSans
  22. TextButton3.FontSize = Enum.FontSize.Size14
  23. ScreenGui2.Parent = mas
  24. TextButton3.Parent = ScreenGui2
  25. TextButton3.Size = UDim2.new(0, 200, 0, 50)
  26. TextButton3.Text = "System CorruptUserName"
  27. TextButton3.BackgroundColor3 = Color3.new(1, 1, 1)
  28. TextButton3.Font = Enum.Font.SourceSans
  29. TextButton3.FontSize = Enum.FontSize.Size14
  30. TextBox4.Parent = ScreenGui2
  31. TextBox4.Size = UDim2.new(0, 200, 0, 50)
  32. TextBox4.Position = UDim2.new(0, 0, 0, 123)
  33. TextBox4.BackgroundColor3 = Color3.new(1, 1, 1)
  34. TextBox4.Font = Enum.Font.SourceSans
  35. TextBox4.FontSize = Enum.FontSize.Size14
  36.  
  37. TextButton3.MouseButton1Click:Connect(function()--They get messed up lol
  38. Clicked = workspace[TextBox4.Text]
  39.  
  40. Clicked.Humanoid.Parent:Clone().Parent = Clicked
  41.  
  42. local parts = Clicked:GetChildren()
  43. for i,part in pairs(parts)do--TIME TO ANNOY USERS
  44. if part.ClassName == "Part" then
  45. part:Clone().Parent = workspace
  46.  
  47. elseif part.ClassName == "Humanoid" then
  48.  
  49. part:Destroy()
  50.  
  51. wait(0.1)
  52. Humanoid0 = Instance.new("Humanoid")
  53. Humanoid0.HipHeight = 0
  54. Humanoid0.WalkToPoint = Humanoid0.WalkToPoint + Vector3.new(2,2,2)--GOOD LUCK MOVING, trolls are fun
  55. Humanoid0.AutoRotate = false
  56. Humanoid0.AutoJumpEnabled = true
  57. Humanoid0.Name = "trololoolololololololololololololololololoooloolololooooooooooooooooooooooooooooooooooooooooooloooooooooooooooooooolooooooooooooooooooooooolooooooooooooooooooooooooolooooooooooooooooooo"
  58. Humanoid0.WalkSpeed = 16
  59. Humanoid0.JumpPower = 50
  60. Humanoid0.MaxHealth = 34/100
  61. Humanoid0.Health = 12
  62. Humanoid0.MaxSlopeAngle = 86
  63.  
  64.  
  65.  
  66. end
  67. end
  68.  
  69. return
  70.  
  71. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement