Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5.  
  6. local BackgroundAndHold = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Injector = Instance.new("TextButton")
  9. local FECheck = Instance.new("TextButton")
  10. local Admin = Instance.new("TextButton")
  11. local OPENANDCLOSE = Instance.new("TextButton")
  12. local Ads = Instance.new("TextLabel")
  13.  
  14. -- Properties
  15.  
  16. BackgroundAndHold.Name = "BackgroundAndHold"
  17. BackgroundAndHold.Parent = game.StarterGui.REVAMPEDAwesome
  18. BackgroundAndHold.BackgroundColor3 = Color3.new(0.803922, 1, 0.258824)
  19. BackgroundAndHold.Position = UDim2.new(0.0131180622, 0, 0.404980361, 0)
  20. BackgroundAndHold.Size = UDim2.new(0, 401, 0, 257)
  21.  
  22. Title.Name = "Title"
  23. Title.Parent = BackgroundAndHold
  24. Title.BackgroundColor3 = Color3.new(0.745098, 1, 0.329412)
  25. Title.BorderColor3 = Color3.new(0.117647, 0.207843, 0.0784314)
  26. Title.Position = UDim2.new(0.177057356, 0, 0.00389105058, 0)
  27. Title.Size = UDim2.new(0, 285, 0, 29)
  28. Title.Font = Enum.Font.Bodoni
  29. Title.Text = "AwesomeMC's Revamped"
  30. Title.TextColor3 = Color3.new(0, 0, 0)
  31. Title.TextSize = 14
  32.  
  33. Injector.Name = "Injector"
  34. Injector.Parent = BackgroundAndHold
  35. Injector.BackgroundColor3 = Color3.new(1, 1, 1)
  36. Injector.Position = UDim2.new(0.0149625931, 0, 0.136186764, 0)
  37. Injector.Size = UDim2.new(0, 200, 0, 14)
  38. Injector.Font = Enum.Font.Bodoni
  39. Injector.Text = "Beast's Injector v2"
  40. Injector.TextColor3 = Color3.new(0, 0, 0)
  41. Injector.TextSize = 14
  42.  
  43. FECheck.Name = "FECheck"
  44. FECheck.Parent = BackgroundAndHold
  45. FECheck.BackgroundColor3 = Color3.new(1, 1, 1)
  46. FECheck.Position = UDim2.new(0.0149625931, 0, 0.252918273, 0)
  47. FECheck.Size = UDim2.new(0, 200, 0, 14)
  48. FECheck.Font = Enum.Font.Bodoni
  49. FECheck.Text = "FE Check"
  50. FECheck.TextColor3 = Color3.new(0, 0, 0)
  51. FECheck.TextSize = 14
  52.  
  53. Admin.Name = "Admin"
  54. Admin.Parent = BackgroundAndHold
  55. Admin.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Admin.Position = UDim2.new(0.0124688279, 0, 0.396887153, 0)
  57. Admin.Size = UDim2.new(0, 200, 0, 13)
  58. Admin.Font = Enum.Font.SourceSans
  59. Admin.Text = "Beast's Admin"
  60. Admin.TextColor3 = Color3.new(0, 0, 0)
  61. Admin.TextSize = 14
  62.  
  63. OPENANDCLOSE.Name = "OPENANDCLOSE"
  64. OPENANDCLOSE.Parent = BackgroundAndHold
  65. OPENANDCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  66. OPENANDCLOSE.Position = UDim2.new(0.00997506268, 0, -0.832684815, 0)
  67. OPENANDCLOSE.Size = UDim2.new(0, 187, 0, 15)
  68. OPENANDCLOSE.Font = Enum.Font.Bodoni
  69. OPENANDCLOSE.Text = "Open / Close"
  70. OPENANDCLOSE.TextColor3 = Color3.new(0, 0, 0)
  71. OPENANDCLOSE.TextSize = 14
  72.  
  73. Ads.Name = "Ads"
  74. Ads.Parent = BackgroundAndHold
  75. Ads.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Ads.Position = UDim2.new(0.021190716, 0, 0.503276527, 0)
  77. Ads.Size = UDim2.new(0, 378, 0, 34)
  78. Ads.Font = Enum.Font.SourceSans
  79. Ads.Text = "All of this script is in this discord server: https://discord.gg/cTYAnaZ"
  80. Ads.TextColor3 = Color3.new(0, 0, 0)
  81. Ads.TextSize = 14
  82.  
  83. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement