Photon-GitHub / AntiCheatAddition

An anticheat with nieche checks to cover cheats usually not covered by anticheats.
GNU General Public License v3.0
152 stars 45 forks source link

Error in console #571

Closed Regomy closed 8 months ago

Regomy commented 10 months ago

1) https://gist.github.com/Regomy/5caeaee7932fa86273c97a65c5539713 2) https://gist.github.com/Regomy/5c4b1d1ab2b12fca13dcd54eca554d8e

Photon-GitHub commented 10 months ago

Error 2 should be fixed in 8.8.3, the first error is caused by Duping SecretCache. I will look into it, you can disable that part for now.

Photon-GitHub commented 9 months ago

Error 1 is caused by the getLocation method necessary for the check not being present in 1.8.8. I will make SecretCache autodisable on that version.

Janmm14 commented 9 months ago

Error 1 is caused by the getLocation method necessary for the check not being present in 1.8.8. I will make SecretCache autodisable on that version.

earlier versions should have location method on the subinterfaces. so you can use reflection and getMethod (without declared) for example