Advertisement
Guest User

Lucify Roblox Exploit VERISON 1

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