Advertisement
Guest User

Lucify V2 Working Exploit

a guest
Jan 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.73 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Lucify = Instance.new("ScreenGui")
  5. local Login = Instance.new("Frame")
  6. local LoginText = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local LoginButton = Instance.new("TextButton")
  10. local Main = Instance.new("Frame")
  11. local LucifyTitle = Instance.new("TextLabel")
  12. local Exitbutton = Instance.new("TextButton")
  13. local GUIButton = Instance.new("TextButton")
  14. local Scripts = Instance.new("TextButton")
  15. local MadeByTheDeathStreamer = Instance.new("TextLabel")
  16. local ScriptsTab = Instance.new("Frame")
  17. local gbv3 = Instance.new("TextButton")
  18. local Exitbutton2 = Instance.new("TextButton")
  19. local LucifyTitle2 = Instance.new("TextLabel")
  20. local AdminScript = Instance.new("TextButton")
  21. local RoScript = Instance.new("TextButton")
  22. local TrollScript = Instance.new("TextButton")
  23. local GUIs = Instance.new("Frame")
  24. local GUITitle = Instance.new("TextLabel")
  25. local MagnetGUI = Instance.new("TextButton")
  26. local LumberGUI = Instance.new("TextButton")
  27. local GUIExit = Instance.new("TextButton")
  28.  
  29. --Properties:
  30. Lucify.Name = "Lucify"
  31. Lucify.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32.  
  33. Login.Name = "Login"
  34. Login.Parent = Lucify
  35. Login.Active = true
  36. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  37. Login.Position = UDim2.new(0, 0, 0.375394315, 0)
  38. Login.Selectable = true
  39. Login.Size = UDim2.new(0, 215, 0, 259)
  40. Login.Style = Enum.FrameStyle.RobloxRound
  41.  
  42. LoginText.Name = "LoginText"
  43. LoginText.Parent = Login
  44. LoginText.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  45. LoginText.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  46. LoginText.Position = UDim2.new(0.270848721, 0, 0.0132491048, 0)
  47. LoginText.Size = UDim2.new(0, 88, 0, 29)
  48. LoginText.Font = Enum.Font.SourceSansBold
  49. LoginText.Text = "Login"
  50. LoginText.TextColor3 = Color3.new(1, 1, 1)
  51. LoginText.TextScaled = true
  52. LoginText.TextSize = 14
  53. LoginText.TextWrapped = true
  54.  
  55. LoginButton.MouseButton1Down:connect(function()
  56. if Username.Text == "user" and Password == "123456" then
  57. Login.Visible = false
  58. Main.Visible = true
  59. end
  60. end)
  61.  
  62. Username.Name = "Username"
  63. Username.Parent = Login
  64. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  65. Username.Position = UDim2.new(0.0683055818, 0, 0.25041911, 0)
  66. Username.Size = UDim2.new(0, 170, 0, 27)
  67. Username.Font = Enum.Font.SourceSansBold
  68. Username.Text = "Username"
  69. Username.TextColor3 = Color3.new(1, 1, 1)
  70. Username.TextScaled = true
  71. Username.TextSize = 14
  72. Username.TextWrapped = true
  73. Username.TextXAlignment = Enum.TextXAlignment.Left
  74.  
  75. Password.Name = "Password"
  76. Password.Parent = Login
  77. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  78. Password.Position = UDim2.new(0.0636544228, 0, 0.443469286, 0)
  79. Password.Size = UDim2.new(0, 170, 0, 27)
  80. Password.Font = Enum.Font.SourceSansBold
  81. Password.Text = "Password"
  82. Password.TextColor3 = Color3.new(1, 1, 1)
  83. Password.TextScaled = true
  84. Password.TextSize = 14
  85. Password.TextWrapped = true
  86. Password.TextXAlignment = Enum.TextXAlignment.Left
  87.  
  88. LoginButton.Name = "LoginButton"
  89. LoginButton.Parent = Login
  90. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  91. LoginButton.Position = UDim2.new(0.0566765368, 0, 0.61872375, 0)
  92. LoginButton.Size = UDim2.new(0, 171, 0, 38)
  93. LoginButton.Font = Enum.Font.SourceSansBold
  94. LoginButton.Text = "Login"
  95. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  96. LoginButton.TextSize = 30
  97. LoginButton.TextWrapped = true
  98.  
  99. LoginButton.MouseButton1Down:connect(function()
  100. Login.Visible = false
  101. Main.Visible = true
  102. end)
  103.  
  104. Main.Name = "Main"
  105. Main.Parent = Lucify
  106. Main.Active = true
  107. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  108. Main.Position = UDim2.new(0.270396262, 0, 0.212933749, 0)
  109. Main.Selectable = true
  110. Main.Size = UDim2.new(0, 426, 0, 313)
  111. Main.Visible = false
  112.  
  113. LucifyTitle.Name = "LucifyTitle"
  114. LucifyTitle.Parent = Main
  115. LucifyTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  116. LucifyTitle.BorderSizePixel = 0
  117. LucifyTitle.Size = UDim2.new(0, 200, 0, 35)
  118. LucifyTitle.Font = Enum.Font.SciFi
  119. LucifyTitle.Text = "Lucify"
  120. LucifyTitle.TextColor3 = Color3.new(1, 1, 1)
  121. LucifyTitle.TextScaled = true
  122. LucifyTitle.TextSize = 25
  123. LucifyTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
  124. LucifyTitle.TextWrapped = true
  125. LucifyTitle.TextXAlignment = Enum.TextXAlignment.Left
  126.  
  127. Exitbutton.Name = "Exitbutton"
  128. Exitbutton.Parent = Main
  129. Exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  130. Exitbutton.BorderSizePixel = 0
  131. Exitbutton.Position = UDim2.new(0.92723006, 0, -0.00319483946, 0)
  132. Exitbutton.Size = UDim2.new(0, 31, 0, 23)
  133. Exitbutton.Font = Enum.Font.SourceSansBold
  134. Exitbutton.Text = "X"
  135. Exitbutton.TextColor3 = Color3.new(1, 1, 1)
  136. Exitbutton.TextScaled = true
  137. Exitbutton.TextSize = 14
  138. Exitbutton.TextWrapped = true
  139.  
  140. Exitbutton.MouseButton1Down:connect(function()
  141. Lucify.Destroy()
  142. end)
  143.  
  144.  
  145. GUIButton.Name = "GUIButton"
  146. GUIButton.Parent = Main
  147. GUIButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  148. GUIButton.BorderSizePixel = 4
  149. GUIButton.Position = UDim2.new(0.157276988, 0, 0.597444057, 0)
  150. GUIButton.Size = UDim2.new(0, 122, 0, 39)
  151. GUIButton.Font = Enum.Font.SourceSansBold
  152. GUIButton.Text = "Guis"
  153. GUIButton.TextColor3 = Color3.new(1, 1, 1)
  154. GUIButton.TextScaled = true
  155. GUIButton.TextSize = 14
  156. GUIButton.TextWrapped = true
  157.  
  158. GUIButton.MouseButton1Down:connect(function()
  159. Main.Visible = false
  160. GUIs.Visible = true
  161. end)
  162.  
  163. Scripts.Name = "Scripts"
  164. Scripts.Parent = Main
  165. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  166. Scripts.BorderSizePixel = 4
  167. Scripts.Position = UDim2.new(0.579812169, 0, 0.597444057, 0)
  168. Scripts.Size = UDim2.new(0, 122, 0, 39)
  169. Scripts.Font = Enum.Font.SourceSansBold
  170. Scripts.Text = "Scripts"
  171. Scripts.TextColor3 = Color3.new(1, 1, 1)
  172. Scripts.TextScaled = true
  173. Scripts.TextSize = 14
  174. Scripts.TextWrapped = true
  175.  
  176. Scripts.MouseButton1Down:connect(function()
  177. ScriptsTab.Visible = true
  178. Main.Visible = false
  179. end)
  180.  
  181. MadeByTheDeathStreamer.Name = "Made By TheDeathStreamer"
  182. MadeByTheDeathStreamer.Parent = Main
  183. MadeByTheDeathStreamer.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  184. MadeByTheDeathStreamer.BorderSizePixel = 0
  185. MadeByTheDeathStreamer.Position = UDim2.new(0, 0, 0.888178885, 0)
  186. MadeByTheDeathStreamer.Size = UDim2.new(0, 200, 0, 35)
  187. MadeByTheDeathStreamer.Font = Enum.Font.SourceSansBold
  188. MadeByTheDeathStreamer.Text = "Made by TheDeathStreamer"
  189. MadeByTheDeathStreamer.TextColor3 = Color3.new(1, 1, 1)
  190. MadeByTheDeathStreamer.TextSize = 15
  191. MadeByTheDeathStreamer.TextStrokeColor3 = Color3.new(1, 1, 1)
  192. MadeByTheDeathStreamer.TextWrapped = true
  193. MadeByTheDeathStreamer.TextXAlignment = Enum.TextXAlignment.Left
  194.  
  195. ScriptsTab.Name = "ScriptsTab"
  196. ScriptsTab.Parent = Lucify
  197. ScriptsTab.Active = true
  198. ScriptsTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  199. ScriptsTab.Position = UDim2.new(0.743589759, 0, -0.000233650208, 0)
  200. ScriptsTab.Selectable = true
  201. ScriptsTab.Size = UDim2.new(0, 220, 0, 263)
  202. ScriptsTab.Visible = false
  203.  
  204. gbv3.Name = "gbv3"
  205. gbv3.Parent = ScriptsTab
  206. gbv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  207. gbv3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  208. gbv3.BorderSizePixel = 4
  209. gbv3.Position = UDim2.new(0.181818187, 0, 0.159358025, 0)
  210. gbv3.Size = UDim2.new(0, 140, 0, 45)
  211. gbv3.Font = Enum.Font.SourceSansBold
  212. gbv3.Text = "Grab Knife"
  213. gbv3.TextColor3 = Color3.new(1, 1, 1)
  214. gbv3.TextSize = 20
  215. gbv3.TextWrapped = true
  216.  
  217. gbv3.MouseButton1Down:connect(function()
  218. loadstring(game:HttpGet("https://pastebin.com/raw/S8cjdEcs"))
  219. end)
  220.  
  221. Exitbutton2.Name = "Exitbutton2"
  222. Exitbutton2.Parent = ScriptsTab
  223. Exitbutton2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  224. Exitbutton2.BorderSizePixel = 0
  225. Exitbutton2.Position = UDim2.new(0.859048247, 0, 0.0234211311, 0)
  226. Exitbutton2.Size = UDim2.new(0, 31, 0, 23)
  227. Exitbutton2.Font = Enum.Font.SourceSansBold
  228. Exitbutton2.Text = "X"
  229. Exitbutton2.TextColor3 = Color3.new(1, 1, 1)
  230. Exitbutton2.TextScaled = true
  231. Exitbutton2.TextSize = 14
  232. Exitbutton2.TextWrapped = true
  233.  
  234. Exitbutton2.MouseButton1Down:connect(function()
  235. ScriptsTab.Visible = false
  236. Main.Visible = true
  237. end)
  238.  
  239. LucifyTitle2.Name = "LucifyTitle2"
  240. LucifyTitle2.Parent = ScriptsTab
  241. LucifyTitle2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  242. LucifyTitle2.BorderSizePixel = 0
  243. LucifyTitle2.Position = UDim2.new(0, 0, 0.00760456268, 0)
  244. LucifyTitle2.Size = UDim2.new(0, 180, 0, 35)
  245. LucifyTitle2.Font = Enum.Font.SciFi
  246. LucifyTitle2.Text = "Lucify Scripts"
  247. LucifyTitle2.TextColor3 = Color3.new(1, 1, 1)
  248. LucifyTitle2.TextScaled = true
  249. LucifyTitle2.TextSize = 25
  250. LucifyTitle2.TextStrokeColor3 = Color3.new(1, 1, 1)
  251. LucifyTitle2.TextWrapped = true
  252. LucifyTitle2.TextXAlignment = Enum.TextXAlignment.Left
  253.  
  254. AdminScript.Name = "AdminScript"
  255. AdminScript.Parent = ScriptsTab
  256. AdminScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  257. AdminScript.Position = UDim2.new(0.181818187, 0, 0.326996207, 0)
  258. AdminScript.Size = UDim2.new(0, 140, 0, 45)
  259. AdminScript.Font = Enum.Font.SourceSansBold
  260. AdminScript.Text = "Admin"
  261. AdminScript.TextColor3 = Color3.new(1, 1, 1)
  262. AdminScript.TextSize = 20
  263. AdminScript.TextWrapped = true
  264.  
  265. AdminScript.MouseButton1Down:connect(function()
  266. loadstring(game:HttpGet("http://pastebin.com/raw/w09qq3r1", true)) ()
  267. end)
  268.  
  269. RoScript.Name = "RoScript"
  270. RoScript.Parent = ScriptsTab
  271. RoScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  272. RoScript.Position = UDim2.new(0.181818187, 0, 0.49809885, 0)
  273. RoScript.Size = UDim2.new(0, 140, 0, 45)
  274. RoScript.Font = Enum.Font.SourceSansBold
  275. RoScript.Text = "RoXploit"
  276. RoScript.TextColor3 = Color3.new(1, 1, 1)
  277. RoScript.TextSize = 20
  278. RoScript.TextWrapped = true
  279.  
  280. RoScript.MouseButton1Down:connect(function()
  281. loadstring(game:HttpGet("http://pastebin.com/raw/c0FZEWWt", true)) ()
  282. end)
  283.  
  284.  
  285. TrollScript.Name = "TrollScript"
  286. TrollScript.Parent = ScriptsTab
  287. TrollScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  288. TrollScript.Position = UDim2.new(0.181818187, 0, 0.669201493, 0)
  289. TrollScript.Size = UDim2.new(0, 140, 0, 45)
  290. TrollScript.Font = Enum.Font.SourceSansBold
  291. TrollScript.Text = "Troll Script"
  292. TrollScript.TextColor3 = Color3.new(1, 1, 1)
  293. TrollScript.TextSize = 20
  294. TrollScript.TextWrapped = true
  295.  
  296. Magnet.MouseButton1Down:connect(function()
  297. loadsting(game:HttpGet("https://pastebin.com/raw/e9KVnhs8", true))()
  298. end)
  299.  
  300. GUIs.Name = "GUIs"
  301. GUIs.Parent = Lucify
  302. GUIs.Active = true
  303. GUIs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  304. GUIs.Position = UDim2.new(0.695804179, 0, 0.482649833, 0)
  305. GUIs.Selectable = true
  306. GUIs.Size = UDim2.new(0, 244, 0, 317)
  307. GUIs.Visible = false
  308.  
  309. GUITitle.Name = "GUITitle"
  310. GUITitle.Parent = GUIs
  311. GUITitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  312. GUITitle.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  313. GUITitle.Position = UDim2.new(0.315930694, 0, 0.0227128267, 0)
  314. GUITitle.Size = UDim2.new(0, 88, 0, 29)
  315. GUITitle.Font = Enum.Font.SourceSansBold
  316. GUITitle.Text = "GUIS"
  317. GUITitle.TextColor3 = Color3.new(1, 1, 1)
  318. GUITitle.TextScaled = true
  319. GUITitle.TextSize = 14
  320. GUITitle.TextWrapped = true
  321.  
  322. MagnetGUI.Name = "MagnetGUI"
  323. MagnetGUI.Parent = GUIs
  324. MagnetGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  325. MagnetGUI.Position = UDim2.new(0.210506707, 0, 0.172422081, 0)
  326. MagnetGUI.Size = UDim2.new(0, 140, 0, 45)
  327. MagnetGUI.Font = Enum.Font.SourceSansBold
  328. MagnetGUI.Text = "Magnet Simulator"
  329. MagnetGUI.TextColor3 = Color3.new(1, 1, 1)
  330. MagnetGUI.TextSize = 20
  331. MagnetGUI.TextWrapped = true
  332.  
  333. MagnetGUI.MouseButton1Down:connect(function()
  334. loadsting(game:HttpGet("https://pastebin.com/raw/e9KVnhs8", true))()
  335. end)
  336.  
  337. LumberGUI.Name = "LumberGUI"
  338. LumberGUI.Parent = GUIs
  339. LumberGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  340. LumberGUI.Position = UDim2.new(0.210506707, 0, 0.314377904, 0)
  341. LumberGUI.Size = UDim2.new(0, 140, 0, 45)
  342. LumberGUI.Font = Enum.Font.SourceSansBold
  343. LumberGUI.Text = "Lumber Tycoon 2"
  344. LumberGUI.TextColor3 = Color3.new(1, 1, 1)
  345. LumberGUI.TextSize = 20
  346. LumberGUI.TextWrapped = true
  347.  
  348. LumberGUI.MouseButton1Down:connect(function()
  349. loadstring(game:HttpGet("https://pastebin.com/raw/A8U2z8SX", true))()
  350. end)
  351.  
  352. GUIExit.Name = "GUIExit"
  353. GUIExit.Parent = GUIs
  354. GUIExit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  355. GUIExit.BorderSizePixel = 0
  356. GUIExit.Position = UDim2.new(0.845262825, 0, 0.00626888312, 0)
  357. GUIExit.Size = UDim2.new(0, 31, 0, 23)
  358. GUIExit.Font = Enum.Font.SourceSansBold
  359. GUIExit.Text = "X"
  360. GUIExit.TextColor3 = Color3.new(1, 1, 1)
  361. GUIExit.TextScaled = true
  362. GUIExit.TextSize = 14
  363. GUIExit.TextWrapped = true
  364.  
  365. GUIExit.MouseButton1Down:connect(function()
  366. GUIs.Visible = false
  367. Main.Visible = true
  368. end)
  369. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement