Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.21 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Mainframe = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local bar2 = Instance.new("Frame")
  7. local exebut = Instance.new("TextButton")
  8. local scriptbut = Instance.new("TextButton")
  9. local exitbut = Instance.new("TextButton")
  10. local credits = Instance.new("TextLabel")
  11. local LoginFrame = Instance.new("Frame")
  12. local bar1 = Instance.new("Frame")
  13. local Loginlabel = Instance.new("TextLabel")
  14. local user = Instance.new("TextBox")
  15. local pass = Instance.new("TextBox")
  16. local login = Instance.new("TextButton")
  17. local ExeFrame = Instance.new("Frame")
  18. local Frame = Instance.new("Frame")
  19. local ScrollingFrame = Instance.new("ScrollingFrame")
  20. local TextBox = Instance.new("TextBox")
  21. local execute = Instance.new("TextButton")
  22. local clear = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. ScreenGui.Parent = game.Coregui
  27.  
  28. Mainframe.Name = "Main frame"
  29. Mainframe.Parent = ScreenGui
  30. Mainframe.Active = true
  31. Mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
  32. Mainframe.BorderColor3 = Color3.new(0.988235, 0.219608, 0.219608)
  33. Mainframe.Draggable = true
  34. Mainframe.Position = UDim2.new(0.118698284, -69, 0.682347476, -48)
  35. Mainframe.Size = UDim2.new(0.334928244, -20, 0.241329476, 100)
  36. Mainframe.Visible = false
  37.  
  38. title.Name = "title"
  39. title.Parent = Mainframe
  40. title.BackgroundColor3 = Color3.new(0, 0, 0)
  41. title.BorderColor3 = Color3.new(1, 0, 0)
  42. title.Position = UDim2.new(0, 0, 0.0599250942, -5)
  43. title.Size = UDim2.new(0.354838699, 261, -0.00749063678, 50)
  44. title.Font = Enum.Font.SourceSans
  45. title.FontSize = Enum.FontSize.Size28
  46. title.Text = "ExDevil"
  47. title.TextColor3 = Color3.new(1, 0, 0)
  48. title.TextSize = 25
  49.  
  50. bar2.Name = "bar2"
  51. bar2.Parent = Mainframe
  52. bar2.BackgroundColor3 = Color3.new(0.741176, 0, 0)
  53. bar2.Size = UDim2.new(0.677419364, 130, -0.314606756, 118)
  54.  
  55. exebut.Name = "exebut"
  56. exebut.Parent = Mainframe
  57. exebut.BackgroundColor3 = Color3.new(0, 0, 0)
  58. exebut.BorderColor3 = Color3.new(1, 0, 0)
  59. exebut.BorderSizePixel = 4
  60. exebut.Position = UDim2.new(0.0198019799, 0, 0.533742309, 0)
  61. exebut.Size = UDim2.new(-0.0594059415, 200, 0.0429447852, 50)
  62. exebut.Font = Enum.Font.SourceSans
  63. exebut.FontSize = Enum.FontSize.Size24
  64. exebut.Text = "Execution"
  65. exebut.TextColor3 = Color3.new(1, 0, 0)
  66. exebut.TextSize = 20
  67.  
  68. scriptbut.Name = "scriptbut"
  69. scriptbut.Parent = Mainframe
  70. scriptbut.BackgroundColor3 = Color3.new(0, 0, 0)
  71. scriptbut.BorderColor3 = Color3.new(1, 0, 0)
  72. scriptbut.BorderSizePixel = 4
  73. scriptbut.Position = UDim2.new(0.5272277, 0, 0.533742309, 0)
  74. scriptbut.Size = UDim2.new(-0.0396039598, 200, 0.0429447852, 50)
  75. scriptbut.Font = Enum.Font.SourceSans
  76. scriptbut.FontSize = Enum.FontSize.Size24
  77. scriptbut.Text = "Scripts"
  78. scriptbut.TextColor3 = Color3.new(1, 0, 0)
  79. scriptbut.TextSize = 20
  80.  
  81. exitbut.Name = "exitbut"
  82. exitbut.Parent = Mainframe
  83. exitbut.BackgroundColor3 = Color3.new(0, 0, 0)
  84. exitbut.BorderColor3 = Color3.new(1, 0, 0)
  85. exitbut.BorderSizePixel = 4
  86. exitbut.Position = UDim2.new(0.809405923, 0, 0.874233127, 0)
  87. exitbut.Size = UDim2.new(-0.321782172, 200, -0.0429447852, 50)
  88. exitbut.Font = Enum.Font.SourceSans
  89. exitbut.FontSize = Enum.FontSize.Size24
  90. exitbut.Text = "Exit"
  91. exitbut.TextColor3 = Color3.new(1, 0, 0)
  92. exitbut.TextSize = 20
  93.  
  94. credits.Name = "credits"
  95. credits.Parent = Mainframe
  96. credits.BackgroundColor3 = Color3.new(0, 0, 0)
  97. credits.BorderColor3 = Color3.new(0, 0, 0)
  98. credits.BorderSizePixel = 0
  99. credits.Position = UDim2.new(0.0148514854, 0, 0, 301)
  100. credits.Size = UDim2.new(0, 111, 0, 20)
  101. credits.ZIndex = 2
  102. credits.Font = Enum.Font.SourceSans
  103. credits.FontSize = Enum.FontSize.Size14
  104. credits.Text = "Made by Amit Baruch"
  105. credits.TextColor3 = Color3.new(1, 0, 0)
  106. credits.TextSize = 14
  107.  
  108. LoginFrame.Name = "Login Frame"
  109. LoginFrame.Parent = ScreenGui
  110. LoginFrame.Active = true
  111. LoginFrame.BackgroundColor3 = Color3.new(0.0117647, 0.0117647, 0.0117647)
  112. LoginFrame.Draggable = true
  113. LoginFrame.Position = UDim2.new(-0.00178309716, 64, 0.351531982, -161)
  114. LoginFrame.Size = UDim2.new(0.177033499, 19, 0.260115594, 100)
  115. LoginFrame.ZIndex = 2
  116.  
  117. bar1.Name = "bar1"
  118. bar1.Parent = LoginFrame
  119. bar1.BackgroundColor3 = Color3.new(0.741176, 0, 0)
  120. bar1.Size = UDim2.new(0.526066363, 115, -0.303571433, 123)
  121. bar1.ZIndex = 2
  122.  
  123. Loginlabel.Name = "Loginlabel"
  124. Loginlabel.Parent = LoginFrame
  125. Loginlabel.BackgroundColor3 = Color3.new(0, 0, 0)
  126. Loginlabel.BorderSizePixel = 0
  127. Loginlabel.Position = UDim2.new(0.026748972, 8, 0.151328906, 6)
  128. Loginlabel.Size = UDim2.new(0.0521326996, 200, -0.0178571437, 50)
  129. Loginlabel.ZIndex = 3
  130. Loginlabel.Font = Enum.Font.SourceSans
  131. Loginlabel.FontSize = Enum.FontSize.Size32
  132. Loginlabel.Text = "Please Login"
  133. Loginlabel.TextColor3 = Color3.new(1, 0.0313726, 0)
  134. Loginlabel.TextSize = 30
  135.  
  136. user.Name = "user"
  137. user.Parent = LoginFrame
  138. user.BackgroundColor3 = Color3.new(0, 0, 0)
  139. user.BorderColor3 = Color3.new(0.207843, 0.0352941, 0.0313726)
  140. user.BorderSizePixel = 4
  141. user.Position = UDim2.new(0.0284360182, 0, 0.485714287, 0)
  142. user.Size = UDim2.new(-0.0189573467, 234, -0.0928571448, 50)
  143. user.ZIndex = 2
  144. user.Font = Enum.Font.SourceSans
  145. user.FontSize = Enum.FontSize.Size24
  146. user.Text = "Username"
  147. user.TextColor3 = Color3.new(1, 0.00392157, 0.00392157)
  148. user.TextSize = 20
  149.  
  150. pass.Name = "pass"
  151. pass.Parent = LoginFrame
  152. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  153. pass.BorderColor3 = Color3.new(0.207843, 0.0352941, 0.0313726)
  154. pass.BorderSizePixel = 4
  155. pass.Position = UDim2.new(0.0331753567, 0, 0.678571403, 0)
  156. pass.Size = UDim2.new(-0.0189573467, 233, -0.10357143, 50)
  157. pass.ZIndex = 2
  158. pass.Font = Enum.Font.SourceSans
  159. pass.FontSize = Enum.FontSize.Size24
  160. pass.Text = "Password"
  161. pass.TextColor3 = Color3.new(1, 0.00392157, 0.00392157)
  162. pass.TextSize = 20
  163.  
  164. login.Name = "login"
  165. login.Parent = LoginFrame
  166. login.BackgroundColor3 = Color3.new(0, 0, 0)
  167. login.BorderColor3 = Color3.new(0.207843, 0, 0)
  168. login.BorderSizePixel = 4
  169. login.Position = UDim2.new(0.0331753567, 0, 0.828571439, 0)
  170. login.Size = UDim2.new(-0.0189573467, 233, -0.0392857157, 50)
  171. login.ZIndex = 2
  172. login.Font = Enum.Font.SourceSans
  173. login.FontSize = Enum.FontSize.Size24
  174. login.Text = "Submit"
  175. login.TextColor3 = Color3.new(1, 0.168627, 0.168627)
  176. login.TextSize = 24
  177. login.MouseButton1Down:connect(function()
  178. if user.Text == "toonzue" and pass.text == "hi" then
  179. LoginFrame.Visible = true
  180. Mainframe.visible = true
  181. end
  182. end)
  183. ExeFrame.Name = "ExeFrame"
  184. ExeFrame.Parent = ScreenGui
  185. ExeFrame.Active = true
  186. ExeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  187. ExeFrame.Draggable = true
  188. ExeFrame.Position = UDim2.new(0.406077325, 0, 0.232409388, 0)
  189. ExeFrame.Size = UDim2.new(0.332280993, 100, 0.212153524, 100)
  190. ExeFrame.Visible = false
  191.  
  192. Frame.Parent = ExeFrame
  193. Frame.BackgroundColor3 = Color3.new(0.807843, 0, 0)
  194. Frame.BorderSizePixel = 0
  195. Frame.Size = UDim2.new(0.808061421, 100, -0.230769232, 100)
  196.  
  197. ScrollingFrame.Parent = ExeFrame
  198. ScrollingFrame.BackgroundColor3 = Color3.new(0.764706, 0.764706, 0.764706)
  199. ScrollingFrame.Position = UDim2.new(0.0874526128, 0, 0.180602014, 0)
  200. ScrollingFrame.Size = UDim2.new(0.658291459, 100, 0.334448159, 100)
  201.  
  202. TextBox.Parent = ScrollingFrame
  203. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  204. TextBox.Size = UDim2.new(0.519187331, 200, 2.375, 50)
  205. TextBox.Font = Enum.Font.SourceSans
  206. TextBox.FontSize = Enum.FontSize.Size18
  207. TextBox.Text = "print(\"Script Here\");"
  208. TextBox.TextSize = 15
  209. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  210. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  211.  
  212. execute.Name = "execute"
  213. execute.Parent = ExeFrame
  214. execute.BackgroundColor3 = Color3.new(0, 0, 0)
  215. execute.BorderSizePixel = 0
  216. execute.Position = UDim2.new(0.199616119, 0, 0.882943153, 0)
  217. execute.Size = UDim2.new(-0.143953934, 200, -0.0602006689, 50)
  218. execute.ZIndex = 2
  219. execute.Font = Enum.Font.SourceSans
  220. execute.FontSize = Enum.FontSize.Size24
  221. execute.Text = "Execute"
  222. execute.TextColor3 = Color3.new(1, 0, 0)
  223. execute.TextSize = 20
  224.  
  225. clear.Name = "clear"
  226. clear.Parent = ExeFrame
  227. clear.BackgroundColor3 = Color3.new(0, 0, 0)
  228. clear.BorderSizePixel = 0
  229. clear.Position = UDim2.new(0.533589244, 0, 0.882943153, 0)
  230. clear.Size = UDim2.new(-0.143953934, 200, -0.0602006689, 50)
  231. clear.ZIndex = 2
  232. clear.Font = Enum.Font.SourceSans
  233. clear.FontSize = Enum.FontSize.Size24
  234. clear.Text = "Clear"
  235. clear.TextColor3 = Color3.new(1, 0, 0)
  236. clear.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement