Advertisement
leojenkins

codzlion-gui-lt2

Mar 31st, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local CodzlionHub = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local bar = Instance.new("Frame")
  9. local quitbutton = Instance.new("TextButton")
  10. local mtitle = Instance.new("TextLabel")
  11. local dirtbutton = Instance.new("TextButton")
  12. local ferrybutton = Instance.new("TextButton")
  13. local dupebutton = Instance.new("TextButton")
  14. local openbutton = Instance.new("TextButton")
  15. local lframe = Instance.new("Frame")
  16. local lbar = Instance.new("Frame")
  17. local username = Instance.new("TextBox")
  18. local ltext = Instance.new("TextLabel")
  19. local password = Instance.new("TextBox")
  20. local loginbutton = Instance.new("TextButton")
  21. local errortext = Instance.new("TextLabel")
  22.  
  23. --Properties:
  24.  
  25. CodzlionHub.Name = "CodzlionHub"
  26. CodzlionHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. CodzlionHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = CodzlionHub
  31. Main.BackgroundColor3 = Color3.fromRGB(105, 107, 124)
  32. Main.BorderColor3 = Color3.fromRGB(255, 255, 255)
  33. Main.BorderSizePixel = 0
  34. Main.Position = UDim2.new(0.0916128457, 0, 0.024280725, 0)
  35. Main.Size = UDim2.new(0, 333, 0, 248)
  36. Main.Visible = false
  37.  
  38. bar.Name = "bar"
  39. bar.Parent = Main
  40. bar.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  41. bar.BorderColor3 = Color3.fromRGB(193, 103, 95)
  42. bar.BorderSizePixel = 0
  43. bar.Size = UDim2.new(0, 333, 0, 41)
  44.  
  45. quitbutton.Name = "quitbutton"
  46. quitbutton.Parent = Main
  47. quitbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. quitbutton.BackgroundTransparency = 100.000
  49. quitbutton.BorderSizePixel = 0
  50. quitbutton.Position = UDim2.new(0.876876891, 0, 0.0282258056, 0)
  51. quitbutton.Size = UDim2.new(0, 31, 0, 26)
  52. quitbutton.Font = Enum.Font.GothamBold
  53. quitbutton.Text = "X"
  54. quitbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  55. quitbutton.TextSize = 20.000
  56.  
  57. quitbutton.MouseButton1Down:connect(function()
  58. Main.Visible = false
  59. openbutton.Visible = true
  60. end)
  61.  
  62. mtitle.Name = "mtitle"
  63. mtitle.Parent = Main
  64. mtitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  65. mtitle.BackgroundTransparency = 100.000
  66. mtitle.BorderSizePixel = 0
  67. mtitle.Position = UDim2.new(0.0360360369, 0, 0.0161290318, 0)
  68. mtitle.Size = UDim2.new(0, 133, 0, 33)
  69. mtitle.Font = Enum.Font.GothamBold
  70. mtitle.Text = "LT2 Hub By Codzlion"
  71. mtitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. mtitle.TextSize = 14.000
  73.  
  74. dirtbutton.Name = "dirtbutton"
  75. dirtbutton.Parent = Main
  76. dirtbutton.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  77. dirtbutton.BorderSizePixel = 0
  78. dirtbutton.Position = UDim2.new(0.309309304, 0, 0.262096763, 0)
  79. dirtbutton.Size = UDim2.new(0, 127, 0, 31)
  80. dirtbutton.Font = Enum.Font.GothamBold
  81. dirtbutton.Text = "Dirt"
  82. dirtbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. dirtbutton.TextScaled = true
  84. dirtbutton.TextSize = 25.000
  85. dirtbutton.TextWrapped = true
  86.  
  87. dirtbutton.MouseButton1Down:connect(function()
  88. loadstring(game:HttpGet(('https://pastebin.com/raw/77ESEmng'),true))()
  89. end)
  90.  
  91. ferrybutton.Name = "ferrybutton"
  92. ferrybutton.Parent = Main
  93. ferrybutton.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  94. ferrybutton.BorderSizePixel = 0
  95. ferrybutton.Position = UDim2.new(0.309309304, 0, 0.467741907, 0)
  96. ferrybutton.Size = UDim2.new(0, 127, 0, 31)
  97. ferrybutton.Font = Enum.Font.GothamBold
  98. ferrybutton.Text = "Blueprint"
  99. ferrybutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. ferrybutton.TextScaled = true
  101. ferrybutton.TextSize = 25.000
  102. ferrybutton.TextWrapped = true
  103.  
  104. ferrybutton.MouseButton1Down:connect(function()
  105. loadstring(game:HttpGet(('https://pastebin.com/raw/D46E1PYw'),true))()
  106. end)
  107.  
  108. dupebutton.Name = "dupebutton"
  109. dupebutton.Parent = Main
  110. dupebutton.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  111. dupebutton.BorderSizePixel = 0
  112. dupebutton.Position = UDim2.new(0.309309304, 0, 0.673387051, 0)
  113. dupebutton.Size = UDim2.new(0, 127, 0, 31)
  114. dupebutton.Font = Enum.Font.GothamBold
  115. dupebutton.Text = "Dupe"
  116. dupebutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. dupebutton.TextScaled = true
  118. dupebutton.TextSize = 25.000
  119. dupebutton.TextWrapped = true
  120.  
  121.  
  122. dupebutton.MouseButton1Down:connect(function()
  123. loadstring(game:HttpGet(('https://pastebin.com/raw/UDhAjwaA'),true))()
  124. end)
  125.  
  126. openbutton.Name = "openbutton"
  127. openbutton.Parent = CodzlionHub
  128. openbutton.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  129. openbutton.BorderSizePixel = 0
  130. openbutton.Position = UDim2.new(0.05, 0, 0.921, 0)
  131. openbutton.Size = UDim2.new(0, 132, 0, 27)
  132. openbutton.Font = Enum.Font.GothamBold
  133. openbutton.Text = "Open"
  134. openbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. openbutton.TextScaled = true
  136. openbutton.TextSize = 14.000
  137. openbutton.TextWrapped = true
  138. openbutton.Visible = false
  139.  
  140. openbutton.MouseButton1Down:connect(function()
  141. Main.Visible = true
  142. openbutton.Visible = false
  143. end)
  144.  
  145. CodzlionHub.Name = "CodzlionHub"
  146. CodzlionHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  147. CodzlionHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  148.  
  149. lframe.Name = "lframe"
  150. lframe.Parent = CodzlionHub
  151. lframe.BackgroundColor3 = Color3.fromRGB(105, 107, 124)
  152. lframe.BorderSizePixel = 0
  153. lframe.Position = UDim2.new(0.331967205, 0, 0.267813265, 0)
  154. lframe.Size = UDim2.new(0, 340, 0, 259)
  155.  
  156. lbar.Name = "lbar"
  157. lbar.Parent = lframe
  158. lbar.Active = true
  159. lbar.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  160. lbar.BorderSizePixel = 0
  161. lbar.Selectable = true
  162. lbar.Size = UDim2.new(0, 340, 0, 41)
  163.  
  164. username.Name = "username"
  165. username.Parent = lframe
  166. username.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  167. username.BorderSizePixel = 0
  168. username.Position = UDim2.new(0.129411772, 0, 0.243346021, 0)
  169. username.Size = UDim2.new(0, 251, 0, 37)
  170. username.Font = Enum.Font.GothamBold
  171. username.PlaceholderText = "Username"
  172. username.Text = ""
  173. username.TextColor3 = Color3.fromRGB(255, 255, 255)
  174. username.TextSize = 17.000
  175. username.TextWrapped = true
  176.  
  177. ltext.Name = "ltext"
  178. ltext.Parent = lframe
  179. ltext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. ltext.BackgroundTransparency = 100.000
  181. ltext.BorderSizePixel = 0
  182. ltext.Position = UDim2.new(0.203683108, 0, -0.0180914998, 0)
  183. ltext.Size = UDim2.new(0, 200, 0, 50)
  184. ltext.Font = Enum.Font.GothamBold
  185. ltext.Text = "Login"
  186. ltext.TextColor3 = Color3.fromRGB(255, 255, 255)
  187. ltext.TextSize = 18.000
  188.  
  189. errortext.Name = "errortext"
  190. errortext.Parent = lframe
  191. errortext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  192. errortext.BackgroundTransparency = 100.000
  193. errortext.BorderSizePixel = 0
  194. errortext.Position = UDim2.new(0, 0, 0.806949794, 0)
  195. errortext.Size = UDim2.new(0, 340, 0, 50)
  196. errortext.Font = Enum.Font.GothamBold
  197. errortext.Text = "Username or password is incorrect"
  198. errortext.TextColor3 = Color3.fromRGB(255, 80, 80)
  199. errortext.TextSize = 18.000
  200. errortext.TextWrapped = true
  201. errortext.Visible = false
  202.  
  203. password.Name = "password"
  204. password.Parent = lframe
  205. password.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  206. password.BorderSizePixel = 0
  207. password.Position = UDim2.new(0.129411772, 0, 0.479087472, 0)
  208. password.Size = UDim2.new(0, 251, 0, 37)
  209. password.Font = Enum.Font.GothamBold
  210. password.PlaceholderText = "Password"
  211. password.Text = ""
  212. password.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. password.TextSize = 17.000
  214. password.TextWrapped = true
  215.  
  216. loginbutton.Name = "loginbutton"
  217. loginbutton.Parent = lframe
  218. loginbutton.BackgroundColor3 = Color3.fromRGB(61, 62, 72)
  219. loginbutton.BorderSizePixel = 0
  220. loginbutton.Position = UDim2.new(0.297058821, 0, 0.69581753, 0)
  221. loginbutton.Size = UDim2.new(0, 135, 0, 28)
  222. loginbutton.Font = Enum.Font.GothamBold
  223. loginbutton.Text = "Login"
  224. loginbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. loginbutton.TextSize = 14.000
  226.  
  227. loginbutton.MouseButton1Down:connect(function()
  228.  
  229. if username.Text == "codzlion" and password.Text == "123456" then
  230.  
  231. Main.Visible = true
  232. lframe.Visible = false
  233.  
  234. else
  235.  
  236. errortext.Visible = true
  237.  
  238. end
  239. end)
  240.  
  241. -- Scripts:
  242.  
  243. local function CFVS_fake_script() -- lframe.drag
  244. local script = Instance.new('LocalScript', lframe)
  245.  
  246. script.Parent.Active = true
  247. script.Parent.Draggable = true
  248.  
  249. local script1 = Instance.new('LocalScript', Main)
  250.  
  251. script1.Parent.Active = true
  252. script1.Parent.Draggable = true
  253.  
  254. end
  255. coroutine.wrap(CFVS_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement