Advertisement
Guest User

Randomfewf

a guest
Aug 15th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Rodex = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local bar1 = Instance.new("Frame")
  6. local bar2 = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local TextButton = Instance.new("TextButton")
  9. local bar2_2 = Instance.new("Frame")
  10. local bar2_3 = Instance.new("Frame")
  11. local LoginFrame = Instance.new("Frame")
  12. local bar = Instance.new("Frame")
  13. local bar2_4 = Instance.new("Frame")
  14. local loginlabel = Instance.new("TextLabel")
  15. local user = Instance.new("TextBox")
  16. local bar1_2 = Instance.new("Frame")
  17. local pass = Instance.new("TextBox")
  18. local bar2_5 = Instance.new("Frame")
  19. local bar2_6 = Instance.new("Frame")
  20. local login = Instance.new("TextButton")
  21. local Madeby = Instance.new("TextBox")
  22. local bar2_7 = Instance.new("Frame")
  23.  
  24. -- Properties
  25.  
  26. Rodex.Name = "Rodex"
  27. Rodex.Parent = game.StarterGui
  28.  
  29. MainFrame.Name = "MainFrame"
  30. MainFrame.Parent = Rodex
  31. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  32. MainFrame.Position = UDim2.new(0.0272207018, 0, 0.00654374296, 0)
  33. MainFrame.Size = UDim2.new(0, 458, 0, 378)
  34.  
  35. bar1.Name = "bar1"
  36. bar1.Parent = MainFrame
  37. bar1.BackgroundColor3 = Color3.new(0, 0, 1)
  38. bar1.BorderSizePixel = 0
  39. bar1.Position = UDim2.new(0, 0, -0.00793650839, 0)
  40. bar1.Size = UDim2.new(0, 458, 0, 21)
  41.  
  42. bar2.Name = "bar2"
  43. bar2.Parent = MainFrame
  44. bar2.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  45. bar2.BorderSizePixel = 0
  46. bar2.Position = UDim2.new(0, 0, 0.0476190485, 0)
  47. bar2.Size = UDim2.new(0, 458, 0, 9)
  48.  
  49. title.Name = "title"
  50. title.Parent = MainFrame
  51. title.BackgroundColor3 = Color3.new(1, 1, 1)
  52. title.BackgroundTransparency = 1
  53. title.Position = UDim2.new(0.233624458, 0, 0.095238097, 0)
  54. title.Size = UDim2.new(0, 237, 0, 87)
  55. title.Font = Enum.Font.SciFi
  56. title.FontSize = Enum.FontSize.Size14
  57. title.Text = "RoDex"
  58. title.TextColor3 = Color3.new(0, 0, 1)
  59. title.TextScaled = true
  60. title.TextSize = 14
  61. title.TextWrapped = true
  62.  
  63. TextButton.Parent = MainFrame
  64. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextButton.Position = UDim2.new(0.0851528421, 0, 0.611111104, 0)
  66. TextButton.Size = UDim2.new(0, 193, 0, 84)
  67. TextButton.Font = Enum.Font.SourceSans
  68. TextButton.FontSize = Enum.FontSize.Size14
  69. TextButton.TextSize = 14
  70. TextButton.TextWrapped = true
  71.  
  72. bar2_2.Name = "bar2"
  73. bar2_2.Parent = MainFrame
  74. bar2_2.BackgroundColor3 = Color3.new(0, 0, 1)
  75. bar2_2.BorderColor3 = Color3.new(0, 0, 0)
  76. bar2_2.BorderSizePixel = 0
  77. bar2_2.Position = UDim2.new(-0.01183635, 0, -0.000698626041, 0)
  78. bar2_2.Size = UDim2.new(0, 5, 0, 377)
  79.  
  80. bar2_3.Name = "bar2"
  81. bar2_3.Parent = MainFrame
  82. bar2_3.BackgroundColor3 = Color3.new(0, 0, 1)
  83. bar2_3.BorderColor3 = Color3.new(0, 0, 0)
  84. bar2_3.BorderSizePixel = 0
  85. bar2_3.Position = UDim2.new(0.989082992, 0, 0.0185185187, 0)
  86. bar2_3.Size = UDim2.new(0, 5, 0, 377)
  87.  
  88. LoginFrame.Name = "LoginFrame"
  89. LoginFrame.Parent = Rodex
  90. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  91. LoginFrame.Position = UDim2.new(0.40413329, 0, 0.00707125664, 0)
  92. LoginFrame.Size = UDim2.new(0, 760, 0, 515)
  93.  
  94. bar.Name = "bar"
  95. bar.Parent = LoginFrame
  96. bar.BackgroundColor3 = Color3.new(0, 0, 0.427451)
  97. bar.BorderColor3 = Color3.new(0, 0, 0)
  98. bar.BorderSizePixel = 0
  99. bar.Position = UDim2.new(0, 0, 0.02330097, 0)
  100. bar.Size = UDim2.new(0, 758, 0, 5)
  101.  
  102. bar2_4.Name = "bar2"
  103. bar2_4.Parent = LoginFrame
  104. bar2_4.BackgroundColor3 = Color3.new(0, 0, 1)
  105. bar2_4.BorderColor3 = Color3.new(0, 0, 0)
  106. bar2_4.BorderSizePixel = 0
  107. bar2_4.Position = UDim2.new(-0.0131578948, 0, -0.00776699046, 0)
  108. bar2_4.Size = UDim2.new(0, 9, 0, 520)
  109.  
  110. loginlabel.Name = "loginlabel"
  111. loginlabel.Parent = LoginFrame
  112. loginlabel.BackgroundColor3 = Color3.new(0, 0, 0)
  113. loginlabel.BorderSizePixel = 0
  114. loginlabel.Draggable = true
  115. loginlabel.Position = UDim2.new(0.161842108, 0, 0.0893203914, 0)
  116. loginlabel.Size = UDim2.new(0, 498, 0, 104)
  117. loginlabel.Font = Enum.Font.SciFi
  118. loginlabel.FontSize = Enum.FontSize.Size96
  119. loginlabel.Text = "πŸ€”RoDexπŸ€”"
  120. loginlabel.TextColor3 = Color3.new(0, 0, 1)
  121. loginlabel.TextSize = 100
  122.  
  123. user.Name = "user"
  124. user.Parent = LoginFrame
  125. user.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  126. user.BorderColor3 = Color3.new(1, 0, 0)
  127. user.BorderSizePixel = 4
  128. user.Position = UDim2.new(0.259210527, 0, 0.396116495, 0)
  129. user.Size = UDim2.new(0, 260, 0, 30)
  130. user.Font = Enum.Font.SourceSans
  131. user.FontSize = Enum.FontSize.Size14
  132. user.Text = "Username"
  133. user.TextScaled = true
  134. user.TextSize = 14
  135. user.TextWrapped = true
  136. user.TextXAlignment = Enum.TextXAlignment.Left
  137.  
  138. bar1_2.Name = "bar1"
  139. bar1_2.Parent = LoginFrame
  140. bar1_2.BackgroundColor3 = Color3.new(0, 0, 1)
  141. bar1_2.BorderColor3 = Color3.new(0, 0, 0)
  142. bar1_2.BorderSizePixel = 0
  143. bar1_2.Position = UDim2.new(-0.00921052601, 0, -0.0194174759, 0)
  144. bar1_2.Size = UDim2.new(0, 767, 0, 22)
  145.  
  146. pass.Name = "pass"
  147. pass.Parent = LoginFrame
  148. pass.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  149. pass.BorderColor3 = Color3.new(1, 0, 0)
  150. pass.BorderSizePixel = 4
  151. pass.Position = UDim2.new(0.259210527, 0, 0.473786414, 0)
  152. pass.Size = UDim2.new(0, 260, 0, 30)
  153. pass.Font = Enum.Font.SourceSans
  154. pass.FontSize = Enum.FontSize.Size14
  155. pass.Text = "Password"
  156. pass.TextScaled = true
  157. pass.TextSize = 14
  158. pass.TextWrapped = true
  159. pass.TextXAlignment = Enum.TextXAlignment.Left
  160.  
  161. bar2_5.Name = "bar2"
  162. bar2_5.Parent = LoginFrame
  163. bar2_5.BackgroundColor3 = Color3.new(0, 0, 1)
  164. bar2_5.BorderColor3 = Color3.new(0, 0, 0)
  165. bar2_5.BorderSizePixel = 0
  166. bar2_5.Position = UDim2.new(0.993421078, 0, -0.00970873795, 0)
  167. bar2_5.Size = UDim2.new(0, 10, 0, 521)
  168.  
  169. bar2_6.Name = "bar2"
  170. bar2_6.Parent = LoginFrame
  171. bar2_6.BackgroundColor3 = Color3.new(0, 0, 1)
  172. bar2_6.BorderColor3 = Color3.new(0, 0, 0)
  173. bar2_6.BorderSizePixel = 0
  174. bar2_6.Position = UDim2.new(-0.0131578948, 0, 1.0019418, 0)
  175. bar2_6.Size = UDim2.new(0, 775, 0, 12)
  176.  
  177. login.Name = "login"
  178. login.Parent = LoginFrame
  179. login.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  180. login.BorderColor3 = Color3.new(1, 0, 0)
  181. login.BorderSizePixel = 4
  182. login.Position = UDim2.new(0.300000012, 0, 0.617475748, 0)
  183. login.Size = UDim2.new(0, 164, 0, 48)
  184. login.Font = Enum.Font.SourceSans
  185. login.FontSize = Enum.FontSize.Size14
  186. login.Text = "Sumbit"
  187. login.TextSize = 14
  188. login.TextWrapped = true
  189.  
  190. Madeby.Name = "Made by"
  191. Madeby.Parent = LoginFrame
  192. Madeby.BackgroundColor3 = Color3.new(0, 0, 0)
  193. Madeby.BorderSizePixel = 0
  194. Madeby.Position = UDim2.new(0.710526288, 0, 0.891262114, 0)
  195. Madeby.Size = UDim2.new(0, 195, 0, 15)
  196. Madeby.Font = Enum.Font.SourceSans
  197. Madeby.FontSize = Enum.FontSize.Size14
  198. Madeby.Text = "Made by Nickiplier and Bobi123kilu"
  199. Madeby.TextColor3 = Color3.new(1, 1, 1)
  200. Madeby.TextSize = 14
  201.  
  202. bar2_7.Name = "bar2"
  203. bar2_7.Parent = LoginFrame
  204. bar2_7.BackgroundColor3 = Color3.new(0, 0, 1)
  205. bar2_7.BorderColor3 = Color3.new(0, 0, 0)
  206. bar2_7.BorderSizePixel = 0
  207. bar2_7.Position = UDim2.new(-0.649999976, 0, 0.730097115, 0)
  208. bar2_7.Size = UDim2.new(0, 463, 0, 7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement