Advertisement
Guest User

London Destroyer V1

a guest
Sep 29th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local LondonDestroyer = Instance.new("ScreenGui")
  5. local Page1 = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Items_Page1 = Instance.new("TextLabel")
  8. local Ferrari458 = Instance.new("TextButton")
  9. local USP = Instance.new("TextButton")
  10. local G36C = Instance.new("TextButton")
  11. local AWMF = Instance.new("TextButton")
  12. local FP6 = Instance.new("TextButton")
  13. local Page2ComingSoon = Instance.new("TextButton")
  14. local HK417 = Instance.new("TextButton")
  15. local FordMondeo = Instance.new("TextButton")
  16. local NotificationBar = Instance.new("TextLabel")
  17. local LoginFrame = Instance.new("Frame")
  18. local LoginTitle = Instance.new("TextLabel")
  19. local UserLabel = Instance.new("TextLabel")
  20. local UserBox = Instance.new("TextBox")
  21. local PassLabel = Instance.new("TextLabel")
  22. local Login = Instance.new("TextButton")
  23. local PassBox = Instance.new("TextBox")
  24. local Open = Instance.new("TextButton")
  25. --Properties:
  26. LondonDestroyer.Name = "LondonDestroyer"
  27. LondonDestroyer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. Page1.Name = "Page1"
  30. Page1.Parent = LondonDestroyer
  31. Page1.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Page1.BorderColor3 = Color3.new(1, 0.666667, 1)
  33. Page1.Position = UDim2.new(0.208686441, 0, 0.115141928, 0)
  34. Page1.Size = UDim2.new(0, 616, 0, 474)
  35. Page1.Visible = false
  36. Page1.Style = Enum.FrameStyle.RobloxRound
  37.  
  38. Title.Name = "Title"
  39. Title.Parent = Page1
  40. Title.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  41. Title.Position = UDim2.new(-0.0145003311, 0, -0.0173168741, 0)
  42. Title.Size = UDim2.new(0, 616, 0, 50)
  43. Title.Font = Enum.Font.SourceSans
  44. Title.Text = "London Destroyer V1 - Page 1"
  45. Title.TextColor3 = Color3.new(0, 0, 0)
  46. Title.TextScaled = true
  47. Title.TextSize = 14
  48. Title.TextWrapped = true
  49.  
  50. Items_Page1.Name = "Items_Page1"
  51. Items_Page1.Parent = Page1
  52. Items_Page1.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  53. Items_Page1.Position = UDim2.new(-0.012987013, 0, 0.0949367061, 0)
  54. Items_Page1.Size = UDim2.new(0, 616, 0, 50)
  55. Items_Page1.Font = Enum.Font.SourceSans
  56. Items_Page1.Text = "Items:"
  57. Items_Page1.TextColor3 = Color3.new(0, 0, 0)
  58. Items_Page1.TextScaled = true
  59. Items_Page1.TextSize = 14
  60. Items_Page1.TextWrapped = true
  61.  
  62. Ferrari458.Name = "Ferrari458"
  63. Ferrari458.Parent = Page1
  64. Ferrari458.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  65. Ferrari458.Position = UDim2.new(-0.0117213428, 0, 0.302819163, 0)
  66. Ferrari458.Size = UDim2.new(0, 200, 0, 50)
  67. Ferrari458.Font = Enum.Font.SourceSans
  68. Ferrari458.Text = "Buy Ferrari 458 (Godly , Money £700)"
  69. Ferrari458.TextColor3 = Color3.new(0, 0, 0)
  70. Ferrari458.TextScaled = true
  71. Ferrari458.TextSize = 14
  72. Ferrari458.TextWrapped = true
  73.  
  74. USP.Name = "USP"
  75. USP.Parent = Page1
  76. USP.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  77. USP.Position = UDim2.new(0.678186238, 0, 0.302739292, 0)
  78. USP.Size = UDim2.new(0, 200, 0, 50)
  79. USP.Font = Enum.Font.SourceSans
  80. USP.Text = "Buy USP (Good , Money £200)"
  81. USP.TextColor3 = Color3.new(0, 0, 0)
  82. USP.TextScaled = true
  83. USP.TextSize = 14
  84. USP.TextWrapped = true
  85.  
  86. G36C.Name = "G36C"
  87. G36C.Parent = Page1
  88. G36C.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  89. G36C.Position = UDim2.new(-0.015532149, 0, 0.477917999, 0)
  90. G36C.Size = UDim2.new(0, 200, 0, 50)
  91. G36C.Font = Enum.Font.SourceSans
  92. G36C.Text = "Buy G36C (Epic, Money is Unknown)"
  93. G36C.TextColor3 = Color3.new(0, 0, 0)
  94. G36C.TextScaled = true
  95. G36C.TextSize = 14
  96. G36C.TextWrapped = true
  97.  
  98. AWMF.Name = "AWM-F"
  99. AWMF.Parent = Page1
  100. AWMF.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  101. AWMF.Position = UDim2.new(-0.0122853955, 0, 0.650061905, 0)
  102. AWMF.Size = UDim2.new(0, 200, 0, 50)
  103. AWMF.Font = Enum.Font.SourceSans
  104. AWMF.Text = "Buy AWM-F (Godly, Money £600)"
  105. AWMF.TextColor3 = Color3.new(0, 0, 0)
  106. AWMF.TextScaled = true
  107. AWMF.TextSize = 14
  108. AWMF.TextWrapped = true
  109.  
  110. FP6.Name = "FP6"
  111. FP6.Parent = Page1
  112. FP6.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  113. FP6.Position = UDim2.new(0.679025412, 0, 0.477445483, 0)
  114. FP6.Size = UDim2.new(0, 200, 0, 50)
  115. FP6.Font = Enum.Font.SourceSans
  116. FP6.Text = "Buy FP6 (Epic , Shotgun, Money Unknown)"
  117. FP6.TextColor3 = Color3.new(0, 0, 0)
  118. FP6.TextScaled = true
  119. FP6.TextSize = 14
  120. FP6.TextWrapped = true
  121.  
  122. Page2ComingSoon.Name = "Page2ComingSoon"
  123. Page2ComingSoon.Parent = Page1
  124. Page2ComingSoon.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  125. Page2ComingSoon.Position = UDim2.new(0.68058002, 0, 0.842118204, 0)
  126. Page2ComingSoon.Size = UDim2.new(0, 200, 0, 50)
  127. Page2ComingSoon.Font = Enum.Font.SourceSans
  128. Page2ComingSoon.Text = "Page 2 {Coming Soon!]"
  129. Page2ComingSoon.TextColor3 = Color3.new(0, 0, 0)
  130. Page2ComingSoon.TextScaled = true
  131. Page2ComingSoon.TextSize = 14
  132. Page2ComingSoon.TextWrapped = true
  133.  
  134. HK417.Name = "HK417"
  135. HK417.Parent = Page1
  136. HK417.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  137. HK417.Position = UDim2.new(-0.0144040417, 0, 0.842118204, 0)
  138. HK417.Size = UDim2.new(0, 200, 0, 50)
  139. HK417.Font = Enum.Font.SourceSans
  140. HK417.Text = "Buy HK417 (Epic , Money Unknown)"
  141. HK417.TextColor3 = Color3.new(0, 0, 0)
  142. HK417.TextScaled = true
  143. HK417.TextSize = 14
  144. HK417.TextWrapped = true
  145.  
  146. FordMondeo.Name = "FordMondeo"
  147. FordMondeo.Parent = Page1
  148. FordMondeo.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  149. FordMondeo.Position = UDim2.new(0.679520667, 0, 0.650574327, 0)
  150. FordMondeo.Size = UDim2.new(0, 200, 0, 50)
  151. FordMondeo.Font = Enum.Font.SourceSans
  152. FordMondeo.Text = "Buy Ford Mondeo (Legendary , Money £200)"
  153. FordMondeo.TextColor3 = Color3.new(0, 0, 0)
  154. FordMondeo.TextScaled = true
  155. FordMondeo.TextSize = 14
  156. FordMondeo.TextWrapped = true
  157.  
  158. NotificationBar.Name = "NotificationBar"
  159. NotificationBar.Parent = LondonDestroyer
  160. NotificationBar.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  161. NotificationBar.Position = UDim2.new(0.527542353, 0, 0.941640377, 0)
  162. NotificationBar.Size = UDim2.new(0, 549, 0, 29)
  163. NotificationBar.Visible = false
  164. NotificationBar.Font = Enum.Font.SourceSans
  165. NotificationBar.Text = ""
  166. NotificationBar.TextColor3 = Color3.new(0, 0, 0)
  167. NotificationBar.TextSize = 14
  168.  
  169. LoginFrame.Name = "LoginFrame"
  170. LoginFrame.Parent = LondonDestroyer
  171. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  172. LoginFrame.Position = UDim2.new(0.319704682, 0, 0.220820203, 0)
  173. LoginFrame.Size = UDim2.new(0, 574, 0, 354)
  174. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  175.  
  176. LoginTitle.Name = "LoginTitle"
  177. LoginTitle.Parent = LoginFrame
  178. LoginTitle.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  179. LoginTitle.Position = UDim2.new(-0.0139372824, 0, -0.0225988701, 0)
  180. LoginTitle.Size = UDim2.new(0, 574, 0, 50)
  181. LoginTitle.Font = Enum.Font.SourceSans
  182. LoginTitle.Text = "London Destroyer V1 - Login Page V1"
  183. LoginTitle.TextColor3 = Color3.new(0, 0, 0)
  184. LoginTitle.TextScaled = true
  185. LoginTitle.TextSize = 14
  186. LoginTitle.TextWrapped = true
  187.  
  188. UserLabel.Name = "UserLabel"
  189. UserLabel.Parent = LoginFrame
  190. UserLabel.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  191. UserLabel.BackgroundTransparency = 1
  192. UserLabel.Position = UDim2.new(-0.0135977091, 0, 0.231754273, 0)
  193. UserLabel.Size = UDim2.new(0, 200, 0, 50)
  194. UserLabel.Font = Enum.Font.SourceSans
  195. UserLabel.Text = "Username:"
  196. UserLabel.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  197. UserLabel.TextScaled = true
  198. UserLabel.TextSize = 14
  199. UserLabel.TextWrapped = true
  200.  
  201. UserBox.Name = "UserBox"
  202. UserBox.Parent = LoginFrame
  203. UserBox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  204. UserBox.Position = UDim2.new(0.334494799, 0, 0.231638417, 0)
  205. UserBox.Size = UDim2.new(0, 374, 0, 50)
  206. UserBox.Font = Enum.Font.SourceSans
  207. UserBox.PlaceholderText = "Enter Username Here!"
  208. UserBox.Text = "Enter Username here!"
  209. UserBox.TextColor3 = Color3.new(0, 0, 0)
  210. UserBox.TextScaled = true
  211. UserBox.TextSize = 14
  212. UserBox.TextWrapped = true
  213.  
  214. PassLabel.Name = "PassLabel"
  215. PassLabel.Parent = LoginFrame
  216. PassLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  217. PassLabel.BackgroundTransparency = 1
  218. PassLabel.Position = UDim2.new(-0.013977888, 0, 0.457769632, 0)
  219. PassLabel.Size = UDim2.new(0, 200, 0, 50)
  220. PassLabel.Font = Enum.Font.SourceSans
  221. PassLabel.Text = "Password:"
  222. PassLabel.TextColor3 = Color3.new(0.333333, 0.666667, 1)
  223. PassLabel.TextScaled = true
  224. PassLabel.TextSize = 14
  225. PassLabel.TextWrapped = true
  226.  
  227. Login.Name = "Login"
  228. Login.Parent = LoginFrame
  229. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  230. Login.Position = UDim2.new(0.315766543, 0, 0.705822587, 0)
  231. Login.Size = UDim2.new(0, 208, 0, 50)
  232. Login.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  233. Login.Font = Enum.Font.SourceSans
  234. Login.Text = "Login"
  235. Login.TextColor3 = Color3.new(0, 0, 0)
  236. Login.TextScaled = true
  237. Login.TextSize = 14
  238. Login.TextWrapped = true
  239.  
  240. PassBox.Name = "PassBox"
  241. PassBox.Parent = LoginFrame
  242. PassBox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  243. PassBox.Position = UDim2.new(0.33449477, 0, 0.457627118, 0)
  244. PassBox.Size = UDim2.new(0, 379, 0, 50)
  245. PassBox.Font = Enum.Font.SourceSans
  246. PassBox.Text = "Enter Password here!"
  247. PassBox.TextColor3 = Color3.new(0, 0, 0)
  248. PassBox.TextScaled = true
  249. PassBox.TextSize = 14
  250. PassBox.TextWrapped = true
  251.  
  252. Open.Name = "Open"
  253. Open.Parent = LondonDestroyer
  254. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  255. Open.Position = UDim2.new(0.0368351638, 0, 0.700315475, 0)
  256. Open.Size = UDim2.new(0, 200, 0, 50)
  257. Open.Visible = false
  258. Open.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  259. Open.Font = Enum.Font.SourceSans
  260. Open.Text = "OPEN!"
  261. Open.TextColor3 = Color3.new(0, 0, 0)
  262. Open.TextScaled = true
  263. Open.TextSize = 14
  264. Open.TextWrapped = true
  265. Open.Draggable = true
  266. -- Scripts:
  267. Open.MouseButton1Down:connect(function()
  268. if Page1.Visible == false then
  269. Page1.Visible = true elseif
  270. Page1.Visible == true then
  271. Page1.Visible = false
  272. end
  273. end)
  274.  
  275. HK417.MouseButton1Down:connect(function()
  276. local A_1 = "PurchaseGun"
  277. local A_2 = "HK417"
  278. local A_3 = "Money"
  279. local Event = game:GetService("ReplicatedStorage").Remotes.GunStore
  280. Event:InvokeServer(A_1, A_2, A_3)
  281. end)
  282.  
  283. USP.MouseButton1Down:connect(function()
  284. local A_1 = "PurchaseGun"
  285. local A_2 = "USP"
  286. local A_3 = "Money"
  287. local Event = game:GetService("ReplicatedStorage").Remotes.GunStore
  288. Event:InvokeServer(A_1, A_2, A_3)
  289.  
  290. end)
  291.  
  292. Ferrari458.MouseButton1Down:connect(function()
  293. local A_1 = "PurchaseCar"
  294. local A_2 = "Ferrari 458"
  295. local A_3 = "Money"
  296. local Event = game:GetService("ReplicatedStorage").Remotes.CarService
  297. Event:InvokeServer(A_1, A_2, A_3)
  298. end)
  299.  
  300. FP6.MouseButton1Down:connect(function()
  301. local A_1 = "PurchaseGun"
  302. local A_2 = "FP6"
  303. local A_3 = "Money"
  304. local Event = game:GetService("ReplicatedStorage").Remotes.GunStore
  305. Event:InvokeServer(A_1, A_2, A_3)
  306.  
  307. end)
  308.  
  309. G36C.MouseButton1Down:connect(function()
  310. local A_1 = "PurchaseGun"
  311. local A_2 = "G36C"
  312. local A_3 = "Money"
  313. local Event = game:GetService("ReplicatedStorage").Remotes.GunStore
  314. Event:InvokeServer(A_1, A_2, A_3)
  315. end)
  316.  
  317. AWMF.MouseButton1Down:connect(function()
  318. local A_1 = "PurchaseGun"
  319. local A_2 = "AWM-F"
  320. local A_3 = "Money"
  321. local Event = game:GetService("ReplicatedStorage").Remotes.GunStore
  322. Event:InvokeServer(A_1, A_2, A_3)
  323. end)
  324.  
  325. FordMondeo.MouseButton1Down:connect(function()
  326. local A_1 = "PurchaseCar"
  327. local A_2 = "Ford Mondeo"
  328. local A_3 = "Money"
  329. local Event = game:GetService("ReplicatedStorage").Remotes.CarService
  330. Event:InvokeServer(A_1, A_2, A_3)
  331. end)
  332.  
  333. Login.MouseButton1Down:connect(function()
  334. if UserBox.Text == "JonahLogin" or "Trial" or "FriendsLogin" and
  335. PassBox.Text == "FriendsLogin18" or "JonahLogin18" or "Trial2018" then
  336. Open.Visible = true
  337. end
  338. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement