Bypass cheatpunch
It is obvious:
add
in
C:\Windows\System32\drivers\etc\hosts
Cheatpunch send informations every 15 minutes to the anticheat server via a post HTTP request to gsin256345.elasticbeanstalk.com.
The host file is used to "redirect an url to an ip" (DNS resolution look in this file before contacting the DNS server)
So your are redirecting gsin256345.elasticbeanstalk.com to 127.0.0.1 which is the loopback address(your computer).
So Facepunch receive nothing and cant ban you
add
Code:
127.0.0.1 gsin256345.elasticbeanstalk.com
C:\Windows\System32\drivers\etc\hosts
Cheatpunch send informations every 15 minutes to the anticheat server via a post HTTP request to gsin256345.elasticbeanstalk.com.
The host file is used to "redirect an url to an ip" (DNS resolution look in this file before contacting the DNS server)
So your are redirecting gsin256345.elasticbeanstalk.com to 127.0.0.1 which is the loopback address(your computer).
So Facepunch receive nothing and cant ban you

"