Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("ImageLabel")
- local inffire = Instance.new("TextButton")
- local fasttank = Instance.new("TextButton")
- local noreload = Instance.new("TextButton")
- local nocooldown = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_Roundify_12px = Instance.new("ImageLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Name = "Frame"
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BackgroundTransparency = 1.000
- Frame.Position = UDim2.new(0.593196273, 0, 0.821355283, 0)
- Frame.Size = UDim2.new(0, 387, 0, 121)
- Frame.Image = "rbxassetid://3570695787"
- Frame.ImageColor3 = Color3.fromRGB(20, 20, 20)
- Frame.ScaleType = Enum.ScaleType.Slice
- Frame.SliceCenter = Rect.new(100, 100, 100, 100)
- Frame.SliceScale = 0.120
- Frame.Draggable = true
- inffire.Name = "inffire"
- inffire.Parent = Frame
- inffire.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- inffire.BorderColor3 = Color3.fromRGB(255, 255, 255)
- inffire.BorderSizePixel = 2
- inffire.Position = UDim2.new(0.505384922, 0, 0.493471682, 0)
- inffire.Size = UDim2.new(0, 80, 0, 50)
- inffire.Font = Enum.Font.SourceSans
- inffire.Text = "Inf Fire"
- inffire.TextColor3 = Color3.fromRGB(255, 255, 255)
- inffire.TextSize = 14.000
- inffire.MouseButton1Down:connect(function()
- mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
- mytank.Settings.MaxFireRate.Value = 0
- end)
- fasttank.Name = "fasttank"
- fasttank.Parent = Frame
- fasttank.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- fasttank.BorderColor3 = Color3.fromRGB(255, 255, 255)
- fasttank.BorderSizePixel = 2
- fasttank.Position = UDim2.new(0.748775303, 0, 0.493471682, 0)
- fasttank.Size = UDim2.new(0, 80, 0, 50)
- fasttank.Font = Enum.Font.SourceSans
- fasttank.Text = "Fast Tank"
- fasttank.TextColor3 = Color3.fromRGB(255, 255, 255)
- fasttank.TextSize = 14.000
- fasttank.MouseButton1Down:connect(function()
- mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
- mytank.Settings.MoveSpeed.Value = 50
- mytank.Settings.RotationSpeed.Value = math.huge
- end)
- noreload.Name = "noreload"
- noreload.Parent = Frame
- noreload.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- noreload.BorderColor3 = Color3.fromRGB(255, 255, 255)
- noreload.BorderSizePixel = 2
- noreload.Position = UDim2.new(0.274138063, 0, 0.493471682, 0)
- noreload.Size = UDim2.new(0, 80, 0, 50)
- noreload.Font = Enum.Font.SourceSans
- noreload.Text = "No Reload"
- noreload.TextColor3 = Color3.fromRGB(255, 255, 255)
- noreload.TextSize = 14.000
- noreload.MouseButton1Down:connect(function()
- mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
- mytank.Settings.LoadedShots.Value = 2000000000
- end)
- nocooldown.Name = "nocooldown"
- nocooldown.Parent = Frame
- nocooldown.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- nocooldown.BorderColor3 = Color3.fromRGB(255, 255, 255)
- nocooldown.BorderSizePixel = 2
- nocooldown.Position = UDim2.new(0.0312824063, 0, 0.493471682, 0)
- nocooldown.Size = UDim2.new(0, 80, 0, 50)
- nocooldown.Font = Enum.Font.SourceSans
- nocooldown.Text = "no cooldown"
- nocooldown.TextColor3 = Color3.fromRGB(255, 255, 255)
- nocooldown.TextSize = 14.000
- nocooldown.MouseButton1Down:connect(function()
- mytank = workspace.Tanks["Tank-" .. game.Players.LocalPlayer.Name .. ""]
- mytank.Settings.AbilityCooldown.Value = 0.1
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.0221369937, 0, 0.0444446914, 0)
- TextLabel.Size = UDim2.new(0, 47, 0, 24)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Tank"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.143583938, 0, -0.00514191389, 0)
- TextLabel_2.Size = UDim2.new(0, 50, 0, 24)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Hub"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- TextLabel_Roundify_12px.Name = "TextLabel_Roundify_12px"
- TextLabel_Roundify_12px.Parent = TextLabel_2
- TextLabel_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_Roundify_12px.BackgroundTransparency = 1.000
- TextLabel_Roundify_12px.Position = UDim2.new(0.5, 0, 0.75, 0)
- TextLabel_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_Roundify_12px.Image = "rbxassetid://3570695787"
- TextLabel_Roundify_12px.ImageColor3 = Color3.fromRGB(170, 0, 255)
- TextLabel_Roundify_12px.ScaleType = Enum.ScaleType.Slice
- TextLabel_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
- TextLabel_Roundify_12px.SliceScale = 0.120
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.143584028, 0, 0.0444446914, 0)
- TextLabel_3.Size = UDim2.new(0, 50, 0, 24)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Hub"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement