--BROUGHT TO YOU BY RobloxScripter.com!--
for i,v in pairs(getgc()) do
if getfenv(v).script == game.ReplicatedStorage.Client.Abstracts.Interface.Interact then
table.foreach(getconstants(v),function(a,b) if table.find({0.65,0.3},b) then setconstant(v,a,0) end end)
end
end