Advertisement
Vzurxy

Untitled

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