Advertisement
Guest User

Lucify V2 roblox exploit

a guest
Jan 14th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.88 KB | None | 0 0
  1. --Made By TheDeathStreamer
  2. --Lucify V2
  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 GUIButton = 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. local AdminScript = Instance.new("TextButton")
  27. local RoScript = Instance.new("TextButton")
  28. local TrollScript = Instance.new("TextButton")
  29. local GUIs = Instance.new("Frame")
  30. local GUITitle = Instance.new("TextLabel")
  31. local MagnetGUI = Instance.new("TextButton")
  32. local LumberGUI = Instance.new("TextButton")
  33.  
  34. --Properties:
  35. Lucify.Name = "Lucify"
  36. Lucify.Parent = game.CoreGui
  37.  
  38. Login.Name = "Login"
  39. Login.Parent = Lucify
  40. Login.Active = true
  41. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. Login.Position = UDim2.new(0, 0, 0.375394315, 0)
  43. Login.Selectable = true
  44. Login.Size = UDim2.new(0, 215, 0, 259)
  45. Login.Style = Enum.FrameStyle.RobloxRound
  46.  
  47. LoginText.Name = "LoginText"
  48. LoginText.Parent = Login
  49. LoginText.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  50. LoginText.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  51. LoginText.Position = UDim2.new(0.270848721, 0, 0.0132491048, 0)
  52. LoginText.Size = UDim2.new(0, 88, 0, 29)
  53. LoginText.Font = Enum.Font.SourceSansBold
  54. LoginText.Text = "Login"
  55. LoginText.TextColor3 = Color3.new(1, 1, 1)
  56. LoginText.TextScaled = true
  57. LoginText.TextSize = 14
  58. LoginText.TextWrapped = true
  59.  
  60. Username.Name = "Username"
  61. Username.Parent = Login
  62. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  63. Username.Position = UDim2.new(0.0683055818, 0, 0.25041911, 0)
  64. Username.Size = UDim2.new(0, 170, 0, 27)
  65. Username.Font = Enum.Font.SourceSansBold
  66. Username.Text = "Username"
  67. Username.TextColor3 = Color3.new(1, 1, 1)
  68. Username.TextScaled = true
  69. Username.TextSize = 14
  70. Username.TextWrapped = true
  71. Username.TextXAlignment = Enum.TextXAlignment.Left
  72.  
  73. Password.Name = "Password"
  74. Password.Parent = Login
  75. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  76. Password.Position = UDim2.new(0.0636544228, 0, 0.443469286, 0)
  77. Password.Size = UDim2.new(0, 170, 0, 27)
  78. Password.Font = Enum.Font.SourceSansBold
  79. Password.Text = "Password"
  80. Password.TextColor3 = Color3.new(1, 1, 1)
  81. Password.TextScaled = true
  82. Password.TextSize = 14
  83. Password.TextWrapped = true
  84. Password.TextXAlignment = Enum.TextXAlignment.Left
  85.  
  86. LoginButton.Name = "LoginButton"
  87. LoginButton.Parent = Login
  88. LoginButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  89. LoginButton.Position = UDim2.new(0.0566765368, 0, 0.61872375, 0)
  90. LoginButton.Size = UDim2.new(0, 171, 0, 38)
  91. LoginButton.Font = Enum.Font.SourceSansBold
  92. LoginButton.Text = "Login"
  93. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  94. LoginButton.TextSize = 30
  95. LoginButton.TextWrapped = true
  96.  
  97. LoginButton.MouseButton1Down:connect(function()
  98. Login.Visible = false
  99. Main.Visible = true
  100. end)
  101.  
  102. Main.Name = "Main"
  103. Main.Parent = Lucify
  104. Main.Active = true
  105. Main.Draggable = true
  106. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  107. Main.Position = UDim2.new(0.270396262, 0, 0.212933749, 0)
  108. Main.Selectable = true
  109. Main.Size = UDim2.new(0, 426, 0, 313)
  110. Main.Visible = false
  111.  
  112. LucifyTitle.Name = "LucifyTitle"
  113. LucifyTitle.Parent = Main
  114. LucifyTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  115. LucifyTitle.BorderSizePixel = 0
  116. LucifyTitle.Size = UDim2.new(0, 200, 0, 35)
  117. LucifyTitle.Font = Enum.Font.SciFi
  118. LucifyTitle.Text = "Lucify"
  119. LucifyTitle.TextColor3 = Color3.new(1, 1, 1)
  120. LucifyTitle.TextScaled = true
  121. LucifyTitle.TextSize = 25
  122. LucifyTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
  123. LucifyTitle.TextWrapped = true
  124. LucifyTitle.TextXAlignment = Enum.TextXAlignment.Left
  125.  
  126. Exitbutton.Name = "Exitbutton"
  127. Exitbutton.Parent = Main
  128. Exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  129. Exitbutton.BorderSizePixel = 0
  130. Exitbutton.Position = UDim2.new(0.92723006, 0, -0.00319483946, 0)
  131. Exitbutton.Size = UDim2.new(0, 31, 0, 23)
  132. Exitbutton.Font = Enum.Font.SourceSansBold
  133. Exitbutton.Text = "X"
  134. Exitbutton.TextColor3 = Color3.new(1, 1, 1)
  135. Exitbutton.TextScaled = true
  136. Exitbutton.TextSize = 14
  137. Exitbutton.TextWrapped = true
  138.  
  139. Exitbutton.MouseButton1Down:connect(function()
  140. Lucify.Destroy()
  141. end)
  142.  
  143. GUIButton.Name = "GUIButton"
  144. GUIButton.Parent = Main
  145. GUIButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  146. GUIButton.BorderSizePixel = 4
  147. GUIButton.Position = UDim2.new(0.157276988, 0, 0.597444057, 0)
  148. GUIButton.Size = UDim2.new(0, 122, 0, 39)
  149. GUIButton.Font = Enum.Font.SourceSansBold
  150. GUIButton.Text = "Guis"
  151. GUIButton.TextColor3 = Color3.new(1, 1, 1)
  152. GUIButton.TextScaled = true
  153. GUIButton.TextSize = 14
  154. GUIButton.TextWrapped = true
  155.  
  156. Scripts.Name = "Scripts"
  157. Scripts.Parent = Main
  158. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  159. Scripts.BorderSizePixel = 4
  160. Scripts.Position = UDim2.new(0.579812169, 0, 0.597444057, 0)
  161. Scripts.Size = UDim2.new(0, 122, 0, 39)
  162. Scripts.Font = Enum.Font.SourceSansBold
  163. Scripts.Text = "Scripts"
  164. Scripts.TextColor3 = Color3.new(1, 1, 1)
  165. Scripts.TextScaled = true
  166. Scripts.TextSize = 14
  167. Scripts.TextWrapped = true
  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. Exitbutton2.MouseButton1Down:connect(function()
  222. ScriptsTab.Visible = false
  223. Main.Visible = true
  224. end)
  225.  
  226. LucifyTitle2.Name = "LucifyTitle2"
  227. LucifyTitle2.Parent = ScriptsTab
  228. LucifyTitle2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  229. LucifyTitle2.BorderSizePixel = 0
  230. LucifyTitle2.Position = UDim2.new(0, 0, 0.00760456268, 0)
  231. LucifyTitle2.Size = UDim2.new(0, 180, 0, 35)
  232. LucifyTitle2.Font = Enum.Font.SciFi
  233. LucifyTitle2.Text = "Lucify Scripts"
  234. LucifyTitle2.TextColor3 = Color3.new(1, 1, 1)
  235. LucifyTitle2.TextScaled = true
  236. LucifyTitle2.TextSize = 25
  237. LucifyTitle2.TextStrokeColor3 = Color3.new(1, 1, 1)
  238. LucifyTitle2.TextWrapped = true
  239. LucifyTitle2.TextXAlignment = Enum.TextXAlignment.Left
  240.  
  241. AdminScript.Name = "AdminScript"
  242. AdminScript.Parent = ScriptsTab
  243. AdminScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  244. AdminScript.Position = UDim2.new(0.181818187, 0, 0.326996207, 0)
  245. AdminScript.Size = UDim2.new(0, 140, 0, 45)
  246. AdminScript.Font = Enum.Font.SourceSansBold
  247. AdminScript.Text = "Admin"
  248. AdminScript.TextColor3 = Color3.new(1, 1, 1)
  249. AdminScript.TextSize = 20
  250. AdminScript.TextWrapped = true
  251. AdminScript.MouseButton1Down:connect(function()
  252. loadstring(game:HttpGet("http://pastebin.com/raw/w09qq3r1", true)) ()
  253. end)
  254.  
  255. RoScript.Name = "RoScript"
  256. RoScript.Parent = ScriptsTab
  257. RoScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  258. RoScript.Position = UDim2.new(0.181818187, 0, 0.49809885, 0)
  259. RoScript.Size = UDim2.new(0, 140, 0, 45)
  260. RoScript.Font = Enum.Font.SourceSansBold
  261. RoScript.Text = "RoXploit"
  262. RoScript.TextColor3 = Color3.new(1, 1, 1)
  263. RoScript.TextSize = 20
  264. RoScript.TextWrapped = true
  265. RoScript.MouseButton1Down:connect(function()
  266. loadstring(game:HttpGet("http://pastebin.com/raw/c0FZEWWt", true)) ()
  267. end)
  268.  
  269. TrollScript.Name = "TrollScript"
  270. TrollScript.Parent = ScriptsTab
  271. TrollScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  272. TrollScript.Position = UDim2.new(0.181818187, 0, 0.669201493, 0)
  273. TrollScript.Size = UDim2.new(0, 140, 0, 45)
  274. TrollScript.Font = Enum.Font.SourceSansBold
  275. TrollScript.Text = "Troll Script"
  276. TrollScript.TextColor3 = Color3.new(1, 1, 1)
  277. TrollScript.TextSize = 20
  278. TrollScript.TextWrapped = true
  279. TrollScript.MouseButton1Down:connect(function()
  280. loadstring(game:HttpGet("http://pastebin.com/raw/B3EpHDHr", true)) ()
  281. end)
  282.  
  283. GUIs.Name = "GUIs"
  284. GUIs.Parent = Lucify
  285. GUIs.Active = true
  286. GUIs.Draggable = true
  287. GUIs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  288. GUIs.Position = UDim2.new(0.695804179, 0, 0.482649833, 0)
  289. GUIs.Selectable = true
  290. GUIs.Size = UDim2.new(0, 244, 0, 317)
  291. GUIs.Visible = false
  292.  
  293. GUITitle.Name = "GUITitle"
  294. GUITitle.Parent = GUIs
  295. GUITitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  296. GUITitle.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  297. GUITitle.Position = UDim2.new(0.315930694, 0, 0.0227128267, 0)
  298. GUITitle.Size = UDim2.new(0, 88, 0, 29)
  299. GUITitle.Font = Enum.Font.SourceSansBold
  300. GUITitle.Text = "GUIS"
  301. GUITitle.TextColor3 = Color3.new(1, 1, 1)
  302. GUITitle.TextScaled = true
  303. GUITitle.TextSize = 14
  304. GUITitle.TextWrapped = true
  305.  
  306. MagnetGUI.Name = "MagnetGUI"
  307. MagnetGUI.Parent = GUIs
  308. MagnetGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  309. MagnetGUI.Position = UDim2.new(0.210506707, 0, 0.172422081, 0)
  310. MagnetGUI.Size = UDim2.new(0, 140, 0, 45)
  311. MagnetGUI.Font = Enum.Font.SourceSansBold
  312. MagnetGUI.Text = "Magnet Simulator"
  313. MagnetGUI.TextColor3 = Color3.new(1, 1, 1)
  314. MagnetGUI.TextSize = 20
  315. MagnetGUI.TextWrapped = true
  316. Magnet.MouseButton1Down:connect(function()
  317. loadsting(game:HttpGet("https://pastebin.com/raw/e9KVnhs8", true))()
  318. end)
  319.  
  320. LumberGUI.Name = "LumberGUI"
  321. LumberGUI.Parent = GUIs
  322. LumberGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  323. LumberGUI.Position = UDim2.new(0.210506707, 0, 0.314377904, 0)
  324. LumberGUI.Size = UDim2.new(0, 140, 0, 45)
  325. LumberGUI.Font = Enum.Font.SourceSansBold
  326. LumberGUI.Text = "Lumber Tycoon 2"
  327. LumberGUI.TextColor3 = Color3.new(1, 1, 1)
  328. LumberGUI.TextSize = 20
  329. LumberGUI.TextWrapped = true
  330. LumberGUI.MouseButton1Down:connect(function()
  331. loadstring(game:HttpGet("https://pastebin.com/raw/A8U2z8SX", true))()
  332. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement