Advertisement
Guest User

hDx85j

a guest
Mar 1st, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.91 KB | None | 0 0
  1. -- {MainUI} --
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Drag = Instance.new("Frame")
  5. local Drag2 = Instance.new("Frame")
  6. wait(0.2)
  7.  
  8. local LoginScreen = Instance.new("Frame")
  9. local Discord = Instance.new("ImageButton")
  10. local DiscordText = Instance.new("TextLabel")
  11. local LoginText = Instance.new("TextLabel")
  12. local TitaniumLogo = Instance.new("ImageLabel")
  13. local LoginAuthentication = Instance.new("TextLabel")
  14. local LoginSuccess = Instance.new("TextLabel")
  15. local Username = Instance.new("TextBox")
  16. local Password = Instance.new("TextBox")
  17. local LoginButton = Instance.new("TextButton")
  18. local Background = Instance.new("Frame")
  19. local PageScroll = Instance.new("ScrollingFrame")
  20.  
  21. wait(0.2)
  22. ScreenGui.Name = "Titanium V1"
  23. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  24. ScreenGui.ResetOnSpawn = false
  25.  
  26. -- {Drag} --
  27.  
  28. Drag.Name = "Drag"
  29. Drag.Active = true
  30. Drag.Visible = true
  31. Drag.Parent = ScreenGui
  32. Drag.BackgroundColor3 = Color3.new(170/255, 0/255, 0/255)
  33. Drag.BackgroundTransparency = 0
  34. Drag.BorderSizePixel = 0
  35. Drag.Position = UDim2.new(0, 100, 0, 0)
  36. Drag.Size = UDim2.new(0, 400, 0, 50)
  37. Drag.Draggable = true
  38.  
  39. -- {Drag2} --
  40.  
  41. Drag2.Name = "Drag2"
  42. Drag2.Parent = ScreenGui
  43. Drag2.Visible = false
  44. Drag2.BackgroundColor3 = Color3.new(170/255, 0/255, 0/255)
  45. Drag2.BackgroundTransparency = 0
  46. Drag2.BorderSizePixel = 0
  47. Drag2.Position = UDim2.new(0, 0, 0, 0)
  48. Drag2.Size = UDim2.new(0, 650, 0, 35)
  49. Drag2.Active = true
  50. Drag2.Selectable = true
  51. Drag2.Draggable = true
  52.  
  53. -- {Background} --
  54.  
  55. Background.Name = "Background"
  56. Background.Visible = true
  57. Background.Parent = Drag2
  58. Background.BackgroundColor3 = Color3.new(85/255, 85/255, 85/255)
  59. Background.BackgroundTransparency = 0
  60. Background.BorderSizePixel = 0
  61. Background.Position = UDim2.new(0, 0, 0, 35)
  62. Background.Size = UDim2.new(0, 650, 0, 400)
  63.  
  64. -- {LoginScreen} --
  65.  
  66. LoginScreen.Name = "LoginScreen"
  67. LoginScreen.Active = true
  68. LoginScreen.Parent = Drag
  69. LoginScreen.BackgroundColor3 = Color3.new(85/255, 85/255, 85/255)
  70. LoginScreen.BackgroundTransparency = 0
  71. LoginScreen.BorderSizePixel = 0
  72. LoginScreen.Position = UDim2.new(0, 0, 0, 50)
  73. LoginScreen.Size = UDim2.new(0, 400, 0, 400)
  74. LoginScreen.Visible = true
  75.  
  76. -- {Discord} --
  77.  
  78. Discord.Name = "Discord"
  79. Discord.Parent = LoginScreen
  80. Discord.BackgroundTransparency = 1
  81. Discord.BorderSizePixel = 0
  82. Discord.Position = UDim2.new(0, 320, 0, 320)
  83. Discord.Size = UDim2.new(0, 70, 0, 70)
  84. Discord.Image = "rbxassetid://665241680"
  85.  
  86. -- {DiscordText} --
  87.  
  88. DiscordText.Name = "DiscordText"
  89. DiscordText.Parent = Discord
  90. DiscordText.BackgroundTransparency = 1
  91. DiscordText.BorderSizePixel = 0
  92. DiscordText.Position = UDim2.new(0, -165, 0, 20)
  93. DiscordText.Size = UDim2.new(0, 180, 0, 30)
  94. DiscordText.Font = "SourceSansLight"
  95. DiscordText.TextSize = 24
  96. DiscordText.Text = "UrbxnSxuls#0732"
  97. DiscordText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  98.  
  99. -- {LoginText} --
  100.  
  101. LoginText.Name = "LoginText"
  102. LoginText.Parent = LoginScreen
  103. LoginText.BackgroundTransparency = 1
  104. LoginText.BorderSizePixel = 0
  105. LoginText.Position = UDim2.new(0, 100, 0, 60)
  106. LoginText.Size = UDim2.new(0, 200, 0, 50)
  107. LoginText.Text = " "
  108. LoginText.TextSize = 48
  109. LoginText.TextColor3 = Color3.new(255, 255, 255)
  110. LoginText.Font = "SourceSansLight"
  111.  
  112. -- {TitaniumLogo} --
  113.  
  114. TitaniumLogo.Name = "TitaniumLogo"
  115. TitaniumLogo.Parent = LoginScreen
  116. TitaniumLogo.BackgroundTransparency = 1
  117. TitaniumLogo.BorderSizePixel = 0
  118. TitaniumLogo.Position = UDim2.new(0, 135, 0, -5)
  119. TitaniumLogo.Size = UDim2.new(0, 130, 0, 130)
  120. TitaniumLogo.Image = "rbxassetid://666502596"
  121.  
  122. -- {LoginAuthentication} --
  123.  
  124. LoginAuthentication.Name = "LoginAuthentication"
  125. LoginAuthentication.Visible = false
  126. LoginAuthentication.Parent = LoginScreen
  127. LoginAuthentication.BackgroundTransparency = 1
  128. LoginAuthentication.BorderSizePixel = 0
  129. LoginAuthentication.Position = UDim2.new(0, 100, 0, 150)
  130. LoginAuthentication.Size = UDim2.new(0, 200, 0, 50)
  131. LoginAuthentication.Text = "Authenticating Login ."
  132. LoginAuthentication.TextSize = 48
  133. LoginAuthentication.TextColor3 = Color3.new(255, 255, 255)
  134. LoginAuthentication.Font = "SourceSansLight"
  135. LoginAuthentication.Text = "Verifying Login ..."
  136.  
  137. -- {LoginText} --
  138.  
  139. LoginSuccess.Name = "LoginSuccess"
  140. LoginSuccess.Visible = false
  141. LoginSuccess.Parent = LoginScreen
  142. LoginSuccess.BackgroundTransparency = 1
  143. LoginSuccess.BorderSizePixel = 0
  144. LoginSuccess.Position = UDim2.new(0, 100, 0, 150)
  145. LoginSuccess.Size = UDim2.new(0, 200, 0, 50)
  146. LoginSuccess.TextSize = 48
  147. LoginSuccess.TextColor3 = Color3.new(255, 255, 255)
  148. LoginSuccess.Font = "SourceSansLight"
  149. LoginSuccess.Text = "Verifying Login ..."
  150. LoginSuccess.Text = "Verified! Loading ..."
  151.  
  152. -- {Username} --
  153.  
  154. Username.Name = "Username"
  155. Username.Parent = LoginText
  156. Username.BackgroundTransparency = 0
  157. Username.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  158. Username.BorderSizePixel = 1
  159. Username.BorderColor3 = Color3.new(0/255, 0/255, 0/255)
  160. Username.Position = UDim2.new(0, 0, 0, 60)
  161. Username.Size = UDim2.new(0, 200, 0, 50)
  162. Username.Text = "Username"
  163. Username.TextSize = 28
  164. Username.Font = "SourceSansLight"
  165. Username.TextWrapped = true
  166.  
  167. -- {Password} --
  168.  
  169. Password.Name = "Password"
  170. Password.Parent = LoginText
  171. Password.BackgroundTransparency = 0
  172. Password.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  173. Password.BorderSizePixel = 1
  174. Password.BorderColor3 = Color3.new(0/255, 0/255, 0/255)
  175. Password.Position = UDim2.new(0, 0, 0, 110)
  176. Password.Size = UDim2.new(0, 200, 0, 50)
  177. Password.Text = "Password"
  178. Password.TextSize = 28
  179. Password.Font = "SourceSansLight"
  180. Password.TextWrapped = true
  181.  
  182. -- {LoginButton} --
  183.  
  184. LoginButton.Name = "Enter"
  185. LoginButton.Parent = LoginText
  186. LoginButton.BackgroundTransparency = 0
  187. LoginButton.BackgroundColor3 = Color3.new(170/255, 0/255, 0/255)
  188. LoginButton.BorderSizePixel = 1
  189. LoginButton.BorderColor3 = Color3.new(0/255, 0/255, 0/255)
  190. LoginButton.Position = UDim2.new(0, 0, 0, 170)
  191. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  192. LoginButton.Text = "Login"
  193. LoginButton.TextSize = 36
  194. LoginButton.Font = "SourceSansLight"
  195. LoginButton.TextWrapped = true
  196. LoginButton.MouseButton1Click:connect(function()
  197. if Username.Text == "" and Password.Text == "" then
  198. LoginText.Visible = false
  199. LoginAuthentication.Visible = true
  200. wait(2)
  201. LoginAuthentication.Visible = false
  202. LoginSuccess.Visible = true
  203. wait(0.5)
  204. Drag.Active = false
  205. Drag.Visible = false
  206. Drag2.Visible = true
  207. elseif Username.Text ~= "" and Password.Text ~= "" then
  208. Username.BorderSizePixel = 0
  209. Password.BorderSizePixel = 0
  210. Username.TextColor3 = Color3.new(170/255, 0/255, 0/255)
  211. Password.TextColor3 = Color3.new(170/255, 0/255, 0/255)
  212. Username.Text = "Login Incorrect"
  213. Password.Text = "Destroying Leecher ..."
  214. wait(2.5)
  215. game.Players.LocalPlayer:Kick()
  216. end
  217. end)
  218.  
  219. -- {PageScroll} --
  220.  
  221. PageScroll.Name = "PageScroll"
  222. PageScroll.Parent = Background
  223. PageScroll.BackgroundTransparency = 1
  224. PageScroll.BorderSizePixel = 0
  225. PageScroll.Position = UDim2.new(0, 0, 0, 0)
  226. PageScroll.Size = UDim2.new(0, 200, 0, 400)
  227. PageScroll.CanvasSize = UDim2.new(0, 0, 2, -5)
  228. PageScroll.ScrollBarThickness = 6
  229.  
  230. -- {Scroll Buttons} --
  231. -- {Scroll Buttons} --
  232. -- {Scroll Buttons} --
  233. -- {Scroll Buttons} --
  234.  
  235. local NonFEButton = Instance.new("TextButton")
  236. local ApocButton = Instance.new("TextButton")
  237. local PrisonLifeButton = Instance.new("TextButton")
  238. local PhantomForcesButton = Instance.new("TextButton")
  239.  
  240. NonFEButton.Name = "NonFEButton"
  241. NonFEButton.Parent = PageScroll
  242. NonFEButton.BackgroundColor3 = Color3.new(170/255, 0/255, 0/255)
  243. NonFEButton.BackgroundTransparency = 0
  244. NonFEButton.BorderSizePixel = 1
  245. NonFEButton.Position = UDim2.new(0, 5, 0, 10)
  246. NonFEButton.Size = UDim2.new(0, 180, 0, 50)
  247. NonFEButton.Font = "SourceSansLight"
  248. NonFEButton.Text = "Non-FE"
  249. NonFEButton.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  250. NonFEButton.TextSize = 24
  251.  
  252. ApocButton.Name = "ApocButton"
  253. ApocButton.Parent = PageScroll
  254. ApocButton.BackgroundColor3 = Color3.new(170/255, 0/255, 0/255)
  255. ApocButton.BackgroundTransparency = 0
  256. ApocButton.BorderSizePixel = 1
  257. ApocButton.Position = UDim2.new(0, 5, 0, 70)
  258. ApocButton.Size = UDim2.new(0, 180, 0, 50)
  259. ApocButton.Font = "SourceSansLight"
  260. ApocButton.Text = "Apocalypse Rising"
  261. ApocButton.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  262. ApocButton.TextSize = 24
  263.  
  264. PrisonLifeButton.Name = "PrisonLifeButton"
  265. PrisonLifeButton.Parent = PageScroll
  266. PrisonLifeButton.BackgroundColor3 = Color3.new(170/255, 0/255, 0/255)
  267. PrisonLifeButton.BackgroundTransparency = 0
  268. PrisonLifeButton.BorderSizePixel = 1
  269. PrisonLifeButton.Position = UDim2.new(0, 5, 0, 130)
  270. PrisonLifeButton.Size = UDim2.new(0, 180, 0, 50)
  271. PrisonLifeButton.Font = "SourceSansLight"
  272. PrisonLifeButton.Text = "Prison Life V2"
  273. PrisonLifeButton.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  274. PrisonLifeButton.TextSize = 24
  275.  
  276. PhantomForcesButton.Name = "PhantomForcesButton"
  277. PhantomForcesButton.Parent = PageScroll
  278. PhantomForcesButton.BackgroundColor3 = Color3.new(170/255, 0/255, 0/255)
  279. PhantomForcesButton.BackgroundTransparency = 0
  280. PhantomForcesButton.BorderSizePixel = 1
  281. PhantomForcesButton.Position = UDim2.new(0, 5, 0, 190)
  282. PhantomForcesButton.Size = UDim2.new(0, 180, 0, 50)
  283. PhantomForcesButton.Font = "SourceSansLight"
  284. PhantomForcesButton.Text = "Phantom Forces"
  285. PhantomForcesButton.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  286. PhantomForcesButton.TextSize = 24
  287.  
  288. -- {Pages} --
  289. -- {Pages} --
  290. -- {Pages} --
  291.  
  292. local WelcomePage = Instance.new("Frame")
  293.  
  294. WelcomePage.Name = "WelcomePage"
  295. WelcomePage.Visible = true
  296. WelcomePage.Parent = Background
  297. WelcomePage.BackgroundTransparency = 1
  298. WelcomePage.BorderSizePixel = 0
  299. WelcomePage.Size = UDim2.new(0, 450, 0, 400)
  300. WelcomePage.Position = UDim2.new(0, 200, 0, 0)
  301.  
  302. -- {Welcome Page Contents} --
  303. -- {Welcome Page Contents} --
  304. -- {Welcome Page Contents} --
  305.  
  306. local WelcomeText = Instance.new("TextLabel")
  307. local WelcomePageSeparater1 = Instance.new("Frame")
  308. local WelcomePageDesc = Instance.new("TextLabel")
  309. local ChangeLog = Instance.new("TextLabel")
  310. local ChangeLog1 = Instance.new("TextLabel")
  311. local ChangeLog2 = Instance.new("TextLabel")
  312. local ChangeLog3 = Instance.new("TextLabel")
  313.  
  314. WelcomeText.Name = "WelcomeText"
  315. WelcomeText.Parent = WelcomePage
  316. WelcomeText.BackgroundTransparency = 1
  317. WelcomeText.BorderSizePixel = 0
  318. WelcomeText.Position = UDim2.new(0, 75, 0, 0)
  319. WelcomeText.Size = UDim2.new(0, 300, 0, 50)
  320. WelcomeText.Font = "SourceSansLight"
  321. WelcomeText.Text = "Welcome to Titanium!"
  322. WelcomeText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  323. WelcomeText.TextSize = 40
  324.  
  325. WelcomePageSeparater1.Name = "WelcomePageSeparater1"
  326. WelcomePageSeparater1.Parent = WelcomePage
  327. WelcomePageSeparater1.BackgroundTransparency = 0
  328. WelcomePageSeparater1.BackgroundColor3 = Color3.new(58/255, 58/255, 58/255)
  329. WelcomePageSeparater1.BorderSizePixel = 0
  330. WelcomePageSeparater1.Position = UDim2.new(0, 50, 0, 100)
  331. WelcomePageSeparater1.Size = UDim2.new(0, 350, 0, 1)
  332.  
  333. WelcomePageDesc.Name = "WelcomePageDesc"
  334. WelcomePageDesc.Parent = WelcomeText
  335. WelcomePageDesc.BackgroundTransparency = 1
  336. WelcomePageDesc.BorderSizePixel = 0
  337. WelcomePageDesc.Position = UDim2.new(0, 50, 0, 50)
  338. WelcomePageDesc.Size = UDim2.new(0, 200, 0, 25)
  339. WelcomePageDesc.Font = "SourceSansLight"
  340. WelcomePageDesc.TextColor3 = Color3.new(170/255, 0/255, 0/255)
  341. WelcomePageDesc.Text = "You're in for some fun."
  342. WelcomePageDesc.TextSize = 28
  343.  
  344. ChangeLog.Name = "ChangeLog"
  345. ChangeLog.Parent = WelcomeText
  346. ChangeLog.BackgroundTransparency = 1
  347. ChangeLog.BorderSizePixel = 0
  348. ChangeLog.Position = UDim2.new(0, 0, 0, 105)
  349. ChangeLog.Size = UDim2.new(0, 300, 0, 35)
  350. ChangeLog.Font = "SourceSansLight"
  351. ChangeLog.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  352. ChangeLog.Text = "Change Log"
  353. ChangeLog.TextSize = 40
  354.  
  355. ChangeLog1.Name = "ChangeLog1"
  356. ChangeLog1.Parent = ChangeLog
  357. ChangeLog1.BackgroundTransparency = 1
  358. ChangeLog1.BorderSizePixel = 0
  359. ChangeLog1.Position = UDim2.new(0, -25, 0, 40)
  360. ChangeLog1.Size = UDim2.new(0, 200, 0, 25)
  361. ChangeLog1.Font = "SourceSans"
  362. ChangeLog1.Text = "- New UI"
  363. ChangeLog1.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  364. ChangeLog1.TextSize = 24
  365. ChangeLog1.TextXAlignment = Enum.TextXAlignment.Left
  366.  
  367. ChangeLog2.Name = "ChangeLog2"
  368. ChangeLog2.Parent = ChangeLog
  369. ChangeLog2.BackgroundTransparency = 1
  370. ChangeLog2.BorderSizePixel = 0
  371. ChangeLog2.Position = UDim2.new(0, -25, 0, 70)
  372. ChangeLog2.Size = UDim2.new(0, 200, 0, 25)
  373. ChangeLog2.Font = "SourceSans"
  374. ChangeLog2.Text = "- Welcome Page"
  375. ChangeLog2.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  376. ChangeLog2.TextSize = 24
  377. ChangeLog2.TextXAlignment = Enum.TextXAlignment.Left
  378.  
  379. ChangeLog3.Name = "ChangeLog3"
  380. ChangeLog3.Parent = ChangeLog
  381. ChangeLog3.BackgroundTransparency = 1
  382. ChangeLog3.BorderSizePixel = 0
  383. ChangeLog3.Position = UDim2.new(0, -25, 0, 100)
  384. ChangeLog3.Size = UDim2.new(0, 200, 0, 25)
  385. ChangeLog3.Font = "SourceSans"
  386. ChangeLog3.Text = "- Change Log"
  387. ChangeLog3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  388. ChangeLog3.TextSize = 24
  389. ChangeLog3.TextXAlignment = Enum.TextXAlignment.Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement