Categories > Exploiting > Scripts >

Classic HitBox expander

Posts: 5

Threads: 2

Joined: Jul, 2020

Reputation: 0

Posted

If you play game slike KAT , Breaking point , and other games which require you to aim, I recommend you use this script. 

- very light it can run on eny executor.

Recommended that you don't increase the size of the head past Vector3.new(6,6,6) 

 

Exploits that can Run this scriptPretty Much any exploit without injection errors.

 

this script expands the players head size , so it also counts as a head shot. 

 

"" while wait(1) do

for _, v in pairs(game:GetService("Players"):GetPlayers()) do

if v.Name ~= game:GetService("Players").LocalPlayer.Name then

v.Character.Head.CanCollide = false

v.Character.Head.Size = Vector3.new(6, 6, 6)

v.Character.Head.Transparency = 0.5

end

end

end "" 

  • 0

Added

Sorry , Im new to the thread , is it possible to make lua code blocks? 

¯\_(ツ)_/¯

  • 0

Added

@25074 eeeeeeeeeee

  • 0

Revel

Posts: 1125

Threads: 84

Joined: Apr, 2020

Reputation: 34

Replied

@Re_vel You could use the quote feature

  • 0

modifying a ui and calling it yours does mean it's your ui.

- JalapenoGuy

https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )