Advertisement
troyw1987

destruction sim script

Sep 2nd, 2018
10,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.05 KB | None | 0 0
  1. --[[
  2. Infinite Backpack Name is Infinite Storage
  3. Black Hole Bomb is Black Hole Bomb
  4. Black Hole Launcher is Black Hole Launcher
  5. ]]--
  6.  
  7. -- SPEED CONFIGURATION
  8. local speed = 65 -- Speed Here!
  9.  
  10. spawn(function()
  11. while wait() do
  12. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speed
  13. end
  14. end)
  15.  
  16. -- DUPE CONFIGURATION
  17. local howmany = 3 -- Number here for how many items you want to duplicate
  18.  
  19. if game:GetService("Players").LocalPlayer.Name == "SirFrost" then
  20. local howmany = 5
  21. else
  22. end
  23. wait(0.01)
  24.  
  25. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  26. Text = "Ran, Made GUI by Atom!";
  27. Color = Color3.new(0, 185, 0);
  28. Font = Enum.Font.SourceSansBold;
  29. FontSize = Enum.FontSize.Size24;
  30. })
  31. wait(1)
  32. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  33. Text = "Scripts by JlmmyKewlKiDz and ObitoXDm8OI, Baconie Show them support, and GUI by Atom!";
  34. Color = Color3.new(170, 0, 0);
  35. Font = Enum.Font.SourceSansBold;
  36. FontSize = Enum.FontSize.Size24;
  37. })
  38.  
  39. wait(1)
  40.  
  41. game.StarterGui:SetCore("SendNotification", {
  42. Title = "Loaded!";
  43. Text = "Please read chat for credits, and configure stuff in the script!";
  44. })
  45. game.StarterGui:SetCore("SendNotification", {
  46. Title = "ATOM";
  47. Text = "Atom#0995 made this gui";
  48. })
  49.  
  50. -- Made by Atom
  51.  
  52. -- Scripts to JlmmyKewlKiDz, ObitoXDm8OI, Baconie
  53.  
  54.  
  55. local Name = game.Players.LocalPlayer.Name
  56.  
  57.  
  58. local random = math.random(1,9999999)
  59.  
  60.  
  61. local DestructionSim = Instance.new("ScreenGui")
  62. local Page1 = Instance.new("Frame")
  63. local BGDETAIL = Instance.new("Frame")
  64. local DetailLabel = Instance.new("TextLabel")
  65. local Shop = Instance.new("TextButton")
  66. local Highway = Instance.new("TextButton")
  67. local Site = Instance.new("TextButton")
  68. local Home = Instance.new("TextButton")
  69. local Ship = Instance.new("TextButton")
  70. local Space = Instance.new("TextButton")
  71. local Camp = Instance.new("TextButton")
  72. local Pillar = Instance.new("TextButton")
  73. local Castle = Instance.new("TextButton")
  74. local Empire = Instance.new("TextButton")
  75. local Exit = Instance.new("TextButton")
  76. local Farm = Instance.new("TextButton")
  77. local Teleports = Instance.new("TextLabel")
  78. local Sell = Instance.new("TextButton")
  79. local Next = Instance.new("TextButton")
  80. local Number1 = Instance.new("TextLabel")
  81. local Page2 = Instance.new("Frame")
  82. local BGDETAIL2 = Instance.new("Frame")
  83. local DetailLabel2 = Instance.new("TextLabel")
  84. local AutoSell = Instance.new("TextButton")
  85. local Destroy = Instance.new("TextButton")
  86. local Functions = Instance.new("TextLabel")
  87. local Previous = Instance.new("TextButton")
  88. local Number2 = Instance.new("TextLabel")
  89. local SellBrick = Instance.new("TextButton")
  90. local Dupe = Instance.new("TextButton")
  91. local Bomb = Instance.new("TextButton")
  92. local Backpack = Instance.new("TextButton")
  93. local Gun = Instance.new("TextButton")
  94. local TextBox = Instance.new("TextBox")
  95.  
  96. DestructionSim.Name = "DestructionSim"
  97. DestructionSim.Parent = game.Players.LocalPlayer.PlayerGui
  98.  
  99. Page1.Name = "Page1"
  100. Page1.Parent = DestructionSim
  101. Page1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  102. Page1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  103. Page1.Position = UDim2.new(0.0965853631, 0, 0.404382467, 0)
  104. Page1.Size = UDim2.new(0, 270, 0, 257)
  105. Page1.Active = true
  106. Page1.Draggable = true
  107.  
  108. BGDETAIL.Name = "BGDETAIL"
  109. BGDETAIL.Parent = Page1
  110. BGDETAIL.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  111. BGDETAIL.BorderColor3 = Color3.new(0.352941, 0.643137, 0.807843)
  112. BGDETAIL.Size = UDim2.new(0, 270, 0, 30)
  113.  
  114. DetailLabel.Name = "DetailLabel"
  115. DetailLabel.Parent = BGDETAIL
  116. DetailLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. DetailLabel.BackgroundTransparency = 1
  118. DetailLabel.Position = UDim2.new(0.0925925896, 0, 0, 0)
  119. DetailLabel.Size = UDim2.new(0, 235, 0, 30)
  120. DetailLabel.Font = Enum.Font.SourceSansBold
  121. DetailLabel.Text = "Destruction Simulator"
  122. DetailLabel.TextColor3 = Color3.new(1, 1, 1)
  123. DetailLabel.TextScaled = true
  124. DetailLabel.TextSize = 14
  125. DetailLabel.TextWrapped = true
  126.  
  127. Shop.Name = "Shop"
  128. Shop.Parent = Page1
  129. Shop.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  130. Shop.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  131. Shop.Position = UDim2.new(0.0333333611, 0, 0.192288339, 0)
  132. Shop.Size = UDim2.new(0, 107, 0, 22)
  133. Shop.Font = Enum.Font.SourceSansBold
  134. Shop.Text = "Teleport to Shop"
  135. Shop.TextColor3 = Color3.new(1, 1, 1)
  136. Shop.TextScaled = true
  137. Shop.TextSize = 14
  138. Shop.TextWrapped = true
  139.  
  140. Shop.MouseButton1Click:connect(function()
  141. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-52.7326279, 3.45200205, -556.515015)
  142. end)
  143.  
  144. Highway.Name = "Highway"
  145. Highway.Parent = Page1
  146. Highway.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  147. Highway.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  148. Highway.Position = UDim2.new(0.0333333313, 0, 0.305615187, 0)
  149. Highway.Size = UDim2.new(0, 107, 0, 22)
  150. Highway.Font = Enum.Font.SourceSansBold
  151. Highway.Text = "Highway Racing"
  152. Highway.TextColor3 = Color3.new(1, 1, 1)
  153. Highway.TextScaled = true
  154. Highway.TextSize = 14
  155. Highway.TextWrapped = true
  156.  
  157. Highway.MouseButton1Click:connect(function()
  158. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(19.63, 3.35, -434.96)
  159. end)
  160.  
  161. Site.Name = "Site"
  162. Site.Parent = Page1
  163. Site.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  164. Site.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  165. Site.Position = UDim2.new(0.562962949, 0, 0.307392985, 0)
  166. Site.Size = UDim2.new(0, 108, 0, 22)
  167. Site.Font = Enum.Font.SourceSansBold
  168. Site.Text = "Construction Site"
  169. Site.TextColor3 = Color3.new(1, 1, 1)
  170. Site.TextScaled = true
  171. Site.TextSize = 14
  172. Site.TextWrapped = true
  173.  
  174. Site.MouseButton1Click:connect(function()
  175. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89, 3, -452)
  176. end)
  177.  
  178. Home.Name = "Home"
  179. Home.Parent = Page1
  180. Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  181. Home.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  182. Home.Position = UDim2.new(0.567841053, 0, 0.421485007, 0)
  183. Home.Size = UDim2.new(0, 107, 0, 22)
  184. Home.Font = Enum.Font.SourceSansBold
  185. Home.Text = "Happy Home"
  186. Home.TextColor3 = Color3.new(1, 1, 1)
  187. Home.TextScaled = true
  188. Home.TextSize = 14
  189. Home.TextWrapped = true
  190.  
  191. Home.MouseButton1Click:connect(function()
  192. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-88, 3.5, -150)
  193. end)
  194.  
  195. Ship.Name = "Ship"
  196. Ship.Parent = Page1
  197. Ship.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  198. Ship.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  199. Ship.Position = UDim2.new(0.0333333351, 0, 0.536964953, 0)
  200. Ship.Size = UDim2.new(0, 107, 0, 22)
  201. Ship.Font = Enum.Font.SourceSansBold
  202. Ship.Text = "Ship Dock"
  203. Ship.TextColor3 = Color3.new(1, 1, 1)
  204. Ship.TextScaled = true
  205. Ship.TextSize = 14
  206. Ship.TextWrapped = true
  207.  
  208. Ship.MouseButton1Click:connect(function()
  209. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.19, 3.35, 144)
  210. end)
  211.  
  212. Space.Name = "Space"
  213. Space.Parent = Page1
  214. Space.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  215. Space.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  216. Space.Position = UDim2.new(0.567841053, 0, 0.538166225, 0)
  217. Space.Size = UDim2.new(0, 107, 0, 22)
  218. Space.Font = Enum.Font.SourceSansBold
  219. Space.Text = "Space Travel"
  220. Space.TextColor3 = Color3.new(1, 1, 1)
  221. Space.TextScaled = true
  222. Space.TextSize = 14
  223. Space.TextWrapped = true
  224.  
  225. Space.MouseButton1Click:connect(function()
  226. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.05, 3.35, 144)
  227. end)
  228.  
  229. Camp.Name = "Camp"
  230. Camp.Parent = Page1
  231. Camp.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  232. Camp.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  233. Camp.Position = UDim2.new(0.0345077515, 0, 0.658738494, 0)
  234. Camp.Size = UDim2.new(0, 107, 0, 22)
  235. Camp.Font = Enum.Font.SourceSansBold
  236. Camp.Text = "Military Camp"
  237. Camp.TextColor3 = Color3.new(1, 1, 1)
  238. Camp.TextScaled = true
  239. Camp.TextSize = 14
  240. Camp.TextWrapped = true
  241.  
  242. Camp.MouseButton1Click:connect(function()
  243. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(17.74, 3.35, 453.33)
  244. end)
  245.  
  246. Pillar.Name = "Pillar"
  247. Pillar.Parent = Page1
  248. Pillar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  249. Pillar.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  250. Pillar.Position = UDim2.new(0.56413734, 0, 0.658738494, 0)
  251. Pillar.Size = UDim2.new(0, 107, 0, 22)
  252. Pillar.Font = Enum.Font.SourceSansBold
  253. Pillar.Text = "Pyramid & Pillars"
  254. Pillar.TextColor3 = Color3.new(1, 1, 1)
  255. Pillar.TextScaled = true
  256. Pillar.TextSize = 14
  257. Pillar.TextWrapped = true
  258.  
  259. Pillar.MouseButton1Click:connect(function()
  260. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-86.08, 3.35, 446.63)
  261. end)
  262.  
  263. Castle.Name = "Castle"
  264. Castle.Parent = Page1
  265. Castle.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  266. Castle.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  267. Castle.Position = UDim2.new(0.0333333351, 0, 0.774319053, 0)
  268. Castle.Size = UDim2.new(0, 107, 0, 22)
  269. Castle.Font = Enum.Font.SourceSansBold
  270. Castle.Text = "Castle"
  271. Castle.TextColor3 = Color3.new(1, 1, 1)
  272. Castle.TextScaled = true
  273. Castle.TextSize = 14
  274. Castle.TextWrapped = true
  275.  
  276. Castle.MouseButton1Click:connect(function()
  277. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.35, 3.35, 774.2)
  278. end)
  279.  
  280. Empire.Name = "Empire"
  281. Empire.Parent = Page1
  282. Empire.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  283. Empire.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  284. Empire.Position = UDim2.new(0.56413734, 0, 0.775470018, 0)
  285. Empire.Size = UDim2.new(0, 107, 0, 22)
  286. Empire.Font = Enum.Font.SourceSansBold
  287. Empire.Text = "Empire State & HQ"
  288. Empire.TextColor3 = Color3.new(1, 1, 1)
  289. Empire.TextScaled = true
  290. Empire.TextSize = 14
  291. Empire.TextWrapped = true
  292.  
  293. Empire.MouseButton1Click:connect(function()
  294. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.75, 3.35, 747.22)
  295. end)
  296.  
  297. Exit.Name = "Exit"
  298. Exit.Parent = Page1
  299. Exit.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  300. Exit.BorderSizePixel = 0
  301. Exit.Size = UDim2.new(0, 24, 0, 30)
  302. Exit.Font = Enum.Font.SourceSansBold
  303. Exit.Text = "X"
  304. Exit.TextColor3 = Color3.new(1, 1, 1)
  305. Exit.TextScaled = true
  306. Exit.TextSize = 14
  307. Exit.TextWrapped = true
  308.  
  309. Exit.MouseButton1Click:connect(function()
  310. DestructionSim:Destroy()
  311. end)
  312.  
  313. Farm.Name = "Farm"
  314. Farm.Parent = Page1
  315. Farm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  316. Farm.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  317. Farm.Position = UDim2.new(0.0345077515, 0, 0.421447635, 0)
  318. Farm.Size = UDim2.new(0, 107, 0, 22)
  319. Farm.Font = Enum.Font.SourceSansBold
  320. Farm.Text = "Farm"
  321. Farm.TextColor3 = Color3.new(1, 1, 1)
  322. Farm.TextScaled = true
  323. Farm.TextSize = 14
  324. Farm.TextWrapped = true
  325.  
  326. Farm.MouseButton1Click:connect(function()
  327. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(16.23, 3.35, -152.98)
  328. end)
  329.  
  330. Teleports.Name = "Teleports"
  331. Teleports.Parent = Page1
  332. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  333. Teleports.BackgroundTransparency = 1
  334. Teleports.Position = UDim2.new(0.42592591, 0, 0.116731517, 0)
  335. Teleports.Size = UDim2.new(0, 38, 0, 15)
  336. Teleports.Font = Enum.Font.SourceSansBold
  337. Teleports.Text = "Teleports"
  338. Teleports.TextColor3 = Color3.new(1, 1, 1)
  339. Teleports.TextSize = 14
  340.  
  341. Sell.Name = "Sell"
  342. Sell.Parent = Page1
  343. Sell.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  344. Sell.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  345. Sell.Position = UDim2.new(0.566666722, 0, 0.192288339, 0)
  346. Sell.Size = UDim2.new(0, 107, 0, 22)
  347. Sell.Font = Enum.Font.SourceSansBold
  348. Sell.Text = "Teleport to Sell"
  349. Sell.TextColor3 = Color3.new(1, 1, 1)
  350. Sell.TextScaled = true
  351. Sell.TextSize = 14
  352. Sell.TextWrapped = true
  353.  
  354. Sell.MouseButton1Click:connect(function()
  355. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-14.55, 3.86, -558.21)
  356. end)
  357.  
  358.  
  359. Next.Name = "Next"
  360. Next.Parent = Page1
  361. Next.BackgroundColor3 = Color3.new(1, 1, 1)
  362. Next.BackgroundTransparency = 1
  363. Next.Position = UDim2.new(0.566666603, 0, 0.922178984, 0)
  364. Next.Size = UDim2.new(0, 16, 0, 20)
  365. Next.Font = Enum.Font.SourceSansBold
  366. Next.Text = "->"
  367. Next.TextColor3 = Color3.new(1, 1, 1)
  368. Next.TextSize = 14
  369.  
  370. Next.MouseButton1Click:connect(function()
  371. Page1.Visible = false
  372. Page1.Active = false
  373. Page1.Draggable = false
  374. Page2.Visible = true
  375. Page2.Active = true
  376. Page2.Draggable = true
  377. end)
  378.  
  379. Number1.Name = "Number1"
  380. Number1.Parent = Page1
  381. Number1.BackgroundColor3 = Color3.new(1, 1, 1)
  382. Number1.BackgroundTransparency = 1
  383. Number1.Position = UDim2.new(0.470370412, 0, 0.933852136, 0)
  384. Number1.Size = UDim2.new(0, 14, 0, 14)
  385. Number1.Font = Enum.Font.SourceSans
  386. Number1.Text = "1"
  387. Number1.TextColor3 = Color3.new(1, 1, 1)
  388. Number1.TextSize = 14
  389.  
  390. Page2.Name = "Page2"
  391. Page2.Parent = DestructionSim
  392. Page2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  393. Page2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  394. Page2.Position = UDim2.new(0.418536544, 0, 0.384462178, 0)
  395. Page2.Size = UDim2.new(0, 270, 0, 257)
  396. Page2.Visible = false
  397.  
  398. BGDETAIL2.Name = "BGDETAIL2"
  399. BGDETAIL2.Parent = Page2
  400. BGDETAIL2.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  401. BGDETAIL2.BorderColor3 = Color3.new(0.352941, 0.643137, 0.807843)
  402. BGDETAIL2.Size = UDim2.new(0, 270, 0, 30)
  403.  
  404. DetailLabel2.Name = "DetailLabel2"
  405. DetailLabel2.Parent = BGDETAIL2
  406. DetailLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  407. DetailLabel2.BackgroundTransparency = 1
  408. DetailLabel2.Position = UDim2.new(0.092592597, 0, 0, 0)
  409. DetailLabel2.Size = UDim2.new(0, 235, 0, 30)
  410. DetailLabel2.Font = Enum.Font.SourceSansBold
  411. DetailLabel2.Text = "Destruction Simulator"
  412. DetailLabel2.TextColor3 = Color3.new(1, 1, 1)
  413. DetailLabel2.TextScaled = true
  414. DetailLabel2.TextSize = 14
  415. DetailLabel2.TextWrapped = true
  416.  
  417. AutoSell.Name = "AutoSell"
  418. AutoSell.Parent = Page2
  419. AutoSell.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  420. AutoSell.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  421. AutoSell.Position = UDim2.new(0.0313919783, 0, 0.190970525, 0)
  422. AutoSell.Size = UDim2.new(0, 107, 0, 22)
  423. AutoSell.Font = Enum.Font.SourceSansBold
  424. AutoSell.Text = "Auto Sell Bricks"
  425. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  426. AutoSell.TextScaled = true
  427. AutoSell.TextSize = 14
  428. AutoSell.TextWrapped = true
  429.  
  430. AutoSell.MouseButton1Click:connect(function()
  431. local remote = game["ReplicatedStorage"]["Remotes"]["sellBricks"]
  432. while true do
  433. remote:FireServer()
  434. wait(12.5)
  435. end
  436. end)
  437.  
  438. Destroy.Name = "Destroy"
  439. Destroy.Parent = Page2
  440. Destroy.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  441. Destroy.BorderSizePixel = 0
  442. Destroy.Size = UDim2.new(0, 24, 0, 30)
  443. Destroy.Font = Enum.Font.SourceSansBold
  444. Destroy.Text = "X"
  445. Destroy.TextColor3 = Color3.new(1, 1, 1)
  446. Destroy.TextScaled = true
  447. Destroy.TextSize = 14
  448. Destroy.TextWrapped = true
  449.  
  450. Destroy.MouseButton1Click:connect(function()
  451. DestructionSim:Destroy()
  452. end)
  453.  
  454. Functions.Name = "Functions"
  455. Functions.Parent = Page2
  456. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  457. Functions.BackgroundTransparency = 1
  458. Functions.Position = UDim2.new(0.42592591, 0, 0.116731517, 0)
  459. Functions.Size = UDim2.new(0, 38, 0, 15)
  460. Functions.Font = Enum.Font.SourceSansBold
  461. Functions.Text = "Functions"
  462. Functions.TextColor3 = Color3.new(1, 1, 1)
  463. Functions.TextSize = 14
  464.  
  465. Previous.Name = "Previous"
  466. Previous.Parent = Page2
  467. Previous.BackgroundColor3 = Color3.new(1, 1, 1)
  468. Previous.BackgroundTransparency = 1
  469. Previous.Position = UDim2.new(0.366666615, 0, 0.922178984, 0)
  470. Previous.Size = UDim2.new(0, 16, 0, 20)
  471. Previous.Font = Enum.Font.SourceSansBold
  472. Previous.Text = "<-"
  473. Previous.TextColor3 = Color3.new(1, 1, 1)
  474. Previous.TextSize = 14
  475.  
  476. Previous.MouseButton1Click:connect(function()
  477. Page2.Visible = false
  478. Page2.Active = false
  479. Page2.Draggable = false
  480. Page1.Visible = true
  481. Page1.Active = true
  482. Page1.Draggable = true
  483. end)
  484.  
  485. Number2.Name = "Number2"
  486. Number2.Parent = Page2
  487. Number2.BackgroundColor3 = Color3.new(1, 1, 1)
  488. Number2.BackgroundTransparency = 1
  489. Number2.Position = UDim2.new(0.470370412, 0, 0.933852136, 0)
  490. Number2.Size = UDim2.new(0, 14, 0, 14)
  491. Number2.Font = Enum.Font.SourceSans
  492. Number2.Text = "2"
  493. Number2.TextColor3 = Color3.new(1, 1, 1)
  494. Number2.TextSize = 14
  495.  
  496. SellBrick.Name = "SellBrick"
  497. SellBrick.Parent = Page2
  498. SellBrick.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  499. SellBrick.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  500. SellBrick.Position = UDim2.new(0.570425451, 0, 0.190970525, 0)
  501. SellBrick.Size = UDim2.new(0, 107, 0, 22)
  502. SellBrick.Font = Enum.Font.SourceSansBold
  503. SellBrick.Text = "Sell Bricks"
  504. SellBrick.TextColor3 = Color3.new(1, 1, 1)
  505. SellBrick.TextScaled = true
  506. SellBrick.TextSize = 14
  507. SellBrick.TextWrapped = true
  508.  
  509. SellBrick.MouseButton1Click:connect(function()
  510. local remote = game["ReplicatedStorage"]["Remotes"]["sellBricks"]
  511. remote:FireServer()
  512. end)
  513.  
  514. Dupe.Name = "Dupe"
  515. Dupe.Parent = Page2
  516. Dupe.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  517. Dupe.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  518. Dupe.Position = UDim2.new(0.0296296291, 0, 0.315175086, 0)
  519. Dupe.Size = UDim2.new(0, 252, 0, 22)
  520. Dupe.Font = Enum.Font.SourceSansBold
  521. Dupe.Text = "Dupe Launchers And Bombs"
  522. Dupe.TextColor3 = Color3.new(1, 1, 1)
  523. Dupe.TextScaled = true
  524. Dupe.TextSize = 14
  525. Dupe.TextWrapped = true
  526.  
  527. function blacklist()
  528. if game.Players.LocalPlayer.Name == "silky_dev" then
  529. game.Players.LocalPlayer:Kick("Hi Owner, Goodbye owner.")
  530. end
  531. end
  532.  
  533. Dupe.MouseButton1Click:connect(function()
  534. for i = 1, howmany do
  535.  
  536. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  537. if (v:IsA("Tool")) then
  538. v.Parent = game.Players.LocalPlayer
  539. end
  540. end
  541.  
  542. wait(0.5)
  543.  
  544. game.Players.LocalPlayer.Character.Head.Neck:Destroy()
  545.  
  546. wait(8)
  547. end
  548. wait(1)
  549.  
  550. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  551. if (v:IsA("Tool")) then
  552. v.Parent = game.Players.LocalPlayer.Backpack
  553. end
  554. end
  555. end)
  556.  
  557. Bomb.Name = "Bomb"
  558. Bomb.Parent = Page2
  559. Bomb.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  560. Bomb.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  561. Bomb.Position = UDim2.new(0.0296296291, 0, 0.560311258, 0)
  562. Bomb.Size = UDim2.new(0, 83, 0, 22)
  563. Bomb.Font = Enum.Font.SourceSansBold
  564. Bomb.Text = "Equip Bomb"
  565. Bomb.TextColor3 = Color3.new(1, 1, 1)
  566. Bomb.TextScaled = true
  567. Bomb.TextSize = 14
  568. Bomb.TextWrapped = true
  569.  
  570. Backpack.Name = "Backpack"
  571. Backpack.Parent = Page2
  572. Backpack.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  573. Backpack.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  574. Backpack.Position = UDim2.new(0.655555606, 0, 0.560311258, 0)
  575. Backpack.Size = UDim2.new(0, 83, 0, 22)
  576. Backpack.Font = Enum.Font.SourceSansBold
  577. Backpack.Text = "Equip Backpack"
  578. Backpack.TextColor3 = Color3.new(1, 1, 1)
  579. Backpack.TextScaled = true
  580. Backpack.TextSize = 14
  581. Backpack.TextWrapped = true
  582.  
  583. Gun.Name = "Gun"
  584. Gun.Parent = Page2
  585. Gun.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  586. Gun.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  587. Gun.Position = UDim2.new(0.366666675, 0, 0.560311258, 0)
  588. Gun.Size = UDim2.new(0, 70, 0, 22)
  589. Gun.Font = Enum.Font.SourceSansBold
  590. Gun.Text = "Equip Gun"
  591. Gun.TextColor3 = Color3.new(1, 1, 1)
  592. Gun.TextScaled = true
  593. Gun.TextSize = 14
  594. Gun.TextWrapped = true
  595.  
  596. TextBox.Parent = Page2
  597. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  598. TextBox.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  599. TextBox.Position = UDim2.new(0.125925928, 0, 0.431906581, 0)
  600. TextBox.Size = UDim2.new(0, 200, 0, 22)
  601. TextBox.Font = Enum.Font.SourceSansBold
  602. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  603. TextBox.Text = "Equipment Name Here [Cap Sensitive]"
  604. TextBox.TextColor3 = Color3.new(1, 1, 1)
  605. TextBox.TextScaled = true
  606. TextBox.TextSize = 14
  607. TextBox.TextWrapped = true
  608.  
  609. Bomb.MouseButton1Click:connect(function()
  610. local A_1 = "Bomb"
  611. local A_2 = TextBox.Text
  612. local Event = game:GetService("ReplicatedStorage").Remotes.equipItem
  613. Event:FireServer(A_1, A_2)
  614. end)
  615.  
  616. Gun.MouseButton1Click:connect(function()
  617. local A_1 = "Launcher"
  618. local A_2 = TextBox.Text
  619. local Event = game:GetService("ReplicatedStorage").Remotes.equipItem
  620. Event:FireServer(A_1, A_2)
  621. end)
  622.  
  623. for i = 1, 5 do
  624. blacklist()
  625. end
  626.  
  627. Backpack.MouseButton1Click:connect(function()
  628. local A_1 = "Backpack"
  629. local A_2 = TextBox.Text
  630. local Event = game:GetService("ReplicatedStorage").Remotes.equipItem
  631. Event:FireServer(A_1, A_2)
  632. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement