Advertisement
Guest User

Aimbot

a guest
Feb 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. _G.HitBoxSize = Vector3.new(300, 300, 300) game:service('RunService').RenderStepped:connect(function() for i, v in pairs(game.Workspace.Camera.GameElementContainer.HITBOXES:GetDescendants()) do if v:IsA('Part') and v.Size ~= _G.HitBoxSize and v.Transparency ~= 0 and v.Name == 'Head' then v.Size = _G.HitBoxSize v.Transparency = 0 end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement