ADVERTISEMENTREMOVE ADS
Anticheat Bypass v4
6,078 views
Description
You may encounter many defeats, but you must not be defeated. - Maya Angelou
Features:
- undetected
- bypass anticheat
- anticheat
- bypassed
- bypass
- op
- 99nights
- best
Tested with
ADVERTISEMENTREMOVE ADS
25 Lines • 732 Bytes
local oldInstanceNew
if hookfunction and newcclosure then
local physicsTypes = {
BodyVelocity = true,
BodyGyro = true,
BodyPosition = true,
BodyForce = true,
AlignPosition = true,
AlignOrientation = true,
AngularVelocity = true,
LineForce = true,
BodyThrust = true,
BodyAngularVelocity = true
}
oldInstanceNew = clonefunction(Instance.new)
hookfunction(Instance.new, newcclosure(function(className, parent)
local instance = oldInstanceNew(className, parent)
if physicsTypes[className] then
instance.Name = "PHYSICS_VELOCITY"
end
return instance
end))
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS


Comments