Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local BasicGui = Instance.new("ScreenGui")
- local MainGui = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local RemoveDoors = Instance.new("TextButton")
- local Walkspeed = Instance.new("TextButton")
- local InfRFuel = Instance.new("TextButton")
- local DestroyCityBuildings = Instance.new("TextButton")
- local InfRFuel_2 = Instance.new("TextButton")
- local Shotgun = Instance.new("TextButton")
- local SetTheGravity = Instance.new("TextButton")
- local MainGui_2 = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local Ferrari = Instance.new("TextButton")
- local Ciminal1 = Instance.new("TextButton")
- local JewIn = Instance.new("TextButton")
- local Museum = Instance.new("TextButton")
- local Lambo = Instance.new("TextButton")
- local PoliceStation = Instance.new("TextButton")
- local TrainSpawn = Instance.new("TextButton")
- local Tesla = Instance.new("TextButton")
- local Criminal2 = Instance.new("TextButton")
- local BankIn = Instance.new("TextButton")
- local GasStation = Instance.new("TextButton")
- --Properties:
- BasicGui.Name = "BasicGui"
- BasicGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MainGui.Name = "MainGui"
- MainGui.Parent = BasicGui
- MainGui.Active = true
- MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
- MainGui.BackgroundTransparency = 0.40000000596046
- MainGui.BorderColor3 = Color3.new(0, 0, 0)
- MainGui.BorderSizePixel = 3
- MainGui.Draggable = true
- MainGui.Position = UDim2.new(0, 199, 0, 213)
- MainGui.Size = UDim2.new(0, 134, 0, 246)
- TextLabel.Parent = MainGui
- TextLabel.BackgroundColor3 = Color3.new(0.780392, 0, 0)
- TextLabel.Position = UDim2.new(-0.0406301804, 0, -0.1739223, 0)
- TextLabel.Size = UDim2.new(0, 144, 0, 35)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "PLOEZ"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- RemoveDoors.Name = "RemoveDoors"
- RemoveDoors.Parent = MainGui
- RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveDoors.Position = UDim2.new(0.091583252, 0, 0.0165082719, 0)
- RemoveDoors.Size = UDim2.new(0, 109, 0, 30)
- RemoveDoors.Font = Enum.Font.SourceSans
- RemoveDoors.Text = "Remove Doors"
- RemoveDoors.TextColor3 = Color3.new(0, 0, 0)
- RemoveDoors.TextSize = 14
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = MainGui
- Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
- Walkspeed.Position = UDim2.new(0.0841205642, 0, 0.166914776, 0)
- Walkspeed.Size = UDim2.new(0, 109, 0, 30)
- Walkspeed.Font = Enum.Font.SourceSans
- Walkspeed.Text = "Walkspeed(X) "
- Walkspeed.TextColor3 = Color3.new(0, 0, 0)
- Walkspeed.TextSize = 14
- Walkspeed.MouseButton1Down:connect(function()
- local walkspeedplayer = game:GetService("Players").LocalPlayer
- local walkspeedmouse = walkspeedplayer:GetMouse()
- local walkspeedenabled = false
- function x_walkspeed(key)
- if (key == "x") then
- if walkspeedenabled == false then
- _G.WS = 200;
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = true
- elseif walkspeedenabled == true then
- _G.WS = 20;
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = false
- end
- end
- end
- walkspeedmouse.KeyDown:connect(x_walkspeed)
- end)
- RemoveDoors.MouseButton1Down:connect(function()
- game:GetService("Workspace").Doors:Destroy()
- end)
- InfRFuel.Name = "InfRFuel"
- InfRFuel.Parent = MainGui
- InfRFuel.BackgroundColor3 = Color3.new(1, 1, 1)
- InfRFuel.Position = UDim2.new(0.091583252, 0, 0.317321301, 0)
- InfRFuel.Size = UDim2.new(0, 109, 0, 30)
- InfRFuel.Font = Enum.Font.SourceSans
- InfRFuel.Text = "Inf Nitro"
- InfRFuel.TextColor3 = Color3.new(0, 0, 0)
- InfRFuel.TextSize = 14
- InfRFuel.MouseButton1Down:connect(function()
- game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "q"
- end)
- DestroyCityBuildings.Name = "DestroyCityBuildings"
- DestroyCityBuildings.Parent = MainGui
- DestroyCityBuildings.BackgroundColor3 = Color3.new(1, 1, 1)
- DestroyCityBuildings.Position = UDim2.new(0.0841205642, 0, 0.4555327, 0)
- DestroyCityBuildings.Size = UDim2.new(0, 109, 0, 30)
- DestroyCityBuildings.Font = Enum.Font.SourceSans
- DestroyCityBuildings.Text = "Destroy City"
- DestroyCityBuildings.TextColor3 = Color3.new(0, 0, 0)
- DestroyCityBuildings.TextSize = 14
- DestroyCityBuildings.MouseButton1Down:connect(function()
- game:GetService("Workspace").Buildings:Destroy()
- end)
- Pistol.Name = "Pistol"
- Pistol.Parent = MainGui
- Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
- Pistol.Position = UDim2.new(0.091583252, 0, 0.601874113, 0)
- Pistol.Size = UDim2.new(0, 109, 0, 30)
- Pistol.Font = Enum.Font.SourceSans
- Pistol.Text = "Pistol"
- Pistol.TextColor3 = Color3.new(0, 0, 0)
- Pistol.TextSize = 14
- Pistol.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "Station" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "Pistol" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- Shotgun.Name = "Shotgun"
- Shotgun.Parent = MainGui
- Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
- Shotgun.Position = UDim2.new(0.091583252, 0, 0.748215556, 0)
- Shotgun.Size = UDim2.new(0, 109, 0, 30)
- Shotgun.Font = Enum.Font.SourceSans
- Shotgun.Text = "Shotgun"
- Shotgun.TextColor3 = Color3.new(0, 0, 0)
- Shotgun.TextSize = 14
- Shotgun.MouseButton1Down:connect(function()
- local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a = Instance.new("Part", workspace)
- a.Anchored = true
- a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
- a.CanCollide = false
- for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
- if v.Name == "Station" then
- for a, b in pairs(v:GetChildren()) do
- if b:IsA("StringValue") then
- if b.Value == "Shotgun" then
- v.CFrame = CFrame.new(hit)
- end
- end
- end
- end
- end
- end)
- SetTheGravity.Name = "SetTheGravity"
- SetTheGravity.Parent = MainGui
- SetTheGravity.BackgroundColor3 = Color3.new(1, 1, 1)
- SetTheGravity.Position = UDim2.new(0.0766578764, 0, 0.918699145, 0)
- SetTheGravity.Size = UDim2.new(0, 109, 0, 17)
- SetTheGravity.Font = Enum.Font.SourceSans
- SetTheGravity.Text = "Gravity"
- SetTheGravity.TextColor3 = Color3.new(0, 0, 0)
- SetTheGravity.TextSize = 14
- SetTheGravity.MouseButton1Down:connect(function()
- game.Workspace.Gravity = GravSelection.Text
- end)
- Noclip.MouseButton1Down:connect(function()
- _G.NC = not _G.NC
- local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y
- if _G.InitNC ~= true then
- _G.NCFunc = function(part)
- if _G.NC then
- if part.Position.Y > pos then
- part.CanCollide = false
- end
- end
- end
- _G.InitNC = true
- end
- if _G.NC and _G.NCFunc ~= nil then
- game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc)
- end
- end)
- MainGui_2.Name = "MainGui"
- MainGui_2.Parent = BasicGui
- MainGui_2.Active = true
- MainGui_2.BackgroundColor3 = Color3.new(0, 0, 0)
- MainGui_2.BackgroundTransparency = 0.40000000596046
- MainGui_2.BorderColor3 = Color3.new(0, 0, 0)
- MainGui_2.BorderSizePixel = 3
- MainGui_2.Draggable = true
- MainGui_2.Position = UDim2.new(0, 538, 0, 185)
- MainGui_2.Size = UDim2.new(0, 135, 0, 254)
- TextLabel_2.Parent = MainGui_2
- TextLabel_2.BackgroundColor3 = Color3.new(0.780392, 0, 0)
- TextLabel_2.Position = UDim2.new(-0.0406301804, 0, -0.1739223, 0)
- TextLabel_2.Size = UDim2.new(0, 144, 0, 35)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "PLOEZ"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- Ferrari.Name = "Ferrari"
- Ferrari.Parent = MainGui_2
- Ferrari.BackgroundColor3 = Color3.new(1, 1, 1)
- Ferrari.Position = UDim2.new(0.039811112, 0, 0.123000979, 0)
- Ferrari.Size = UDim2.new(0, 109, 0, 20)
- Ferrari.Font = Enum.Font.SourceSans
- Ferrari.Text = "Ferrari"
- Ferrari.TextColor3 = Color3.new(0, 0, 0)
- Ferrari.TextSize = 14
- Ferrari.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1,0,0)
- end
- end)
- Ciminal1.Name = "Ciminal1"
- Ciminal1.Parent = MainGui_2
- Ciminal1.BackgroundColor3 = Color3.new(1, 1, 1)
- Ciminal1.Position = UDim2.new(0.0536066294, 0, 0.809094727, 0)
- Ciminal1.Size = UDim2.new(0, 109, 0, 20)
- Ciminal1.Font = Enum.Font.SourceSans
- Ciminal1.Text = "Ciminal1"
- Ciminal1.TextColor3 = Color3.new(0, 0, 0)
- Ciminal1.TextSize = 14
- Ciminal1.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
- end
- end)
- JewIn.Name = "JewIn"
- JewIn.Parent = MainGui_2
- JewIn.BackgroundColor3 = Color3.new(1, 1, 1)
- JewIn.Position = UDim2.new(0.0471632443, 0, 0.533963978, 0)
- JewIn.Size = UDim2.new(0, 109, 0, 20)
- JewIn.Font = Enum.Font.SourceSans
- JewIn.Text = "Jewelry"
- JewIn.TextColor3 = Color3.new(0, 0, 0)
- JewIn.TextSize = 14
- JewIn.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
- end
- end)
- Museum.Name = "Museum"
- Museum.Parent = MainGui_2
- Museum.BackgroundColor3 = Color3.new(1, 1, 1)
- Museum.Position = UDim2.new(0.0609586872, 0, 0.714937091, 0)
- Museum.Size = UDim2.new(0, 109, 0, 18)
- Museum.Font = Enum.Font.SourceSans
- Museum.Text = "Museum"
- Museum.TextColor3 = Color3.new(0, 0, 0)
- Museum.TextSize = 14
- Museum.MouseButton1Down:connect(function()
- for i = 1,45 do
- wait(.08)
- game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
- end
- end)
- Tesla.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-132.424164, 17.9162769, 556.760864) + Vector3.new(1,0,0)
- end
- end)
- Lambo.Name = "Lambo"
- Lambo.Parent = MainGui_2
- Lambo.BackgroundColor3 = Color3.new(1, 1, 1)
- Lambo.Position = UDim2.new(0.0398110971, 0, 0.241875768, 0)
- Lambo.Size = UDim2.new(0, 109, 0, 20)
- Lambo.Font = Enum.Font.SourceSans
- Lambo.Text = "Lamborghini"
- Lambo.TextColor3 = Color3.new(0, 0, 0)
- Lambo.TextSize = 14
- Lambo.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0)
- end
- end)
- PoliceStation.Name = "PoliceStation"
- PoliceStation.Parent = MainGui_2
- PoliceStation.BackgroundColor3 = Color3.new(1, 1, 1)
- PoliceStation.Position = UDim2.new(0.0398111157, 0, 0.33525157, 0)
- PoliceStation.Size = UDim2.new(0, 109, 0, 20)
- PoliceStation.Font = Enum.Font.SourceSans
- PoliceStation.Text = "PoliceStation"
- PoliceStation.TextColor3 = Color3.new(0, 0, 0)
- PoliceStation.TextSize = 14
- PoliceStation.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
- end
- end)
- TrainSpawn.Name = "TrainSpawn"
- TrainSpawn.Parent = MainGui_2
- TrainSpawn.BackgroundColor3 = Color3.new(1, 1, 1)
- TrainSpawn.Position = UDim2.new(0.0619781204, 0, 0.636941016, 0)
- TrainSpawn.Size = UDim2.new(0, 109, 0, 17)
- TrainSpawn.Font = Enum.Font.SourceSans
- TrainSpawn.Text = "TrainSpawn"
- TrainSpawn.TextColor3 = Color3.new(0, 0, 0)
- TrainSpawn.TextSize = 14
- TrainSpawn.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
- end
- end)
- Criminal2.Name = "Criminal2"
- Criminal2.Parent = MainGui_2
- Criminal2.BackgroundColor3 = Color3.new(1, 1, 1)
- Criminal2.Position = UDim2.new(0.0388470255, 0, 0.0120041296, 0)
- Criminal2.Size = UDim2.new(0, 109, 0, 17)
- Criminal2.Font = Enum.Font.SourceSans
- Criminal2.Text = "Criminal2"
- Criminal2.TextColor3 = Color3.new(0, 0, 0)
- Criminal2.TextSize = 14
- Criminal2.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
- end
- end)
- BankIn.Name = "BankIn"
- BankIn.Parent = MainGui_2
- BankIn.BackgroundColor3 = Color3.new(1, 1, 1)
- BankIn.Position = UDim2.new(0.0536069535, 0, 0.91897893, 0)
- BankIn.Size = UDim2.new(0, 53, 0, 20)
- BankIn.Font = Enum.Font.SourceSans
- BankIn.Text = "Bank"
- BankIn.TextColor3 = Color3.new(0, 0, 0)
- BankIn.TextSize = 14
- BankIn.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
- end
- end)
- GasStation.Name = "GasStation"
- GasStation.Parent = MainGui_2
- GasStation.BackgroundColor3 = Color3.new(1, 1, 1)
- GasStation.Position = UDim2.new(0.475829184, 0, 0.91897893, 0)
- GasStation.Size = UDim2.new(0, 53, 0, 20)
- GasStation.Font = Enum.Font.SourceSans
- GasStation.Text = "GasStation"
- GasStation.TextColor3 = Color3.new(0, 0, 0)
- GasStation.TextSize = 14
- GasStation.MouseButton1Down:connect(function()
- for i=1,32 do
- wait(.08)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment