Vzurxy

Destruction Sim GUI [Atom]

Aug 30th, 2018
9,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.23 KB | None | 0 0
  1. -- SPEED CONFIGURATION
  2. local speed = 65 -- Speed Here!
  3.  
  4. spawn(function()
  5. while wait() do
  6. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speed
  7. end
  8. end)
  9.  
  10. -- DUPE CONFIGURATION
  11. local howmany = 3 -- Number here for how many items you want to duplicate
  12.  
  13. if game:GetService("Players").LocalPlayer.Name == "SirFrost" then
  14. local howmany = 5
  15. else
  16. end
  17. wait(0.01)
  18.  
  19. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  20. Text = "Ran, Made GUI by Atom!";
  21. Color = Color3.new(0, 185, 0);
  22. Font = Enum.Font.SourceSansBold;
  23. FontSize = Enum.FontSize.Size24;
  24. })
  25. wait(1)
  26. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  27. Text = "Scripts by JlmmyKewlKiDz and ObitoXDm8OI, Baconie Show them support, and GUI by Atom!";
  28. Color = Color3.new(170, 0, 0);
  29. Font = Enum.Font.SourceSansBold;
  30. FontSize = Enum.FontSize.Size24;
  31. })
  32.  
  33. wait(1)
  34.  
  35. game.StarterGui:SetCore("SendNotification", {
  36. Title = "Loaded!";
  37. Text = "Please read chat for credits, and configure stuff in the script!";
  38. })
  39. game.StarterGui:SetCore("SendNotification", {
  40. Title = "ATOM";
  41. Text = "Atom#0995 made this gui";
  42. })
  43.  
  44. -- Made by Atom
  45.  
  46. -- Scripts to JlmmyKewlKiDz, ObitoXDm8OI, Baconie
  47.  
  48.  
  49. local Name = game.Players.LocalPlayer.Name
  50.  
  51.  
  52. local random = math.random(1,9999999)
  53.  
  54.  
  55. local DestructionSim = Instance.new("ScreenGui")
  56. local Page1 = Instance.new("Frame")
  57. local BGDETAIL = Instance.new("Frame")
  58. local DetailLabel = Instance.new("TextLabel")
  59. local Shop = Instance.new("TextButton")
  60. local Highway = Instance.new("TextButton")
  61. local Site = Instance.new("TextButton")
  62. local Home = Instance.new("TextButton")
  63. local Ship = Instance.new("TextButton")
  64. local Space = Instance.new("TextButton")
  65. local Camp = Instance.new("TextButton")
  66. local Pillar = Instance.new("TextButton")
  67. local Castle = Instance.new("TextButton")
  68. local Empire = Instance.new("TextButton")
  69. local Exit = Instance.new("TextButton")
  70. local Farm = Instance.new("TextButton")
  71. local Teleports = Instance.new("TextLabel")
  72. local Sell = Instance.new("TextButton")
  73. local Next = Instance.new("TextButton")
  74. local Number1 = Instance.new("TextLabel")
  75. local Page2 = Instance.new("Frame")
  76. local BGDETAIL2 = Instance.new("Frame")
  77. local DetailLabel2 = Instance.new("TextLabel")
  78. local AutoSell = Instance.new("TextButton")
  79. local Destroy = Instance.new("TextButton")
  80. local Functions = Instance.new("TextLabel")
  81. local Previous = Instance.new("TextButton")
  82. local Number2 = Instance.new("TextLabel")
  83. local SellBrick = Instance.new("TextButton")
  84. local Dupe = Instance.new("TextButton")
  85. local Bomb = Instance.new("TextButton")
  86. local Backpack = Instance.new("TextButton")
  87. local Gun = Instance.new("TextButton")
  88. local TextBox = Instance.new("TextBox")
  89.  
  90. DestructionSim.Name = "DestructionSim"
  91. DestructionSim.Parent = game.Players.LocalPlayer.PlayerGui
  92.  
  93. Page1.Name = "Page1"
  94. Page1.Parent = DestructionSim
  95. Page1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  96. Page1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  97. Page1.Position = UDim2.new(0.0965853631, 0, 0.404382467, 0)
  98. Page1.Size = UDim2.new(0, 270, 0, 257)
  99. Page1.Active = true
  100. Page1.Draggable = true
  101.  
  102. BGDETAIL.Name = "BGDETAIL"
  103. BGDETAIL.Parent = Page1
  104. BGDETAIL.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  105. BGDETAIL.BorderColor3 = Color3.new(0.352941, 0.643137, 0.807843)
  106. BGDETAIL.Size = UDim2.new(0, 270, 0, 30)
  107.  
  108. DetailLabel.Name = "DetailLabel"
  109. DetailLabel.Parent = BGDETAIL
  110. DetailLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  111. DetailLabel.BackgroundTransparency = 1
  112. DetailLabel.Position = UDim2.new(0.0925925896, 0, 0, 0)
  113. DetailLabel.Size = UDim2.new(0, 235, 0, 30)
  114. DetailLabel.Font = Enum.Font.SourceSansBold
  115. DetailLabel.Text = "Destruction Simulator"
  116. DetailLabel.TextColor3 = Color3.new(1, 1, 1)
  117. DetailLabel.TextScaled = true
  118. DetailLabel.TextSize = 14
  119. DetailLabel.TextWrapped = true
  120.  
  121. Shop.Name = "Shop"
  122. Shop.Parent = Page1
  123. Shop.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  124. Shop.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  125. Shop.Position = UDim2.new(0.0333333611, 0, 0.192288339, 0)
  126. Shop.Size = UDim2.new(0, 107, 0, 22)
  127. Shop.Font = Enum.Font.SourceSansBold
  128. Shop.Text = "Teleport to Shop"
  129. Shop.TextColor3 = Color3.new(1, 1, 1)
  130. Shop.TextScaled = true
  131. Shop.TextSize = 14
  132. Shop.TextWrapped = true
  133.  
  134. Shop.MouseButton1Click:connect(function()
  135. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-52.7326279, 3.45200205, -556.515015)
  136. end)
  137.  
  138. Highway.Name = "Highway"
  139. Highway.Parent = Page1
  140. Highway.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  141. Highway.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  142. Highway.Position = UDim2.new(0.0333333313, 0, 0.305615187, 0)
  143. Highway.Size = UDim2.new(0, 107, 0, 22)
  144. Highway.Font = Enum.Font.SourceSansBold
  145. Highway.Text = "Highway Racing"
  146. Highway.TextColor3 = Color3.new(1, 1, 1)
  147. Highway.TextScaled = true
  148. Highway.TextSize = 14
  149. Highway.TextWrapped = true
  150.  
  151. Highway.MouseButton1Click:connect(function()
  152. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(19.63, 3.35, -434.96)
  153. end)
  154.  
  155. Site.Name = "Site"
  156. Site.Parent = Page1
  157. Site.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  158. Site.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  159. Site.Position = UDim2.new(0.562962949, 0, 0.307392985, 0)
  160. Site.Size = UDim2.new(0, 108, 0, 22)
  161. Site.Font = Enum.Font.SourceSansBold
  162. Site.Text = "Construction Site"
  163. Site.TextColor3 = Color3.new(1, 1, 1)
  164. Site.TextScaled = true
  165. Site.TextSize = 14
  166. Site.TextWrapped = true
  167.  
  168. Site.MouseButton1Click:connect(function()
  169. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89, 3, -452)
  170. end)
  171.  
  172. Home.Name = "Home"
  173. Home.Parent = Page1
  174. Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  175. Home.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  176. Home.Position = UDim2.new(0.567841053, 0, 0.421485007, 0)
  177. Home.Size = UDim2.new(0, 107, 0, 22)
  178. Home.Font = Enum.Font.SourceSansBold
  179. Home.Text = "Happy Home"
  180. Home.TextColor3 = Color3.new(1, 1, 1)
  181. Home.TextScaled = true
  182. Home.TextSize = 14
  183. Home.TextWrapped = true
  184.  
  185. Home.MouseButton1Click:connect(function()
  186. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-88, 3.5, -150)
  187. end)
  188.  
  189. Ship.Name = "Ship"
  190. Ship.Parent = Page1
  191. Ship.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  192. Ship.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  193. Ship.Position = UDim2.new(0.0333333351, 0, 0.536964953, 0)
  194. Ship.Size = UDim2.new(0, 107, 0, 22)
  195. Ship.Font = Enum.Font.SourceSansBold
  196. Ship.Text = "Ship Dock"
  197. Ship.TextColor3 = Color3.new(1, 1, 1)
  198. Ship.TextScaled = true
  199. Ship.TextSize = 14
  200. Ship.TextWrapped = true
  201.  
  202. Ship.MouseButton1Click:connect(function()
  203. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.19, 3.35, 144)
  204. end)
  205.  
  206. Space.Name = "Space"
  207. Space.Parent = Page1
  208. Space.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  209. Space.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  210. Space.Position = UDim2.new(0.567841053, 0, 0.538166225, 0)
  211. Space.Size = UDim2.new(0, 107, 0, 22)
  212. Space.Font = Enum.Font.SourceSansBold
  213. Space.Text = "Space Travel"
  214. Space.TextColor3 = Color3.new(1, 1, 1)
  215. Space.TextScaled = true
  216. Space.TextSize = 14
  217. Space.TextWrapped = true
  218.  
  219. Space.MouseButton1Click:connect(function()
  220. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.05, 3.35, 144)
  221. end)
  222.  
  223. Camp.Name = "Camp"
  224. Camp.Parent = Page1
  225. Camp.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  226. Camp.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  227. Camp.Position = UDim2.new(0.0345077515, 0, 0.658738494, 0)
  228. Camp.Size = UDim2.new(0, 107, 0, 22)
  229. Camp.Font = Enum.Font.SourceSansBold
  230. Camp.Text = "Military Camp"
  231. Camp.TextColor3 = Color3.new(1, 1, 1)
  232. Camp.TextScaled = true
  233. Camp.TextSize = 14
  234. Camp.TextWrapped = true
  235.  
  236. Camp.MouseButton1Click:connect(function()
  237. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(17.74, 3.35, 453.33)
  238. end)
  239.  
  240. Pillar.Name = "Pillar"
  241. Pillar.Parent = Page1
  242. Pillar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  243. Pillar.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  244. Pillar.Position = UDim2.new(0.56413734, 0, 0.658738494, 0)
  245. Pillar.Size = UDim2.new(0, 107, 0, 22)
  246. Pillar.Font = Enum.Font.SourceSansBold
  247. Pillar.Text = "Pyramid & Pillars"
  248. Pillar.TextColor3 = Color3.new(1, 1, 1)
  249. Pillar.TextScaled = true
  250. Pillar.TextSize = 14
  251. Pillar.TextWrapped = true
  252.  
  253. Pillar.MouseButton1Click:connect(function()
  254. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-86.08, 3.35, 446.63)
  255. end)
  256.  
  257. Castle.Name = "Castle"
  258. Castle.Parent = Page1
  259. Castle.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  260. Castle.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  261. Castle.Position = UDim2.new(0.0333333351, 0, 0.774319053, 0)
  262. Castle.Size = UDim2.new(0, 107, 0, 22)
  263. Castle.Font = Enum.Font.SourceSansBold
  264. Castle.Text = "Castle"
  265. Castle.TextColor3 = Color3.new(1, 1, 1)
  266. Castle.TextScaled = true
  267. Castle.TextSize = 14
  268. Castle.TextWrapped = true
  269.  
  270. Castle.MouseButton1Click:connect(function()
  271. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.35, 3.35, 774.2)
  272. end)
  273.  
  274. Empire.Name = "Empire"
  275. Empire.Parent = Page1
  276. Empire.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  277. Empire.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  278. Empire.Position = UDim2.new(0.56413734, 0, 0.775470018, 0)
  279. Empire.Size = UDim2.new(0, 107, 0, 22)
  280. Empire.Font = Enum.Font.SourceSansBold
  281. Empire.Text = "Empire State & HQ"
  282. Empire.TextColor3 = Color3.new(1, 1, 1)
  283. Empire.TextScaled = true
  284. Empire.TextSize = 14
  285. Empire.TextWrapped = true
  286.  
  287. Empire.MouseButton1Click:connect(function()
  288. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.75, 3.35, 747.22)
  289. end)
  290.  
  291. Exit.Name = "Exit"
  292. Exit.Parent = Page1
  293. Exit.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  294. Exit.BorderSizePixel = 0
  295. Exit.Size = UDim2.new(0, 24, 0, 30)
  296. Exit.Font = Enum.Font.SourceSansBold
  297. Exit.Text = "X"
  298. Exit.TextColor3 = Color3.new(1, 1, 1)
  299. Exit.TextScaled = true
  300. Exit.TextSize = 14
  301. Exit.TextWrapped = true
  302.  
  303. Exit.MouseButton1Click:connect(function()
  304. DestructionSim:Destroy()
  305. end)
  306.  
  307. Farm.Name = "Farm"
  308. Farm.Parent = Page1
  309. Farm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  310. Farm.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  311. Farm.Position = UDim2.new(0.0345077515, 0, 0.421447635, 0)
  312. Farm.Size = UDim2.new(0, 107, 0, 22)
  313. Farm.Font = Enum.Font.SourceSansBold
  314. Farm.Text = "Farm"
  315. Farm.TextColor3 = Color3.new(1, 1, 1)
  316. Farm.TextScaled = true
  317. Farm.TextSize = 14
  318. Farm.TextWrapped = true
  319.  
  320. Farm.MouseButton1Click:connect(function()
  321. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(16.23, 3.35, -152.98)
  322. end)
  323.  
  324. Teleports.Name = "Teleports"
  325. Teleports.Parent = Page1
  326. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  327. Teleports.BackgroundTransparency = 1
  328. Teleports.Position = UDim2.new(0.42592591, 0, 0.116731517, 0)
  329. Teleports.Size = UDim2.new(0, 38, 0, 15)
  330. Teleports.Font = Enum.Font.SourceSansBold
  331. Teleports.Text = "Teleports"
  332. Teleports.TextColor3 = Color3.new(1, 1, 1)
  333. Teleports.TextSize = 14
  334.  
  335. Sell.Name = "Sell"
  336. Sell.Parent = Page1
  337. Sell.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  338. Sell.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  339. Sell.Position = UDim2.new(0.566666722, 0, 0.192288339, 0)
  340. Sell.Size = UDim2.new(0, 107, 0, 22)
  341. Sell.Font = Enum.Font.SourceSansBold
  342. Sell.Text = "Teleport to Sell"
  343. Sell.TextColor3 = Color3.new(1, 1, 1)
  344. Sell.TextScaled = true
  345. Sell.TextSize = 14
  346. Sell.TextWrapped = true
  347.  
  348. Sell.MouseButton1Click:connect(function()
  349. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-14.55, 3.86, -558.21)
  350. end)
  351.  
  352.  
  353. Next.Name = "Next"
  354. Next.Parent = Page1
  355. Next.BackgroundColor3 = Color3.new(1, 1, 1)
  356. Next.BackgroundTransparency = 1
  357. Next.Position = UDim2.new(0.566666603, 0, 0.922178984, 0)
  358. Next.Size = UDim2.new(0, 16, 0, 20)
  359. Next.Font = Enum.Font.SourceSansBold
  360. Next.Text = "->"
  361. Next.TextColor3 = Color3.new(1, 1, 1)
  362. Next.TextSize = 14
  363.  
  364. Next.MouseButton1Click:connect(function()
  365. Page1.Visible = false
  366. Page1.Active = false
  367. Page1.Draggable = false
  368. Page2.Visible = true
  369. Page2.Active = true
  370. Page2.Draggable = true
  371. end)
  372.  
  373. Number1.Name = "Number1"
  374. Number1.Parent = Page1
  375. Number1.BackgroundColor3 = Color3.new(1, 1, 1)
  376. Number1.BackgroundTransparency = 1
  377. Number1.Position = UDim2.new(0.470370412, 0, 0.933852136, 0)
  378. Number1.Size = UDim2.new(0, 14, 0, 14)
  379. Number1.Font = Enum.Font.SourceSans
  380. Number1.Text = "1"
  381. Number1.TextColor3 = Color3.new(1, 1, 1)
  382. Number1.TextSize = 14
  383.  
  384. Page2.Name = "Page2"
  385. Page2.Parent = DestructionSim
  386. Page2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  387. Page2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  388. Page2.Position = UDim2.new(0.418536544, 0, 0.384462178, 0)
  389. Page2.Size = UDim2.new(0, 270, 0, 257)
  390. Page2.Visible = false
  391.  
  392. BGDETAIL2.Name = "BGDETAIL2"
  393. BGDETAIL2.Parent = Page2
  394. BGDETAIL2.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  395. BGDETAIL2.BorderColor3 = Color3.new(0.352941, 0.643137, 0.807843)
  396. BGDETAIL2.Size = UDim2.new(0, 270, 0, 30)
  397.  
  398. DetailLabel2.Name = "DetailLabel2"
  399. DetailLabel2.Parent = BGDETAIL2
  400. DetailLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  401. DetailLabel2.BackgroundTransparency = 1
  402. DetailLabel2.Position = UDim2.new(0.092592597, 0, 0, 0)
  403. DetailLabel2.Size = UDim2.new(0, 235, 0, 30)
  404. DetailLabel2.Font = Enum.Font.SourceSansBold
  405. DetailLabel2.Text = "Destruction Simulator"
  406. DetailLabel2.TextColor3 = Color3.new(1, 1, 1)
  407. DetailLabel2.TextScaled = true
  408. DetailLabel2.TextSize = 14
  409. DetailLabel2.TextWrapped = true
  410.  
  411. AutoSell.Name = "AutoSell"
  412. AutoSell.Parent = Page2
  413. AutoSell.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  414. AutoSell.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  415. AutoSell.Position = UDim2.new(0.0313919783, 0, 0.190970525, 0)
  416. AutoSell.Size = UDim2.new(0, 107, 0, 22)
  417. AutoSell.Font = Enum.Font.SourceSansBold
  418. AutoSell.Text = "Auto Sell Bricks"
  419. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  420. AutoSell.TextScaled = true
  421. AutoSell.TextSize = 14
  422. AutoSell.TextWrapped = true
  423.  
  424. AutoSell.MouseButton1Click:connect(function()
  425. local remote = game["ReplicatedStorage"]["Remotes"]["sellBricks"]
  426. while true do
  427. remote:FireServer()
  428. wait(12.5)
  429. end
  430. end)
  431.  
  432. Destroy.Name = "Destroy"
  433. Destroy.Parent = Page2
  434. Destroy.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  435. Destroy.BorderSizePixel = 0
  436. Destroy.Size = UDim2.new(0, 24, 0, 30)
  437. Destroy.Font = Enum.Font.SourceSansBold
  438. Destroy.Text = "X"
  439. Destroy.TextColor3 = Color3.new(1, 1, 1)
  440. Destroy.TextScaled = true
  441. Destroy.TextSize = 14
  442. Destroy.TextWrapped = true
  443.  
  444. Destroy.MouseButton1Click:connect(function()
  445. DestructionSim:Destroy()
  446. end)
  447.  
  448. Functions.Name = "Functions"
  449. Functions.Parent = Page2
  450. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  451. Functions.BackgroundTransparency = 1
  452. Functions.Position = UDim2.new(0.42592591, 0, 0.116731517, 0)
  453. Functions.Size = UDim2.new(0, 38, 0, 15)
  454. Functions.Font = Enum.Font.SourceSansBold
  455. Functions.Text = "Functions"
  456. Functions.TextColor3 = Color3.new(1, 1, 1)
  457. Functions.TextSize = 14
  458.  
  459. Previous.Name = "Previous"
  460. Previous.Parent = Page2
  461. Previous.BackgroundColor3 = Color3.new(1, 1, 1)
  462. Previous.BackgroundTransparency = 1
  463. Previous.Position = UDim2.new(0.366666615, 0, 0.922178984, 0)
  464. Previous.Size = UDim2.new(0, 16, 0, 20)
  465. Previous.Font = Enum.Font.SourceSansBold
  466. Previous.Text = "<-"
  467. Previous.TextColor3 = Color3.new(1, 1, 1)
  468. Previous.TextSize = 14
  469.  
  470. Previous.MouseButton1Click:connect(function()
  471. Page2.Visible = false
  472. Page2.Active = false
  473. Page2.Draggable = false
  474. Page1.Visible = true
  475. Page1.Active = true
  476. Page1.Draggable = true
  477. end)
  478.  
  479. Number2.Name = "Number2"
  480. Number2.Parent = Page2
  481. Number2.BackgroundColor3 = Color3.new(1, 1, 1)
  482. Number2.BackgroundTransparency = 1
  483. Number2.Position = UDim2.new(0.470370412, 0, 0.933852136, 0)
  484. Number2.Size = UDim2.new(0, 14, 0, 14)
  485. Number2.Font = Enum.Font.SourceSans
  486. Number2.Text = "2"
  487. Number2.TextColor3 = Color3.new(1, 1, 1)
  488. Number2.TextSize = 14
  489.  
  490. SellBrick.Name = "SellBrick"
  491. SellBrick.Parent = Page2
  492. SellBrick.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  493. SellBrick.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  494. SellBrick.Position = UDim2.new(0.570425451, 0, 0.190970525, 0)
  495. SellBrick.Size = UDim2.new(0, 107, 0, 22)
  496. SellBrick.Font = Enum.Font.SourceSansBold
  497. SellBrick.Text = "Sell Bricks"
  498. SellBrick.TextColor3 = Color3.new(1, 1, 1)
  499. SellBrick.TextScaled = true
  500. SellBrick.TextSize = 14
  501. SellBrick.TextWrapped = true
  502.  
  503. SellBrick.MouseButton1Click:connect(function()
  504. local remote = game["ReplicatedStorage"]["Remotes"]["sellBricks"]
  505. remote:FireServer()
  506. end)
  507.  
  508. Dupe.Name = "Dupe"
  509. Dupe.Parent = Page2
  510. Dupe.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  511. Dupe.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  512. Dupe.Position = UDim2.new(0.0296296291, 0, 0.315175086, 0)
  513. Dupe.Size = UDim2.new(0, 252, 0, 22)
  514. Dupe.Font = Enum.Font.SourceSansBold
  515. Dupe.Text = "Dupe Launchers And Bombs"
  516. Dupe.TextColor3 = Color3.new(1, 1, 1)
  517. Dupe.TextScaled = true
  518. Dupe.TextSize = 14
  519. Dupe.TextWrapped = true
  520.  
  521. function blacklist()
  522. if game.Players.LocalPlayer.Name == "silky_dev" then
  523. game.Players.LocalPlayer:Kick("Hi Owner, Goodbye owner.")
  524. end
  525. end
  526.  
  527. Dupe.MouseButton1Click:connect(function()
  528. for i = 1, howmany do
  529.  
  530. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  531. if (v:IsA("Tool")) then
  532. v.Parent = game.Players.LocalPlayer
  533. end
  534. end
  535.  
  536. wait(0.5)
  537.  
  538. game.Players.LocalPlayer.Character.Head.Neck:Destroy()
  539.  
  540. wait(8)
  541. end
  542. wait(1)
  543.  
  544. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  545. if (v:IsA("Tool")) then
  546. v.Parent = game.Players.LocalPlayer.Backpack
  547. end
  548. end
  549. end)
  550.  
  551. Bomb.Name = "Bomb"
  552. Bomb.Parent = Page2
  553. Bomb.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  554. Bomb.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  555. Bomb.Position = UDim2.new(0.0296296291, 0, 0.560311258, 0)
  556. Bomb.Size = UDim2.new(0, 83, 0, 22)
  557. Bomb.Font = Enum.Font.SourceSansBold
  558. Bomb.Text = "Equip Bomb [PATCHED]"
  559. Bomb.TextColor3 = Color3.new(1, 1, 1)
  560. Bomb.TextScaled = true
  561. Bomb.TextSize = 14
  562. Bomb.TextWrapped = true
  563.  
  564. Backpack.Name = "Backpack"
  565. Backpack.Parent = Page2
  566. Backpack.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  567. Backpack.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  568. Backpack.Position = UDim2.new(0.655555606, 0, 0.560311258, 0)
  569. Backpack.Size = UDim2.new(0, 83, 0, 22)
  570. Backpack.Font = Enum.Font.SourceSansBold
  571. Backpack.Text = "Polar Bear GUI"
  572. Backpack.TextColor3 = Color3.new(1, 1, 1)
  573. Backpack.TextScaled = true
  574. Backpack.TextSize = 14
  575. Backpack.TextWrapped = true
  576.  
  577. Gun.Name = "Gun"
  578. Gun.Parent = Page2
  579. Gun.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  580. Gun.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  581. Gun.Position = UDim2.new(0.366666675, 0, 0.560311258, 0)
  582. Gun.Size = UDim2.new(0, 70, 0, 22)
  583. Gun.Font = Enum.Font.SourceSansBold
  584. Gun.Text = "Equip Gun [PATCHED]"
  585. Gun.TextColor3 = Color3.new(1, 1, 1)
  586. Gun.TextScaled = true
  587. Gun.TextSize = 14
  588. Gun.TextWrapped = true
  589.  
  590. TextBox.Parent = Page2
  591. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  592. TextBox.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  593. TextBox.Position = UDim2.new(0.125925928, 0, 0.431906581, 0)
  594. TextBox.Size = UDim2.new(0, 200, 0, 22)
  595. TextBox.Font = Enum.Font.SourceSansBold
  596. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  597. TextBox.Text = "Equipment Name Here [PATCHED]"
  598. TextBox.TextColor3 = Color3.new(1, 1, 1)
  599. TextBox.TextScaled = true
  600. TextBox.TextSize = 14
  601. TextBox.TextWrapped = true
  602.  
  603. Bomb.MouseButton1Click:connect(function()
  604. local A_1 = "Bomb"
  605. local A_2 = TextBox.Text
  606. local Event = game:GetService("ReplicatedStorage").Remotes.equipItem
  607. Event:FireServer(A_1, A_2)
  608. end)
  609.  
  610. Gun.MouseButton1Click:connect(function()
  611.  
  612. end)
  613.  
  614. for i = 1, 5 do
  615. blacklist()
  616. end
  617.  
  618. Backpack.MouseButton1Click:connect(function()
  619. if game.CoreGui:FindFirstChild("DestructionSimGui") then
  620. game.CoreGui:FindFirstChild("DestructionSimGui"):Destroy()
  621. end
  622. -- Instances:
  623. local DestructionSimGui = Instance.new("ScreenGui")
  624. local Main = Instance.new("Frame")
  625. local TItle = Instance.new("TextLabel")
  626. local insaneBlastRBtn = Instance.new("TextButton")
  627. local autoSellBtn = Instance.new("TextButton")
  628. local minMaxBtn = Instance.new("TextButton")
  629. local fastRocketBtn = Instance.new("TextButton")
  630. local rapidFireBtn = Instance.new("TextButton")
  631. local insaneBlastFBtn = Instance.new("TextButton")
  632. --Properties:
  633. DestructionSimGui.Name = "DestructionSimGui"
  634. DestructionSimGui.Parent = game.CoreGui
  635.  
  636. Main.Name = "Main"
  637. Main.Parent = DestructionSimGui
  638. Main.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  639. Main.BorderSizePixel = 0
  640. Main.ClipsDescendants = true
  641. Main.Position = UDim2.new(0.5, -250, 0.5, -150)
  642. Main.Size = UDim2.new(0, 500, 0, 300)
  643. Main.Active = true
  644. Main.Draggable = true
  645.  
  646. TItle.Name = "TItle"
  647. TItle.Parent = Main
  648. TItle.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  649. TItle.BorderSizePixel = 0
  650. TItle.Size = UDim2.new(0, 500, 0, 30)
  651. TItle.Font = Enum.Font.Fantasy
  652. TItle.Text = "Destruction Simulator GUI - Made by Polar Bear#9569"
  653. TItle.TextColor3 = Color3.new(1, 1, 1)
  654. TItle.TextSize = 14
  655.  
  656. insaneBlastRBtn.Name = "insaneBlastRBtn"
  657. insaneBlastRBtn.Parent = Main
  658. insaneBlastRBtn.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  659. insaneBlastRBtn.BorderColor3 = Color3.new(1, 0.435294, 0.443137)
  660. insaneBlastRBtn.Position = UDim2.new(0, 10, 0.342999995, 50)
  661. insaneBlastRBtn.Size = UDim2.new(0, 150, 0, 30)
  662. insaneBlastRBtn.Font = Enum.Font.Code
  663. insaneBlastRBtn.Text = "Insane Blast Radius"
  664. insaneBlastRBtn.TextColor3 = Color3.new(1, 1, 1)
  665. insaneBlastRBtn.TextScaled = true
  666. insaneBlastRBtn.TextSize = 12
  667. insaneBlastRBtn.TextWrapped = true
  668.  
  669. autoSellBtn.Name = "autoSellBtn"
  670. autoSellBtn.Parent = Main
  671. autoSellBtn.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  672. autoSellBtn.BorderColor3 = Color3.new(1, 0.435294, 0.443137)
  673. autoSellBtn.Position = UDim2.new(0.00200000009, 175, 0.164000005, 50)
  674. autoSellBtn.Size = UDim2.new(0, 150, 0, 30)
  675. autoSellBtn.Font = Enum.Font.Code
  676. autoSellBtn.Text = "Autosell"
  677. autoSellBtn.TextColor3 = Color3.new(1, 1, 1)
  678. autoSellBtn.TextSize = 14
  679.  
  680. minMaxBtn.Name = "minMaxBtn"
  681. minMaxBtn.Parent = Main
  682. minMaxBtn.BackgroundColor3 = Color3.new(1, 1, 1)
  683. minMaxBtn.BackgroundTransparency = 1
  684. minMaxBtn.Position = UDim2.new(0.939999998, 0, 0, 0)
  685. minMaxBtn.Size = UDim2.new(0, 30, 0, 30)
  686. minMaxBtn.Font = Enum.Font.Code
  687. minMaxBtn.Text = "-"
  688. minMaxBtn.TextColor3 = Color3.new(1, 1, 1)
  689. minMaxBtn.TextScaled = true
  690. minMaxBtn.TextSize = 18
  691. minMaxBtn.TextWrapped = true
  692.  
  693. fastRocketBtn.Name = "fastRocketBtn"
  694. fastRocketBtn.Parent = Main
  695. fastRocketBtn.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  696. fastRocketBtn.BorderColor3 = Color3.new(1, 0.435294, 0.443137)
  697. fastRocketBtn.Position = UDim2.new(0, 343, 0.164000005, 50)
  698. fastRocketBtn.Size = UDim2.new(0, 150, 0, 30)
  699. fastRocketBtn.Font = Enum.Font.Code
  700. fastRocketBtn.Text = "Fast Rocket"
  701. fastRocketBtn.TextColor3 = Color3.new(1, 1, 1)
  702. fastRocketBtn.TextSize = 14
  703.  
  704. rapidFireBtn.Name = "rapidFireBtn"
  705. rapidFireBtn.Parent = Main
  706. rapidFireBtn.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  707. rapidFireBtn.BorderColor3 = Color3.new(1, 0.435294, 0.443137)
  708. rapidFireBtn.Position = UDim2.new(0, 10, 0.163000003, 50)
  709. rapidFireBtn.Size = UDim2.new(0, 150, 0, 30)
  710. rapidFireBtn.Font = Enum.Font.Code
  711. rapidFireBtn.Text = "Rapid Fire (No cooldown)"
  712. rapidFireBtn.TextColor3 = Color3.new(1, 1, 1)
  713. rapidFireBtn.TextScaled = true
  714. rapidFireBtn.TextSize = 12
  715. rapidFireBtn.TextWrapped = true
  716.  
  717. insaneBlastFBtn.Name = "insaneBlastFBtn"
  718. insaneBlastFBtn.Parent = Main
  719. insaneBlastFBtn.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.180392)
  720. insaneBlastFBtn.BorderColor3 = Color3.new(1, 0.435294, 0.443137)
  721. insaneBlastFBtn.Position = UDim2.new(0.331999987, 10, 0.342999995, 50)
  722. insaneBlastFBtn.Size = UDim2.new(0, 150, 0, 30)
  723. insaneBlastFBtn.Font = Enum.Font.Code
  724. insaneBlastFBtn.Text = "Insane Blast Force"
  725. insaneBlastFBtn.TextColor3 = Color3.new(1, 1, 1)
  726. insaneBlastFBtn.TextScaled = true
  727. insaneBlastFBtn.TextSize = 12
  728. insaneBlastFBtn.TextWrapped = true
  729. -- Scripts:
  730. local blastRadius = false
  731.  
  732. spawn(function()
  733. while wait() do
  734. if blastRadius then
  735. for _,obj in pairs(debug.getregistry()) do
  736. if type(obj) == "table" then
  737. if obj.BlastRadius then
  738. obj.BlastRadius = 999999
  739. end
  740. end
  741. end
  742. else
  743. for _,obj in pairs(debug.getregistry()) do
  744. if type(obj) == "table" then
  745. if obj.BlastRadius then
  746. obj.BlastRadius = 500
  747. end
  748. end
  749. end
  750. end
  751. end
  752. end)
  753.  
  754. insaneBlastRBtn.MouseButton1Down:Connect(function()
  755. blastRadius = not blastRadius
  756. insaneBlastRBtn.BorderColor3 = blastRadius and Color3.fromRGB(201, 255, 171) or Color3.fromRGB(255, 111, 113)
  757. end)
  758. local autoSell = false
  759.  
  760. local remote = game:GetService("ReplicatedStorage").Remotes.sellBricks
  761. local FireServer = Instance.new("RemoteEvent").FireServer
  762.  
  763. spawn(function()
  764. while wait() do
  765. if autoSell then
  766. FireServer(remote)
  767. end
  768. end
  769. end)
  770.  
  771. autoSellBtn.MouseButton1Down:Connect(function()
  772. autoSell = not autoSell
  773. autoSellBtn.BorderColor3 = autoSell and Color3.fromRGB(201, 255, 171) or Color3.fromRGB(255, 111, 113)
  774. end)
  775. minMaxBtn.MouseButton1Down:Connect(function()
  776. if Main.Size == UDim2.new(0,500,0,300) then
  777. Main:TweenSize(UDim2.new(0,500,0,30),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,0.3)
  778. minMaxBtn.Text = "+"
  779. elseif Main.Size == UDim2.new(0,500,0,30) then
  780. Main:TweenSize(UDim2.new(0,500,0,300),Enum.EasingDirection.InOut,Enum.EasingStyle.Quad,0.3)
  781. minMaxBtn.Text = "-"
  782. end
  783. end)
  784. local fastRocket = false
  785.  
  786. spawn(function()
  787. while wait() do
  788. if fastRocket then
  789. for _,obj in pairs(debug.getregistry()) do
  790. if type(obj) == "table" then
  791. if obj.RocketSpeed then
  792. obj.RocketSpeed = 99999999
  793. end
  794. end
  795. end
  796. else
  797. for _,obj in pairs(debug.getregistry()) do
  798. if type(obj) == "table" then
  799. if obj.RocketSpeed then
  800. obj.RocketSpeed = 2
  801. end
  802. end
  803. end
  804. end
  805. end
  806. end)
  807.  
  808. fastRocketBtn.MouseButton1Down:Connect(function()
  809. fastRocket = not fastRocket
  810. fastRocketBtn.BorderColor3 = fastRocket and Color3.fromRGB(201, 255, 171) or Color3.fromRGB(255, 111, 113)
  811. end)
  812. local rapidFire = false
  813.  
  814. spawn(function()
  815. while wait() do
  816. if rapidFire then
  817. for _,obj in pairs(debug.getregistry()) do
  818. if type(obj) == "table" then
  819. if obj.Cooldown then
  820. obj.Cooldown = 0
  821. end
  822. end
  823. end
  824. else
  825. for _,obj in pairs(debug.getregistry()) do
  826. if type(obj) == "table" then
  827. if obj.Cooldown then
  828. obj.Cooldown = 5
  829. end
  830. end
  831. end
  832. end
  833. end
  834. end)
  835.  
  836. rapidFireBtn.MouseButton1Down:Connect(function()
  837. rapidFire = not rapidFire
  838. rapidFireBtn.BorderColor3 = rapidFire and Color3.fromRGB(201, 255, 171) or Color3.fromRGB(255, 111, 113)
  839. end)
  840. local blastForce = false
  841.  
  842. spawn(function()
  843. while wait() do
  844. if blastForce then
  845. for _,obj in pairs(debug.getregistry()) do
  846. if type(obj) == "table" then
  847. if obj.BlastForce then
  848. obj.BlastForce = 999999
  849. end
  850. end
  851. end
  852. else
  853. for _,obj in pairs(debug.getregistry()) do
  854. if type(obj) == "table" then
  855. if obj.BlastForce then
  856. obj.BlastForce = 500
  857. end
  858. end
  859. end
  860. end
  861. end
  862. end)
  863.  
  864. insaneBlastFBtn.MouseButton1Down:Connect(function()
  865. blastForce = not blastForce
  866. insaneBlastFBtn.BorderColor3 = blastForce and Color3.fromRGB(201, 255, 171) or Color3.fromRGB(255, 111, 113)
  867. end)
  868. end)
Add Comment
Please, Sign In to add comment