Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. -- Objects
  2.  
  3. local PuresGUI = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local TextBox = Instance.new("TextBox")
  6. local Username = Instance.new("TextBox")
  7. local Password = Instance.new("TextBox")
  8. local TextButton = Instance.new("TextButton")
  9. local GUI = Instance.new("Frame")
  10. local SCRIPTEXE = Instance.new("TextBox")
  11. local Execute = Instance.new("TextButton")
  12. local NameofEXE = Instance.new("TextLabel")
  13. local Commands = Instance.new("Frame")
  14. local TextBox_2 = Instance.new("TextBox")
  15. local TextButton_2 = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. PuresGUI.Name = "Pures GUI"
  20. PuresGUI.Parent = game.CoreGui
  21.  
  22. Login.Name = "Login"
  23. Login.Parent = PuresGUI
  24. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Login.Position = UDim2.new(0.0617110841, 0, 0.054613933, 0)
  26. Login.Size = UDim2.new(0, 423, 0, 452)
  27. Login.Style = Enum.FrameStyle.DropShadow
  28.  
  29. TextBox.Parent = Login
  30. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextBox.Position = UDim2.new(-0.0023640669, 0, 0.382743359, 0)
  32. TextBox.Size = UDim2.new(0, 408, 0, 47)
  33. TextBox.Font = Enum.Font.SourceSans
  34. TextBox.TextSize = 14
  35.  
  36. Username.Name = "Username"
  37. Username.Parent = Login
  38. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Username.Position = UDim2.new(-0.0023640669, 0, 0.382743359, 0)
  40. Username.Size = UDim2.new(0, 408, 0, 47)
  41. Username.Text = "Username"
  42. Username.TextSize = 14
  43.  
  44. Password.Name = "Password"
  45. Password.Parent = Login
  46. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Password.Position = UDim2.new(0.0248226952, 0, 0.550884962, 0)
  48. Password.Size = UDim2.new(0, 388, 0, 46)
  49. Password.Text = "Password"
  50. Password.TextSize = 14
  51.  
  52. TextButton.Parent = Login
  53. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  54. TextButton.Position = UDim2.new(0.252955079, 0, 0.853982329, 0)
  55. TextButton.Size = UDim2.new(0, 228, 0, 58)
  56. TextButton.Text = "Log In"
  57. TextButton.TextSize = 14
  58.  
  59. GUI.Name = "GUI"
  60. GUI.Parent = PuresGUI
  61. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  62. GUI.Position = UDim2.new(0.522024453, 0, 0.335216582, 0)
  63. GUI.Size = UDim2.new(0, 472, 0, 365)
  64. GUI.Style = Enum.FrameStyle.DropShadow
  65.  
  66. SCRIPTEXE.Name = "SCRIPT EXE"
  67. SCRIPTEXE.Parent = GUI
  68. SCRIPTEXE.BackgroundColor3 = Color3.new(1, 1, 1)
  69. SCRIPTEXE.Position = UDim2.new(0.0593220331, 0, 0.126027405, 0)
  70. SCRIPTEXE.Size = UDim2.new(0, 395, 0, 243)
  71. SCRIPTEXE.Font = Enum.Font.SourceSans
  72. SCRIPTEXE.Text = "Print Lua"
  73. SCRIPTEXE.TextSize = 14
  74.  
  75. Execute.Name = "Execute"
  76. Execute.Parent = GUI
  77. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Execute.Position = UDim2.new(0.0590717271, 0, 0.865753412, 0)
  79. Execute.Size = UDim2.new(0, 200, 0, 50)
  80. Execute.Text = "Execute"
  81. Execute.TextSize = 14
  82.  
  83. NameofEXE.Name = "Name of EXE"
  84. NameofEXE.Parent = GUI
  85. NameofEXE.BackgroundColor3 = Color3.new(1, 1, 1)
  86. NameofEXE.Position = UDim2.new(0.0423728824, 0, 0.00821917877, 0)
  87. NameofEXE.Size = UDim2.new(0, 411, 0, 35)
  88. NameofEXE.Font = Enum.Font.SourceSans
  89. NameofEXE.Text = "Jordans exe"
  90. NameofEXE.TextSize = 14
  91.  
  92. Commands.Name = "Commands"
  93. Commands.Parent = PuresGUI
  94. Commands.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Commands.Position = UDim2.new(0.442361772, 0, 0.0169491544, 0)
  96. Commands.Size = UDim2.new(0, 570, 0, 142)
  97. Commands.Style = Enum.FrameStyle.DropShadow
  98.  
  99. TextBox_2.Parent = Commands
  100. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  101. TextBox_2.Position = UDim2.new(0.111320756, 0, 0.443661988, 0)
  102. TextBox_2.Size = UDim2.new(0, 200, 0, 50)
  103. TextBox_2.Font = Enum.Font.SourceSans
  104. TextBox_2.Text = "Command"
  105. TextBox_2.TextSize = 14
  106.  
  107. TextButton_2.Parent = Commands
  108. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  109. TextButton_2.Position = UDim2.new(0.552267432, 0, 0.443661988, 0)
  110. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  111. TextButton_2.Font = Enum.Font.SourceSans
  112. TextButton_2.Text = "Execute"
  113. TextButton_2.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement