Advertisement
alek_

Untitled

Apr 2nd, 2020
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. local Intro = Instance.new("ScreenGui")
  2. local bluebackground = Instance.new("Frame")
  3. local ultimateadminlogo = Instance.new("TextLabel")
  4. local line = Instance.new("Frame")
  5. local credit = Instance.new("TextLabel")
  6. local usetutorial = Instance.new("TextButton")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. --Properties:
  9. Intro.Name = "Intro"
  10. Intro.Parent = game.CoreGui
  11.  
  12.  
  13. ImageLabel.Parent = Intro
  14. ImageLabel.BackgroundColor3 = Color3.new(100, 0, 170)
  15. ImageLabel.Position = UDim2.new(-0.0340000018, 0, -1000, 0)
  16. ImageLabel.Size = UDim2.new(0, 3000, 0, 2000)
  17. ImageLabel.Image = "http://www.roblox.com/asset/?id=4713289603"
  18.  
  19. ultimateadminlogo.Name = "ultimateadminlogo"
  20. ultimateadminlogo.Parent = Intro
  21. ultimateadminlogo.BackgroundColor3 = Color3.new(1, 1, 1)
  22. ultimateadminlogo.BackgroundTransparency = 1
  23. ultimateadminlogo.BorderSizePixel = 5
  24. ultimateadminlogo.Position = UDim2.new(0.232999995, 0, -50, 0)
  25. ultimateadminlogo.Size = UDim2.new(0, 813, 0, 227)
  26. ultimateadminlogo.Text = "BasicXploits "
  27. ultimateadminlogo.TextColor3 = Color3.new(255, 255, 255)
  28. ultimateadminlogo.TextScaled = true
  29. ultimateadminlogo.TextSize = 14
  30. ultimateadminlogo.TextStrokeTransparency = 0
  31. ultimateadminlogo.TextWrapped = true
  32.  
  33. line.Name = "line"
  34. line.Parent = Intro
  35. line.BackgroundColor3 = Color3.new(0, 0, 0)
  36. line.Position = UDim2.new(0.619000018, 0, -50, 0)
  37. line.Size = UDim2.new(0, 10, 0, 129)
  38. line.Visible = false
  39.  
  40. credit.Name = "credit"
  41. credit.Parent = Intro
  42. credit.BackgroundColor3 = Color3.new(1, 1, 1)
  43. credit.BackgroundTransparency = 1
  44. credit.Position = UDim2.new(0.6320, 0, 0.5900, 0)
  45. credit.Size = UDim2.new(0, 156, 0, 102)
  46. credit.Font = Enum.Font.Highway
  47. credit.Text = "isaraw8912"
  48. credit.TextColor3 = Color3.new(0, 0, 0)
  49. credit.TextScaled = true
  50. credit.TextSize = 14
  51. credit.TextWrapped = true
  52. credit.Visible = false
  53.  
  54. usetutorial.Name = "usetutorial"
  55. usetutorial.Parent = Intro
  56. usetutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  57. usetutorial.BackgroundTransparency = 1
  58. usetutorial.Position = UDim2.new(0.312999994, 0, 3, 0)
  59. usetutorial.Size = UDim2.new(0, 546, 0, 56)
  60. usetutorial.Font = Enum.Font.SourceSans
  61. usetutorial.Text = ":cmds or :cmd for command list (Works on all paid exploits usually and some free exploits too)"
  62. usetutorial.TextColor3 = Color3.new(0, 0, 0)
  63. usetutorial.TextScaled = true
  64. usetutorial.TextSize = 14
  65. usetutorial.TextWrapped = true
  66. usetutorial.Visible = false
  67.  
  68.  
  69. -- Scripts:
  70.  
  71. ImageLabel:TweenPosition(UDim2.new(-0.034, 0,-0.039, 0), 'In', 'Bounce', 3, true)
  72. wait(2)
  73. ultimateadminlogo:TweenPosition(UDim2.new(0.233, 0,0.361, 0), 'In', 'Bounce', 1, true)
  74. wait(1)
  75. line:TweenPosition(UDim2.new(0.619, 0,0.419, 0), 'In', 'Bounce', 1, true)
  76. wait(1)
  77. credit:TweenPosition(UDim2.new(0.631, 0,0.435, 0), 'In', 'Bounce', 0.6, true)
  78. wait(1)
  79. usetutorial:TweenPosition(UDim2.new(0.313, 0,0.556, 0), 'In', 'Bounce', 1, true)
  80. wait(3)
  81. credit:TweenPosition(UDim2.new(0.631, 0,-0.2, 0), 'Out', 'Linear', 0.2, true)
  82. wait(0.1)
  83. ultimateadminlogo:TweenPosition(UDim2.new(0.233, 0,-50, 0), 'Out', 'Linear', 1, true)
  84. wait(0.1)
  85. line:TweenPosition(UDim2.new(0.619, 0,-50, 0), 'Out', 'Linear', 1, true)
  86. wait(0.1)
  87. usetutorial:TweenPosition(UDim2.new(0.313, 0,3, 0), 'Out', 'Linear', 0.5, true)
  88. wait(0.2)
  89. ImageLabel:TweenPosition(UDim2.new(-0.034, 0,-1000, 0), 'Out', 'Bounce', 1, true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement