Advertisement
Guest User

Lucify V2 Roblox Exploit Gui

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