Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScriptExecutor = Instance.new("ScreenGui")
  5. local Background = Instance.new("TextButton")
  6. local scroll = Instance.new("ScrollingFrame")
  7. local Input = Instance.new("TextBox")
  8. local CLR = Instance.new("TextButton")
  9. local EXE = Instance.new("TextButton")
  10. --Properties:
  11. ScriptExecutor.Name = "Script Executor"
  12. ScriptExecutor.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13.  
  14. Background.Name = "Background"
  15. Background.Parent = ScriptExecutor
  16. Background.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  17. Background.BackgroundTransparency = 0.20000000298023
  18. Background.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  19. Background.BorderSizePixel = 3
  20. Background.Draggable = true
  21. Background.Position = UDim2.new(-0.000184953213, 9, 0.567701399, -2)
  22. Background.Size = UDim2.new(0.25, 0, 0.0299999993, 0)
  23. Background.Font = Enum.Font.SourceSansBold
  24. Background.Text = "SCRIPT EXECUTER"
  25. Background.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  26. Background.TextSize = 24
  27. Background.TextStrokeColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  28. Background.TextStrokeTransparency = 0
  29.  
  30. scroll.Name = "scroll"
  31. scroll.Parent = Background
  32. scroll.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  33. scroll.BackgroundTransparency = 0.10000000149012
  34. scroll.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  35. scroll.BorderSizePixel = 3
  36. scroll.Position = UDim2.new(0, 0, 1.10000002, 0)
  37. scroll.Size = UDim2.new(1, 0, 12, 0)
  38.  
  39. Input.Name = "Input"
  40. Input.Parent = scroll
  41. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Input.BackgroundTransparency = 1
  43. Input.BorderColor3 = Color3.new(0, 0, 0)
  44. Input.BorderSizePixel = 0
  45. Input.Size = UDim2.new(0.966000021, 0, 1, 0)
  46. Input.ClearTextOnFocus = false
  47. Input.Font = Enum.Font.SourceSansLight
  48. Input.MultiLine = true
  49. Input.Text = "ENTER CODE HERE"
  50. Input.TextColor3 = Color3.new(0, 0, 0)
  51. Input.TextSize = 18
  52. Input.TextWrapped = true
  53. Input.TextXAlignment = Enum.TextXAlignment.Left
  54. Input.TextYAlignment = Enum.TextYAlignment.Top
  55.  
  56. CLR.Name = "CLR"
  57. CLR.Parent = Background
  58. CLR.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  59. CLR.BackgroundTransparency = 0.20000000298023
  60. CLR.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  61. CLR.BorderSizePixel = 3
  62. CLR.Position = UDim2.new(0, 0, 13.1999998, 0)
  63. CLR.Size = UDim2.new(0.493999988, 0, 1, 0)
  64. CLR.Font = Enum.Font.SourceSansBold
  65. CLR.Text = "CLEAR"
  66. CLR.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  67. CLR.TextSize = 24
  68. CLR.TextStrokeColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  69. CLR.TextStrokeTransparency = 0
  70.  
  71. EXE.Name = "EXE"
  72. EXE.Parent = Background
  73. EXE.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  74. EXE.BackgroundTransparency = 0.20000000298023
  75. EXE.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  76. EXE.BorderSizePixel = 3
  77. EXE.Position = UDim2.new(0.5, 0, 13.1999998, 0)
  78. EXE.Size = UDim2.new(0.5, 0, 1, 0)
  79. EXE.Font = Enum.Font.SourceSansBold
  80. EXE.Text = "EXECUTE"
  81. EXE.TextColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  82. EXE.TextSize = 24
  83. EXE.TextStrokeColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  84. EXE.TextStrokeTransparency = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement