From f3abe48727fc9159750bcdc9680ea20786dffad2 Mon Sep 17 00:00:00 2001 From: M'Dic Date: Sun, 5 Mar 2023 15:34:13 -0500 Subject: [PATCH] Update (Module): Copyright and Disclaimer Update Copyright and Disclaimer --- src/AnticheatDBUpdater.cpp | 2 +- src/AnticheatData.cpp | 2 +- src/AnticheatData.h | 2 +- src/AnticheatMgr.cpp | 9 ++++++++- src/AnticheatMgr.h | 2 +- src/AnticheatScripts.cpp | 2 +- src/AnticheatScripts.h | 2 +- src/PassiveAnticheat.cpp | 2 +- src/cs_anticheat.cpp | 2 +- src/cs_anticheat.h | 2 +- 10 files changed, 17 insertions(+), 10 deletions(-) diff --git a/src/AnticheatDBUpdater.cpp b/src/AnticheatDBUpdater.cpp index 673eef9..e414fa8 100644 --- a/src/AnticheatDBUpdater.cpp +++ b/src/AnticheatDBUpdater.cpp @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/AnticheatData.cpp b/src/AnticheatData.cpp index bdc7f32..b7393ca 100644 --- a/src/AnticheatData.cpp +++ b/src/AnticheatData.cpp @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/AnticheatData.h b/src/AnticheatData.h index e5308f4..c6ad6e4 100644 --- a/src/AnticheatData.h +++ b/src/AnticheatData.h @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index a867570..fb23383 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal @@ -96,6 +96,13 @@ void AnticheatMgr::StartHackDetection(Player* player, MovementInfo movementInfo, return; } + // Dear future me. Please forgive me. + // I can't even begin to express how sorry I am for this order + // If you bought this you have been scammed. + // Visit AC: https://discord.com/invite/kZnFt47U for help on the Open Source Anticheat + // The project compromised of various developers of the open source scene and we hang out there. + // We would never charge for modules or "lessons" + SpeedHackDetection(player, movementInfo); FlyHackDetection(player, movementInfo); JumpHackDetection(player, movementInfo, opcode); diff --git a/src/AnticheatMgr.h b/src/AnticheatMgr.h index 9620cc6..d19d14e 100644 --- a/src/AnticheatMgr.h +++ b/src/AnticheatMgr.h @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/AnticheatScripts.cpp b/src/AnticheatScripts.cpp index d255414..8096e61 100644 --- a/src/AnticheatScripts.cpp +++ b/src/AnticheatScripts.cpp @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/AnticheatScripts.h b/src/AnticheatScripts.h index 1be3453..7dc7464 100644 --- a/src/AnticheatScripts.h +++ b/src/AnticheatScripts.h @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/PassiveAnticheat.cpp b/src/PassiveAnticheat.cpp index ba5da44..d8fe4ca 100644 --- a/src/PassiveAnticheat.cpp +++ b/src/PassiveAnticheat.cpp @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index 5c2306b..8c05498 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal diff --git a/src/cs_anticheat.h b/src/cs_anticheat.h index c9d43eb..c697e66 100644 --- a/src/cs_anticheat.h +++ b/src/cs_anticheat.h @@ -1,7 +1,7 @@ /* *MIT License * - *Copyright (c) 2022 Azerothcore + *Copyright (c) 2023 Azerothcore * *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and associated documentation files (the "Software"), to deal