Advertisement
Coltoniscool15

Untitled

Jan 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. --[[
  2. BUTTONNAMEHERE!.MouseButton1Down:connect(function()
  3. Script Here
  4. end)
  5.  
  6. this code will be in desc.
  7. --]]
  8.  
  9.  
  10.  
  11.  
  12.  
  13. local BleedGui = Instance.new("ScreenGui")
  14. local LoginFrame = Instance.new("Frame")
  15. local Frame = Instance.new("Frame")
  16. local Frame_2 = Instance.new("Frame")
  17. local TextLabel = Instance.new("TextLabel")
  18. local Username = Instance.new("TextBox")
  19. local Password = Instance.new("TextBox")
  20. local Submit = Instance.new("TextButton")
  21. local MainFrame = Instance.new("Frame")
  22. local Frame_3 = Instance.new("Frame")
  23. local Frame_4 = Instance.new("Frame")
  24. local Title = Instance.new("TextLabel")
  25. local Executor = Instance.new("TextButton")
  26. local Scripts = Instance.new("TextButton")
  27. local Credits = Instance.new("TextLabel")
  28. local ExitButton = Instance.new("TextButton")
  29. local ScriptFrame = Instance.new("Frame")
  30. local Frame_5 = Instance.new("Frame")
  31. local GrabKnife = Instance.new("TextButton")
  32. local Frame_6 = Instance.new("Frame")
  33. local ExitButton_2 = Instance.new("TextButton")
  34.  
  35. -- Properties
  36.  
  37. BleedGui.Name = "BleedGui"
  38. BleedGui.Parent = game.CoreGui
  39.  
  40. LoginFrame.Name = "LoginFrame"
  41. LoginFrame.Parent = BleedGui
  42. LoginFrame.Active = true
  43. LoginFrame.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  44. LoginFrame.Draggable = true
  45. LoginFrame.Position = UDim2.new(0.0787253827, 0, 0.247232482, 0)
  46. LoginFrame.Selectable = true
  47. LoginFrame.Size = UDim2.new(0, 284, 0, 376)
  48.  
  49. Frame.Parent = LoginFrame
  50. Frame.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  51. Frame.Position = UDim2.new(0, 0, 0.0558510721, 0)
  52. Frame.Size = UDim2.new(0, 284, 0, 7)
  53.  
  54. Frame_2.Parent = LoginFrame
  55. Frame_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  56. Frame_2.Position = UDim2.new(-0.0140845086, 0, 0, 0)
  57. Frame_2.Size = UDim2.new(0, 291, 0, 21)
  58.  
  59. TextLabel.Parent = LoginFrame
  60. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextLabel.BackgroundTransparency = 1
  62. TextLabel.Position = UDim2.new(0.147887319, 0, 0.119680852, 0)
  63. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  64. TextLabel.Font = Enum.Font.Garamond
  65. TextLabel.Text = "BleedGui"
  66. TextLabel.TextSize = 30
  67.  
  68. Username.Name = "Username"
  69. Username.Parent = LoginFrame
  70. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  71. Username.BorderColor3 = Color3.new(0, 0, 0)
  72. Username.Position = UDim2.new(0.147887319, 0, 0.34308511, 0)
  73. Username.Size = UDim2.new(0, 200, 0, 39)
  74. Username.Font = Enum.Font.SourceSans
  75. Username.Text = "Username"
  76. Username.TextColor3 = Color3.new(1, 1, 1)
  77. Username.TextSize = 25
  78. Username.TextStrokeColor3 = Color3.new(1, 1, 1)
  79. Username.TextXAlignment = Enum.TextXAlignment.Left
  80.  
  81. Password.Name = "Password"
  82. Password.Parent = LoginFrame
  83. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  84. Password.BorderColor3 = Color3.new(0, 0, 0)
  85. Password.Position = UDim2.new(0.146126762, 0, 0.518617034, 0)
  86. Password.Size = UDim2.new(0, 200, 0, 39)
  87. Password.Font = Enum.Font.SourceSans
  88. Password.Text = "Password"
  89. Password.TextColor3 = Color3.new(1, 1, 1)
  90. Password.TextSize = 25
  91. Password.TextStrokeColor3 = Color3.new(1, 1, 1)
  92. Password.TextXAlignment = Enum.TextXAlignment.Left
  93.  
  94. Submit.Name = "Submit"
  95. Submit.Parent = LoginFrame
  96. Submit.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  97. Submit.Position = UDim2.new(0.147887319, 0, 0.757978737, 0)
  98. Submit.Size = UDim2.new(0, 200, 0, 50)
  99. Submit.Font = Enum.Font.Highway
  100. Submit.Text = "Submit"
  101. Submit.TextColor3 = Color3.new(1, 1, 1)
  102. Submit.TextSize = 30
  103. Submit.TextStrokeColor3 = Color3.new(1, 1, 1)
  104.  
  105. submit.MouseButton1Down:connect(function()
  106. LoginFrame.Visible = false
  107. MainFrame.Visible = true
  108.  
  109.  
  110.  
  111.  
  112.  
  113. MainFrame.Name = "MainFrame"
  114. MainFrame.Parent = BleedGui
  115. MainFrame.Active = true
  116. MainFrame.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  117. MainFrame.BorderSizePixel = 0
  118. MainFrame.Draggable = true
  119. MainFrame.Position = UDim2.new(0, 0, 0.472324729, 0)
  120. MainFrame.Selectable = true
  121. MainFrame.Size = UDim2.new(0, 446, 0, 286)
  122. MainFrame.Visible = false
  123.  
  124. Frame_3.Parent = MainFrame
  125. Frame_3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  126. Frame_3.BorderSizePixel = 0
  127. Frame_3.Position = UDim2.new(-0.00896861032, 0, -0.0104895104, 0)
  128. Frame_3.Size = UDim2.new(0, 454, 0, 21)
  129.  
  130. Frame_4.Parent = MainFrame
  131. Frame_4.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  132. Frame_4.Position = UDim2.new(0, 0, 0.0559440553, 0)
  133. Frame_4.Size = UDim2.new(0, 446, 0, 7)
  134.  
  135. Title.Name = "Title"
  136. Title.Parent = MainFrame
  137. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Title.BackgroundTransparency = 1
  139. Title.Position = UDim2.new(-0.094265148, 0, 0.0637367964, 0)
  140. Title.Size = UDim2.new(0, 200, 0, 50)
  141. Title.Font = Enum.Font.Garamond
  142. Title.Text = "BleedGui"
  143. Title.TextColor3 = Color3.new(0, 0, 0)
  144. Title.TextSize = 30
  145.  
  146. Executor.Name = "Executor"
  147. Executor.Parent = MainFrame
  148. Executor.BackgroundColor3 = Color3.new(1, 1, 1)
  149. Executor.Position = UDim2.new(0.020179376, 0, 0.687062979, 0)
  150. Executor.Size = UDim2.new(0, 200, 0, 50)
  151. Executor.Style = Enum.ButtonStyle.RobloxRoundButton
  152. Executor.Font = Enum.Font.Garamond
  153. Executor.Text = "Executor"
  154. Executor.TextSize = 25
  155.  
  156. Scripts.Name = "Scripts"
  157. Scripts.Parent = MainFrame
  158. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Scripts.Position = UDim2.new(0.531390131, 0, 0.687062979, 0)
  160. Scripts.Size = UDim2.new(0, 200, 0, 50)
  161. Scripts.Style = Enum.ButtonStyle.RobloxRoundButton
  162. Scripts.Font = Enum.Font.Garamond
  163. Scripts.Text = "Scripts"
  164. Scripts.TextSize = 25
  165.  
  166. Credits.Name = "Credits"
  167. Credits.Parent = MainFrame
  168. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  169. Credits.BackgroundTransparency = 1
  170. Credits.Position = UDim2.new(0.0201793723, 0, 0.912587404, 0)
  171. Credits.Size = UDim2.new(0, 164, 0, 25)
  172. Credits.Font = Enum.Font.Highway
  173. Credits.Text = "Made By : PerfectShows"
  174. Credits.TextColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  175. Credits.TextSize = 15
  176. Credits.TextStrokeColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  177. Credits.TextXAlignment = Enum.TextXAlignment.Left
  178.  
  179. ExitButton.Name = "ExitButton"
  180. ExitButton.Parent = MainFrame
  181. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  182. ExitButton.BackgroundTransparency = 1
  183. ExitButton.BorderSizePixel = 0
  184. ExitButton.Position = UDim2.new(0.915428817, 0, -0.0167855397, 0)
  185. ExitButton.Size = UDim2.new(0, 42, 0, 21)
  186. ExitButton.Font = Enum.Font.ArialBold
  187. ExitButton.Text = "X"
  188. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  189. ExitButton.TextSize = 20
  190. ExitButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  191.  
  192. ScriptFrame.Name = "ScriptFrame"
  193. ScriptFrame.Parent = BleedGui
  194. ScriptFrame.Active = true
  195. ScriptFrame.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  196. ScriptFrame.Draggable = true
  197. ScriptFrame.Position = UDim2.new(0.611996233, 0, 0.156826571, 0)
  198. ScriptFrame.Selectable = true
  199. ScriptFrame.Size = UDim2.new(0, 256, 0, 301)
  200. ScriptFrame.Visible = false
  201.  
  202. Frame_5.Parent = ScriptFrame
  203. Frame_5.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  204. Frame_5.BorderSizePixel = 0
  205. Frame_5.Position = UDim2.new(-0.021484375, 0, -0.0132890362, 0)
  206. Frame_5.Size = UDim2.new(0, 267, 0, 21)
  207.  
  208. GrabKnife.Name = "GrabKnife"
  209. GrabKnife.Parent = ScriptFrame
  210. GrabKnife.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  211. GrabKnife.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  212. GrabKnife.BorderSizePixel = 0
  213. GrabKnife.Position = UDim2.new(0.109375, 0, 0.302325577, 0)
  214. GrabKnife.Size = UDim2.new(0, 200, 0, 50)
  215. GrabKnife.Style = Enum.ButtonStyle.RobloxRoundButton
  216. GrabKnife.Font = Enum.Font.Fantasy
  217. GrabKnife.Text = "Grab Knife"
  218. GrabKnife.TextColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  219. GrabKnife.TextSize = 30
  220. GrabKnife.TextStrokeColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  221.  
  222. Frame_6.Parent = ScriptFrame
  223. Frame_6.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  224. Frame_6.Position = UDim2.new(-0.000804658979, 0, 0.0564783812, 0)
  225. Frame_6.Size = UDim2.new(0, 256, 0, 7)
  226.  
  227. ExitButton_2.Name = "ExitButton"
  228. ExitButton_2.Parent = ScriptFrame
  229. ExitButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  230. ExitButton_2.BackgroundTransparency = 1
  231. ExitButton_2.BorderSizePixel = 0
  232. ExitButton_2.Position = UDim2.new(0.859375, 0, -0.0132890362, 0)
  233. ExitButton_2.Size = UDim2.new(0, 42, 0, 21)
  234. ExitButton_2.Font = Enum.Font.ArialBold
  235. ExitButton_2.Text = "X"
  236. ExitButton_2.TextColor3 = Color3.new(1, 1, 1)
  237. ExitButton_2.TextSize = 20
  238. ExitButton_2.TextStrokeColor3 = Color3.new(1, 1, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement