Advertisement
heyoooooooooo

Untitled

Jan 26th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. local yeye = Instance.new("ScreenGui")
  2. local mhm = Instance.new("Frame")
  3. local Hitypical = Instance.new("TextButton")
  4. local hax = Instance.new("TextLabel")
  5. local asd = Instance.new("TextBox")
  6. local Close = Instance.new("TextButton")
  7. local Opener = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9.  
  10. yeye.Name = "yeye"
  11. yeye.Parent = game.Players.J07f.PlayerGui
  12.  
  13. mhm.Name = "mhm"
  14. mhm.Parent = yeye
  15. mhm.BackgroundColor3 = Color3.new(0, 0, 0)
  16. mhm.BackgroundTransparency = 0.5
  17. mhm.Position = UDim2.new(0, 0, 0.292008191, 0)
  18. mhm.Size = UDim2.new(0, 320, 0, 191)
  19. mhm.Visible = false
  20.  
  21. Hitypical.Name = "Hitypical"
  22. Hitypical.Parent = mhm
  23. Hitypical.BackgroundColor3 = Color3.new(0, 0, 0)
  24. Hitypical.BackgroundTransparency = 0.5
  25. Hitypical.Position = UDim2.new(0.186669305, 0, 0.712777793, 0)
  26. Hitypical.Size = UDim2.new(0, 200, 0, 29)
  27. Hitypical.Font = Enum.Font.SciFi
  28. Hitypical.FontSize = Enum.FontSize.Size28
  29. Hitypical.Text = "ScareDaPlayer"
  30. Hitypical.TextColor3 = Color3.new(0, 1, 1)
  31. Hitypical.TextSize = 27
  32.  
  33. hax.Name = "hax"
  34. hax.Parent = mhm
  35. hax.BackgroundColor3 = Color3.new(0, 0, 0)
  36. hax.BackgroundTransparency = 0.5
  37. hax.Position = UDim2.new(0, 0, 0.129015952, 0)
  38. hax.Size = UDim2.new(0, 314, 0, 43)
  39. hax.Font = Enum.Font.SciFi
  40. hax.FontSize = Enum.FontSize.Size24
  41. hax.Text = "Made By Perry/Talha. This is a hax"
  42. hax.TextColor3 = Color3.new(0, 1, 1)
  43. hax.TextSize = 19
  44.  
  45. asd.Name = "asd"
  46. asd.Parent = mhm
  47. asd.BackgroundColor3 = Color3.new(0, 0, 0)
  48. asd.BackgroundTransparency = 0.5
  49. asd.Position = UDim2.new(0.186669305, 0, 0.418627203, 0)
  50. asd.Size = UDim2.new(0, 200, 0, 44)
  51. asd.Font = Enum.Font.SciFi
  52. asd.FontSize = Enum.FontSize.Size28
  53. asd.Text = "Username"
  54. asd.TextColor3 = Color3.new(0, 1, 1)
  55. asd.TextSize = 28
  56.  
  57. Close.Name = "Close"
  58. Close.Parent = mhm
  59. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  60. Close.BackgroundTransparency = 0.40000000596046
  61. Close.Position = UDim2.new(0.9375, 0, 0, 0)
  62. Close.Size = UDim2.new(0, 20, 0, 17)
  63. Close.Font = Enum.Font.SourceSans
  64. Close.FontSize = Enum.FontSize.Size14
  65. Close.Text = ""
  66. Close.TextSize = 14
  67.  
  68. Opener.Name = "Opener"
  69. Opener.Parent = yeye
  70. Opener.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Opener.BackgroundTransparency = 0.5
  72. Opener.Position = UDim2.new(0, 0, 0.497950822, 0)
  73. Opener.Size = UDim2.new(0, 173, 0, 30)
  74.  
  75. Open.Name = "Open"
  76. Open.Parent = Opener
  77. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Open.BackgroundTransparency = 0.5
  79. Open.Size = UDim2.new(0, 173, 0, 30)
  80. Open.Font = Enum.Font.SciFi
  81. Open.FontSize = Enum.FontSize.Size24
  82. Open.Text = "Open"
  83. Open.TextColor3 = Color3.new(0, 1, 1)
  84. Open.TextSize = 20
  85.  
  86. Open.MouseButton1Down:connect(function()
  87. mhm.Visible = true
  88. Opener.Visible = false
  89. end)
  90.  
  91. Close.MouseButton1Down:connect(function()
  92. mhm.Visible = false
  93. Opener.Visible = true
  94. end)
  95.  
  96. Hitypical.MouseButton1Down:connect(function()
  97. local Victim = idk.Text
  98. local Jumpscare = Instance.new("ScreenGui")
  99. Jumpscare.Parent = game.Workspace
  100. local labelll = Instance.new("ImageLabel")
  101. labelll.BackgroundTransparency = 0
  102. labelll.Image = 'rbxassetid://4635578021'
  103. labelll.Parent = Jumpscare
  104. labelll.Name = nub
  105. local jump = Instance.new("Sound")
  106. jump.SoundId = 'rbxassetid://130861347'
  107. jump.PlaybackSpeed = 1
  108. jump.Volume = 2
  109. jump.Parent = Victim.PlayerGui
  110. jump:Play()
  111. local Bruh = game.Workspace.Jumpscare Bruh.Parent = Victim.PlayerGui
  112. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement