Advertisement
ModuleForRBLX

Untitled

Mar 8th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. local Veil = Instance.new("ScreenGui")
  2. local Top = Instance.new("Frame")
  3. local X = Instance.new("TextButton")
  4. local Fullscreen = Instance.new("TextButton")
  5. local Lower = Instance.new("TextButton")
  6. local Frame = Instance.new("Frame")
  7. local Filebtn = Instance.new("TextButton")
  8. local LeftFrame = Instance.new("Frame")
  9. local Done = Instance.new("TextLabel")
  10. local Shadow = Instance.new("Frame")
  11. local Shadow_2 = Instance.new("Frame")
  12. local Shadow_3 = Instance.new("Frame")
  13. local Shadow_4 = Instance.new("Frame")
  14. local Execute = Instance.new("TextButton")
  15. local Clear = Instance.new("TextButton")
  16. local InputHolder = Instance.new("ScrollingFrame")
  17. local Input = Instance.new("TextBox")
  18. local Frame_2 = Instance.new("Frame")
  19. local Dropdown = Instance.new("Frame")
  20. local Frame_3 = Instance.new("Frame")
  21. local Inject = Instance.new("TextButton")
  22. local KillRoblox = Instance.new("TextButton")
  23. local OpenFrame = Instance.new("Frame")
  24. local open = Instance.new("TextButton")
  25. Veil.Name = "Veil"
  26. Veil.Parent = game:GetService("CoreGui")
  27.  
  28. Top.Name = "Top"
  29. Top.Parent = Veil
  30. Top.Active = true
  31. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Top.BorderSizePixel = 0
  33. Top.Draggable = true
  34. Top.Position = UDim2.new(0.128254578, 0, 0.203187257, 0)
  35. Top.Selectable = true
  36. Top.Size = UDim2.new(0, 654, 0, 26)
  37.  
  38. X.Name = "X"
  39. X.Parent = Top
  40. X.BackgroundColor3 = Color3.new(1, 1, 1)
  41. X.BackgroundTransparency = 1
  42. X.BorderSizePixel = 0
  43. X.Position = UDim2.new(0.941896021, 0, 0, 0)
  44. X.Size = UDim2.new(0, 38, 0, 26)
  45. X.Font = Enum.Font.SourceSansLight
  46. X.Text = "X"
  47. X.TextColor3 = Color3.new(0, 0, 0)
  48. X.TextScaled = true
  49. X.TextSize = 14
  50. X.TextWrapped = true
  51.  
  52. Fullscreen.Name = "Fullscreen"
  53. Fullscreen.Parent = Top
  54. Fullscreen.BackgroundColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  55. Fullscreen.BackgroundTransparency = 0.69999998807907
  56. Fullscreen.BorderSizePixel = 0
  57. Fullscreen.Position = UDim2.new(0.883792043, 0, 0, 0)
  58. Fullscreen.Size = UDim2.new(0, 38, 0, 26)
  59. Fullscreen.Font = Enum.Font.SourceSansLight
  60. Fullscreen.Text = "?"
  61. Fullscreen.TextColor3 = Color3.new(0, 0, 0)
  62. Fullscreen.TextScaled = true
  63. Fullscreen.TextSize = 14
  64. Fullscreen.TextWrapped = true
  65.  
  66. Lower.Name = "Lower"
  67. Lower.Parent = Top
  68. Lower.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Lower.BackgroundTransparency = 1
  70. Lower.BorderSizePixel = 0
  71. Lower.Position = UDim2.new(0.825688064, 0, 0, 0)
  72. Lower.Size = UDim2.new(0, 38, 0, 26)
  73. Lower.Font = Enum.Font.SourceSansLight
  74. Lower.Text = "--"
  75. Lower.TextColor3 = Color3.new(0, 0, 0)
  76. Lower.TextScaled = true
  77. Lower.TextSize = 14
  78. Lower.TextWrapped = true
  79.  
  80. Frame.Parent = Top
  81. Frame.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  82. Frame.BorderSizePixel = 0
  83. Frame.Position = UDim2.new(0, 0, 1, 0)
  84. Frame.Size = UDim2.new(0, 654, 0, 289)
  85.  
  86. Filebtn.Name = "Filebtn"
  87. Filebtn.Parent = Frame
  88. Filebtn.BackgroundColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  89. Filebtn.BackgroundTransparency = 1
  90. Filebtn.BorderSizePixel = 0
  91. Filebtn.Size = UDim2.new(0, 55, 0, 24)
  92. Filebtn.Font = Enum.Font.Arial
  93. Filebtn.Text = "File"
  94. Filebtn.TextColor3 = Color3.new(0, 0, 0)
  95. Filebtn.TextSize = 14
  96. Filebtn.TextWrapped = true
  97.  
  98. LeftFrame.Name = "LeftFrame"
  99. LeftFrame.Parent = Frame
  100. LeftFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  101. LeftFrame.BorderSizePixel = 0
  102. LeftFrame.Position = UDim2.new(0, 5, 0.0829999968, 0)
  103. LeftFrame.Size = UDim2.new(0, 200, 0, 220)
  104.  
  105. Done.Name = "Done"
  106. Done.Parent = LeftFrame
  107. Done.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Done.BackgroundTransparency = 1
  109. Done.BorderSizePixel = 0
  110. Done.Position = UDim2.new(-0.00999999978, 5, 0.0136363637, 0)
  111. Done.Size = UDim2.new(0, 197, 0, 216)
  112. Done.Font = Enum.Font.GothamSemibold
  113. Done.Text = "<6:66:03> Veil UI Has loaded with selected exploit: Cannot find Exploit\n"
  114. Done.TextColor3 = Color3.new(0, 0, 0)
  115. Done.TextSize = 14
  116. Done.TextWrapped = true
  117. Done.TextXAlignment = Enum.TextXAlignment.Left
  118. Done.TextYAlignment = Enum.TextYAlignment.Top
  119.  
  120. Shadow.Name = "Shadow"
  121. Shadow.Parent = LeftFrame
  122. Shadow.BackgroundColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  123. Shadow.BorderSizePixel = 0
  124. Shadow.Size = UDim2.new(0, 203, 0, 3)
  125.  
  126. Shadow_2.Name = "Shadow"
  127. Shadow_2.Parent = LeftFrame
  128. Shadow_2.BackgroundColor3 = Color3.new(0.921569, 0.921569, 0.921569)
  129. Shadow_2.BorderSizePixel = 0
  130. Shadow_2.Position = UDim2.new(1, 0, 0.0120000662, 0)
  131. Shadow_2.Size = UDim2.new(0, 3, 0, 217)
  132.  
  133. Shadow_3.Name = "Shadow"
  134. Shadow_3.Parent = LeftFrame
  135. Shadow_3.BackgroundColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  136. Shadow_3.BorderSizePixel = 0
  137. Shadow_3.Position = UDim2.new(0, 0, 0.0120000662, 0)
  138. Shadow_3.Size = UDim2.new(0, 3, 0, 220)
  139.  
  140. Shadow_4.Name = "Shadow"
  141. Shadow_4.Parent = LeftFrame
  142. Shadow_4.BackgroundColor3 = Color3.new(0.921569, 0.921569, 0.921569)
  143. Shadow_4.BorderSizePixel = 0
  144. Shadow_4.Position = UDim2.new(0.0399999991, 0, 0.998363674, 0)
  145. Shadow_4.Size = UDim2.new(0, 192, 0, 3)
  146.  
  147. Execute.Name = "Execute"
  148. Execute.Parent = Frame
  149. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  150. Execute.BorderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  151. Execute.Position = UDim2.new(0.825688064, 0, 0.882352948, 0)
  152. Execute.Size = UDim2.new(0, 100, 0, 26)
  153. Execute.Font = Enum.Font.Arial
  154. Execute.Text = "Execute Script"
  155. Execute.TextColor3 = Color3.new(0, 0, 0)
  156. Execute.TextSize = 12
  157.  
  158. Clear.Name = "Clear"
  159. Clear.Parent = Frame
  160. Clear.BackgroundColor3 = Color3.new(1, 1, 1)
  161. Clear.BorderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  162. Clear.Position = UDim2.new(0.654434264, 0, 0.882352948, 0)
  163. Clear.Size = UDim2.new(0, 100, 0, 26)
  164. Clear.Font = Enum.Font.Arial
  165. Clear.Text = "Clear"
  166. Clear.TextColor3 = Color3.new(0, 0, 0)
  167. Clear.TextSize = 12
  168.  
  169. InputHolder.Name = "InputHolder"
  170. InputHolder.Parent = Frame
  171. InputHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  172. InputHolder.BackgroundTransparency = 1
  173. InputHolder.BorderSizePixel = 0
  174. InputHolder.Position = UDim2.new(0.347000003, 0, 0.0799999982, 0)
  175. InputHolder.Size = UDim2.new(0, 413, 0, 221)
  176. InputHolder.CanvasSize = UDim2.new(0, 0, 50, 0)
  177. InputHolder.ScrollBarThickness = 0
  178.  
  179. Input.Name = "Input"
  180. Input.Parent = InputHolder
  181. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  182. Input.BorderSizePixel = 0
  183. Input.Size = UDim2.new(0, 413, 0, 10000000)
  184. Input.Font = Enum.Font.GothamSemibold
  185. Input.PlaceholderColor3 = Color3.new(0, 0, 0)
  186. Input.PlaceholderText = "Enter Script Here"
  187. Input.Text = ""
  188. Input.TextColor3 = Color3.new(0, 0, 0)
  189. Input.TextSize = 14
  190. Input.TextXAlignment = Enum.TextXAlignment.Left
  191. Input.TextYAlignment = Enum.TextYAlignment.Top
  192.  
  193. Frame_2.Parent = Frame
  194. Frame_2.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  195. Frame_2.BorderSizePixel = 0
  196. Frame_2.Position = UDim2.new(0.341359913, 0, 0.0830449834, 0)
  197. Frame_2.Size = UDim2.new(0, 3, 0, 221)
  198. Frame_2.ZIndex = 10
  199.  
  200. Dropdown.Name = "Dropdown"
  201. Dropdown.Parent = Top
  202. Dropdown.BackgroundColor3 = Color3.new(1, 1, 1)
  203. Dropdown.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  204. Dropdown.Position = UDim2.new(0.0198776759, 0, 1.88461542, 0)
  205. Dropdown.Size = UDim2.new(0, 168, 0, 55)
  206. Dropdown.Visible = false
  207.  
  208. Frame_3.Parent = Dropdown
  209. Frame_3.BackgroundColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  210. Frame_3.BorderSizePixel = 0
  211. Frame_3.Size = UDim2.new(0, 20, 0, 48)
  212.  
  213. Inject.Name = "Inject"
  214. Inject.Parent = Dropdown
  215. Inject.BackgroundColor3 = Color3.new(1, 1, 1)
  216. Inject.BackgroundTransparency = 1
  217. Inject.Position = UDim2.new(0.119047619, 0, 0, 0)
  218. Inject.Size = UDim2.new(0, 148, 0, 24)
  219. Inject.Font = Enum.Font.Arial
  220. Inject.Text = " Inject"
  221. Inject.TextColor3 = Color3.new(0, 0, 0)
  222. Inject.TextSize = 12
  223. Inject.TextXAlignment = Enum.TextXAlignment.Left
  224.  
  225. KillRoblox.Name = "KillRoblox"
  226. KillRoblox.Parent = Dropdown
  227. KillRoblox.BackgroundColor3 = Color3.new(1, 1, 1)
  228. KillRoblox.BackgroundTransparency = 1
  229. KillRoblox.Position = UDim2.new(0.119047619, 0, 0.434965044, 0)
  230. KillRoblox.Size = UDim2.new(0, 148, 0, 24)
  231. KillRoblox.Font = Enum.Font.Arial
  232. KillRoblox.Text = " Kill Roblox"
  233. KillRoblox.TextColor3 = Color3.new(0, 0, 0)
  234. KillRoblox.TextSize = 12
  235. KillRoblox.TextXAlignment = Enum.TextXAlignment.Left
  236.  
  237. OpenFrame.Name = "OpenFrame"
  238. OpenFrame.Parent = Veil
  239. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  240. OpenFrame.BorderSizePixel = 0
  241. OpenFrame.Position = UDim2.new(0, 0, 0.627490044, 0)
  242. OpenFrame.Size = UDim2.new(0, 133, 0, 33)
  243. OpenFrame.Visible = false
  244.  
  245. open.Name = "open"
  246. open.Parent = OpenFrame
  247. open.BackgroundColor3 = Color3.new(1, 1, 1)
  248. open.BackgroundTransparency = 1
  249. open.BorderSizePixel = 0
  250. open.Size = UDim2.new(0, 133, 0, 33)
  251. open.Font = Enum.Font.GothamSemibold
  252. open.Text = "Open Veil"
  253. open.TextColor3 = Color3.new(0, 0, 0)
  254. open.TextScaled = true
  255. open.TextSize = 14
  256. open.TextWrapped = true
  257.  
  258. function SCRIPT_QISW65_FAKESCRIPT() -- X.LocalScript
  259. local script = Instance.new('LocalScript')
  260. script.Parent = X
  261. script.Parent.MouseButton1Click:Connect(function()
  262. script.Parent.Parent.Parent.Parent.Veil:Remove()
  263. end)
  264.  
  265. end
  266. coroutine.resume(coroutine.create(SCRIPT_QISW65_FAKESCRIPT))
  267. function SCRIPT_XRXQ86_FAKESCRIPT() -- Fullscreen.LocalScript
  268. local script = Instance.new('LocalScript')
  269. script.Parent = Fullscreen
  270. script.Parent.MouseButton1Click:Connect(function()
  271. print('FullScreen Function Not Ready')
  272. end)
  273.  
  274. end
  275. coroutine.resume(coroutine.create(SCRIPT_XRXQ86_FAKESCRIPT))
  276. function SCRIPT_JNQC69_FAKESCRIPT() -- Lower.LocalScript
  277. local script = Instance.new('LocalScript')
  278. script.Parent = Lower
  279. script.Parent.MouseButton1Click:Connect(function()
  280. script.Parent.Parent.Parent.Top.Visible = false
  281. script.Parent.Parent.Parent.OpenFrame.Visible = true
  282. end)
  283.  
  284. end
  285. coroutine.resume(coroutine.create(SCRIPT_JNQC69_FAKESCRIPT))
  286. function SCRIPT_NZPJ66_FAKESCRIPT() -- Filebtn.LocalScript
  287. local script = Instance.new('LocalScript')
  288. script.Parent = Filebtn
  289. Open = false
  290. script.Parent.MouseButton1Click:Connect(function()
  291. if Open == false then
  292. Open = true
  293. script.Parent.Parent.Parent.Dropdown.Visible = true
  294. else
  295. Open = false
  296. script.Parent.Parent.Parent.Dropdown.Visible = false
  297. end
  298. end)
  299.  
  300. end
  301. coroutine.resume(coroutine.create(SCRIPT_NZPJ66_FAKESCRIPT))
  302. function SCRIPT_HAEH85_FAKESCRIPT() -- Done.LocalScript
  303. local script = Instance.new('LocalScript')
  304. script.Parent = Done
  305. local exploit = ''
  306.  
  307. if PROTOSMASHER_LOADED then exploit = "Proto Smasher" elseif syn then exploit = "Synapse" elseif ELYSIAN_INITIATED then exploit = "Elysian" elseif VISENYA_LOADED then exploit = "visenya" end
  308.  
  309. script.Parent.Text = '<6:66:03> Veil UI By v3rm#6663 Has loaded with selected exploit: ' ..exploit
  310.  
  311. end
  312. coroutine.resume(coroutine.create(SCRIPT_HAEH85_FAKESCRIPT))
  313. function SCRIPT_ZHZC68_FAKESCRIPT() -- Execute.LocalScript
  314. local script = Instance.new('LocalScript')
  315. script.Parent = Execute
  316. Input = script.Parent.Parent.InputHolder.Input
  317. script.Parent.MouseButton1Click:Connect(function()
  318. loadstring(Input.Text)()
  319. end)
  320.  
  321. end
  322. coroutine.resume(coroutine.create(SCRIPT_ZHZC68_FAKESCRIPT))
  323. function SCRIPT_PKDR66_FAKESCRIPT() -- Clear.LocalScript
  324. local script = Instance.new('LocalScript')
  325. script.Parent = Clear
  326. Input = script.Parent.Parent.InputHolder.Input
  327. script.Parent.MouseButton1Click:Connect(function()
  328. Input.Text = ''
  329. end)
  330.  
  331. end
  332. coroutine.resume(coroutine.create(SCRIPT_PKDR66_FAKESCRIPT))
  333. function SCRIPT_JBFO86_FAKESCRIPT() -- Inject.LocalScript
  334. local script = Instance.new('LocalScript')
  335. script.Parent = Inject
  336. script.Parent.MouseButton1Click:Connect(function()
  337. print('Already Injected')
  338. script.Parent.Parent.Parent.Dropdown.Visible = false
  339. end)
  340.  
  341. end
  342. coroutine.resume(coroutine.create(SCRIPT_JBFO86_FAKESCRIPT))
  343. function SCRIPT_ADWD67_FAKESCRIPT() -- KillRoblox.LocalScript
  344. local script = Instance.new('LocalScript')
  345. script.Parent = KillRoblox
  346. script.Parent.MouseButton1Click:Connect(function()
  347. game:shutdown()
  348. end)
  349.  
  350. end
  351. coroutine.resume(coroutine.create(SCRIPT_ADWD67_FAKESCRIPT))
  352. function SCRIPT_PTPX81_FAKESCRIPT() -- open.LocalScript
  353. local script = Instance.new('LocalScript')
  354. script.Parent = open
  355. script.Parent.MouseButton1Click:Connect(function()
  356. script.Parent.Parent.Parent.OpenFrame.Visible = false
  357. script.Parent.Parent.Parent.Top.Visible = true
  358. end)
  359.  
  360. end
  361. coroutine.resume(coroutine.create(SCRIPT_PTPX81_FAKESCRIPT))
  362. function SCRIPT_ROTU66_FAKESCRIPT() -- Veil.LocalScript
  363. local script = Instance.new('LocalScript')
  364. script.Parent = Veil
  365. script.Parent.Parent.Veil.Top.Draggable = true
  366.  
  367. end
  368. coroutine.resume(coroutine.create(SCRIPT_ROTU66_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement