Advertisement
suss_bacccc

funni nicker startupo

May 7th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ImageLabel = Instance.new("ImageLabel")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextButton = Instance.new("TextButton")
  5.  
  6.  
  7.  
  8. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10. ScreenGui.ResetOnSpawn = false
  11.  
  12. ImageLabel.Parent = ScreenGui
  13. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  14. ImageLabel.BackgroundTransparency = 1.000
  15. ImageLabel.Position = UDim2.new(-0.127000004, 0, 0.407999992, 0)
  16. ImageLabel.Size = UDim2.new(0, 90, 0, 90)
  17. ImageLabel.Image = "rbxassetid://5747127696"
  18. ImageLabel.Visible = true
  19.  
  20. TextLabel.Parent = ImageLabel
  21. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. TextLabel.BackgroundTransparency = 1.000
  23. TextLabel.Position = UDim2.new(0.99999994, 0, 0, 0)
  24. TextLabel.Size = UDim2.new(0, 269, 0, 90)
  25. TextLabel.Font = Enum.Font.SourceSansBold
  26. TextLabel.LineHeight = 1.100
  27. TextLabel.Text = ""
  28. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. TextLabel.TextSize = 16.000
  30. TextLabel.TextTransparency = 1.000
  31. TextLabel.TextWrapped = true
  32.  
  33.  
  34. local img = ImageLabel
  35. local txt = TextLabel
  36. local btn = TextButton
  37.  
  38. TextLabel.Text = "Project Amongus by h1iAlt \n run any shit here \n Use External program to execute scripts. \n Status: Injected"
  39.  
  40. wait(0.6)
  41. img:TweenPosition(UDim2.new(0.465, 20, 0.440, 0), "Out", "Linear", 0.3, false)
  42. wait(3)
  43. img:TweenPosition(UDim2.new(0.01, 0, 0.813, 0), "Out", "Sine", 0.9, false)
  44. wait(1)
  45. wait()
  46. txt.BackgroundTransparency = 0.9
  47. wait()
  48. txt.TextTransparency = 0.9
  49. wait()
  50. txt.BackgroundTransparency = 0.8
  51. wait()
  52. txt.TextTransparency = 0.8
  53. wait()
  54. txt.BackgroundTransparency = 0.7
  55. wait()
  56. txt.TextTransparency = 0.7
  57. wait()
  58. txt.BackgroundTransparency = 0.6
  59. wait()
  60. txt.TextTransparency = 0.6
  61. wait()
  62. txt.BackgroundTransparency = 0.5
  63. wait()
  64. txt.TextTransparency = 0.5
  65. wait()
  66. txt.BackgroundTransparency = 0.4
  67. wait()
  68. txt.TextTransparency = 0.4
  69. wait()
  70. txt.BackgroundTransparency = 0.3
  71. wait()
  72. txt.TextTransparency = 0.3
  73. wait()
  74. txt.BackgroundTransparency = 0.2
  75. wait()
  76. txt.TextTransparency = 0.2
  77. wait()
  78. txt.BackgroundTransparency = 0.1
  79. wait()
  80. txt.TextTransparency = 0.1
  81. wait()
  82. txt.BackgroundTransparency = 0
  83. wait()
  84. txt.TextTransparency = 0
  85. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement