ADVERTISEMENTREMOVE ADS

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
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS