Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Header is cheat which locally increases size of enemy head so it's easier to hit a headshot
- -- However - the cheat doesn't work on games which verify hits by raycast - for example Arsenal
- -- Instances:
- local Header = Instance.new("ScreenGui")
- local Body = Instance.new("Frame")
- local Body_2 = Instance.new("ImageLabel")
- local Title = Instance.new("TextLabel")
- local TurnOn = Instance.new("TextButton")
- local Status = Instance.new("ImageLabel")
- local SubtractSize = Instance.new("TextButton")
- local AddSize = Instance.new("TextButton")
- local Sizing = Instance.new("TextLabel")
- --Properties:
- Header.Name = "Header"
- Header.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Header.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Body.Name = "Body"
- Body.Parent = Header
- Body.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Body.BackgroundTransparency = 1.000
- Body.Position = UDim2.new(0.34562844, 0, 0.252747238, 0)
- Body.Size = UDim2.new(0, 225, 0, 225)
- Body.ZIndex = 10
- Body_2.Name = "Body"
- Body_2.Parent = Body
- Body_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Body_2.BackgroundTransparency = 1.000
- Body_2.Position = UDim2.new(0.00807607174, 0, -0.00308729336, 0)
- Body_2.Size = UDim2.new(0.978590608, 0, 1.00275147, 0)
- Body_2.Image = "http://www.roblox.com/asset/?id=8411425774"
- Body_2.ImageColor3 = Color3.fromRGB(52, 52, 52)
- Body_2.SliceScale = 10.000
- Title.Name = "Title"
- Title.Parent = Body
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Position = UDim2.new(0.0933333337, 0, 0.139365107, 0)
- Title.Size = UDim2.new(0, 180, 0, 33)
- Title.ZIndex = 11
- Title.Font = Enum.Font.SourceSans
- Title.Text = "@ZGamerPoland's Universal Header Cheat"
- Title.TextColor3 = Color3.fromRGB(255, 0, 0)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextStrokeColor3 = Color3.fromRGB(103, 103, 103)
- Title.TextTransparency = 0.250
- Title.TextWrapped = true
- TurnOn.Name = "TurnOn"
- TurnOn.Parent = Body
- TurnOn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TurnOn.BackgroundTransparency = 1.000
- TurnOn.Position = UDim2.new(0.128888875, 0, 0.603888869, 0)
- TurnOn.Size = UDim2.new(0, 97, 0, 24)
- TurnOn.ZIndex = 11
- TurnOn.Font = Enum.Font.SourceSans
- TurnOn.Text = "Turn On Header"
- TurnOn.TextColor3 = Color3.fromRGB(255, 255, 255)
- TurnOn.TextSize = 14.000
- Status.Name = "Status"
- Status.Parent = Body
- Status.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Status.BackgroundTransparency = 1.000
- Status.Position = UDim2.new(0.648888886, 0, 0.582222223, 0)
- Status.Size = UDim2.new(0, 29, 0, 29)
- Status.ZIndex = 11
- Status.Image = "http://www.roblox.com/asset/?id=660373145"
- Status.ImageColor3 = Color3.fromRGB(255, 0, 0)
- Status.ImageTransparency = 0.500
- SubtractSize.Name = "SubtractSize"
- SubtractSize.Parent = Body
- SubtractSize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SubtractSize.BackgroundTransparency = 1.000
- SubtractSize.Position = UDim2.new(0.26222223, 0, 0.377777785, 0)
- SubtractSize.Size = UDim2.new(0, 36, 0, 36)
- SubtractSize.ZIndex = 11
- SubtractSize.Font = Enum.Font.SourceSans
- SubtractSize.Text = "- Head size"
- SubtractSize.TextColor3 = Color3.fromRGB(255, 255, 255)
- SubtractSize.TextScaled = true
- SubtractSize.TextSize = 14.000
- SubtractSize.TextTransparency = 0.500
- SubtractSize.TextWrapped = true
- AddSize.Name = "AddSize"
- AddSize.Parent = Body
- AddSize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AddSize.BackgroundTransparency = 1.000
- AddSize.Position = UDim2.new(0.591111124, 0, 0.377777785, 0)
- AddSize.Size = UDim2.new(0, 36, 0, 36)
- AddSize.ZIndex = 11
- AddSize.Font = Enum.Font.SourceSans
- AddSize.Text = "+ Head size"
- AddSize.TextColor3 = Color3.fromRGB(255, 255, 255)
- AddSize.TextScaled = true
- AddSize.TextSize = 14.000
- AddSize.TextTransparency = 0.500
- AddSize.TextWrapped = true
- Sizing.Name = "Sizing"
- Sizing.Parent = Body
- Sizing.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Sizing.BackgroundTransparency = 1.000
- Sizing.Position = UDim2.new(0.457777798, 0, 0.404444426, 0)
- Sizing.Size = UDim2.new(0, 23, 0, 23)
- Sizing.ZIndex = 11
- Sizing.Font = Enum.Font.SourceSans
- Sizing.Text = "NaN"
- Sizing.TextColor3 = Color3.fromRGB(255, 255, 255)
- Sizing.TextSize = 14.000
- -- Scripts:
- local function CUVZFEA_fake_script() -- Title.LocalScript
- local script = Instance.new('LocalScript', Title)
- local service = game:GetService('TweenService')
- local part = script.Parent
- local tweenInf = TweenInfo.new(2.5, Enum.EasingStyle.Cubic, Enum.EasingDirection.InOut, 1, true)
- local tData = {
- TextColor3 = Color3.new(0.333333, 1, 0)
- }
- local tween = service:Create(part, tweenInf, tData)
- local function loop()
- tween:Play()
- wait(5)
- loop()
- end
- loop()
- end
- coroutine.wrap(CUVZFEA_fake_script)()
- local function QHFKPBS_fake_script() -- TurnOn.CreateHeader
- local script = Instance.new('LocalScript', TurnOn)
- local Psize = 5
- local serv = game:GetService('RunService')
- function loopHeader()
- local plr = game:GetService('Players').LocalPlayer
- local players = game:GetService('Players')
- local children = players:GetChildren()
- for i = 1, #children do
- if children[i].Name ~= plr.Name then
- local target = children[i].Character
- if target.Head:FindFirstChild('Mesh') then
- target.Head.Mesh:Destroy()
- local targetPart = target.Head
- targetPart.Size = Vector3.new(Psize, Psize, Psize)
- targetPart.Transparency = 0.6
- targetPart.CanCollide = false
- print(plr.Name, '; player found; head proportion changed; cheat activated')
- else
- local targetPart = target.Head
- targetPart.Size = Vector3.new(Psize, Psize, Psize)
- targetPart.Transparency = 0.6
- targetPart.CanCollide = false
- print(plr.Name, '; player found; head proportion changed; cheat activated')
- end
- end
- end
- end
- script.Parent.Parent.AddSize.MouseButton1Click:Connect(function()
- if Psize < 15 then
- Psize += 1
- else
- Psize = 15
- end
- end)
- script.Parent.Parent.SubtractSize.MouseButton1Click:Connect(function()
- if Psize < 1 then
- Psize = 0
- else
- Psize -= 1
- end
- end)
- serv.RenderStepped:Connect(function()
- script.Parent.Parent.Sizing.Text = Psize
- end)
- script.Parent.MouseButton1Click:Connect(function()
- while wait(0.75) do
- loopHeader()
- script.Parent.Parent.Status.ImageColor3 = Color3.new(0, 0.666667, 0)
- end
- end)
- end
- coroutine.wrap(QHFKPBS_fake_script)()
- local function WDAV_fake_script() -- Body.ToggleVisibility
- local script = Instance.new('LocalScript', Body)
- local service = game:GetService('UserInputService')
- local isEnabled = true
- service.InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.RightAlt then
- if isEnabled == true then
- isEnabled = false
- script.Parent.Parent.Enabled = false
- else
- isEnabled = true
- script.Parent.Parent.Enabled = true
- end
- end
- end)
- end
- coroutine.wrap(WDAV_fake_script)()
Add Comment
Please, Sign In to add comment