Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. local VehicleSimulatorFuhaxor = Instance.new ("ScreenGui") local OpenFrame = Instance.new ("Frame") local Open = Instance.new ("TextButton ") local Main = Instance.new (" Frame ") local BeautyA = Instance.new (" Frame ") local Name = Instance.new (" TextLabel ") local BeautyB = Instance.new (" Frame ") local Credit = Instance .new ("TextLabel") локальный Torque = Instance.new ("TextButton") локальный Torquet = Instance.new ("TextBox") локальный TptoCrate = Instance.new ("TextButton") локальный NitroSpeed ​​= Instance.new ("TextButton" ) локальный NST = Instance.new ("TextBox ") local TeleportToCar = Instance.new (" TextButton ")local NitroForce = Instance.new ("TextButton") local NFT = Instance.new ("TextBox") local Speed ​​= Instance.new ("TextButton") local SpeedBind = Instance.new ("TextBox") локальный CrateESP = Instance.new ("TextButton") локальный SuperCar = Instance.new ("TextButton") локальный GiveAllPerks = Instance.new ("TextButton") локальный Close = Instance.new ("TextButton") локальный JumpHeight = Instance.new ("TextButton") локальный JHT = Instance.new ("TextBox") local AutoFarm = Instance.new ("TextButton") local Braking = Instance.new ("TextButton") local BrakingT = Instance.new ("TextBox") --Properties:VehicleSimulatorFuhaxor.Name = "Симулятор ТС Fuhaxor"VehicleSimulatorFuhaxor.Parent = game.CoreGui VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling OpenFrame.Name = "OpenFrame" OpenFrame.Parent = VehicleSimulatorFuhaxor OpenFrame.BackgroundColor3 = Color3.new (0,666667, 0, 0,498039) OpenFrame.BorderColor3 = Color3.new ( 0.666667, 0, 0.498039) OpenFrame.Position = UDim2.new (0, 0, 0.55, 0) OpenFrame.Size = UDim2.new (0, 69, 0, 27) Open.MouseButton1Down: connect (function () Main.Visible = true OpenFrame.Visible = false end) Open.Name = "Open" Open.Parent = OpenFrame Open.BackgroundColor3 = Color3.new (0.666667, 0, 0.498039) Open.BorderColor3 = Color3.new (0.666667, 0, 0.498039)Open.Size = UDim2.new (0, 65, 0, 25) Open.Font = Enum.Font.Cartoon Open.Text = "Open" Open.TextColor3 = Color3.new (1, 1, 1) Open.TextSize = 30 Main.Name = "Main" Main.Parent = VehicleSimulatorFuhaxor Main.Active = true Main.BackgroundColor3 = Color3.new (0,133333, 0,133333, 0,133333) Main.BorderSizePixel = 0 Main.Position = UDim2.new (0,376574308, 0, 0,178571433 , 0) Main.Size = UDim2.new (0, 439, 0, 278) Main.Visible = false
  2. Main.Draggable = true BeautyA.Name = "BeautyA" BeautyA.Parent = Main BeautyA.BackgroundColor3 = Color3.new (0.666667, 0, 1) BeautyA.BorderColor3 = Color3.new (0.0627451, 0.0627451, 0.0627451) BeautyA.BorderSizePixel = 0 BeautyA.Size = UDim2.new (0, 439, 0, 25) Name.Name = "Name" Name.Parent = BeautyA Name.BackgroundColor3 = Color3.new (1, 1, 1) Name.BackgroundTransparency = 1 Name.BorderSizePixel = 0 Name.Position = UDim2.new (0.316628695, 0, 0, 0) Name.Size = UDim2.new (0, 154, 0, 25) Name.Font = Enum.Font.Cartoon Name.Text = "Симулятор транспортного средства Succ " Name.TextColor3 = Color3.new (1, 1, 1) Name.TextSize = 20BeautyB.Name = "BeautyB" BeautyB.Parent = Main BeautyB.BackgroundColor3 = Color3.new (0.666667, 0, 1) BeautyB.BorderColor3 = Color3.new (0.0627451, 0.0627451, 0.0627451) BeautyB.BorderSizePixel = 0 BeautyB.Position = UDim2 .new (0, 0, 0.91366905, 0) BeautyB.Size = UDim2.new (0, 439, 0, 24) Credit.Name = "Credit" Credit.Parent = BeautyB Credit.BackgroundColor3 = Color3.new (1, 1 , 1) Credit.BackgroundTransparency = 1 Credit.BorderSizePixel = 0 Credit.Size = UDim2.new (0, 439, 0, 24) Credit.Font = Enum.Font.Cartoon Credit.Text = "Gui Сделано в DukyBG, Созданы сценарии Кем-то " Credit.TextColor3 = Color3.new (1, 1, 1) Credit.TextSize = 16Torque.Name = "Torque" Torque.Parent = Main
  3. Подписаться на разблокировку
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement