Advertisement
Vzurxy

Untitled

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