Advertisement
Guest User

Untitled

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