Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScytheV1 = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Bar1 = Instance.new("Frame")
  6. local Bar2 = Instance.new("Frame")
  7. local loginlabel = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local login = Instance.new("TextButton")
  11. local Mainframe = Instance.new("Frame")
  12. local Bar3 = Instance.new("Frame")
  13. local Bar4 = Instance.new("Frame")
  14. local title = Instance.new("TextLabel")
  15. local Credit = Instance.new("TextLabel")
  16. local exebut = Instance.new("TextButton")
  17. local scriptbut = Instance.new("TextButton")
  18. local exitbutton = Instance.new("TextButton")
  19. local ExeFrame = Instance.new("Frame")
  20. local Bar5 = Instance.new("Frame")
  21. local Bar6 = Instance.new("Frame")
  22. local ScrollingFrame = Instance.new("ScrollingFrame")
  23. local exebut_2 = Instance.new("TextButton")
  24. local clear = Instance.new("TextButton")
  25. local TextBox = Instance.new("TextBox")
  26.  
  27. -- Properties
  28.  
  29. ScytheV1.Name = "ScytheV1"
  30. ScytheV1.Parent = game.StarterGui
  31.  
  32. LoginFrame.Name = "LoginFrame"
  33. LoginFrame.Parent = ScytheV1
  34. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  35. LoginFrame.BorderColor3 = Color3.new(0.207843, 0, 0)
  36. LoginFrame.BorderSizePixel = 5
  37. LoginFrame.Position = UDim2.new({0.258, 0},{0.286, 0})
  38. LoginFrame.Size = UDim2.new(0, 244, 0, 327)
  39.  
  40. Bar1.Name = "Bar 1"
  41. Bar1.Parent = LoginFrame
  42. Bar1.BackgroundColor3 = Color3.new(0.207843, 0, 0)
  43. Bar1.Position = UDim2.new({0.022, 0},{0.237, 0})
  44. Bar1.Size = UDim2.new(0, 244, 0, 18)
  45.  
  46. Bar2.Name = "Bar 2"
  47. Bar2.Parent = LoginFrame
  48. Bar2.BackgroundColor3 = Color3.new(0.207843, 0, 0)
  49. Bar2.Position = UDim2.new(0.000985860825, 0, 0.943349123, 0)
  50. Bar2.Size = UDim2.new(0, 244, 0, 18)
  51.  
  52. loginlabel.Name = "loginlabel"
  53. loginlabel.Parent = LoginFrame
  54. loginlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  55. loginlabel.BorderColor3 = Color3.new(0.207843, 0, 0)
  56. loginlabel.BorderSizePixel = 4
  57. loginlabel.Position = UDim2.new(0, 0, 0.0948012173, 0)
  58. loginlabel.Size = UDim2.new(0, 244, 0, 32)
  59. loginlabel.Font = Enum.Font.Cartoon
  60. loginlabel.FontSize = Enum.FontSize.Size24
  61. loginlabel.Text = "Please login"
  62. loginlabel.TextColor3 = Color3.new(0.207843, 0, 0)
  63. loginlabel.TextSize = 24
  64.  
  65. Username.Name = "Username"
  66. Username.Parent = LoginFrame
  67. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Username.BorderColor3 = Color3.new(0.207843, 0, 0)
  69. Username.BorderSizePixel = 4
  70. Username.Position = UDim2.new(0.0286885239, 0, 0.275229365, 0)
  71. Username.Size = UDim2.new(0, 216, 0, 38)
  72. Username.Font = Enum.Font.Cartoon
  73. Username.FontSize = Enum.FontSize.Size24
  74. Username.Text = "Username"
  75. Username.TextColor3 = Color3.new(0.207843, 0, 0)
  76. Username.TextSize = 24
  77. Username.TextXAlignment = Enum.TextXAlignment.Left
  78.  
  79. Password.Name = "Password"
  80. Password.Parent = LoginFrame
  81. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Password.BorderColor3 = Color3.new(0.207843, 0, 0)
  83. Password.BorderSizePixel = 4
  84. Password.Position = UDim2.new(0.0286885239, 0, 0.533639193, 0)
  85. Password.Size = UDim2.new(0, 216, 0, 38)
  86. Password.Font = Enum.Font.Cartoon
  87. Password.FontSize = Enum.FontSize.Size24
  88. Password.Text = "Password"
  89. Password.TextColor3 = Color3.new(0.207843, 0, 0)
  90. Password.TextSize = 24
  91. Password.TextXAlignment = Enum.TextXAlignment.Left
  92.  
  93. login.Name = "login"
  94. login.Parent = LoginFrame
  95. login.BackgroundColor3 = Color3.new(1, 1, 1)
  96. login.BorderColor3 = Color3.new(0.207843, 0, 0)
  97. login.BorderSizePixel = 4
  98. login.Position = UDim2.new(0.229508191, 0, 0.733945012, 0)
  99. login.Size = UDim2.new(0, 117, 0, 50)
  100. login.Font = Enum.Font.Cartoon
  101. login.FontSize = Enum.FontSize.Size24
  102. login.Text = "Submit"
  103. login.TextColor3 = Color3.new(0.207843, 0, 0)
  104. login.TextSize = 24
  105. login.MouseButton1Down:connect(function()
  106. if user.Text == "020_TeeJay" and pass.Text == "BOBGANG" then
  107. LoginFrame.Visible = false
  108. Mainframe.Visible = true
  109. end
  110. end)
  111. Mainframe.Name = "Main frame"
  112. Mainframe.Parent = ScytheV1
  113. Mainframe.Active = true
  114. Mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Mainframe.BorderColor3 = Color3.new(0.207843, 0, 0)
  116. Mainframe.BorderSizePixel = 5
  117. Mainframe.Draggable = true
  118. Mainframe.Position = UDim2.new(0.336593211, 0, 0.0429163575, 0)
  119. Mainframe.Selectable = true
  120. Mainframe.Size = UDim2.new(0, 643, 0, 319)
  121. Mainframe.Visible = false
  122.  
  123. Bar3.Name = "Bar 3"
  124. Bar3.Parent = Mainframe
  125. Bar3.BackgroundColor3 = Color3.new(0.207843, 0, 0)
  126. Bar3.Position = UDim2.new(0.00155520998, 0, 0.00313479616, 0)
  127. Bar3.Size = UDim2.new(0, 642, 0, 18)
  128.  
  129. Bar4.Name = "Bar 4"
  130. Bar4.Parent = Mainframe
  131. Bar4.BackgroundColor3 = Color3.new(0.207843, 0, 0)
  132. Bar4.Position = UDim2.new(0.00155520998, 0, 0.943573654, 0)
  133. Bar4.Size = UDim2.new(0, 642, 0, 18)
  134.  
  135. title.Name = "title"
  136. title.Parent = Mainframe
  137. title.BackgroundColor3 = Color3.new(1, 1, 1)
  138. title.BorderColor3 = Color3.new(0.207843, 0, 0)
  139. title.BorderSizePixel = 5
  140. title.Position = UDim2.new(0.150855362, 0, 0.0909090936, 0)
  141. title.Size = UDim2.new(0, 463, 0, 27)
  142. title.Font = Enum.Font.Cartoon
  143. title.FontSize = Enum.FontSize.Size36
  144. title.Text = "Scythe"
  145. title.TextColor3 = Color3.new(0.207843, 0, 0)
  146. title.TextSize = 34
  147.  
  148. Credit.Name = "Credit"
  149. Credit.Parent = Mainframe
  150. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Credit.BorderColor3 = Color3.new(0.207843, 0, 0)
  152. Credit.BorderSizePixel = 4
  153. Credit.Position = UDim2.new(0.00155520998, 0, 0.868338585, 0)
  154. Credit.Size = UDim2.new(0, 96, 0, 24)
  155. Credit.Font = Enum.Font.SourceSans
  156. Credit.FontSize = Enum.FontSize.Size18
  157. Credit.Text = "Made By Cxrying"
  158. Credit.TextColor3 = Color3.new(0.207843, 0, 0)
  159. Credit.TextSize = 15
  160.  
  161. exebut.Name = "exebut"
  162. exebut.Parent = Mainframe
  163. exebut.BackgroundColor3 = Color3.new(1, 1, 1)
  164. exebut.BorderColor3 = Color3.new(0.207843, 0, 0)
  165. exebut.BorderSizePixel = 5
  166. exebut.Position = UDim2.new(0.0715396553, 0, 0.346394986, 0)
  167. exebut.Size = UDim2.new(0, 200, 0, 68)
  168. exebut.Font = Enum.Font.Cartoon
  169. exebut.FontSize = Enum.FontSize.Size28
  170. exebut.Text = "+Execution+"
  171. exebut.TextColor3 = Color3.new(0.207843, 0, 0)
  172. exebut.TextSize = 25
  173.  
  174. scriptbut.Name = "scriptbut"
  175. scriptbut.Parent = Mainframe
  176. scriptbut.BackgroundColor3 = Color3.new(1, 1, 1)
  177. scriptbut.BorderColor3 = Color3.new(0.207843, 0, 0)
  178. scriptbut.BorderSizePixel = 5
  179. scriptbut.Position = UDim2.new(0.550544322, 0, 0.347962379, 0)
  180. scriptbut.Size = UDim2.new(0, 200, 0, 68)
  181. scriptbut.Font = Enum.Font.Cartoon
  182. scriptbut.FontSize = Enum.FontSize.Size28
  183. scriptbut.Text = "+Scripts+"
  184. scriptbut.TextColor3 = Color3.new(0.207843, 0, 0)
  185. scriptbut.TextSize = 25
  186.  
  187. exitbutton.Name = "exitbutton"
  188. exitbutton.Parent = Mainframe
  189. exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  190. exitbutton.BorderColor3 = Color3.new(0.207843, 0, 0)
  191. exitbutton.BorderSizePixel = 5
  192. exitbutton.Position = UDim2.new(0.328539431, 0, 0.709611893, 0)
  193. exitbutton.Size = UDim2.new(0, 200, 0, 68)
  194. exitbutton.Font = Enum.Font.Cartoon
  195. exitbutton.FontSize = Enum.FontSize.Size28
  196. exitbutton.Text = "+Exit+"
  197. exitbutton.TextColor3 = Color3.new(0.207843, 0, 0)
  198. exitbutton.TextSize = 25
  199.  
  200. ExeFrame.Name = "ExeFrame"
  201. ExeFrame.Parent = ScytheV1
  202. ExeFrame.Active = true
  203. ExeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  204. ExeFrame.BorderColor3 = Color3.new(0.207843, 0, 0)
  205. ExeFrame.BorderSizePixel = 5
  206. ExeFrame.Draggable = true
  207. ExeFrame.Position = UDim2.new(0.33161512, 0, 0.175050303, 0)
  208. ExeFrame.Selectable = true
  209. ExeFrame.Size = UDim2.new(0, 571, 0, 275)
  210. ExeFrame.Visible = false
  211.  
  212. Bar5.Name = "Bar 5"
  213. Bar5.Parent = ExeFrame
  214. Bar5.BackgroundColor3 = Color3.new(0.207843, 0, 0)
  215. Bar5.Position = UDim2.new(0.00175131345, 0, 0.00363636366, 0)
  216. Bar5.Size = UDim2.new(0, 570, 0, 18)
  217.  
  218. Bar6.Name = "Bar 6"
  219. Bar6.Parent = ExeFrame
  220. Bar6.BackgroundColor3 = Color3.new(0.207843, 0, 0)
  221. Bar6.Position = UDim2.new(0.00175131345, 0, 0.934545457, 0)
  222. Bar6.Size = UDim2.new(0, 570, 0, 18)
  223.  
  224. ScrollingFrame.Parent = ExeFrame
  225. ScrollingFrame.BackgroundColor3 = Color3.new(0.443137, 0, 0)
  226. ScrollingFrame.Position = UDim2.new(0.0455341488, 0, 0.11272727, 0)
  227. ScrollingFrame.Size = UDim2.new(0, 520, 0, 179)
  228. ScrollingFrame.ScrollBarThickness = 10
  229.  
  230. exebut_2.Name = "exebut"
  231. exebut_2.Parent = ExeFrame
  232. exebut_2.BackgroundColor3 = Color3.new(1, 1, 1)
  233. exebut_2.BorderColor3 = Color3.new(0.207843, 0, 0)
  234. exebut_2.BorderSizePixel = 5
  235. exebut_2.Position = UDim2.new(0.217162862, 0, 0.800000012, 0)
  236. exebut_2.Size = UDim2.new(0, 107, 0, 29)
  237. exebut_2.Font = Enum.Font.Cartoon
  238. exebut_2.FontSize = Enum.FontSize.Size28
  239. exebut_2.Text = "+Execute+"
  240. exebut_2.TextColor3 = Color3.new(0.207843, 0, 0)
  241. exebut_2.TextSize = 25
  242.  
  243. clear.Name = "clear"
  244. clear.Parent = ExeFrame
  245. clear.BackgroundColor3 = Color3.new(1, 1, 1)
  246. clear.BorderColor3 = Color3.new(0.207843, 0, 0)
  247. clear.BorderSizePixel = 5
  248. clear.Position = UDim2.new(0.565674245, 0, 0.800000012, 0)
  249. clear.Size = UDim2.new(0, 107, 0, 29)
  250. clear.Font = Enum.Font.Cartoon
  251. clear.FontSize = Enum.FontSize.Size28
  252. clear.Text = "+Clear+"
  253. clear.TextColor3 = Color3.new(0.207843, 0, 0)
  254. clear.TextSize = 25
  255.  
  256. TextBox.Parent = ExeFrame
  257. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  258. TextBox.BorderColor3 = Color3.new(0.207843, 0, 0)
  259. TextBox.BorderSizePixel = 4
  260. TextBox.Position = UDim2.new(0.0455341488, 0, 0.11272727, 0)
  261. TextBox.Size = UDim2.new(0, 506, 0, 179)
  262. TextBox.Font = Enum.Font.Cartoon
  263. TextBox.FontSize = Enum.FontSize.Size28
  264. TextBox.Text = "Your script here"
  265. TextBox.TextColor3 = Color3.new(0.207843, 0, 0)
  266. TextBox.TextSize = 25
  267. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  268. TextBox.TextYAlignment = Enum.TextYAlignment.Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement