KrYn0MoRe

fake exo

Oct 27th, 2020
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.86 KB | None | 0 0
  1. function give(v)
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Folder = Instance.new("Folder")
  4. local Intro = Instance.new("Frame")
  5. local Line = Instance.new("Frame")
  6. local Exo = Instance.new("TextLabel")
  7. local Small = Instance.new("TextBox")
  8. local liner = Instance.new("TextLabel")
  9.  
  10. ScreenGui.Parent = v.PlayerGui
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Folder.Parent = ScreenGui
  14.  
  15. Intro.Name = "Intro"
  16. Intro.Parent = ScreenGui
  17. Intro.BackgroundColor3 = Color3.fromRGB(23, 23, 23)
  18. Intro.BorderSizePixel = 0
  19. Intro.ClipsDescendants = true
  20. Intro.Position = UDim2.new(1, -362, 1, -165)
  21. Intro.Size = UDim2.new(0, 362, 0, 0)
  22. Intro.ZIndex = 2
  23.  
  24. Line.Name = "Line"
  25. Line.Parent = Intro
  26. Line.BackgroundColor3 = Color3.fromRGB(255, 216, 0)
  27. Line.BorderSizePixel = 0
  28. Line.Position = UDim2.new(0.673568964, 0, 0.591212034, 0)
  29. Line.Size = UDim2.new(0, 0, 0, 6)
  30. Line.ZIndex = 2
  31.  
  32. Exo.Name = "Exo"
  33. Exo.Parent = Intro
  34. Exo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. Exo.BackgroundTransparency = 1.000
  36. Exo.Position = UDim2.new(-0.472375691, 0, 0.181282789, 0)
  37. Exo.Size = UDim2.new(0, 171, 0, 83)
  38. Exo.ZIndex = 2
  39. Exo.Font = Enum.Font.GothamBlack
  40. Exo.Text = "EXO"
  41. Exo.TextColor3 = Color3.fromRGB(255, 216, 0)
  42. Exo.TextSize = 60.000
  43. Exo.TextWrapped = true
  44.  
  45. Small.Name = "Small"
  46. Small.Parent = Intro
  47. Small.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. Small.BackgroundTransparency = 1.000
  49. Small.Position = UDim2.new(0.430999994, 0, 1, 0)
  50. Small.Size = UDim2.new(0, 158, 0, 26)
  51. Small.ZIndex = 2
  52. Small.Font = Enum.Font.GothamBlack
  53. Small.Text = "a"
  54. Small.TextColor3 = Color3.fromRGB(255, 255, 255)
  55. Small.TextSize = 25.000
  56.  
  57. liner.Name = "liner"
  58. liner.Parent = Intro
  59. liner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. liner.BackgroundTransparency = 1.000
  61. liner.Position = UDim2.new(1, 0, 0.181282789, 0)
  62. liner.Size = UDim2.new(0, 171, 0, 83)
  63. liner.ZIndex = 2
  64. liner.Font = Enum.Font.GothamBlack
  65. liner.Text = "LINER"
  66. liner.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. liner.TextSize = 60.000
  68. liner.TextWrapped = true
  69.    
  70.     local EStyle            = Enum.EasingStyle
  71.     local Linear            = EStyle.Linear
  72.     local Quad          = EStyle.Quad
  73.    
  74.     local EDirection        = Enum.EasingDirection
  75.     local In                = EDirection.In
  76.     local Out           = EDirection.Out
  77.    
  78.     local Intro         = Intro
  79.     local Line          = Intro.Line
  80.     local Exo           = Intro.Exo
  81.     local Small         = Intro.Small
  82.     local Liner         = Intro.liner
  83.    
  84.     local function Tween(Object, Time, Style, Direction, Customization)
  85.         if Style == nil then
  86.             game:GetService("TweenService"):Create(Object, TweenInfo.new(Time), Customization):Play()
  87.         else
  88.             game:GetService("TweenService"):Create(Object, TweenInfo.new(Time, Style, Direction), Customization):Play()
  89.         end
  90.     end
  91.    
  92.     wait(1)
  93.    
  94.     Small.Text = 'SERVERSIDE'
  95.     Tween(Intro, .4, nil, nil, {Size = UDim2.new(0, 362, 0, 165)})
  96.         wait(.45)
  97.     Tween(Exo, .4, nil, nil, {Position = UDim2.new(.019, 0, .181, 0)})
  98.     Tween(Liner, .4, nil, nil, {Position = UDim2.new(.414, 0, .181, 0)})
  99.         wait(.45)
  100.     Tween(Line, .4, nil, nil, {Position = UDim2.new(.425, 0, .591, 0), Size = UDim2.new(0, 167, 0, 6)})
  101.     Tween(Small, .4, nil, nil, {Position = UDim2.new(.431, 0, .651, 0)})
  102.         wait(1)
  103.     Tween(Small, .4, nil, nil, {Position = UDim2.new(.431, 0, 1, 0)})
  104.         wait(.45)
  105.     Small.Text = "Teefus#0001"
  106.     Tween(Small, .4, nil, nil, {Position = UDim2.new(.431, 0, .651, 0)})
  107.         wait(.75)
  108.     Tween(Small, .4, nil, nil, {Position = UDim2.new(.431, 0, 1, 0)})
  109.         wait(.4)
  110.     Tween(Line, .4, nil, nil, {Position = UDim2.new(.674, 0, .591, 0), Size = UDim2.new(0, 0, 0, 6)})
  111.         wait(.4)
  112.     Tween(Exo, .4, nil, nil, {Position = UDim2.new(-.472, 0, .181, 0)})
  113.     Tween(Liner, .4, nil, nil, {Position = UDim2.new(1, 0, .181, 0)})
  114.         wait(.45)
  115.     Tween(Intro, .4, nil, nil, {Size = UDim2.new(0, 362, 0, 0)})
  116.         wait(.42)
  117.     Intro:Destroy()
  118. end
  119. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  120.     spawn(function()
  121.         give(v)
  122.     end)
  123. end
Add Comment
Please, Sign In to add comment