DogeGalaxy

Des Simlator

Aug 31st, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. wait(0.01)
  2.  
  3. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  4. Text = "Ran, Made 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!";
  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.  
  23. local Name = game.Players.LocalPlayer.Name
  24.  
  25. local DestructionSim = Instance.new("ScreenGui")
  26. local BG = Instance.new("Frame")
  27. local BGDETAIL = Instance.new("Frame")
  28. local DetailLabel = Instance.new("TextLabel")
  29. local AutoSell = Instance.new("TextButton")
  30. local Shop = Instance.new("TextButton")
  31. local AutoFarm = Instance.new("TextButton")
  32. local Site = Instance.new("TextButton")
  33. local Home = Instance.new("TextButton")
  34. local Ship = Instance.new("TextButton")
  35. local Space = Instance.new("TextButton")
  36. local Camp = Instance.new("TextButton")
  37. local Pillar = Instance.new("TextButton")
  38. local Castle = Instance.new("TextButton")
  39. local Empire = Instance.new("TextButton")
  40. local Exit = Instance.new("TextButton")
  41. local Farm = Instance.new("TextButton")
  42.  
  43. DestructionSim.Name = "DestructionSim"
  44. DestructionSim.Parent = game.CoreGui
  45.  
  46. BG.Name = "BG"
  47. BG.Parent = DestructionSim
  48. BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  49. BG.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  50. BG.Position = UDim2.new(0.629268289, 0, 0.380478084, 0)
  51. BG.Size = UDim2.new(0, 270, 0, 257)
  52. BG.Active = true
  53. BG.Draggable = true
  54.  
  55. BGDETAIL.Name = "BGDETAIL"
  56. BGDETAIL.Parent = BG
  57. BGDETAIL.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  58. BGDETAIL.BorderColor3 = Color3.new(0.352941, 0.643137, 0.807843)
  59. BGDETAIL.Size = UDim2.new(0, 270, 0, 30)
  60.  
  61. DetailLabel.Name = "DetailLabel"
  62. DetailLabel.Parent = BGDETAIL
  63. DetailLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  64. DetailLabel.BackgroundTransparency = 1
  65. DetailLabel.Position = UDim2.new(0.129629590, 0, 0, 0)
  66. DetailLabel.Size = UDim2.new(0, 230, 0, 30)
  67. DetailLabel.Font = Enum.Font.SourceSansBold
  68. DetailLabel.Text = "Destruction Simulator"
  69. DetailLabel.TextColor3 = Color3.new(1, 1, 1)
  70. DetailLabel.TextScaled = true
  71. DetailLabel.TextSize = 14
  72. DetailLabel.TextWrapped = true
  73.  
  74. AutoSell.Name = "AutoSell"
  75. AutoSell.Parent = BG
  76. AutoSell.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  77. AutoSell.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  78. AutoSell.Position = UDim2.new(0.0333333351, 0, 0.176002949, 0)
  79. AutoSell.Size = UDim2.new(0, 107, 0, 22)
  80. AutoSell.Font = Enum.Font.SourceSansBold
  81. AutoSell.Text = "Auto Sell"
  82. AutoSell.TextColor3 = Color3.new(1, 1, 1)
  83. AutoSell.TextScaled = true
  84. AutoSell.TextSize = 14
  85. AutoSell.TextWrapped = true
  86.  
  87. AutoSell.MouseButton1Click:connect(function()
  88. local remote = game["ReplicatedStorage"]["Remotes"]["sellBricks"]
  89. while true do
  90. remote:FireServer()
  91. wait(12.5)
  92. end
  93. end)
  94.  
  95. Shop.Name = "Shop"
  96. Shop.Parent = BG
  97. Shop.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  98. Shop.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  99. Shop.Position = UDim2.new(0.566666663, 0, 0.176724136, 0)
  100. Shop.Size = UDim2.new(0, 107, 0, 22)
  101. Shop.Font = Enum.Font.SourceSansBold
  102. Shop.Text = "Teleport to Shop"
  103. Shop.TextColor3 = Color3.new(1, 1, 1)
  104. Shop.TextScaled = true
  105. Shop.TextSize = 14
  106. Shop.TextWrapped = true
  107.  
  108. Shop.MouseButton1Click:connect(function()
  109. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-52.7326279, 3.45200205, -556.515015)
  110. end)
  111.  
  112. Site.Name = "Site"
  113. Site.Parent = BG
  114. Site.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  115. Site.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  116. Site.Position = UDim2.new(0.0333333351, 0, 0.301724136, 0)
  117. Site.Size = UDim2.new(0, 107, 0, 22)
  118. Site.Font = Enum.Font.SourceSansBold
  119. Site.Text = "[10] Construction Site"
  120. Site.TextColor3 = Color3.new(1, 1, 1)
  121. Site.TextScaled = true
  122. Site.TextSize = 14
  123. Site.TextWrapped = true
  124.  
  125. Site.MouseButton1Click:connect(function()
  126. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89, 3, -452)
  127. end)
  128.  
  129. AutoFarm.Name = "AutoFarm"
  130. AutoFarm.Parent = BG
  131. AutoFarm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  132. AutoFarm.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  133. AutoFarm.Position = UDim2.new(0.566666663, 0, 0.303501934, 0)
  134. AutoFarm.Size = UDim2.new(0, 105, 0, 22)
  135. AutoFarm.Font = Enum.Font.SourceSansBold
  136. AutoFarm.Text = "[20] Semi Auto Farm"
  137. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  138. AutoFarm.TextScaled = true
  139. AutoFarm.TextSize = 14
  140. AutoFarm.TextWrapped = true
  141.  
  142. AutoFarm.MouseButton1Click:connect(function()
  143. local plr = game.Players.LocalPlayer
  144. local c = plr.Character
  145. local remote = Game["ReplicatedStorage"]["Remotes"]["sellBricks"]
  146.  
  147. while true do
  148. c = game.Players.LocalPlayer.Character
  149. c:SetPrimaryPartCFrame(CFrame.new(71,5,60))
  150. remote:FireServer()
  151. wait(5)
  152. c:SetPrimaryPartCFrame(CFrame.new(106,1.5,140))
  153. remote:FireServer()
  154. wait(5)
  155. c:SetPrimaryPartCFrame(CFrame.new(106,21,175))
  156. remote:FireServer()
  157. wait(5)
  158. c:SetPrimaryPartCFrame(CFrame.new(150,19,177))
  159. remote:FireServer()
  160. wait(5)
  161. c:SetPrimaryPartCFrame(CFrame.new(145,7,122))
  162. remote:FireServer()
  163. wait(5)
  164. c:SetPrimaryPartCFrame(CFrame.new(145,7,100))
  165. remote:FireServer()
  166. wait(5)
  167. c:SetPrimaryPartCFrame(CFrame.new(145,7,190))
  168. remote:FireServer()
  169. wait(5)
  170. c:SetPrimaryPartCFrame(CFrame.new(100,7,210))
  171. remote:FireServer()
  172. wait(5)
  173. end
  174. end)
  175.  
  176. Home.Name = "Home"
  177. Home.Parent = BG
  178. Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  179. Home.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  180. Home.Position = UDim2.new(0.567841053, 0, 0.421485007, 0)
  181. Home.Size = UDim2.new(0, 107, 0, 22)
  182. Home.Font = Enum.Font.SourceSansBold
  183. Home.Text = "[15] Happy Home In Robloxia"
  184. Home.TextColor3 = Color3.new(1, 1, 1)
  185. Home.TextScaled = true
  186. Home.TextSize = 14
  187. Home.TextWrapped = true
  188.  
  189. Home.MouseButton1Click:connect(function()
  190. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-88, 3.5, -150)
  191. end)
  192.  
  193. Ship.Name = "Ship"
  194. Ship.Parent = BG
  195. Ship.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  196. Ship.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  197. Ship.Position = UDim2.new(0.0333333351, 0, 0.536964953, 0)
  198. Ship.Size = UDim2.new(0, 107, 0, 22)
  199. Ship.Font = Enum.Font.SourceSansBold
  200. Ship.Text = "[20] Ship & LightTower"
  201. Ship.TextColor3 = Color3.new(1, 1, 1)
  202. Ship.TextScaled = true
  203. Ship.TextSize = 14
  204. Ship.TextWrapped = true
  205.  
  206. Ship.MouseButton1Click:connect(function()
  207. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.19, 3.35, 144)
  208. end)
  209.  
  210. Space.Name = "Space"
  211. Space.Parent = BG
  212. Space.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  213. Space.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  214. Space.Position = UDim2.new(0.567841053, 0, 0.538166225, 0)
  215. Space.Size = UDim2.new(0, 107, 0, 22)
  216. Space.Font = Enum.Font.SourceSansBold
  217. Space.Text = "[25] Space Travel"
  218. Space.TextColor3 = Color3.new(1, 1, 1)
  219. Space.TextScaled = true
  220. Space.TextSize = 14
  221. Space.TextWrapped = true
  222.  
  223. Space.MouseButton1Click:connect(function()
  224. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.05, 3.35, 144)
  225. end)
  226.  
  227. Camp.Name = "Camp"
  228. Camp.Parent = BG
  229. Camp.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  230. Camp.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  231. Camp.Position = UDim2.new(0.0345077515, 0, 0.658738494, 0)
  232. Camp.Size = UDim2.new(0, 107, 0, 22)
  233. Camp.Font = Enum.Font.SourceSansBold
  234. Camp.Text = "[30] Military Camp"
  235. Camp.TextColor3 = Color3.new(1, 1, 1)
  236. Camp.TextScaled = true
  237. Camp.TextSize = 14
  238. Camp.TextWrapped = true
  239.  
  240. Camp.MouseButton1Click:connect(function()
  241. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(17.74, 3.35, 453.33)
  242. end)
  243.  
  244. Pillar.Name = "Pillar"
  245. Pillar.Parent = BG
  246. Pillar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  247. Pillar.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  248. Pillar.Position = UDim2.new(0.56413734, 0, 0.658738494, 0)
  249. Pillar.Size = UDim2.new(0, 107, 0, 22)
  250. Pillar.Font = Enum.Font.SourceSansBold
  251. Pillar.Text = "[35] Pyramid & Pillars"
  252. Pillar.TextColor3 = Color3.new(1, 1, 1)
  253. Pillar.TextScaled = true
  254. Pillar.TextSize = 14
  255. Pillar.TextWrapped = true
  256.  
  257. Pillar.MouseButton1Click:connect(function()
  258. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-86.08, 3.35, 446.63)
  259. end)
  260.  
  261. Castle.Name = "Castle"
  262. Castle.Parent = BG
  263. Castle.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  264. Castle.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  265. Castle.Position = UDim2.new(0.0345076919, 0, 0.798816323, 0)
  266. Castle.Size = UDim2.new(0, 107, 0, 22)
  267. Castle.Font = Enum.Font.SourceSansBold
  268. Castle.Text = "[40] Castle"
  269. Castle.TextColor3 = Color3.new(1, 1, 1)
  270. Castle.TextScaled = true
  271. Castle.TextSize = 14
  272. Castle.TextWrapped = true
  273.  
  274. Castle.MouseButton1Click:connect(function()
  275. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.35, 3.35, 774.2)
  276. end)
  277.  
  278. Empire.Name = "Empire"
  279. Empire.Parent = BG
  280. Empire.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  281. Empire.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  282. Empire.Position = UDim2.new(0.567841053, 0, 0.798816323, 0)
  283. Empire.Size = UDim2.new(0, 107, 0, 22)
  284. Empire.Font = Enum.Font.SourceSansBold
  285. Empire.Text = "[45] Empire State & HQ"
  286. Empire.TextColor3 = Color3.new(1, 1, 1)
  287. Empire.TextScaled = true
  288. Empire.TextSize = 14
  289. Empire.TextWrapped = true
  290.  
  291. Empire.MouseButton1Click:connect(function()
  292. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.75, 3.35, 747.22)
  293. end)
  294.  
  295. Exit.Name = "Exit"
  296. Exit.Parent = BG
  297. Exit.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
  298. Exit.BorderSizePixel = 0
  299. Exit.Size = UDim2.new(0, 35, 0, 30)
  300. Exit.Font = Enum.Font.SourceSansBold
  301. Exit.Text = "X"
  302. Exit.TextColor3 = Color3.new(1, 1, 1)
  303. Exit.TextScaled = true
  304. Exit.TextSize = 14
  305. Exit.TextWrapped = true
  306.  
  307. Exit.MouseButton1Click:connect(function()
  308. DestructionSim:Destroy()
  309. end)
  310.  
  311.  
  312. Farm.Name = "Farm"
  313. Farm.Parent = BG
  314. Farm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  315. Farm.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  316. Farm.Position = UDim2.new(0.0345077515, 0, 0.421447635, 0)
  317. Farm.Size = UDim2.new(0, 107, 0, 22)
  318. Farm.Font = Enum.Font.SourceSansBold
  319. Farm.Text = "[10] Farm"
  320. Farm.TextColor3 = Color3.new(1, 1, 1)
  321. Farm.TextScaled = true
  322. Farm.TextSize = 14
  323. Farm.TextWrapped = true
  324.  
  325. Farm.MouseButton1Click:connect(function()
  326. game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(16.23, 3.35, -152.98)
  327. end)
Add Comment
Please, Sign In to add comment