Advertisement
Guest User

Lucify Exploit V1 Working Verison

a guest
Jan 14th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.27 KB | None | 0 0
  1. --Made By TheDeathStreamer
  2. --Lucify V1
  3.  
  4. --[[
  5. BUTTONNAMEHERE!.MouseButton1Down:connect(function()
  6. Script Here
  7. end)
  8. --]]
  9.  
  10. local Lucify = Instance.new("ScreenGui")
  11. local Login = Instance.new("Frame")
  12. local LoginText = Instance.new("TextLabel")
  13. local Username = Instance.new("TextBox")
  14. local Password = Instance.new("TextBox")
  15. local LoginButton = Instance.new("TextButton")
  16. local Main = Instance.new("Frame")
  17. local LucifyTitle = Instance.new("TextLabel")
  18. local Exitbutton = Instance.new("TextButton")
  19. local Executor = Instance.new("TextButton")
  20. local Scripts = Instance.new("TextButton")
  21. local MadeByTheDeathStreamer = Instance.new("TextLabel")
  22. local ScriptsTab = Instance.new("Frame")
  23. local gbv3 = Instance.new("TextButton")
  24. local Exitbutton2 = Instance.new("TextButton")
  25. local LucifyTitle2 = Instance.new("TextLabel")
  26. --Properties:
  27. Lucify.Name = "Lucify"
  28. Lucify.Parent = game.CoreGui
  29.  
  30. Login.Name = "Login"
  31. Login.Parent = Lucify
  32. Login.Active = true
  33. Login.Draggable = true
  34. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  35. Login.Position = UDim2.new(0, 0, 0.375394315, 0)
  36. Login.Selectable = true
  37. Login.Size = UDim2.new(0, 215, 0, 259)
  38. Login.Style = Enum.FrameStyle.RobloxRound
  39.  
  40. LoginText.Name = "LoginText"
  41. LoginText.Parent = Login
  42. LoginText.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. LoginText.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. LoginText.Position = UDim2.new(0.270848721, 0, 0.0132491048, 0)
  45. LoginText.Size = UDim2.new(0, 88, 0, 29)
  46. LoginText.Font = Enum.Font.SourceSansBold
  47. LoginText.Text = "Login"
  48. LoginText.TextColor3 = Color3.new(1, 1, 1)
  49. LoginText.TextScaled = true
  50. LoginText.TextSize = 14
  51. LoginText.TextWrapped = true
  52.  
  53. Username.Name = "Username"
  54. Username.Parent = Login
  55. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  56. Username.Position = UDim2.new(0.0683055818, 0, 0.25041911, 0)
  57. Username.Size = UDim2.new(0, 170, 0, 27)
  58. Username.Font = Enum.Font.SourceSansBold
  59. Username.Text = "Username"
  60. Username.TextColor3 = Color3.new(1, 1, 1)
  61. Username.TextScaled = true
  62. Username.TextSize = 14
  63. Username.TextWrapped = true
  64. Username.TextXAlignment = Enum.TextXAlignment.Left
  65.  
  66. Password.Name = "Password"
  67. Password.Parent = Login
  68. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  69. Password.Position = UDim2.new(0.0636544228, 0, 0.443469286, 0)
  70. Password.Size = UDim2.new(0, 170, 0, 27)
  71. Password.Font = Enum.Font.SourceSansBold
  72. Password.Text = "Password"
  73. Password.TextColor3 = Color3.new(1, 1, 1)
  74. Password.TextScaled = true
  75. Password.TextSize = 14
  76. Password.TextWrapped = true
  77. Password.TextXAlignment = Enum.TextXAlignment.Left
  78.  
  79. LoginButton.Name = "LoginButton"
  80. LoginButton.Parent = Login
  81. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  82. LoginButton.Position = UDim2.new(0.0566765368, 0, 0.61872375, 0)
  83. LoginButton.Size = UDim2.new(0, 171, 0, 38)
  84. LoginButton.Font = Enum.Font.SourceSansBold
  85. LoginButton.Text = "Login"
  86. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  87. LoginButton.TextSize = 30
  88. LoginButton.TextWrapped = true
  89.  
  90. LoginButton.MouseButton1Down:connect(function()
  91. if Username.Text == "user" and Password.Text == "123456" then
  92. Login.Visible = false
  93. Main.Visible = true
  94. end
  95.  
  96. end)
  97.  
  98.  
  99. Main.Name = "Main"
  100. Main.Parent = Lucify
  101. Main.Draggable = true
  102. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. Main.Position = UDim2.new(0.270396262, 0, 0.212933749, 0)
  104. Main.Size = UDim2.new(0, 426, 0, 313)
  105. Main.Visible = false
  106.  
  107. LucifyTitle.Name = "LucifyTitle"
  108. LucifyTitle.Parent = Main
  109. LucifyTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  110. LucifyTitle.BorderSizePixel = 0
  111. LucifyTitle.Size = UDim2.new(0, 200, 0, 35)
  112. LucifyTitle.Font = Enum.Font.SciFi
  113. LucifyTitle.Text = "Lucify"
  114. LucifyTitle.TextColor3 = Color3.new(1, 1, 1)
  115. LucifyTitle.TextScaled = true
  116. LucifyTitle.TextSize = 25
  117. LucifyTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
  118. LucifyTitle.TextWrapped = true
  119. LucifyTitle.TextXAlignment = Enum.TextXAlignment.Left
  120.  
  121. Exitbutton.Name = "Exitbutton"
  122. Exitbutton.Parent = Main
  123. Exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  124. Exitbutton.BorderSizePixel = 0
  125. Exitbutton.Position = UDim2.new(0.92723006, 0, -0.00319483946, 0)
  126. Exitbutton.Size = UDim2.new(0, 31, 0, 23)
  127. Exitbutton.Font = Enum.Font.SourceSansBold
  128. Exitbutton.Text = "X"
  129. Exitbutton.TextColor3 = Color3.new(1, 1, 1)
  130. Exitbutton.TextScaled = true
  131. Exitbutton.TextSize = 14
  132. Exitbutton.TextWrapped = true
  133.  
  134. Exitbutton.MouseButton1Down:connect(function()
  135. Lucify.Destroy()
  136. end)
  137.  
  138.  
  139. Executor.Name = "Executor"
  140. Executor.Parent = Main
  141. Executor.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  142. Executor.BorderSizePixel = 4
  143. Executor.Position = UDim2.new(0.157276988, 0, 0.597444057, 0)
  144. Executor.Size = UDim2.new(0, 122, 0, 39)
  145. Executor.Font = Enum.Font.SourceSansBold
  146. Executor.Text = "Executor"
  147. Executor.TextColor3 = Color3.new(1, 1, 1)
  148. Executor.TextScaled = true
  149. Executor.TextSize = 14
  150. Executor.TextWrapped = true
  151.  
  152. Scripts.Name = "Scripts"
  153. Scripts.Parent = Main
  154. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  155. Scripts.BorderSizePixel = 4
  156. Scripts.Position = UDim2.new(0.579812169, 0, 0.597444057, 0)
  157. Scripts.Size = UDim2.new(0, 122, 0, 39)
  158. Scripts.Font = Enum.Font.SourceSansBold
  159. Scripts.Text = "Scripts"
  160. Scripts.TextColor3 = Color3.new(1, 1, 1)
  161. Scripts.TextScaled = true
  162. Scripts.TextSize = 14
  163. Scripts.TextWrapped = true
  164. Scripts.MouseButton1Down:connect(function()
  165. ScriptsTab.Visble = false
  166. end)
  167.  
  168.  
  169. MadeByTheDeathStreamer.Name = "Made By TheDeathStreamer"
  170. MadeByTheDeathStreamer.Parent = Main
  171. MadeByTheDeathStreamer.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  172. MadeByTheDeathStreamer.BorderSizePixel = 0
  173. MadeByTheDeathStreamer.Position = UDim2.new(0, 0, 0.888178885, 0)
  174. MadeByTheDeathStreamer.Size = UDim2.new(0, 200, 0, 35)
  175. MadeByTheDeathStreamer.Font = Enum.Font.SourceSansBold
  176. MadeByTheDeathStreamer.Text = "Made by TheDeathStreamer"
  177. MadeByTheDeathStreamer.TextColor3 = Color3.new(1, 1, 1)
  178. MadeByTheDeathStreamer.TextSize = 15
  179. MadeByTheDeathStreamer.TextStrokeColor3 = Color3.new(1, 1, 1)
  180. MadeByTheDeathStreamer.TextWrapped = true
  181. MadeByTheDeathStreamer.TextXAlignment = Enum.TextXAlignment.Left
  182.  
  183. ScriptsTab.Name = "ScriptsTab"
  184. ScriptsTab.Parent = Lucify
  185. ScriptsTab.Active = true
  186. ScriptsTab.Draggable = true
  187. ScriptsTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  188. ScriptsTab.Position = UDim2.new(0.743589759, 0, -0.000233650208, 0)
  189. ScriptsTab.Selectable = true
  190. ScriptsTab.Size = UDim2.new(0, 220, 0, 263)
  191. ScriptsTab.Visible = false
  192.  
  193. gbv3.Name = "gbv3"
  194. gbv3.Parent = ScriptsTab
  195. gbv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  196. gbv3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  197. gbv3.BorderSizePixel = 4
  198. gbv3.Position = UDim2.new(0.181818187, 0, 0.159358025, 0)
  199. gbv3.Size = UDim2.new(0, 140, 0, 45)
  200. gbv3.Font = Enum.Font.SourceSansBold
  201. gbv3.Text = "Grab Knife"
  202. gbv3.TextColor3 = Color3.new(1, 1, 1)
  203. gbv3.TextSize = 20
  204. gbv3.TextWrapped = true
  205. gbv3.MouseButton1Down:connect(function()
  206. loadstring(game:HttpGet("https://pastebin.com/raw/S8cjdEcs"))
  207. end)
  208.  
  209. Exitbutton2.Name = "Exitbutton2"
  210. Exitbutton2.Parent = ScriptsTab
  211. Exitbutton2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  212. Exitbutton2.BorderSizePixel = 0
  213. Exitbutton2.Position = UDim2.new(0.859048247, 0, 0.0234211311, 0)
  214. Exitbutton2.Size = UDim2.new(0, 31, 0, 23)
  215. Exitbutton2.Font = Enum.Font.SourceSansBold
  216. Exitbutton2.Text = "X"
  217. Exitbutton2.TextColor3 = Color3.new(1, 1, 1)
  218. Exitbutton2.TextScaled = true
  219. Exitbutton2.TextSize = 14
  220. Exitbutton2.TextWrapped = true
  221.  
  222. Exitbutton2.MouseButton1Down:connect(function()
  223. ScriptsTab.Visible = false
  224. Main.Visible = true
  225. end)
  226.  
  227.  
  228. LucifyTitle2.Name = "LucifyTitle2"
  229. LucifyTitle2.Parent = ScriptsTab
  230. LucifyTitle2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  231. LucifyTitle2.BorderSizePixel = 0
  232. LucifyTitle2.Position = UDim2.new(0, 0, 0.00760456268, 0)
  233. LucifyTitle2.Size = UDim2.new(0, 180, 0, 35)
  234. LucifyTitle2.Font = Enum.Font.SciFi
  235. LucifyTitle2.Text = "Lucify Scripts"
  236. LucifyTitle2.TextColor3 = Color3.new(1, 1, 1)
  237. LucifyTitle2.TextScaled = true
  238. LucifyTitle2.TextSize = 25
  239. LucifyTitle2.TextStrokeColor3 = Color3.new(1, 1, 1)
  240. LucifyTitle2.TextWrapped = true
  241. LucifyTitle2.TextXAlignment = Enum.TextXAlignment.Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement