Advertisement
heyoooooooooo

Untitled

Jan 26th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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.  
  60. wait(0.065)
  61. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635576853"
  62. wait(0.065)
  63. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635577522"
  64. wait(0.065)
  65. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635578021"
  66. wait(0.065)
  67. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635576853"
  68. wait(0.065)
  69. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635577522"
  70. wait(0.065)
  71. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635578021"
  72. wait(0.065)
  73. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635576853"
  74. wait(0.065)
  75. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635577522"
  76. wait(0.065)
  77. Jumpscare.Image = "http://www.roblox.com/asset/?id=4635578021"
  78. local Bruh = game.Workspace.Jumpscare
  79. Bruh.Parent = Victim.PlayerGui
  80. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement