Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances
- local VehicleSimulator = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local CarButton = Instance.new("TextButton")
- local TPsButton = Instance.new("TextButton")
- local FunctionsButton = Instance.new("TextButton")
- local Separator = Instance.new("TextLabel")
- local CarFrame = Instance.new("Frame")
- local InfNitro = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local Torque = Instance.new("TextButton")
- local NitroSpeed = Instance.new("TextButton")
- local NitroForce = Instance.new("TextButton")
- local SteerForce = Instance.new("TextButton")
- local JumpHeight = Instance.new("TextButton")
- local SpeedNum = Instance.new("TextBox")
- local TorqueNum = Instance.new("TextBox")
- local NitroSpeedNum = Instance.new("TextBox")
- local NitroForceNum = Instance.new("TextBox")
- local SteerForceNum = Instance.new("TextBox")
- local JumpHeightNum = Instance.new("TextBox")
- local FunctionsFrame = Instance.new("Frame")
- local CrateESP = Instance.new("TextButton")
- local CrateTP = Instance.new("TextButton")
- local AllPerks = Instance.new("TextButton")
- local SuperCar = Instance.new("TextButton")
- local AutoFarm = Instance.new("TextButton")
- local FarmLabel = Instance.new("TextLabel")
- local CarTP = Instance.new("TextButton")
- local TeleportsFrame = Instance.new("Frame")
- local SpawnShop = Instance.new("TextButton")
- local Shops = Instance.new("TextLabel")
- local Races = Instance.new("TextLabel")
- local SupercarShop = Instance.new("TextButton")
- local TeslaShop = Instance.new("TextButton")
- local BoatShop = Instance.new("TextButton")
- local AirShop = Instance.new("TextButton")
- local BikeShop = Instance.new("TextButton")
- local AroundTheWorld = Instance.new("TextButton")
- local DriftKing = Instance.new("TextButton")
- local QuarterMile = Instance.new("TextButton")
- local DragStrip = Instance.new("TextButton")
- local RaceTrack = Instance.new("TextButton")
- local DuneRally = Instance.new("TextButton")
- local Soccer = Instance.new("TextButton")
- local HotPursuit = Instance.new("TextButton")
- local SeaDash = Instance.new("TextButton")
- local HighwayRace = Instance.new("TextButton")
- local DonutShop = Instance.new("TextButton")
- local Garage = Instance.new("TextButton")
- local TPNote = Instance.new("TextLabel")
- local Credits = Instance.new("TextLabel")
- --Properties
- VehicleSimulator.Name = "VehicleSimulator"
- VehicleSimulator.Parent = game.CoreGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = VehicleSimulator
- OpenFrame.AnchorPoint = Vector2.new(0.5, 0)
- OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenFrame.BackgroundTransparency = 0.5
- OpenFrame.BorderColor3 = Color3.new(1, 0, 0)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0.5, 0, -0.0399999991, 0)
- OpenFrame.Size = UDim2.new(0, 200, 0, 22)
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = OpenFrame
- OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenButton.BackgroundTransparency = 0.5
- OpenButton.BorderColor3 = Color3.new(0.333333, 1, 1)
- OpenButton.Size = UDim2.new(0, 200, 0, 22)
- OpenButton.ZIndex = 10
- OpenButton.Font = Enum.Font.Fantasy
- OpenButton.Text = "Open Vehicle Sim GUI"
- OpenButton.TextColor3 = Color3.new(1, 1, 1)
- OpenButton.TextSize = 14
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = VehicleSimulator
- MainFrame.Active = true
- MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
- MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- MainFrame.BackgroundTransparency = 0.5
- MainFrame.BorderColor3 = Color3.new(0.333333, 1, 1)
- MainFrame.BorderSizePixel = 4
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
- MainFrame.Selectable = true
- MainFrame.Size = UDim2.new(0, 300, 0, 400)
- MainFrame.Visible = false
- CarButton.Name = "CarButton"
- CarButton.Parent = MainFrame
- CarButton.BackgroundColor3 = Color3.new(1, 1, 1)
- CarButton.BackgroundTransparency = 1
- CarButton.Size = UDim2.new(0, 100, 0, 50)
- CarButton.Font = Enum.Font.Fantasy
- CarButton.Text = "Modify Car"
- CarButton.TextColor3 = Color3.new(1, 1, 1)
- CarButton.TextSize = 20
- TPsButton.Name = "TPsButton"
- TPsButton.Parent = MainFrame
- TPsButton.AnchorPoint = Vector2.new(0.5, 0)
- TPsButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TPsButton.BackgroundTransparency = 1
- TPsButton.Position = UDim2.new(0.5, 0, 0, 0)
- TPsButton.Size = UDim2.new(0, 100, 0, 50)
- TPsButton.Font = Enum.Font.Fantasy
- TPsButton.Text = "Teleports"
- TPsButton.TextColor3 = Color3.new(1, 1, 1)
- TPsButton.TextSize = 20
- FunctionsButton.Name = "FunctionsButton"
- FunctionsButton.Parent = MainFrame
- FunctionsButton.AnchorPoint = Vector2.new(1, 0)
- FunctionsButton.BackgroundColor3 = Color3.new(1, 1, 1)
- FunctionsButton.BackgroundTransparency = 1
- FunctionsButton.Position = UDim2.new(1, 0, 0, 0)
- FunctionsButton.Size = UDim2.new(0, 100, 0, 50)
- FunctionsButton.Font = Enum.Font.Fantasy
- FunctionsButton.Text = "Functions"
- FunctionsButton.TextColor3 = Color3.new(1, 1, 1)
- FunctionsButton.TextSize = 20
- Separator.Name = "Separator"
- Separator.Parent = MainFrame
- Separator.AnchorPoint = Vector2.new(0.5, 0)
- Separator.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- Separator.BackgroundTransparency = 0.5
- Separator.BorderSizePixel = 0
- Separator.Position = UDim2.new(0.5, 0, 0.119999997, 0)
- Separator.Size = UDim2.new(0, 290, 0, 4)
- Separator.Font = Enum.Font.SourceSans
- Separator.Text = ""
- Separator.TextColor3 = Color3.new(0, 0, 0)
- Separator.TextSize = 14
- CarFrame.Name = "CarFrame"
- CarFrame.Parent = MainFrame
- CarFrame.AnchorPoint = Vector2.new(0, 1)
- CarFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- CarFrame.BackgroundTransparency = 1
- CarFrame.Position = UDim2.new(0, 0, 1, 0)
- CarFrame.Size = UDim2.new(0, 300, 0, 350)
- InfNitro.Name = "InfNitro"
- InfNitro.Parent = CarFrame
- InfNitro.AnchorPoint = Vector2.new(0.5, 1)
- InfNitro.BackgroundColor3 = Color3.new(0, 0, 0)
- InfNitro.BackgroundTransparency = 0.5
- InfNitro.BorderColor3 = Color3.new(0.333333, 1, 1)
- InfNitro.BorderSizePixel = 4
- InfNitro.Position = UDim2.new(0.5, 0, 0.949999988, 0)
- InfNitro.Size = UDim2.new(0, 260, 0, 40)
- InfNitro.Font = Enum.Font.Fantasy
- InfNitro.Text = "Infinite Nitro"
- InfNitro.TextColor3 = Color3.new(1, 1, 1)
- InfNitro.TextSize = 25
- Speed.Name = "Speed"
- Speed.Parent = CarFrame
- Speed.BackgroundColor3 = Color3.new(0, 0, 0)
- Speed.BackgroundTransparency = 0.5
- Speed.BorderColor3 = Color3.new(0.333333, 1, 1)
- Speed.BorderSizePixel = 2
- Speed.Position = UDim2.new(0.0199999996, 0, 0.0500000007, 0)
- Speed.Size = UDim2.new(0, 140, 0, 30)
- Speed.Font = Enum.Font.Fantasy
- Speed.Text = "Speed"
- Speed.TextColor3 = Color3.new(1, 1, 1)
- Speed.TextSize = 22
- Torque.Name = "Torque"
- Torque.Parent = CarFrame
- Torque.BackgroundColor3 = Color3.new(0, 0, 0)
- Torque.BackgroundTransparency = 0.5
- Torque.BorderColor3 = Color3.new(0.333333, 1, 1)
- Torque.BorderSizePixel = 2
- Torque.Position = UDim2.new(0.0199999996, 0, 0.180000007, 0)
- Torque.Size = UDim2.new(0, 140, 0, 30)
- Torque.Font = Enum.Font.Fantasy
- Torque.Text = "Torque"
- Torque.TextColor3 = Color3.new(1, 1, 1)
- Torque.TextSize = 22
- NitroSpeed.Name = "NitroSpeed"
- NitroSpeed.Parent = CarFrame
- NitroSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
- NitroSpeed.BackgroundTransparency = 0.5
- NitroSpeed.BorderColor3 = Color3.new(0.333333, 1, 1)
- NitroSpeed.BorderSizePixel = 2
- NitroSpeed.Position = UDim2.new(0.0199999996, 0, 0.310000002, 0)
- NitroSpeed.Size = UDim2.new(0, 140, 0, 30)
- NitroSpeed.Font = Enum.Font.Fantasy
- NitroSpeed.Text = "Nitro Speed"
- NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
- NitroSpeed.TextSize = 22
- NitroForce.Name = "NitroForce"
- NitroForce.Parent = CarFrame
- NitroForce.BackgroundColor3 = Color3.new(0, 0, 0)
- NitroForce.BackgroundTransparency = 0.5
- NitroForce.BorderColor3 = Color3.new(0.333333, 1, 1)
- NitroForce.BorderSizePixel = 2
- NitroForce.Position = UDim2.new(0.0199999996, 0, 0.439999998, 0)
- NitroForce.Size = UDim2.new(0, 140, 0, 30)
- NitroForce.Font = Enum.Font.Fantasy
- NitroForce.Text = "Nitro Force"
- NitroForce.TextColor3 = Color3.new(1, 1, 1)
- NitroForce.TextSize = 22
- SteerForce.Name = "SteerForce"
- SteerForce.Parent = CarFrame
- SteerForce.BackgroundColor3 = Color3.new(0, 0, 0)
- SteerForce.BackgroundTransparency = 0.5
- SteerForce.BorderColor3 = Color3.new(0.333333, 1, 1)
- SteerForce.BorderSizePixel = 2
- SteerForce.Position = UDim2.new(0.0199999996, 0, 0.569999993, 0)
- SteerForce.Size = UDim2.new(0, 140, 0, 30)
- SteerForce.Font = Enum.Font.Fantasy
- SteerForce.Text = "Steering Force"
- SteerForce.TextColor3 = Color3.new(1, 1, 1)
- SteerForce.TextSize = 22
- JumpHeight.Name = "JumpHeight"
- JumpHeight.Parent = CarFrame
- JumpHeight.BackgroundColor3 = Color3.new(0, 0, 0)
- JumpHeight.BackgroundTransparency = 0.5
- JumpHeight.BorderColor3 = Color3.new(0.333333, 1, 1)
- JumpHeight.BorderSizePixel = 2
- JumpHeight.Position = UDim2.new(0.0199999996, 0, 0.699999988, 0)
- JumpHeight.Size = UDim2.new(0, 140, 0, 30)
- JumpHeight.Font = Enum.Font.Fantasy
- JumpHeight.Text = "Jump Height"
- JumpHeight.TextColor3 = Color3.new(1, 1, 1)
- JumpHeight.TextSize = 22
- SpeedNum.Name = "SpeedNum"
- SpeedNum.Parent = CarFrame
- SpeedNum.AnchorPoint = Vector2.new(1, 0)
- SpeedNum.BackgroundColor3 = Color3.new(0, 0, 0)
- SpeedNum.BackgroundTransparency = 0.5
- SpeedNum.BorderColor3 = Color3.new(0.333333, 1, 1)
- SpeedNum.BorderSizePixel = 2
- SpeedNum.Position = UDim2.new(0.980000019, 0, 0.0500000007, 0)
- SpeedNum.Size = UDim2.new(0, 140, 0, 30)
- SpeedNum.Font = Enum.Font.Fantasy
- SpeedNum.Text = "-- Amount --"
- SpeedNum.TextColor3 = Color3.new(1, 1, 1)
- SpeedNum.TextSize = 22
- TorqueNum.Name = "TorqueNum"
- TorqueNum.Parent = CarFrame
- TorqueNum.AnchorPoint = Vector2.new(1, 0)
- TorqueNum.BackgroundColor3 = Color3.new(0, 0, 0)
- TorqueNum.BackgroundTransparency = 0.5
- TorqueNum.BorderColor3 = Color3.new(0.333333, 1, 1)
- TorqueNum.BorderSizePixel = 2
- TorqueNum.Position = UDim2.new(0.980000019, 0, 0.180000007, 0)
- TorqueNum.Size = UDim2.new(0, 140, 0, 30)
- TorqueNum.Font = Enum.Font.Fantasy
- TorqueNum.Text = "-- Amount --"
- TorqueNum.TextColor3 = Color3.new(1, 1, 1)
- TorqueNum.TextSize = 22
- NitroSpeedNum.Name = "NitroSpeedNum"
- NitroSpeedNum.Parent = CarFrame
- NitroSpeedNum.AnchorPoint = Vector2.new(1, 0)
- NitroSpeedNum.BackgroundColor3 = Color3.new(0, 0, 0)
- NitroSpeedNum.BackgroundTransparency = 0.5
- NitroSpeedNum.BorderColor3 = Color3.new(0.333333, 1, 1)
- NitroSpeedNum.BorderSizePixel = 2
- NitroSpeedNum.Position = UDim2.new(0.980000019, 0, 0.310000002, 0)
- NitroSpeedNum.Size = UDim2.new(0, 140, 0, 30)
- NitroSpeedNum.Font = Enum.Font.Fantasy
- NitroSpeedNum.Text = "-- Amount --"
- NitroSpeedNum.TextColor3 = Color3.new(1, 1, 1)
- NitroSpeedNum.TextSize = 22
- NitroForceNum.Name = "NitroForceNum"
- NitroForceNum.Parent = CarFrame
- NitroForceNum.AnchorPoint = Vector2.new(1, 0)
- NitroForceNum.BackgroundColor3 = Color3.new(0, 0, 0)
- NitroForceNum.BackgroundTransparency = 0.5
- NitroForceNum.BorderColor3 = Color3.new(0.333333, 1, 1)
- NitroForceNum.BorderSizePixel = 2
- NitroForceNum.Position = UDim2.new(0.980000019, 0, 0.439999998, 0)
- NitroForceNum.Size = UDim2.new(0, 140, 0, 30)
- NitroForceNum.Font = Enum.Font.Fantasy
- NitroForceNum.Text = "-- Amount --"
- NitroForceNum.TextColor3 = Color3.new(1, 1, 1)
- NitroForceNum.TextSize = 22
- SteerForceNum.Name = "SteerForceNum"
- SteerForceNum.Parent = CarFrame
- SteerForceNum.AnchorPoint = Vector2.new(1, 0)
- SteerForceNum.BackgroundColor3 = Color3.new(0, 0, 0)
- SteerForceNum.BackgroundTransparency = 0.5
- SteerForceNum.BorderColor3 = Color3.new(0.333333, 1, 1)
- SteerForceNum.BorderSizePixel = 2
- SteerForceNum.Position = UDim2.new(0.980000019, 0, 0.569999993, 0)
- SteerForceNum.Size = UDim2.new(0, 140, 0, 30)
- SteerForceNum.Font = Enum.Font.Fantasy
- SteerForceNum.Text = "-- Amount --"
- SteerForceNum.TextColor3 = Color3.new(1, 1, 1)
- SteerForceNum.TextSize = 22
- JumpHeightNum.Name = "JumpHeightNum"
- JumpHeightNum.Parent = CarFrame
- JumpHeightNum.AnchorPoint = Vector2.new(1, 0)
- JumpHeightNum.BackgroundColor3 = Color3.new(0, 0, 0)
- JumpHeightNum.BackgroundTransparency = 0.5
- JumpHeightNum.BorderColor3 = Color3.new(0.333333, 1, 1)
- JumpHeightNum.BorderSizePixel = 2
- JumpHeightNum.Position = UDim2.new(0.980000019, 0, 0.699999988, 0)
- JumpHeightNum.Size = UDim2.new(0, 140, 0, 30)
- JumpHeightNum.Font = Enum.Font.Fantasy
- JumpHeightNum.Text = "-- Amount --"
- JumpHeightNum.TextColor3 = Color3.new(1, 1, 1)
- JumpHeightNum.TextSize = 22
- FunctionsFrame.Name = "FunctionsFrame"
- FunctionsFrame.Parent = MainFrame
- FunctionsFrame.AnchorPoint = Vector2.new(0, 1)
- FunctionsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- FunctionsFrame.BackgroundTransparency = 1
- FunctionsFrame.Position = UDim2.new(0, 0, 1, 0)
- FunctionsFrame.Size = UDim2.new(0, 300, 0, 350)
- FunctionsFrame.Visible = false
- CrateESP.Name = "CrateESP"
- CrateESP.Parent = FunctionsFrame
- CrateESP.AnchorPoint = Vector2.new(0.5, 0)
- CrateESP.BackgroundColor3 = Color3.new(0, 0, 0)
- CrateESP.BackgroundTransparency = 0.5
- CrateESP.BorderColor3 = Color3.new(0.333333, 1, 1)
- CrateESP.BorderSizePixel = 2
- CrateESP.Position = UDim2.new(0.5, 0, 0.0500000007, 0)
- CrateESP.Size = UDim2.new(0, 280, 0, 30)
- CrateESP.Font = Enum.Font.Fantasy
- CrateESP.Text = "Crate Drop ESP"
- CrateESP.TextColor3 = Color3.new(1, 1, 1)
- CrateESP.TextSize = 22
- CrateTP.Name = "CrateTP"
- CrateTP.Parent = FunctionsFrame
- CrateTP.AnchorPoint = Vector2.new(0.5, 0)
- CrateTP.BackgroundColor3 = Color3.new(0, 0, 0)
- CrateTP.BackgroundTransparency = 0.5
- CrateTP.BorderColor3 = Color3.new(0.333333, 1, 1)
- CrateTP.BorderSizePixel = 2
- CrateTP.Position = UDim2.new(0.5, 0, 0.180000007, 0)
- CrateTP.Size = UDim2.new(0, 280, 0, 30)
- CrateTP.Font = Enum.Font.Fantasy
- CrateTP.Text = "Teleport To Crates"
- CrateTP.TextColor3 = Color3.new(1, 1, 1)
- CrateTP.TextSize = 22
- AllPerks.Name = "AllPerks"
- AllPerks.Parent = FunctionsFrame
- AllPerks.AnchorPoint = Vector2.new(0.5, 0)
- AllPerks.BackgroundColor3 = Color3.new(0, 0, 0)
- AllPerks.BackgroundTransparency = 0.5
- AllPerks.BorderColor3 = Color3.new(0.333333, 1, 1)
- AllPerks.BorderSizePixel = 2
- AllPerks.Position = UDim2.new(0.5, 0, 0.310000002, 0)
- AllPerks.Size = UDim2.new(0, 280, 0, 30)
- AllPerks.Font = Enum.Font.Fantasy
- AllPerks.Text = "Get All Gamepass Perks"
- AllPerks.TextColor3 = Color3.new(1, 1, 1)
- AllPerks.TextSize = 22
- SuperCar.Name = "SuperCar"
- SuperCar.Parent = FunctionsFrame
- SuperCar.AnchorPoint = Vector2.new(0.5, 0)
- SuperCar.BackgroundColor3 = Color3.new(0, 0, 0)
- SuperCar.BackgroundTransparency = 0.5
- SuperCar.BorderColor3 = Color3.new(0.333333, 1, 1)
- SuperCar.BorderSizePixel = 2
- SuperCar.Position = UDim2.new(0.5, 0, 0.439999998, 0)
- SuperCar.Size = UDim2.new(0, 280, 0, 30)
- SuperCar.Font = Enum.Font.Fantasy
- SuperCar.Text = "Turn Car Into Supercar"
- SuperCar.TextColor3 = Color3.new(1, 1, 1)
- SuperCar.TextSize = 22
- AutoFarm.Name = "AutoFarm"
- AutoFarm.Parent = FunctionsFrame
- AutoFarm.AnchorPoint = Vector2.new(0.5, 0)
- AutoFarm.BackgroundColor3 = Color3.new(0, 0, 0)
- AutoFarm.BackgroundTransparency = 0.5
- AutoFarm.BorderColor3 = Color3.new(0.333333, 1, 1)
- AutoFarm.BorderSizePixel = 2
- AutoFarm.Position = UDim2.new(0.5, 0, 0.699999988, 0)
- AutoFarm.Size = UDim2.new(0, 280, 0, 30)
- AutoFarm.Font = Enum.Font.Fantasy
- AutoFarm.Text = "Auto Money Farm "
- AutoFarm.TextColor3 = Color3.new(1, 1, 1)
- AutoFarm.TextSize = 22
- FarmLabel.Name = "FarmLabel"
- FarmLabel.Parent = FunctionsFrame
- FarmLabel.AnchorPoint = Vector2.new(0.5, 0)
- FarmLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- FarmLabel.BackgroundTransparency = 0.5
- FarmLabel.BorderSizePixel = 0
- FarmLabel.Position = UDim2.new(0.5, 0, 0.829999983, 0)
- FarmLabel.Size = UDim2.new(0, 280, 0, 50)
- FarmLabel.Font = Enum.Font.Fantasy
- FarmLabel.Text = "Note: Auto Farm Is Likely To Get Patched Quite Quickly, They Usually Are. If It Stops Working, Let Me Know And I Will Try And Find A New Method"
- FarmLabel.TextColor3 = Color3.new(1, 1, 1)
- FarmLabel.TextSize = 13
- FarmLabel.TextWrapped = true
- CarTP.Name = "CarTP"
- CarTP.Parent = FunctionsFrame
- CarTP.AnchorPoint = Vector2.new(0.5, 0)
- CarTP.BackgroundColor3 = Color3.new(0, 0, 0)
- CarTP.BackgroundTransparency = 0.5
- CarTP.BorderColor3 = Color3.new(0.333333, 1, 1)
- CarTP.BorderSizePixel = 2
- CarTP.Position = UDim2.new(0.5, 0, 0.569999993, 0)
- CarTP.Size = UDim2.new(0, 280, 0, 30)
- CarTP.Font = Enum.Font.Fantasy
- CarTP.Text = "Teleport To Your Car"
- CarTP.TextColor3 = Color3.new(1, 1, 1)
- CarTP.TextSize = 22
- TeleportsFrame.Name = "TeleportsFrame"
- TeleportsFrame.Parent = MainFrame
- TeleportsFrame.AnchorPoint = Vector2.new(0, 1)
- TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- TeleportsFrame.BackgroundTransparency = 1
- TeleportsFrame.Position = UDim2.new(0, 0, 1, 0)
- TeleportsFrame.Size = UDim2.new(0, 300, 0, 350)
- TeleportsFrame.Visible = false
- SpawnShop.Name = "SpawnShop"
- SpawnShop.Parent = TeleportsFrame
- SpawnShop.BackgroundColor3 = Color3.new(0, 0, 0)
- SpawnShop.BackgroundTransparency = 0.5
- SpawnShop.BorderColor3 = Color3.new(0.333333, 1, 1)
- SpawnShop.BorderSizePixel = 2
- SpawnShop.Position = UDim2.new(0.0199999996, 0, 0.150000006, 0)
- SpawnShop.Size = UDim2.new(0, 140, 0, 26)
- SpawnShop.Font = Enum.Font.Fantasy
- SpawnShop.Text = "Spawn Car Shop"
- SpawnShop.TextColor3 = Color3.new(1, 1, 1)
- SpawnShop.TextSize = 18
- Shops.Name = "Shops"
- Shops.Parent = TeleportsFrame
- Shops.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- Shops.BackgroundTransparency = 1
- Shops.BorderSizePixel = 0
- Shops.Position = UDim2.new(0.0199999996, 0, 0.0199999996, 0)
- Shops.Size = UDim2.new(0, 140, 0, 40)
- Shops.Font = Enum.Font.Fantasy
- Shops.Text = "Shop Teleports"
- Shops.TextColor3 = Color3.new(1, 1, 1)
- Shops.TextSize = 18
- Races.Name = "Races"
- Races.Parent = TeleportsFrame
- Races.AnchorPoint = Vector2.new(1, 0)
- Races.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- Races.BackgroundTransparency = 1
- Races.BorderSizePixel = 0
- Races.Position = UDim2.new(0.980000019, 0, 0.0199999996, 0)
- Races.Size = UDim2.new(0, 140, 0, 40)
- Races.Font = Enum.Font.Fantasy
- Races.Text = "Race Teleports"
- Races.TextColor3 = Color3.new(1, 1, 1)
- Races.TextSize = 18
- SupercarShop.Name = "SupercarShop"
- SupercarShop.Parent = TeleportsFrame
- SupercarShop.BackgroundColor3 = Color3.new(0, 0, 0)
- SupercarShop.BackgroundTransparency = 0.5
- SupercarShop.BorderColor3 = Color3.new(0.333333, 1, 1)
- SupercarShop.BorderSizePixel = 2
- SupercarShop.Position = UDim2.new(0.0199999996, 0, 0.245000005, 0)
- SupercarShop.Size = UDim2.new(0, 140, 0, 26)
- SupercarShop.Font = Enum.Font.Fantasy
- SupercarShop.Text = "Supercar Shop"
- SupercarShop.TextColor3 = Color3.new(1, 1, 1)
- SupercarShop.TextSize = 18
- TeslaShop.Name = "TeslaShop"
- TeslaShop.Parent = TeleportsFrame
- TeslaShop.BackgroundColor3 = Color3.new(0, 0, 0)
- TeslaShop.BackgroundTransparency = 0.5
- TeslaShop.BorderColor3 = Color3.new(0.333333, 1, 1)
- TeslaShop.BorderSizePixel = 2
- TeslaShop.Position = UDim2.new(0.0199999996, 0, 0.340000004, 0)
- TeslaShop.Size = UDim2.new(0, 140, 0, 26)
- TeslaShop.Font = Enum.Font.Fantasy
- TeslaShop.Text = "Tesla Dealership"
- TeslaShop.TextColor3 = Color3.new(1, 1, 1)
- TeslaShop.TextSize = 18
- BoatShop.Name = "BoatShop"
- BoatShop.Parent = TeleportsFrame
- BoatShop.BackgroundColor3 = Color3.new(0, 0, 0)
- BoatShop.BackgroundTransparency = 0.5
- BoatShop.BorderColor3 = Color3.new(0.333333, 1, 1)
- BoatShop.BorderSizePixel = 2
- BoatShop.Position = UDim2.new(0.0199999996, 0, 0.435000002, 0)
- BoatShop.Size = UDim2.new(0, 140, 0, 26)
- BoatShop.Font = Enum.Font.Fantasy
- BoatShop.Text = "Boat Dealership"
- BoatShop.TextColor3 = Color3.new(1, 1, 1)
- BoatShop.TextSize = 18
- AirShop.Name = "AirShop"
- AirShop.Parent = TeleportsFrame
- AirShop.BackgroundColor3 = Color3.new(0, 0, 0)
- AirShop.BackgroundTransparency = 0.5
- AirShop.BorderColor3 = Color3.new(0.333333, 1, 1)
- AirShop.BorderSizePixel = 2
- AirShop.Position = UDim2.new(0.0199999996, 0, 0.529999971, 0)
- AirShop.Size = UDim2.new(0, 140, 0, 26)
- AirShop.Font = Enum.Font.Fantasy
- AirShop.Text = "Aero Shop"
- AirShop.TextColor3 = Color3.new(1, 1, 1)
- AirShop.TextSize = 18
- BikeShop.Name = "BikeShop"
- BikeShop.Parent = TeleportsFrame
- BikeShop.BackgroundColor3 = Color3.new(0, 0, 0)
- BikeShop.BackgroundTransparency = 0.5
- BikeShop.BorderColor3 = Color3.new(0.333333, 1, 1)
- BikeShop.BorderSizePixel = 2
- BikeShop.Position = UDim2.new(0.0199999996, 0, 0.625, 0)
- BikeShop.Size = UDim2.new(0, 140, 0, 26)
- BikeShop.Font = Enum.Font.Fantasy
- BikeShop.Text = "Motorbike Shop"
- BikeShop.TextColor3 = Color3.new(1, 1, 1)
- BikeShop.TextSize = 18
- AroundTheWorld.Name = "AroundTheWorld"
- AroundTheWorld.Parent = TeleportsFrame
- AroundTheWorld.AnchorPoint = Vector2.new(1, 0)
- AroundTheWorld.BackgroundColor3 = Color3.new(0, 0, 0)
- AroundTheWorld.BackgroundTransparency = 0.5
- AroundTheWorld.BorderColor3 = Color3.new(0.333333, 1, 1)
- AroundTheWorld.BorderSizePixel = 2
- AroundTheWorld.Position = UDim2.new(0.980000019, 0, 0.574999988, 0)
- AroundTheWorld.Size = UDim2.new(0, 140, 0, 22)
- AroundTheWorld.Font = Enum.Font.Fantasy
- AroundTheWorld.Text = "Around The World"
- AroundTheWorld.TextColor3 = Color3.new(1, 1, 1)
- AroundTheWorld.TextSize = 16
- DriftKing.Name = "DriftKing"
- DriftKing.Parent = TeleportsFrame
- DriftKing.AnchorPoint = Vector2.new(1, 0)
- DriftKing.BackgroundColor3 = Color3.new(0, 0, 0)
- DriftKing.BackgroundTransparency = 0.5
- DriftKing.BorderColor3 = Color3.new(0.333333, 1, 1)
- DriftKing.BorderSizePixel = 2
- DriftKing.Position = UDim2.new(0.980000019, 0, 0.49000001, 0)
- DriftKing.Size = UDim2.new(0, 140, 0, 22)
- DriftKing.Font = Enum.Font.Fantasy
- DriftKing.Text = "Drift King"
- DriftKing.TextColor3 = Color3.new(1, 1, 1)
- DriftKing.TextSize = 16
- QuarterMile.Name = "QuarterMile"
- QuarterMile.Parent = TeleportsFrame
- QuarterMile.AnchorPoint = Vector2.new(1, 0)
- QuarterMile.BackgroundColor3 = Color3.new(0, 0, 0)
- QuarterMile.BackgroundTransparency = 0.5
- QuarterMile.BorderColor3 = Color3.new(0.333333, 1, 1)
- QuarterMile.BorderSizePixel = 2
- QuarterMile.Position = UDim2.new(0.980000019, 0, 0.150000006, 0)
- QuarterMile.Size = UDim2.new(0, 140, 0, 22)
- QuarterMile.Font = Enum.Font.Fantasy
- QuarterMile.Text = "Airport 1/4 Mile"
- QuarterMile.TextColor3 = Color3.new(1, 1, 1)
- QuarterMile.TextSize = 16
- DragStrip.Name = "DragStrip"
- DragStrip.Parent = TeleportsFrame
- DragStrip.AnchorPoint = Vector2.new(1, 0)
- DragStrip.BackgroundColor3 = Color3.new(0, 0, 0)
- DragStrip.BackgroundTransparency = 0.5
- DragStrip.BorderColor3 = Color3.new(0.333333, 1, 1)
- DragStrip.BorderSizePixel = 2
- DragStrip.Position = UDim2.new(0.980000019, 0, 0.234999999, 0)
- DragStrip.Size = UDim2.new(0, 140, 0, 22)
- DragStrip.Font = Enum.Font.Fantasy
- DragStrip.Text = "Drag Strip"
- DragStrip.TextColor3 = Color3.new(1, 1, 1)
- DragStrip.TextSize = 16
- RaceTrack.Name = "RaceTrack"
- RaceTrack.Parent = TeleportsFrame
- RaceTrack.AnchorPoint = Vector2.new(1, 0)
- RaceTrack.BackgroundColor3 = Color3.new(0, 0, 0)
- RaceTrack.BackgroundTransparency = 0.5
- RaceTrack.BorderColor3 = Color3.new(0.333333, 1, 1)
- RaceTrack.BorderSizePixel = 2
- RaceTrack.Position = UDim2.new(0.980000019, 0, 0.319999993, 0)
- RaceTrack.Size = UDim2.new(0, 140, 0, 22)
- RaceTrack.Font = Enum.Font.Fantasy
- RaceTrack.Text = "Race Track"
- RaceTrack.TextColor3 = Color3.new(1, 1, 1)
- RaceTrack.TextSize = 16
- DuneRally.Name = "DuneRally"
- DuneRally.Parent = TeleportsFrame
- DuneRally.AnchorPoint = Vector2.new(1, 0)
- DuneRally.BackgroundColor3 = Color3.new(0, 0, 0)
- DuneRally.BackgroundTransparency = 0.5
- DuneRally.BorderColor3 = Color3.new(0.333333, 1, 1)
- DuneRally.BorderSizePixel = 2
- DuneRally.Position = UDim2.new(0.980000019, 0, 0.405000001, 0)
- DuneRally.Size = UDim2.new(0, 140, 0, 22)
- DuneRally.Font = Enum.Font.Fantasy
- DuneRally.Text = "Dune Rally"
- DuneRally.TextColor3 = Color3.new(1, 1, 1)
- DuneRally.TextSize = 16
- Soccer.Name = "Soccer"
- Soccer.Parent = TeleportsFrame
- Soccer.AnchorPoint = Vector2.new(1, 0)
- Soccer.BackgroundColor3 = Color3.new(0, 0, 0)
- Soccer.BackgroundTransparency = 0.5
- Soccer.BorderColor3 = Color3.new(0.333333, 1, 1)
- Soccer.BorderSizePixel = 2
- Soccer.Position = UDim2.new(0.980000019, 0, 0.745000005, 0)
- Soccer.Size = UDim2.new(0, 140, 0, 22)
- Soccer.Font = Enum.Font.Fantasy
- Soccer.Text = "Soccer"
- Soccer.TextColor3 = Color3.new(1, 1, 1)
- Soccer.TextSize = 16
- HotPursuit.Name = "HotPursuit"
- HotPursuit.Parent = TeleportsFrame
- HotPursuit.AnchorPoint = Vector2.new(1, 0)
- HotPursuit.BackgroundColor3 = Color3.new(0, 0, 0)
- HotPursuit.BackgroundTransparency = 0.5
- HotPursuit.BorderColor3 = Color3.new(0.333333, 1, 1)
- HotPursuit.BorderSizePixel = 2
- HotPursuit.Position = UDim2.new(0.980000019, 0, 0.829999983, 0)
- HotPursuit.Size = UDim2.new(0, 140, 0, 22)
- HotPursuit.Font = Enum.Font.Fantasy
- HotPursuit.Text = "Hot Pursuit"
- HotPursuit.TextColor3 = Color3.new(1, 1, 1)
- HotPursuit.TextSize = 16
- SeaDash.Name = "SeaDash"
- SeaDash.Parent = TeleportsFrame
- SeaDash.AnchorPoint = Vector2.new(1, 0)
- SeaDash.BackgroundColor3 = Color3.new(0, 0, 0)
- SeaDash.BackgroundTransparency = 0.5
- SeaDash.BorderColor3 = Color3.new(0.333333, 1, 1)
- SeaDash.BorderSizePixel = 2
- SeaDash.Position = UDim2.new(0.980000019, 0, 0.915000021, 0)
- SeaDash.Size = UDim2.new(0, 140, 0, 22)
- SeaDash.Font = Enum.Font.Fantasy
- SeaDash.Text = "Sea Dash"
- SeaDash.TextColor3 = Color3.new(1, 1, 1)
- SeaDash.TextSize = 16
- HighwayRace.Name = "HighwayRace"
- HighwayRace.Parent = TeleportsFrame
- HighwayRace.AnchorPoint = Vector2.new(1, 0)
- HighwayRace.BackgroundColor3 = Color3.new(0, 0, 0)
- HighwayRace.BackgroundTransparency = 0.5
- HighwayRace.BorderColor3 = Color3.new(0.333333, 1, 1)
- HighwayRace.BorderSizePixel = 2
- HighwayRace.Position = UDim2.new(0.980000019, 0, 0.660000026, 0)
- HighwayRace.Size = UDim2.new(0, 140, 0, 22)
- HighwayRace.Font = Enum.Font.Fantasy
- HighwayRace.Text = "Highway Race"
- HighwayRace.TextColor3 = Color3.new(1, 1, 1)
- HighwayRace.TextSize = 16
- DonutShop.Name = "DonutShop"
- DonutShop.Parent = TeleportsFrame
- DonutShop.BackgroundColor3 = Color3.new(0, 0, 0)
- DonutShop.BackgroundTransparency = 0.5
- DonutShop.BorderColor3 = Color3.new(0.333333, 1, 1)
- DonutShop.BorderSizePixel = 2
- DonutShop.Position = UDim2.new(0.0199999996, 0, 0.720000029, 0)
- DonutShop.Size = UDim2.new(0, 140, 0, 26)
- DonutShop.Font = Enum.Font.Fantasy
- DonutShop.Text = "Donut Shop"
- DonutShop.TextColor3 = Color3.new(1, 1, 1)
- DonutShop.TextSize = 18
- Garage.Name = "Garage"
- Garage.Parent = TeleportsFrame
- Garage.BackgroundColor3 = Color3.new(0, 0, 0)
- Garage.BackgroundTransparency = 0.5
- Garage.BorderColor3 = Color3.new(0.333333, 1, 1)
- Garage.BorderSizePixel = 2
- Garage.Position = UDim2.new(0.0199999996, 0, 0.814999998, 0)
- Garage.Size = UDim2.new(0, 140, 0, 26)
- Garage.Font = Enum.Font.Fantasy
- Garage.Text = "Garage"
- Garage.TextColor3 = Color3.new(1, 1, 1)
- Garage.TextSize = 18
- TPNote.Name = "TPNote"
- TPNote.Parent = TeleportsFrame
- TPNote.AnchorPoint = Vector2.new(0, 1)
- TPNote.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- TPNote.BackgroundTransparency = 1
- TPNote.BorderSizePixel = 0
- TPNote.Position = UDim2.new(0.0199999996, 0, 0.99000001, 0)
- TPNote.Size = UDim2.new(0, 140, 0, 30)
- TPNote.Font = Enum.Font.Fantasy
- TPNote.Text = "Note: Make Sure Your Car Is Spawned First"
- TPNote.TextColor3 = Color3.new(1, 1, 1)
- TPNote.TextSize = 12
- TPNote.TextWrapped = true
- Credits.Name = "Credits"
- Credits.Parent = MainFrame
- Credits.AnchorPoint = Vector2.new(0.5, 0)
- Credits.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.BorderSizePixel = 0
- Credits.Position = UDim2.new(0.5, 0, -0.100000001, 0)
- Credits.Size = UDim2.new(0, 300, 0, 40)
- Credits.Font = Enum.Font.Fantasy
- Credits.Text = "Vehicle Sim Gui - Made By Syko#2239"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextSize = 18
- -- Scripts
- OpenButton.MouseButton1Click:Connect(function()
- if MainFrame.Visible == true then
- MainFrame.Visible = false
- OpenButton.Text = "Open Vehicle Sim GUI"
- else
- MainFrame.Visible = true
- OpenButton.Text = "Close Vehicle Sim GUI"
- end
- end)
- local InstructionBoxes = {
- [CarButton] = CarFrame;
- [TPsButton] = TeleportsFrame;
- [FunctionsButton] = FunctionsFrame;
- }
- for button,frame in pairs(InstructionBoxes) do
- button.MouseButton1Click:connect(function()
- if frame.Visible then
- frame.Visible = false
- return
- end
- for k,v in pairs(InstructionBoxes) do
- v.Visible = v == frame
- end
- end)
- end
- -- Car Modification
- function findVehicle()
- local vehicle = workspace.Vehicles:getChildren()
- for i=1,#vehicle do
- if vehicle[i]:findFirstChild("owner") then
- if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
- myVehicle = vehicle[i]
- end
- end
- end
- end
- Speed.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle.Handling.MaxSpeed.Value = SpeedNum.Text
- myVehicle.Handling.SteeringRadiusConstant.Value = 1500000
- end)
- Torque.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle.Handling.Torque.Value = TorqueNum.Text
- end)
- NitroSpeed.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle.Handling.Nitro.NitroSpeed.Value = NitroSpeedNum.Text
- end)
- NitroForce.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle.Handling.Nitro.NitroForce.Value = NitroForceNum.Text
- end)
- SteerForce.MouseButton1Click:connect(function()
- findVehicle()
- myVehicle.Handling.SteeringRadiusConstant.Value = SteerForceNum.Text
- end)
- JumpHeight.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle.Handling.TurboJump.TurboJumpHeight.Value = JumpHeightNum.Text
- end)
- -- Infinite Nitro
- InfNitro.MouseButton1Down:connect(function()
- veh = nil
- for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
- if v:IsA("Model") then
- if v.owner.Value == game.Players.LocalPlayer.Name then
- veh = v
- end
- end
- end
- han = veh.Handling
- while han ~= nil do
- wait(0.5)
- han.Nitro.NitroAmount.Value = 250
- end
- end)
- -- Functions
- -- Crate ESP
- CrateESP.MouseButton1Down:connect(function()
- local crates = workspace:getChildren()
- for i=1,#crates do
- if crates[i].ClassName == "Model" then
- local crates2 = crates[i]:getChildren()
- for i=1,#crates2 do
- if crates2[i].ClassName == "Model" then
- local crates3 = crates2[i]:getChildren()
- for i=1,#crates3 do
- if crates3[i].ClassName == "MeshPart" then
- if crates3[i]:findFirstChild("Smoke") then
- if crates3[i]:findFirstChild("BoxHandleAdornment") then
- crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
- else
- local a = Instance.new("BoxHandleAdornment",crates3[i])
- a.Size = Vector3.new(10,500,6)
- a.SizeRelativeOffset = Vector3.new(0,135,0)
- a.Color3 = Color3.fromRGB(0,255,0)
- a.Transparency = 0.5
- a.AlwaysOnTop = true
- a.Adornee = crates3[i]
- a.ZIndex = 1
- local b = Instance.new("BoxHandleAdornment",crates3[i])
- b.Size = Vector3.new(10,4,6)
- b.Color3 = Color3.fromRGB(0,0,255)
- b.Transparency = 0.3
- b.AlwaysOnTop = true
- b.Adornee = crates3[i]
- b.ZIndex = 1
- end
- end
- end
- end
- end
- end
- end
- end
- end)
- -- Teleport To Crates
- CrateTP.MouseButton1Down:connect(function()
- local crates = workspace:getChildren()
- for i=1,#crates do
- if crates[i].ClassName == "Model" then
- local crates2 = crates[i]:getChildren()
- for i=1,#crates2 do
- if crates2[i].ClassName == "Model" then
- local crates3 = crates2[i]:getChildren()
- for i=1,#crates3 do
- if crates3[i].ClassName == "MeshPart" then
- if crates3[i]:findFirstChild("Smoke") then
- game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
- wait()
- game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
- wait(4)
- end
- end
- end
- end
- end
- end
- end
- end)
- -- Give All Gamepasses
- AllPerks.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.UserId = 1099580
- end)
- -- Supercar
- SuperCar.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle.Handling.MaxSpeed.Value = 10000
- myVehicle.Handling.Torque.Value = 40000
- myVehicle.Handling.SteeringRadiusConstant.Value = 15000
- myVehicle.Handling.FrictionRoad.Value = 250
- myVehicle.Handling.Nitro.NitroSpeed.Value = 500
- myVehicle.Handling.Nitro.NitroForce.Value = 5000
- myVehicle.Handling.TurboJump.TurboJumpHeight.Value = 250
- end)
- -- TP To Car
- CarTP.MouseButton1Down:connect(function()
- findVehicle()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- -- Auto Farm
- local waitTime = 1
- local found = false
- local go = false
- function findCar()
- while not found do
- local vehicles = game.Workspace.Vehicles:getChildren()
- for i = 1,#vehicles do
- if vehicles[i]:findFirstChild'owner' then
- if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then
- found = true
- vehicle = vehicles[i]
- vehStats = vehicle.Handling
- vehStats.MaxSpeed.Value = 700
- vehStats.Torque.Value = 20000
- vehStats.SteeringRadiusConstant.Value = 120000000
- elseif vehicles[i + 1] == nil and not found then
- AutoFarm.Text = "Get Into A Car"
- end
- end
- end
- wait(1)
- end
- wait(2)
- vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
- end
- function farm()
- AutoFarm.Text = "Loaded. Farm Begun."
- while wait(waitTime) do
- if go == true then
- vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777))
- game:GetService'VirtualUser':SetKeyUp("w")
- game:GetService'VirtualUser':SetKeyDown("w")
- end
- end
- end
- AutoFarm.MouseButton1Down:connect(function()
- findCar()
- go = not go
- while go do
- AutoFarm.Text = "Loading Auto Farm"
- if not pcall(farm()) then
- found = false
- findCar()
- end
- end
- if go == false then
- AutoFarm.Text = "Auto Farm Stopped"
- end
- end)
- -- Teleports
- SpawnShop.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-1931, 40, -393))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- SupercarShop.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-394, 40, -1145))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- TeslaShop.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-2764, 40, -485))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- BoatShop.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-2958, 36, 137))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- AirShop.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-2122, 40, 1650))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- BikeShop.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-927, 40, 1655))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- DonutShop.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-1825, 40, -1688))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- Garage.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-1912, 40, -1237))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- AroundTheWorld.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-2873, 40, -2335))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- DriftKing.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-2943, 38, 914))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- QuarterMile.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-2067, 40, 1533))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- DragStrip.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-421, 40, -3531))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- RaceTrack.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(330, 40, 458))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- DuneRally.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(2667, 40, -2863))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- Soccer.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(959, 40, 2949))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- HotPursuit.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-1871, 40, -624))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- SeaDash.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-3332, 27, 688))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
- HighwayRace.MouseButton1Down:connect(function()
- findVehicle()
- myVehicle:MoveTo(Vector3.new(-1192, 40, -2747))
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myVehicle.Chassis.VehicleSeat.Position + myVehicle.Chassis.VehicleSeat.SeatOffset.Value)
- end)
Advertisement
Add Comment
Please, Sign In to add comment