Advertisement
Guest User

Lucify Fixing...

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