Advertisement
Guest User

Lucify V2 exploit

a guest
Jan 14th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.60 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. GUIButton.MouseButton1Down:connect(function)
  156. GUIs.Visible = true
  157. Main.Visible = false
  158. end)
  159.  
  160. Scripts.Name = "Scripts"
  161. Scripts.Parent = Main
  162. Scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  163. Scripts.BorderSizePixel = 4
  164. Scripts.Position = UDim2.new(0.579812169, 0, 0.597444057, 0)
  165. Scripts.Size = UDim2.new(0, 122, 0, 39)
  166. Scripts.Font = Enum.Font.SourceSansBold
  167. Scripts.Text = "Scripts"
  168. Scripts.TextColor3 = Color3.new(1, 1, 1)
  169. Scripts.TextScaled = true
  170. Scripts.TextSize = 14
  171. Scripts.TextWrapped = true
  172. Scripts.MouseButton1Down:connect(function()
  173. ScriptsTab.Visible = true
  174. Main.Visible = false
  175. end)
  176.  
  177. MadeByTheDeathStreamer.Name = "Made By TheDeathStreamer"
  178. MadeByTheDeathStreamer.Parent = Main
  179. MadeByTheDeathStreamer.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  180. MadeByTheDeathStreamer.BorderSizePixel = 0
  181. MadeByTheDeathStreamer.Position = UDim2.new(0, 0, 0.888178885, 0)
  182. MadeByTheDeathStreamer.Size = UDim2.new(0, 200, 0, 35)
  183. MadeByTheDeathStreamer.Font = Enum.Font.SourceSansBold
  184. MadeByTheDeathStreamer.Text = "Made by TheDeathStreamer"
  185. MadeByTheDeathStreamer.TextColor3 = Color3.new(1, 1, 1)
  186. MadeByTheDeathStreamer.TextSize = 15
  187. MadeByTheDeathStreamer.TextStrokeColor3 = Color3.new(1, 1, 1)
  188. MadeByTheDeathStreamer.TextWrapped = true
  189. MadeByTheDeathStreamer.TextXAlignment = Enum.TextXAlignment.Left
  190.  
  191. ScriptsTab.Name = "ScriptsTab"
  192. ScriptsTab.Parent = Lucify
  193. ScriptsTab.Active = true
  194. ScriptsTab.Draggable = true
  195. ScriptsTab.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  196. ScriptsTab.Position = UDim2.new(0.743589759, 0, -0.000233650208, 0)
  197. ScriptsTab.Selectable = true
  198. ScriptsTab.Size = UDim2.new(0, 220, 0, 263)
  199. ScriptsTab.Visible = false
  200.  
  201. gbv3.Name = "gbv3"
  202. gbv3.Parent = ScriptsTab
  203. gbv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  204. gbv3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  205. gbv3.BorderSizePixel = 4
  206. gbv3.Position = UDim2.new(0.181818187, 0, 0.159358025, 0)
  207. gbv3.Size = UDim2.new(0, 140, 0, 45)
  208. gbv3.Font = Enum.Font.SourceSansBold
  209. gbv3.Text = "Grab Knife"
  210. gbv3.TextColor3 = Color3.new(1, 1, 1)
  211. gbv3.TextSize = 20
  212. gbv3.TextWrapped = true
  213. gbv3.MouseButton1Down:connect(function()
  214. loadstring(game:HttpGet("https://pastebin.com/raw/S8cjdEcs"))
  215. end)
  216.  
  217. Exitbutton2.Name = "Exitbutton2"
  218. Exitbutton2.Parent = ScriptsTab
  219. Exitbutton2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  220. Exitbutton2.BorderSizePixel = 0
  221. Exitbutton2.Position = UDim2.new(0.859048247, 0, 0.0234211311, 0)
  222. Exitbutton2.Size = UDim2.new(0, 31, 0, 23)
  223. Exitbutton2.Font = Enum.Font.SourceSansBold
  224. Exitbutton2.Text = "X"
  225. Exitbutton2.TextColor3 = Color3.new(1, 1, 1)
  226. Exitbutton2.TextScaled = true
  227. Exitbutton2.TextSize = 14
  228. Exitbutton2.TextWrapped = true
  229. Exitbutton2.MouseButton1Down:connect(function()
  230. ScriptsTab.Visible = false
  231. Main.Visible = true
  232. end)
  233.  
  234. LucifyTitle2.Name = "LucifyTitle2"
  235. LucifyTitle2.Parent = ScriptsTab
  236. LucifyTitle2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  237. LucifyTitle2.BorderSizePixel = 0
  238. LucifyTitle2.Position = UDim2.new(0, 0, 0.00760456268, 0)
  239. LucifyTitle2.Size = UDim2.new(0, 180, 0, 35)
  240. LucifyTitle2.Font = Enum.Font.SciFi
  241. LucifyTitle2.Text = "Lucify Scripts"
  242. LucifyTitle2.TextColor3 = Color3.new(1, 1, 1)
  243. LucifyTitle2.TextScaled = true
  244. LucifyTitle2.TextSize = 25
  245. LucifyTitle2.TextStrokeColor3 = Color3.new(1, 1, 1)
  246. LucifyTitle2.TextWrapped = true
  247. LucifyTitle2.TextXAlignment = Enum.TextXAlignment.Left
  248.  
  249. AdminScript.Name = "AdminScript"
  250. AdminScript.Parent = ScriptsTab
  251. AdminScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  252. AdminScript.Position = UDim2.new(0.181818187, 0, 0.326996207, 0)
  253. AdminScript.Size = UDim2.new(0, 140, 0, 45)
  254. AdminScript.Font = Enum.Font.SourceSansBold
  255. AdminScript.Text = "Admin"
  256. AdminScript.TextColor3 = Color3.new(1, 1, 1)
  257. AdminScript.TextSize = 20
  258. AdminScript.TextWrapped = true
  259. AdminScript.MouseButton1Down:connect(function()
  260. loadstring(game:HttpGet("http://pastebin.com/raw/w09qq3r1", true)) ()
  261. end)
  262.  
  263. RoScript.Name = "RoScript"
  264. RoScript.Parent = ScriptsTab
  265. RoScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  266. RoScript.Position = UDim2.new(0.181818187, 0, 0.49809885, 0)
  267. RoScript.Size = UDim2.new(0, 140, 0, 45)
  268. RoScript.Font = Enum.Font.SourceSansBold
  269. RoScript.Text = "RoXploit"
  270. RoScript.TextColor3 = Color3.new(1, 1, 1)
  271. RoScript.TextSize = 20
  272. RoScript.TextWrapped = true
  273. RoScript.MouseButton1Down:connect(function()
  274. loadstring(game:HttpGet("http://pastebin.com/raw/c0FZEWWt", true)) ()
  275. end)
  276.  
  277. TrollScript.Name = "TrollScript"
  278. TrollScript.Parent = ScriptsTab
  279. TrollScript.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  280. TrollScript.Position = UDim2.new(0.181818187, 0, 0.669201493, 0)
  281. TrollScript.Size = UDim2.new(0, 140, 0, 45)
  282. TrollScript.Font = Enum.Font.SourceSansBold
  283. TrollScript.Text = "Troll Script"
  284. TrollScript.TextColor3 = Color3.new(1, 1, 1)
  285. TrollScript.TextSize = 20
  286. TrollScript.TextWrapped = true
  287. TrollScript.MouseButton1Down:connect(function()
  288. loadstring(game:HttpGet("http://pastebin.com/raw/B3EpHDHr", true)) ()
  289. end)
  290.  
  291. GUIs.Name = "GUIs"
  292. GUIs.Parent = Lucify
  293. GUIs.Active = true
  294. GUIs.Draggable = true
  295. GUIs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  296. GUIs.Position = UDim2.new(0.695804179, 0, 0.482649833, 0)
  297. GUIs.Selectable = true
  298. GUIs.Size = UDim2.new(0, 244, 0, 317)
  299. GUIs.Visible = true
  300.  
  301.  
  302. GUITitle.Name = "GUITitle"
  303. GUITitle.Parent = GUIs
  304. GUITitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  305. GUITitle.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  306. GUITitle.Position = UDim2.new(0.315930694, 0, 0.0227128267, 0)
  307. GUITitle.Size = UDim2.new(0, 88, 0, 29)
  308. GUITitle.Font = Enum.Font.SourceSansBold
  309. GUITitle.Text = "GUIS"
  310. GUITitle.TextColor3 = Color3.new(1, 1, 1)
  311. GUITitle.TextScaled = true
  312. GUITitle.TextSize = 14
  313. GUITitle.TextWrapped = true
  314.  
  315. MagnetGUI.Name = "MagnetGUI"
  316. MagnetGUI.Parent = GUIs
  317. MagnetGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  318. MagnetGUI.Position = UDim2.new(0.210506707, 0, 0.172422081, 0)
  319. MagnetGUI.Size = UDim2.new(0, 140, 0, 45)
  320. MagnetGUI.Font = Enum.Font.SourceSansBold
  321. MagnetGUI.Text = "Magnet Simulator"
  322. MagnetGUI.TextColor3 = Color3.new(1, 1, 1)
  323. MagnetGUI.TextSize = 20
  324. MagnetGUI.TextWrapped = true
  325. Magnet.MouseButton1Down:connect(function()
  326. loadsting(game:HttpGet("https://pastebin.com/raw/e9KVnhs8", true))()
  327. end)
  328.  
  329. LumberGUI.Name = "LumberGUI"
  330. LumberGUI.Parent = GUIs
  331. LumberGUI.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  332. LumberGUI.Position = UDim2.new(0.210506707, 0, 0.314377904, 0)
  333. LumberGUI.Size = UDim2.new(0, 140, 0, 45)
  334. LumberGUI.Font = Enum.Font.SourceSansBold
  335. LumberGUI.Text = "Lumber Tycoon 2"
  336. LumberGUI.TextColor3 = Color3.new(1, 1, 1)
  337. LumberGUI.TextSize = 20
  338. LumberGUI.TextWrapped = true
  339. LumberGUI.MouseButton1Down:connect(function()
  340. loadstring(game:HttpGet("https://pastebin.com/raw/A8U2z8SX", true))()
  341. end)
  342.  
  343.  
  344. GUIExit.Name = "GUIExit"
  345. GUIExit.Parent = GUIs
  346. GUIExit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  347. GUIExit.BorderSizePixel = 0
  348. GUIExit.Position = UDim2.new(0.845262825, 0, 0.00626888312, 0)
  349. GUIExit.Size = UDim2.new(0, 31, 0, 23)
  350. GUIExit.Font = Enum.Font.SourceSansBold
  351. GUIExit.Text = "X"
  352. GUIExit.TextColor3 = Color3.new(1, 1, 1)
  353. GUIExit.TextScaled = true
  354. GUIExit.TextSize = 14
  355. GUIExit.TextWrapped = true
  356. GUIExit.MouseButton1Down:connect(function)
  357. GUIs.Visible = false
  358. Main.Visible = true
  359. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement