Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 0 0
  1. -- D00m
  2. -- Instances:
  3. local D00M = Instance.new("ScreenGui")
  4. local WhitelistFrame = Instance.new("Frame")
  5. local Bar1 = Instance.new("Frame")
  6. local Bar2 = Instance.new("Frame")
  7. local TitleWhitelist = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Password = Instance.new("TextBox")
  10. local Submit = Instance.new("TextButton")
  11. local MainFrame = Instance.new("Frame")
  12. local Bar1Main = Instance.new("Frame")
  13. local Bar2Main = Instance.new("Frame")
  14. local TitleMain = Instance.new("TextLabel")
  15. local Red = Instance.new("TextButton")
  16. local Green = Instance.new("TextButton")
  17. local Blue = Instance.new("TextButton")
  18. local Yellow = Instance.new("TextButton")
  19. local OPSlingshot = Instance.new("TextButton")
  20. local X = Instance.new("TextButton")
  21. local OpenFrame = Instance.new("Frame")
  22. local OpenButton = Instance.new("TextButton")
  23. --Properties:
  24. D00M.Name = "D00M"
  25. D00M.Parent = game.CoreGui
  26.  
  27. WhitelistFrame.Name = "WhitelistFrame"
  28. WhitelistFrame.Parent = D00M
  29. WhitelistFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  30. WhitelistFrame.BorderSizePixel = 0
  31. WhitelistFrame.Position = UDim2.new(0.0584577098, 0, 0.125498012, 0)
  32. WhitelistFrame.Size = UDim2.new(0, 261, 0, 327)
  33.  
  34. Bar1.Name = "Bar1"
  35. Bar1.Parent = WhitelistFrame
  36. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  37. Bar1.BorderSizePixel = 0
  38. Bar1.Size = UDim2.new(0, 261, 0, 49)
  39.  
  40. Bar2.Name = "Bar2"
  41. Bar2.Parent = WhitelistFrame
  42. Bar2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  43. Bar2.BorderSizePixel = 0
  44. Bar2.Position = UDim2.new(0, 0, 0.14984709, 0)
  45. Bar2.Size = UDim2.new(0, 261, 0, 13)
  46.  
  47. TitleWhitelist.Name = "TitleWhitelist"
  48. TitleWhitelist.Parent = WhitelistFrame
  49. TitleWhitelist.BackgroundColor3 = Color3.new(1, 1, 1)
  50. TitleWhitelist.BackgroundTransparency = 1
  51. TitleWhitelist.BorderSizePixel = 0
  52. TitleWhitelist.Position = UDim2.new(0.14176245, 0, 0, 0)
  53. TitleWhitelist.Size = UDim2.new(0, 200, 0, 50)
  54. TitleWhitelist.Font = Enum.Font.SourceSansBold
  55. TitleWhitelist.Text = "D00m Whitelist"
  56. TitleWhitelist.TextColor3 = Color3.new(1, 1, 1)
  57. TitleWhitelist.TextSize = 17
  58.  
  59. Username.Name = "Username"
  60. Username.Parent = WhitelistFrame
  61. Username.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  62. Username.BackgroundTransparency = 0.69999998807907
  63. Username.BorderSizePixel = 0
  64. Username.Position = UDim2.new(0.14176245, 0, 0.250764519, 0)
  65. Username.Size = UDim2.new(0, 200, 0, 50)
  66. Username.Font = Enum.Font.SourceSansBold
  67. Username.PlaceholderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  68. Username.PlaceholderText = "Username"
  69. Username.Text = ""
  70. Username.TextColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  71. Username.TextSize = 14
  72.  
  73. Password.Name = "Password"
  74. Password.Parent = WhitelistFrame
  75. Password.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  76. Password.BackgroundTransparency = 0.69999998807907
  77. Password.BorderSizePixel = 0
  78. Password.Position = UDim2.new(0.14176245, 0, 0.498470962, 0)
  79. Password.Size = UDim2.new(0, 200, 0, 50)
  80. Password.Font = Enum.Font.SourceSansBold
  81. Password.PlaceholderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  82. Password.PlaceholderText = "Password"
  83. Password.Text = ""
  84. Password.TextColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  85. Password.TextSize = 14
  86.  
  87. Submit.Name = "Submit"
  88. Submit.Parent = WhitelistFrame
  89. Submit.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  90. Submit.BorderSizePixel = 0
  91. Submit.Position = UDim2.new(0.14176245, 0, 0.715596318, 0)
  92. Submit.Size = UDim2.new(0, 200, 0, 50)
  93. Submit.Font = Enum.Font.SourceSansBold
  94. Submit.Text = "Submit"
  95. Submit.TextColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  96. Submit.TextSize = 14
  97. Submit.MouseButton1Click:connect(function()
  98. if Username.Text == "Friend" and Password.Text == "Friend" then
  99. WhitelistFrame.Active = false
  100. OpenFrame.Active = true
  101. end
  102. end)
  103. MainFrame.Name = "MainFrame"
  104. MainFrame.Parent = D00M
  105. MainFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  106. MainFrame.BorderSizePixel = 0
  107. MainFrame.Position = UDim2.new(0.221393049, 0, 0.131474108, 0)
  108. MainFrame.Size = UDim2.new(0, 433, 0, 330)
  109. MainFrame.Visible = false
  110.  
  111. Bar1Main.Name = "Bar1Main"
  112. Bar1Main.Parent = MainFrame
  113. Bar1Main.BackgroundColor3 = Color3.new(0, 0, 0)
  114. Bar1Main.BorderSizePixel = 0
  115. Bar1Main.Size = UDim2.new(0, 433, 0, 45)
  116.  
  117. Bar2Main.Name = "Bar2Main"
  118. Bar2Main.Parent = MainFrame
  119. Bar2Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  120. Bar2Main.BorderSizePixel = 0
  121. Bar2Main.Position = UDim2.new(0, 0, 0.13636364, 0)
  122. Bar2Main.Size = UDim2.new(0, 433, 0, 18)
  123.  
  124. TitleMain.Name = "TitleMain"
  125. TitleMain.Parent = MainFrame
  126. TitleMain.BackgroundColor3 = Color3.new(1, 1, 1)
  127. TitleMain.BackgroundTransparency = 1
  128. TitleMain.Position = UDim2.new(0.286374122, 0, 0, 0)
  129. TitleMain.Size = UDim2.new(0, 200, 0, 50)
  130. TitleMain.Font = Enum.Font.SourceSansBold
  131. TitleMain.Text = "D00m"
  132. TitleMain.TextColor3 = Color3.new(1, 1, 1)
  133. TitleMain.TextSize = 20
  134.  
  135. Red.Name = "Red"
  136. Red.Parent = MainFrame
  137. Red.BackgroundColor3 = Color3.new(1, 0, 0)
  138. Red.BorderColor3 = Color3.new(0.529412, 0, 0)
  139. Red.BorderSizePixel = 3
  140. Red.Position = UDim2.new(0.0508083142, 0, 0.25151515, 0)
  141. Red.Size = UDim2.new(0, 148, 0, 50)
  142. Red.Font = Enum.Font.SourceSans
  143. Red.Text = "Red"
  144. Red.TextColor3 = Color3.new(0, 0, 0)
  145. Red.TextSize = 14
  146. Red.MouseButton1Click:connect(function()
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-138, 30, -7)
  148. end)
  149.  
  150. Green.Name = "Green"
  151. Green.Parent = MainFrame
  152. Green.BackgroundColor3 = Color3.new(0.266667, 1, 0)
  153. Green.BorderColor3 = Color3.new(0.105882, 0.490196, 0.0156863)
  154. Green.BorderSizePixel = 3
  155. Green.Position = UDim2.new(0.607390285, 0, 0.25151515, 0)
  156. Green.Size = UDim2.new(0, 148, 0, 50)
  157. Green.Font = Enum.Font.SourceSans
  158. Green.Text = "Green"
  159. Green.TextColor3 = Color3.new(0, 0, 0)
  160. Green.TextSize = 14
  161. Green.MouseButton1Click:connect(function()
  162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7, 31, -125)
  163. end)
  164.  
  165. Blue.Name = "Blue"
  166. Blue.Parent = MainFrame
  167. Blue.BackgroundColor3 = Color3.new(0, 0, 1)
  168. Blue.BorderColor3 = Color3.new(0.00392157, 0.0941177, 0.490196)
  169. Blue.BorderSizePixel = 3
  170. Blue.Position = UDim2.new(0.607390285, 0, 0.484848499, 0)
  171. Blue.Size = UDim2.new(0, 148, 0, 50)
  172. Blue.Font = Enum.Font.SourceSans
  173. Blue.Text = "Blue"
  174. Blue.TextColor3 = Color3.new(0, 0, 0)
  175. Blue.TextSize = 14
  176. Blue.MouseButton1Click:connect(function()
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6, 27, 124)
  178. end)
  179. Yellow.Name = "Yellow"
  180. Yellow.Parent = MainFrame
  181. Yellow.BackgroundColor3 = Color3.new(1, 0.937255, 0.0235294)
  182. Yellow.BorderColor3 = Color3.new(0.490196, 0.458824, 0)
  183. Yellow.BorderSizePixel = 3
  184. Yellow.Position = UDim2.new(0.0508083105, 0, 0.484848499, 0)
  185. Yellow.Size = UDim2.new(0, 148, 0, 50)
  186. Yellow.Font = Enum.Font.SourceSans
  187. Yellow.Text = "Yellow"
  188. Yellow.TextColor3 = Color3.new(0, 0, 0)
  189. Yellow.TextSize = 14
  190. Yellow.MouseButton1Click:connect(function()
  191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120, 27, -2)
  192. end)
  193.  
  194. OPSlingshot.Name = "OPSlingshot"
  195. OPSlingshot.Parent = MainFrame
  196. OPSlingshot.BackgroundColor3 = Color3.new(1, 0, 0.701961)
  197. OPSlingshot.BorderColor3 = Color3.new(0.490196, 0.0117647, 0.490196)
  198. OPSlingshot.BorderSizePixel = 3
  199. OPSlingshot.Position = UDim2.new(0.0508083105, 0, 0.693939388, 0)
  200. OPSlingshot.Size = UDim2.new(0, 148, 0, 50)
  201. OPSlingshot.Font = Enum.Font.SourceSans
  202. OPSlingshot.Text = "OPSlingshot"
  203. OPSlingshot.TextColor3 = Color3.new(0, 0, 0)
  204. OPSlingshot.TextSize = 14
  205. OPSlingshot.MouseButton1Click:connect(function()
  206. while game:GetService("RunService").RenderStepped:Wait() do
  207. local plr = game.Players.LocalPlayer
  208. local mouse = plr:GetMouse()
  209. local A_1 = mouse.hit.p
  210. local A_2 = Vector3.new(0, 0, 0)
  211. local Event = plr.Character.Slingshot.PelletCreateEvent
  212. Event:FireServer(A_1, A_2)
  213. end
  214. end)
  215.  
  216. X.Name = "X"
  217. X.Parent = MainFrame
  218. X.BackgroundColor3 = Color3.new(1, 1, 1)
  219. X.BackgroundTransparency = 1
  220. X.BorderSizePixel = 0
  221. X.Position = UDim2.new(0.930715919, 0, 0, 0)
  222. X.Size = UDim2.new(0, 30, 0, 45)
  223. X.Font = Enum.Font.SourceSansBold
  224. X.Text = "X"
  225. X.TextColor3 = Color3.new(1, 0, 0)
  226. X.TextSize = 17
  227. X.MouseButton1Click:connect(function()
  228. MainFrame.Visible = false
  229. OpenFrame.Visible = true
  230. end)
  231.  
  232. OpenFrame.Name = "OpenFrame"
  233. OpenFrame.Parent = D00M
  234. OpenFrame.BackgroundColor3 = Color3.new(0.027451, 0.121569, 1)
  235. OpenFrame.BackgroundTransparency = 0.5
  236. OpenFrame.Position = UDim2.new(0, 0, 0.561752975, 0)
  237. OpenFrame.Size = UDim2.new(0, 141, 0, 55)
  238. OpenFrame.Visible = false
  239.  
  240. OpenButton.Name = "OpenButton"
  241. OpenButton.Parent = OpenFrame
  242. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  243. OpenButton.BackgroundTransparency = 1
  244. OpenButton.Size = UDim2.new(0, 141, 0, 55)
  245. OpenButton.Font = Enum.Font.SourceSans
  246. OpenButton.Text = "Open"
  247. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  248. OpenButton.TextSize = 15
  249. OpenButton.MouseButton1Click:connect(function()
  250. MainFrame.Visible = true
  251. OpenFrame.Visible = false
  252. end)
  253. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement