FuZionPlayz

Veil

Oct 14th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. --Fully developed by Mohammad yassin
  2. --Join Atres Discord: Discord.IO/Atres
  3.  
  4. local ScriptexeLoadstring = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Panel1 = Instance.new("Frame")
  7. local Panel2 = Instance.new("Frame")
  8. local InfoT = Instance.new("TextBox")
  9. local exe = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Clear = Instance.new("TextButton")
  13. local Clear_2 = Instance.new("TextButton")
  14. local C = Instance.new("TextLabel")
  15.  
  16. -- Properties
  17.  
  18. ScriptexeLoadstring.Name = "Scriptexe Loadstring"
  19. ScriptexeLoadstring.Parent = game.CoreGui
  20.  
  21. Main.Name = "Main"
  22. Main.Parent = ScriptexeLoadstring
  23. Main.Active = true
  24. Main.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  25. Main.Draggable = true
  26. Main.Position = UDim2.new(0, 697, 0, 165)
  27. Main.Size = UDim2.new(0, 682, 0, 367)
  28.  
  29. Panel1.Name = "Panel1"
  30. Panel1.Parent = Main
  31. Panel1.BackgroundColor3 = Color3.new(0.498039, 1, 0.831373)
  32. Panel1.BorderColor3 = Color3.new(0.498039, 1, 0.831373)
  33. Panel1.Size = UDim2.new(0, 682, 0, 44)
  34.  
  35. Panel2.Name = "Panel2"
  36. Panel2.Parent = Main
  37. Panel2.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  38. Panel2.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  39. Panel2.Position = UDim2.new(0, 0, 0, 321)
  40. Panel2.Size = UDim2.new(0, 682, 0, 46)
  41.  
  42. InfoT.Name = "InfoT"
  43. InfoT.Parent = Main
  44. InfoT.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  45. InfoT.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  46. InfoT.Position = UDim2.new(0, 44, 0, 49)
  47. InfoT.Size = UDim2.new(0, 605, 0, 269)
  48. InfoT.Font = Enum.Font.SourceSans
  49. InfoT.FontSize = Enum.FontSize.Size14
  50. InfoT.Text = "Script Goes Here"
  51. InfoT.TextSize = 14
  52. InfoT.TextWrapped = true
  53. InfoT.TextXAlignment = Enum.TextXAlignment.Left
  54. InfoT.TextYAlignment = Enum.TextYAlignment.Top
  55.  
  56. exe.Name = "exe"
  57. exe.Parent = Main
  58. exe.BackgroundColor3 = Color3.new(0.498039, 1, 0.831373)
  59. exe.BorderColor3 = Color3.new(0.498039, 1, 0.831373)
  60. exe.Position = UDim2.new(0, 510, 0, 328)
  61. exe.Size = UDim2.new(0, 151, 0, 31)
  62. exe.Font = Enum.Font.SourceSans
  63. exe.FontSize = Enum.FontSize.Size24
  64. exe.Text = "Excute Script"
  65. exe.TextSize = 22
  66.  
  67. TextLabel.Parent = Main
  68. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextLabel.BackgroundTransparency = 1
  70. TextLabel.Size = UDim2.new(0, 682, 0, 41)
  71. TextLabel.Font = Enum.Font.SourceSansLight
  72. TextLabel.FontSize = Enum.FontSize.Size32
  73. TextLabel.Text = "Veil"
  74. TextLabel.TextSize = 31
  75.  
  76. TextLabel_2.Parent = Main
  77. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextLabel_2.BackgroundTransparency = 1
  79. TextLabel_2.Position = UDim2.new(0, 341, 0, 15)
  80. TextLabel_2.Size = UDim2.new(0, 74, 0, 16)
  81. TextLabel_2.Font = Enum.Font.SourceSans
  82. TextLabel_2.FontSize = Enum.FontSize.Size14
  83. TextLabel_2.Text = "v1.0"
  84. TextLabel_2.TextSize = 14
  85.  
  86. Clear.Name = "Clear"
  87. Clear.Parent = Main
  88. Clear.BackgroundColor3 = Color3.new(0.498039, 1, 0.831373)
  89. Clear.BorderColor3 = Color3.new(0.498039, 1, 0.831373)
  90. Clear.Position = UDim2.new(0, 367, 0, 328)
  91. Clear.Size = UDim2.new(0, 124, 0, 31)
  92. Clear.Font = Enum.Font.SourceSans
  93. Clear.FontSize = Enum.FontSize.Size24
  94. Clear.Text = "Clear"
  95. Clear.TextSize = 22
  96.  
  97. Clear_2.Name = "Clear"
  98. Clear_2.Parent = Main
  99. Clear_2.BackgroundColor3 = Color3.new(0.498039, 1, 0.831373)
  100. Clear_2.BorderColor3 = Color3.new(0.498039, 1, 0.831373)
  101. Clear_2.Position = UDim2.new(0, 220, 0, 328)
  102. Clear_2.Size = UDim2.new(0, 124, 0, 31)
  103. Clear_2.Font = Enum.Font.SourceSans
  104. Clear_2.FontSize = Enum.FontSize.Size24
  105. Clear_2.Text = "Credits"
  106. Clear_2.TextSize = 22
  107.  
  108. C.Name = "C"
  109. C.Parent = Main
  110. C.BackgroundColor3 = Color3.new(1, 1, 1)
  111. C.BackgroundTransparency = 1
  112. C.Position = UDim2.new(0, -94, 0, -150)
  113. C.Size = UDim2.new(0, 871, 0, 150)
  114. C.Visible = false
  115. C.Font = Enum.Font.SourceSans
  116. C.FontSize = Enum.FontSize.Size48
  117. C.Text = "The Veil Script was Devloped by mohammadyas/Mohammad Yassin Please Subcribe to Mohammad Yassin"
  118. C.TextSize = 42
  119. C.TextWrapped = true
  120.  
  121. exe.MouseButton1Click:connect(function()
  122. loadstring(InfoT.Text)()
  123.  
  124. end)
  125. Clear.MouseButton1Click:connect(function()
  126. InfoT.Text = "Cleared!"
  127. wait(0,2)
  128. InfoT.Text = ""
  129. end)
  130. Clear_2.MouseButton1Click:connect(function()
  131. C.Visible = true
  132. end)
Add Comment
Please, Sign In to add comment