Advertisement
spidercraft78

Untitled

Apr 15th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Login = Instance.new("ScreenGui")
  4. local login = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local pseudo = Instance.new("TextBox")
  7. local login_2 = Instance.new("TextButton")
  8. local nom = Instance.new("TextLabel")
  9. local Executor = Instance.new("Frame")
  10. local Frame_2 = Instance.new("Frame")
  11. local created = Instance.new("TextLabel")
  12. local executor = Instance.new("TextButton")
  13. local scripts = Instance.new("TextButton")
  14. local nom_2 = Instance.new("TextLabel")
  15. local TextButton = Instance.new("TextButton")
  16. local Frame_3 = Instance.new("Frame")
  17. local GrabKnife = Instance.new("TextButton")
  18. local TextLabel = Instance.new("TextLabel")
  19.  
  20. -- Properties
  21.  
  22. Login.Name = "Login"
  23. Login.Parent = game.StarterGui
  24.  
  25. login.Name = "login"
  26. login.Parent = Login
  27. login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  28. login.Position = UDim2.new(0, 0, 0.00332225906, 0)
  29. login.Size = UDim2.new(0, 251, 0, 345)
  30.  
  31. Frame.Parent = login
  32. Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  33. Frame.BorderSizePixel = 0
  34. Frame.Size = UDim2.new(0, 245, 0, 28)
  35.  
  36. pseudo.Name = "pseudo"
  37. pseudo.Parent = Frame
  38. pseudo.BackgroundColor3 = Color3.new(0, 0, 0)
  39. pseudo.Position = UDim2.new(0.107867017, 0, 4.4725914, 0)
  40. pseudo.Size = UDim2.new(0, 200, 0, 23)
  41. pseudo.Font = Enum.Font.SourceSansSemibold
  42. pseudo.Text = "Pseudo"
  43. pseudo.TextColor3 = Color3.new(1, 1, 1)
  44. pseudo.TextSize = 20
  45. pseudo.TextXAlignment = Enum.TextXAlignment.Left
  46.  
  47. login_2.Name = "login"
  48. login_2.Parent = Frame
  49. login_2.BackgroundColor3 = Color3.new(0, 0, 0)
  50. login_2.Position = UDim2.new(0.107867017, 0, 7.58388662, 0)
  51. login_2.Size = UDim2.new(0, 200, 0, 50)
  52. login_2.Font = Enum.Font.SourceSansSemibold
  53. login_2.Text = "Login"
  54. login_2.TextColor3 = Color3.new(1, 1, 1)
  55. login_2.TextSize = 30
  56.  
  57. nom.Name = "nom"
  58. nom.Parent = Frame
  59. nom.BackgroundColor3 = Color3.new(0, 0, 0)
  60. nom.Size = UDim2.new(0, 251, 0, 25)
  61. nom.Font = Enum.Font.SourceSansSemibold
  62. nom.Text = "SpiderExecutor"
  63. nom.TextColor3 = Color3.new(0.666667, 0, 0)
  64. nom.TextSize = 20
  65.  
  66. Executor.Name = "Executor"
  67. Executor.Parent = Login
  68. Executor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  69. Executor.Position = UDim2.new(0.256908894, 0, -0.0141196027, 0)
  70. Executor.Size = UDim2.new(0, 392, 0, 272)
  71.  
  72. Frame_2.Parent = Executor
  73. Frame_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  74. Frame_2.BorderSizePixel = 0
  75. Frame_2.Size = UDim2.new(0, 392, 0, 28)
  76.  
  77. created.Name = "created"
  78. created.Parent = Frame_2
  79. created.BackgroundColor3 = Color3.new(0, 0, 0)
  80. created.BackgroundTransparency = 1
  81. created.BorderColor3 = Color3.new(0.0627451, 0.141176, 0.00784314)
  82. created.BorderSizePixel = 0
  83. created.Position = UDim2.new(0, 0, 7.92857122, 0)
  84. created.Size = UDim2.new(0, 200, 0, 50)
  85. created.Font = Enum.Font.SourceSansSemibold
  86. created.Text = "Made By spidercraft78"
  87. created.TextColor3 = Color3.new(1, 1, 1)
  88. created.TextSize = 20
  89. created.TextXAlignment = Enum.TextXAlignment.Left
  90. created.TextYAlignment = Enum.TextYAlignment.Bottom
  91.  
  92. executor.Name = "executor"
  93. executor.Parent = Frame_2
  94. executor.BackgroundColor3 = Color3.new(0, 0, 0)
  95. executor.Position = UDim2.new(0, 0, 4.46428585, 0)
  96. executor.Size = UDim2.new(0, 165, 0, 50)
  97. executor.Font = Enum.Font.SourceSansSemibold
  98. executor.Text = "Executor"
  99. executor.TextColor3 = Color3.new(1, 1, 1)
  100. executor.TextSize = 14
  101.  
  102. scripts.Name = "scripts"
  103. scripts.Parent = Frame_2
  104. scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  105. scripts.Position = UDim2.new(0.581632614, 0, 4.46428585, 0)
  106. scripts.Size = UDim2.new(0, 165, 0, 50)
  107. scripts.Font = Enum.Font.SourceSansSemibold
  108. scripts.Text = "Scripts"
  109. scripts.TextColor3 = Color3.new(1, 1, 1)
  110. scripts.TextSize = 14
  111.  
  112. nom_2.Name = "nom"
  113. nom_2.Parent = Frame_2
  114. nom_2.BackgroundColor3 = Color3.new(0, 0, 0)
  115. nom_2.BackgroundTransparency = 1
  116. nom_2.BorderColor3 = Color3.new(0.0627451, 0.141176, 0.00784314)
  117. nom_2.BorderSizePixel = 0
  118. nom_2.Position = UDim2.new(0, 0, 0.392857134, 0)
  119. nom_2.Size = UDim2.new(0, 392, 0, 17)
  120. nom_2.Font = Enum.Font.SourceSansSemibold
  121. nom_2.Text = "SpiderExecutor"
  122. nom_2.TextColor3 = Color3.new(0.666667, 0, 0)
  123. nom_2.TextSize = 20
  124.  
  125. TextButton.Parent = Executor
  126. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  127. TextButton.Position = UDim2.new(0.941326559, 0, 0.0404411778, 0)
  128. TextButton.Size = UDim2.new(0, 23, 0, 17)
  129. TextButton.Font = Enum.Font.SourceSansSemibold
  130. TextButton.Text = "X"
  131. TextButton.TextColor3 = Color3.new(1, 1, 1)
  132. TextButton.TextSize = 20
  133.  
  134. Frame_3.Parent = Login
  135. Frame_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  136. Frame_3.Position = UDim2.new(0.624360263, 0, 0.275747508, 0)
  137. Frame_3.Size = UDim2.new(0, 349, 0, 323)
  138.  
  139. GrabKnife.Name = "GrabKnife"
  140. GrabKnife.Parent = Frame_3
  141. GrabKnife.BackgroundColor3 = Color3.new(0, 0, 0)
  142. GrabKnife.Position = UDim2.new(0, 0, 0.105263159, 0)
  143. GrabKnife.Size = UDim2.new(0, 200, 0, 50)
  144. GrabKnife.Font = Enum.Font.SourceSans
  145. GrabKnife.Text = "GrabKnife"
  146. GrabKnife.TextColor3 = Color3.new(1, 1, 1)
  147. GrabKnife.TextSize = 14
  148.  
  149. TextLabel.Parent = Frame_3
  150. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  151. TextLabel.Size = UDim2.new(0, 349, 0, 31)
  152. TextLabel.Font = Enum.Font.SourceSansSemibold
  153. TextLabel.Text = "Scripts"
  154. TextLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  155. TextLabel.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement