This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### AAC Config | |
# | |
# NOTE: Most of the values here have been tried and tested to work. | |
# It is not recommended that you change them unless you are | |
# getting false positives. | |
# | |
# It would be a good idea to make sure the false positives you're getting aren't actually hackers.... | |
# | |
# | |
# The configurable commands will replace "{player}" with the name of the player. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import me.konsolas.stuff.idk.HashMaker; | |
import javax.crypto.Cipher; | |
import javax.crypto.SecretKey; | |
import javax.crypto.spec.SecretKeySpec; | |
import java.util.Map; | |
import java.util.TreeMap; | |
public class HardToDebugHashMap { | |
private Map<String, Object> resultsMap = new TreeMap<>(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[24-09-2015 11:58:15.173] AAC has been enabled | |
[24-09-2015 13:15:18.504] jesper1245 failed CombatImpossible: Tried to attack whilst using an item [ping:63 tps:20.0] | |
[24-09-2015 13:15:18.754] jesper1245 failed CombatImpossible: Tried to attack whilst using an item [ping:63 tps:20.0] | |
[24-09-2015 13:15:19.104] jesper1245 failed CombatImpossible: Tried to attack whilst using an item [ping:65 tps:20.0] | |
[24-09-2015 13:15:19.506] jesper1245 failed CombatImpossible: Tried to attack whilst using an item [ping:65 tps:20.0] | |
[24-09-2015 13:18:08.112] jesper1245 failed Knockback: didn't move away from his attacker when hit [ping:63 tps:19.99] | |
[24-09-2015 13:18:28.713] Monynoy failed Speed: tried to move too quickly (0.3882784492799803 blocks), f:sneaking [ping:41 tps:20.0] | |
[24-09-2015 13:19:13.315] Monynoy failed Knockback: didn't move away from his attacker when hit [ping:52 tps:20.0] | |
[24-09-2015 13:22:13.023] IC3FL4M3 failed Speed: tried to move too quickly (1.6362564312897565 blocks), f: [ping:274 tps:20.0] | |
[24-09-201 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### AAC Config | |
# | |
# NOTE: Most of the values here have been tried and tested to work. | |
# It is not recommended that you change them unless you are | |
# getting false positives. | |
# | |
# It would be a good idea to make sure the false positives you're getting aren't actually hackers.... | |
# | |
# | |
# The configurable commands will replace "{player}" with the name of the player. |
NewerOlder