Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.01)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Ran, Made by Atom!";
- Color = Color3.new(0, 185, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- wait(1)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Scripts by JlmmyKewlKiDz!";
- Color = Color3.new(170, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- -- Made by Atom
- -- Scripts to JlmmyKewlKiDz
- local Name = game.Players.LocalPlayer.Name
- local DestructionSim = Instance.new("ScreenGui")
- local BG = Instance.new("Frame")
- local BGDETAIL = Instance.new("Frame")
- local DetailLabel = Instance.new("TextLabel")
- local AutoSell = Instance.new("TextButton")
- local Shop = Instance.new("TextButton")
- local AutoFarm = Instance.new("TextButton")
- local Site = Instance.new("TextButton")
- local Home = Instance.new("TextButton")
- local Ship = Instance.new("TextButton")
- local Space = Instance.new("TextButton")
- local Camp = Instance.new("TextButton")
- local Pillar = Instance.new("TextButton")
- local Castle = Instance.new("TextButton")
- local Empire = Instance.new("TextButton")
- local Exit = Instance.new("TextButton")
- local Farm = Instance.new("TextButton")
- DestructionSim.Name = "DestructionSim"
- DestructionSim.Parent = game.CoreGui
- BG.Name = "BG"
- BG.Parent = DestructionSim
- BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- BG.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- BG.Position = UDim2.new(0.629268289, 0, 0.380478084, 0)
- BG.Size = UDim2.new(0, 270, 0, 257)
- BG.Active = true
- BG.Draggable = true
- BGDETAIL.Name = "BGDETAIL"
- BGDETAIL.Parent = BG
- BGDETAIL.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
- BGDETAIL.BorderColor3 = Color3.new(0.352941, 0.643137, 0.807843)
- BGDETAIL.Size = UDim2.new(0, 270, 0, 30)
- DetailLabel.Name = "DetailLabel"
- DetailLabel.Parent = BGDETAIL
- DetailLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- DetailLabel.BackgroundTransparency = 1
- DetailLabel.Position = UDim2.new(0.129629590, 0, 0, 0)
- DetailLabel.Size = UDim2.new(0, 230, 0, 30)
- DetailLabel.Font = Enum.Font.SourceSansBold
- DetailLabel.Text = "Destruction Simulator"
- DetailLabel.TextColor3 = Color3.new(1, 1, 1)
- DetailLabel.TextScaled = true
- DetailLabel.TextSize = 14
- DetailLabel.TextWrapped = true
- AutoSell.Name = "AutoSell"
- AutoSell.Parent = BG
- AutoSell.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- AutoSell.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- AutoSell.Position = UDim2.new(0.0333333351, 0, 0.176002949, 0)
- AutoSell.Size = UDim2.new(0, 107, 0, 22)
- AutoSell.Font = Enum.Font.SourceSansBold
- AutoSell.Text = "Auto Sell"
- AutoSell.TextColor3 = Color3.new(1, 1, 1)
- AutoSell.TextScaled = true
- AutoSell.TextSize = 14
- AutoSell.TextWrapped = true
- AutoSell.MouseButton1Click:connect(function()
- local remote = game["ReplicatedStorage"]["Remotes"]["sellBricks"]
- while true do
- remote:FireServer()
- wait(12.5)
- end
- end)
- Shop.Name = "Shop"
- Shop.Parent = BG
- Shop.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Shop.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Shop.Position = UDim2.new(0.566666663, 0, 0.176724136, 0)
- Shop.Size = UDim2.new(0, 107, 0, 22)
- Shop.Font = Enum.Font.SourceSansBold
- Shop.Text = "Teleport to Shop"
- Shop.TextColor3 = Color3.new(1, 1, 1)
- Shop.TextScaled = true
- Shop.TextSize = 14
- Shop.TextWrapped = true
- Shop.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-52.7326279, 3.45200205, -556.515015)
- end)
- Site.Name = "Site"
- Site.Parent = BG
- Site.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Site.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Site.Position = UDim2.new(0.0333333351, 0, 0.301724136, 0)
- Site.Size = UDim2.new(0, 107, 0, 22)
- Site.Font = Enum.Font.SourceSansBold
- Site.Text = "[10] Construction Site"
- Site.TextColor3 = Color3.new(1, 1, 1)
- Site.TextScaled = true
- Site.TextSize = 14
- Site.TextWrapped = true
- Site.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89, 3, -452)
- end)
- AutoFarm.Name = "AutoFarm"
- AutoFarm.Parent = BG
- AutoFarm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- AutoFarm.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- AutoFarm.Position = UDim2.new(0.566666663, 0, 0.303501934, 0)
- AutoFarm.Size = UDim2.new(0, 105, 0, 22)
- AutoFarm.Font = Enum.Font.SourceSansBold
- AutoFarm.Text = "[20] Semi Auto Farm"
- AutoFarm.TextColor3 = Color3.new(1, 1, 1)
- AutoFarm.TextScaled = true
- AutoFarm.TextSize = 14
- AutoFarm.TextWrapped = true
- AutoFarm.MouseButton1Click:connect(function()
- local plr = game.Players.LocalPlayer
- local c = plr.Character
- local remote = Game["ReplicatedStorage"]["Remotes"]["sellBricks"]
- while true do
- c = game.Players.LocalPlayer.Character
- c:SetPrimaryPartCFrame(CFrame.new(71,5,60))
- remote:FireServer()
- wait(5)
- c:SetPrimaryPartCFrame(CFrame.new(106,1.5,140))
- remote:FireServer()
- wait(5)
- c:SetPrimaryPartCFrame(CFrame.new(106,21,175))
- remote:FireServer()
- wait(5)
- c:SetPrimaryPartCFrame(CFrame.new(150,19,177))
- remote:FireServer()
- wait(5)
- c:SetPrimaryPartCFrame(CFrame.new(145,7,122))
- remote:FireServer()
- wait(5)
- c:SetPrimaryPartCFrame(CFrame.new(145,7,100))
- remote:FireServer()
- wait(5)
- c:SetPrimaryPartCFrame(CFrame.new(145,7,190))
- remote:FireServer()
- wait(5)
- c:SetPrimaryPartCFrame(CFrame.new(100,7,210))
- remote:FireServer()
- wait(5)
- end
- end)
- Home.Name = "Home"
- Home.Parent = BG
- Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Home.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Home.Position = UDim2.new(0.567841053, 0, 0.421485007, 0)
- Home.Size = UDim2.new(0, 107, 0, 22)
- Home.Font = Enum.Font.SourceSansBold
- Home.Text = "[15] Happy Home In Robloxia"
- Home.TextColor3 = Color3.new(1, 1, 1)
- Home.TextScaled = true
- Home.TextSize = 14
- Home.TextWrapped = true
- Home.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-88, 3.5, -150)
- end)
- Ship.Name = "Ship"
- Ship.Parent = BG
- Ship.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Ship.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Ship.Position = UDim2.new(0.0333333351, 0, 0.536964953, 0)
- Ship.Size = UDim2.new(0, 107, 0, 22)
- Ship.Font = Enum.Font.SourceSansBold
- Ship.Text = "[20] Ship & LightTower"
- Ship.TextColor3 = Color3.new(1, 1, 1)
- Ship.TextScaled = true
- Ship.TextSize = 14
- Ship.TextWrapped = true
- Ship.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.19, 3.35, 144)
- end)
- Space.Name = "Space"
- Space.Parent = BG
- Space.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Space.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Space.Position = UDim2.new(0.567841053, 0, 0.538166225, 0)
- Space.Size = UDim2.new(0, 107, 0, 22)
- Space.Font = Enum.Font.SourceSansBold
- Space.Text = "[25] Space Travel"
- Space.TextColor3 = Color3.new(1, 1, 1)
- Space.TextScaled = true
- Space.TextSize = 14
- Space.TextWrapped = true
- Space.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.05, 3.35, 144)
- end)
- Camp.Name = "Camp"
- Camp.Parent = BG
- Camp.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Camp.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Camp.Position = UDim2.new(0.0345077515, 0, 0.658738494, 0)
- Camp.Size = UDim2.new(0, 107, 0, 22)
- Camp.Font = Enum.Font.SourceSansBold
- Camp.Text = "[30] Military Camp"
- Camp.TextColor3 = Color3.new(1, 1, 1)
- Camp.TextScaled = true
- Camp.TextSize = 14
- Camp.TextWrapped = true
- Camp.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(17.74, 3.35, 453.33)
- end)
- Pillar.Name = "Pillar"
- Pillar.Parent = BG
- Pillar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Pillar.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Pillar.Position = UDim2.new(0.56413734, 0, 0.658738494, 0)
- Pillar.Size = UDim2.new(0, 107, 0, 22)
- Pillar.Font = Enum.Font.SourceSansBold
- Pillar.Text = "[35] Pyramid & Pillars"
- Pillar.TextColor3 = Color3.new(1, 1, 1)
- Pillar.TextScaled = true
- Pillar.TextSize = 14
- Pillar.TextWrapped = true
- Pillar.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-86.08, 3.35, 446.63)
- end)
- Castle.Name = "Castle"
- Castle.Parent = BG
- Castle.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Castle.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Castle.Position = UDim2.new(0.0345076919, 0, 0.798816323, 0)
- Castle.Size = UDim2.new(0, 107, 0, 22)
- Castle.Font = Enum.Font.SourceSansBold
- Castle.Text = "[40] Castle"
- Castle.TextColor3 = Color3.new(1, 1, 1)
- Castle.TextScaled = true
- Castle.TextSize = 14
- Castle.TextWrapped = true
- Castle.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(18.35, 3.35, 774.2)
- end)
- Empire.Name = "Empire"
- Empire.Parent = BG
- Empire.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Empire.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Empire.Position = UDim2.new(0.567841053, 0, 0.798816323, 0)
- Empire.Size = UDim2.new(0, 107, 0, 22)
- Empire.Font = Enum.Font.SourceSansBold
- Empire.Text = "[45] Empire State & HQ"
- Empire.TextColor3 = Color3.new(1, 1, 1)
- Empire.TextScaled = true
- Empire.TextSize = 14
- Empire.TextWrapped = true
- Empire.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(-89.75, 3.35, 747.22)
- end)
- Exit.Name = "Exit"
- Exit.Parent = BG
- Exit.BackgroundColor3 = Color3.new(0.458824, 0.792157, 1)
- Exit.BorderSizePixel = 0
- Exit.Size = UDim2.new(0, 35, 0, 30)
- Exit.Font = Enum.Font.SourceSansBold
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(1, 1, 1)
- Exit.TextScaled = true
- Exit.TextSize = 14
- Exit.TextWrapped = true
- Exit.MouseButton1Click:connect(function()
- DestructionSim:Destroy()
- end)
- Farm.Name = "Farm"
- Farm.Parent = BG
- Farm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Farm.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Farm.Position = UDim2.new(0.0345077515, 0, 0.421447635, 0)
- Farm.Size = UDim2.new(0, 107, 0, 22)
- Farm.Font = Enum.Font.SourceSansBold
- Farm.Text = "[10] Farm"
- Farm.TextColor3 = Color3.new(1, 1, 1)
- Farm.TextScaled = true
- Farm.TextSize = 14
- Farm.TextWrapped = true
- Farm.MouseButton1Click:connect(function()
- game.Workspace[Name].HumanoidRootPart.CFrame = CFrame.new(16.23, 3.35, -152.98)
- end)
Add Comment
Please, Sign In to add comment