Advertisement
heyoooooooooo

Untitled

Jan 26th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. if game.Players.LocalPlayer.PlayerGui:FindFirstChild('ufo') then
  2. game.Players.LocalPlayer.PlayerGui.ufo:Destroy()
  3. if game.Workspace:FindFirstChild('ufoparthaha') then
  4. game.Workspace.ufoparthaha:Destroy()
  5. end
  6. end
  7. wait()
  8. local VanGui = Instance.new("ScreenGui")
  9. local Van = Instance.new("Frame")
  10. local idk = Instance.new("TextBox")
  11. local dsa = Instance.new("TextButton")
  12.  
  13. VanGui.Name = "ufo"
  14. VanGui.Parent = game.Players.LocalPlayer.PlayerGui
  15.  
  16. Van.Name = "ufo"
  17. Van.Parent = VanGui
  18. Van.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  19. Van.BorderColor3 = Color3.new(0, 0, 0)
  20. Van.Position = UDim2.new(0, 5, 0.8, 0)
  21. Van.Size = UDim2.new(0, 200, 0, 45)
  22.  
  23. idk.Name = "idk"
  24. idk.Parent = Van
  25. idk.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  26. idk.BorderColor3 = Color3.new(0, 0, 0)
  27. idk.Size = UDim2.new(1, 0, 0, 20)
  28. idk.Font = Enum.Font.SciFi
  29. idk.FontSize = Enum.FontSize.Size14
  30. idk.Text = "Username"
  31. idk.TextColor3 = Color3.new(1, 1, 1)
  32. idk.TextScaled = true
  33. idk.TextStrokeTransparency = 0
  34. idk.TextWrapped = true
  35.  
  36. dsa.Name = "dsa"
  37. dsa.Parent = Van
  38. dsa.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  39. dsa.BorderColor3 = Color3.new(0, 0, 0)
  40. dsa.Position = UDim2.new(0, 0, 1, -25)
  41. dsa.Size = UDim2.new(1, 0, 0, 25)
  42. dsa.Font = Enum.Font.SciFi
  43. dsa.FontSize = Enum.FontSize.Size14
  44. dsa.Text = "UFO"
  45. dsa.TextColor3 = Color3.new(1, 1, 1)
  46. dsa.TextScaled = true
  47. dsa.TextStrokeTransparency = 0
  48. dsa.TextWrapped = true
  49.  
  50.  
  51. dsa.MouseButton1Click:connect(function()
  52. local Victim = idk.Text
  53. local Jumpscare = Instance.new("ScreenGui")
  54. Jumpscare.Parent = game.Workspace
  55. local labelll = Instance.new("ImageLabel")
  56. labelll.BackgroundTransparency = 0.8
  57. labelll.Image = 'rbxassetid://4388380012'
  58. labelll.Parent = Jumpscare
  59. labelll.Name = nub
  60.  
  61. wait(0.065)
  62. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635576853"
  63. wait(0.065)
  64. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635577522"
  65. wait(0.065)
  66. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635578021"
  67. wait(0.065)
  68. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635576853"
  69. wait(0.065)
  70. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635577522"
  71. wait(0.065)
  72. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635578021"
  73. wait(0.065)
  74. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635576853"
  75. wait(0.065)
  76. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635577522"
  77. wait(0.065)
  78. Jumpscare.nub.Image = "http://www.roblox.com/asset/?id=4635578021"
  79. local Bruh = game.Workspace.Jumpscare
  80. Bruh.Parent = Victim.PlayerGui
  81. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement