Advertisement
Guest User

fafsfafadxgergszg

a guest
Aug 15th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MainGui = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local bar3 = Instance.new("Frame")
  6. local RoDexLabel = Instance.new("TextLabel")
  7. local credits = Instance.new("TextLabel")
  8. local executionbut = Instance.new("TextButton")
  9. local exitbut = Instance.new("TextButton")
  10. local TextBox = Instance.new("TextBox")
  11. local ScrollingFrame = Instance.new("ScrollingFrame")
  12. local LoginGui = Instance.new("ScreenGui")
  13. local Bar2 = Instance.new("Frame")
  14. local Frame = Instance.new("Frame")
  15. local bar4 = Instance.new("Frame")
  16. local login = Instance.new("TextButton")
  17. local pass = Instance.new("TextBox")
  18. local user = Instance.new("TextBox")
  19. local RodexLabel = Instance.new("TextBox")
  20.  
  21. -- Properties
  22.  
  23. MainGui.Name = "MainGui"
  24. MainGui.Parent = game.CoreGui
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = MainGui
  28. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  29. MainFrame.BorderColor3 = Color3.new(0.666667, 0, 0)
  30. MainFrame.BorderSizePixel = 4
  31. MainFrame.Position = UDim2.new(0.489344895, 0, 0.286063582, 0)
  32. MainFrame.Size = UDim2.new(0, 634, 0, 385)
  33.  
  34. bar3.Name = "bar3"
  35. bar3.Parent = MainFrame
  36. bar3.BackgroundColor3 = Color3.new(1, 0, 0)
  37. bar3.BorderColor3 = Color3.new(0.666667, 0, 0)
  38. bar3.BorderSizePixel = 4
  39. bar3.Size = UDim2.new(0, 633, 0, 18)
  40.  
  41. RoDexLabel.Name = "RoDexLabel"
  42. RoDexLabel.Parent = MainFrame
  43. RoDexLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  44. RoDexLabel.BorderSizePixel = 0
  45. RoDexLabel.Position = UDim2.new(0.00788643491, 0, 0.0649350658, 0)
  46. RoDexLabel.Size = UDim2.new(0, 490, 0, 73)
  47. RoDexLabel.Font = Enum.Font.SciFi
  48. RoDexLabel.FontSize = Enum.FontSize.Size96
  49. RoDexLabel.Text = "Rodex"
  50. RoDexLabel.TextColor3 = Color3.new(0.941177, 0, 0.0235294)
  51. RoDexLabel.TextSize = 100
  52. RoDexLabel.TextWrapped = true
  53.  
  54. credits.Name = "credits"
  55. credits.Parent = MainFrame
  56. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  57. credits.BorderColor3 = Color3.new(0.666667, 0, 0)
  58. credits.BorderSizePixel = 4
  59. credits.NextSelectionUp = RoDexLabel
  60. credits.Position = UDim2.new(0.0015772871, 0, 0.937662363, 0)
  61. credits.Size = UDim2.new(0, 213, 0, 21)
  62. credits.Font = Enum.Font.SciFi
  63. credits.FontSize = Enum.FontSize.Size14
  64. credits.Text = "Made by Bobi123kilu and Nickiplier"
  65. credits.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  66. credits.TextSize = 14
  67. credits.TextXAlignment = Enum.TextXAlignment.Left
  68.  
  69. executionbut.Name = "executionbut"
  70. executionbut.Parent = MainFrame
  71. executionbut.BackgroundColor3 = Color3.new(1, 0, 0)
  72. executionbut.BorderColor3 = Color3.new(0.666667, 0, 0)
  73. executionbut.BorderSizePixel = 4
  74. executionbut.Position = UDim2.new(0.728706598, 0, 0.818181813, 0)
  75. executionbut.Size = UDim2.new(0, 158, 0, 61)
  76. executionbut.Font = Enum.Font.Code
  77. executionbut.FontSize = Enum.FontSize.Size14
  78. executionbut.Text = "Execute"
  79. executionbut.TextSize = 14
  80. executionbut.MouseButtonDown:connect(function()
  81. MainFrame.Visible = false
  82. Execute.Visible = true
  83. end)
  84. exitbut.Name = "exitbut"
  85. exitbut.Parent = MainFrame
  86. exitbut.BackgroundColor3 = Color3.new(1, 0, 0)
  87. exitbut.BorderColor3 = Color3.new(0.666667, 0, 0)
  88. exitbut.BorderSizePixel = 4
  89. exitbut.Position = UDim2.new(0.823343873, 0, 0.106493503, 0)
  90. exitbut.Size = UDim2.new(0, 97, 0, 28)
  91. exitbut.Font = Enum.Font.Code
  92. exitbut.FontSize = Enum.FontSize.Size14
  93. exitbut.Text = "Exit"
  94. exitbut.TextSize = 14
  95.  
  96. TextBox.Parent = MainFrame
  97. TextBox.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  98. TextBox.BorderSizePixel = 0
  99. TextBox.Position = UDim2.new(0.102523662, 0, 0.319480509, 0)
  100. TextBox.Size = UDim2.new(0, 434, 0, 169)
  101. TextBox.Font = Enum.Font.SourceSans
  102. TextBox.FontSize = Enum.FontSize.Size14
  103. TextBox.Text = ""
  104. TextBox.TextSize = 14
  105.  
  106. ScrollingFrame.Parent = MainFrame
  107. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  108. ScrollingFrame.BorderSizePixel = 4
  109. ScrollingFrame.Position = UDim2.new(0.105678231, 0, 0.32207793, 0)
  110. ScrollingFrame.Size = UDim2.new(0, 430, 0, 165)
  111. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  112. ScrollingFrame.ScrollBarThickness = 10
  113.  
  114. LoginGui.Name = "LoginGui"
  115. LoginGui.Parent = game.CoreGui
  116.  
  117. Bar2.Name = "Bar 2"
  118. Bar2.Parent = LoginGui
  119. Bar2.BackgroundColor3 = Color3.new(0.988235, 0, 0.227451)
  120. Bar2.BorderSizePixel = 0
  121. Bar2.Position = UDim2.new(0.147272721, 0, 0.0763097927, 0)
  122. Bar2.Size = UDim2.new(0, 359, 0, 4)
  123.  
  124. Frame.Parent = Bar2
  125. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Frame.BorderColor3 = Color3.new(0.666667, 0, 0)
  127. Frame.BorderSizePixel = 4
  128. Frame.Size = UDim2.new(0, 360, 0, 283)
  129.  
  130. bar4.Name = "bar4"
  131. bar4.Parent = LoginGui
  132. bar4.BackgroundColor3 = Color3.new(0.988235, 0, 0.0627451)
  133. bar4.BorderColor3 = Color3.new(0.666667, 0, 0)
  134. bar4.BorderSizePixel = 4
  135. bar4.Position = UDim2.new(0.147272721, 0, 0.0455580875, 0)
  136. bar4.Size = UDim2.new(0, 360, 0, 33)
  137.  
  138. login.Name = "login"
  139. login.Parent = LoginGui
  140. login.BackgroundColor3 = Color3.new(1, 0, 0)
  141. login.BorderColor3 = Color3.new(0.666667, 0, 0)
  142. login.BorderSizePixel = 4
  143. login.ClipsDescendants = true
  144. login.Position = UDim2.new(0.24969697, 0, 0.339226514, 0)
  145. login.Size = UDim2.new(0, 130, 0, 35)
  146. login.Font = Enum.Font.Code
  147. login.FontSize = Enum.FontSize.Size14
  148. login.Text = "Login"
  149. login.TextColor3 = Color3.new(1, 1, 1)
  150. login.TextSize = 14
  151. if user.Text == "Nope" and pass.Text == "Nope" then
  152. LoginGui.Visible = true
  153. MainGui.Visible = false
  154. end
  155. end)
  156.  
  157. pass.Name = "pass"
  158. pass.Parent = LoginGui
  159. pass.BackgroundColor3 = Color3.new(1, 0, 0)
  160. pass.BorderColor3 = Color3.new(0.666667, 0, 0)
  161. pass.BorderSizePixel = 4
  162. pass.Position = UDim2.new(0.176795587, 0, 0.287286073, 0)
  163. pass.Size = UDim2.new(0, 266, 0, 29)
  164. pass.Font = Enum.Font.SourceSans
  165. pass.FontSize = Enum.FontSize.Size14
  166. pass.Text = "Password"
  167. pass.TextSize = 14
  168. pass.TextXAlignment = Enum.TextXAlignment.Left
  169.  
  170. user.Name = "user"
  171. user.Parent = LoginGui
  172. user.BackgroundColor3 = Color3.new(1, 0, 0)
  173. user.BorderColor3 = Color3.new(0.666667, 0, 0)
  174. user.BorderSizePixel = 4
  175. user.Position = UDim2.new(0.176795587, 0, 0.225245833, 0)
  176. user.Size = UDim2.new(0, 266, 0, 28)
  177. user.Font = Enum.Font.SourceSans
  178. user.FontSize = Enum.FontSize.Size14
  179. user.Text = "Username"
  180. user.TextSize = 14
  181. user.TextXAlignment = Enum.TextXAlignment.Left
  182.  
  183. RodexLabel.Name = "RodexLabel"
  184. RodexLabel.Parent = LoginGui
  185. RodexLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  186. RodexLabel.BorderSizePixel = 0
  187. RodexLabel.Position = UDim2.new(0.181531176, 0, 0.110024452, 0)
  188. RodexLabel.Size = UDim2.new(0, 256, 0, 50)
  189. RodexLabel.Font = Enum.Font.SciFi
  190. RodexLabel.FontSize = Enum.FontSize.Size96
  191. RodexLabel.Text = "RoDex"
  192. RodexLabel.TextColor3 = Color3.new(1, 0, 0)
  193. RodexLabel.TextSize = 100
  194. RodexLabel.TextStrokeColor3 = Color3.new(1, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement