New version of anti-cheat script!

Can anyone confirm this is worth adding? I have a .pbo sitting waiting to be uploaded if it is.

I have set it up but to be honest, i have no clue if its even running or functioning correctly. It dosnt show any messages or and visual signs of it running. If i find out its actually running and working ill let you know.
 
it will not stop a nuke. its only detections are: extra menu options, teleportation, weapons you have black listed, black listed variables, and some ESP's
 
To check that it is working, go to your RPT log, both for server and client and search for AWA.
 
i cant get this to work
Code:
[] spawn
{
            while {true} do
            {
                _items = weapons player;
                {
                    if (_x in _items) then
                    {
                        player removeWeapon _x;
                        hyrule = [name player, 'Hacked Item'];
                        publicVariableServer 'hyrule';
                    };
                } forEach ['BAF_AS50_TWS','ItemRadio','UZI_SD_EP1','M4A1_HWS_GL_SD_Camo',
                'G36_C_SD_camo','MakarovSD','G36_C_SD_eotech', 'M40A3',
                'BAF_LRR_scoped','M4A1_HWS_GL','Sa61_EP1','M4SPR','M4A3_RCO_GL_EP1',
                'Mk_48_DES_EP1','M4A1_Aim_camo','AKS_GOLD','Mk_48','AK_107_GL_pso',
                'MG36','M16A4_ACG_GL','ksvk','Pecheneg','SVD_des_EP1','M24_des_EP1',
                'BAF_LRR_scoped_W','BAF_ied_v1','AK_107_kobra','m16a4','G36C_camo',
                'AKS_74_UN_kobra','M4A1_RCO_GL','M249_m145_EP1','BAF_L86A2_ACOG',
                'AK_107_GL_kobra','Saiga12K','PK','M60A4_EP1','G36K_camo','BAF_M240_veh',
                'BAF_L85A2_UGL_Holo','SVD','m240_scoped_EP1','M16A4_GL','m107_TWS_EP1_DZ',
                'bizon','BAF_L85A2_UGL_ACOG','BAF_L85A2_RIS_Holo','BAF_L85A2_RIS_ACOG',
                'AK_107_pso'];
                sleep 30;
            };
};
i have added it to the end of the antihack.sqf and it kicked me once for remotexec #2 ??
 
Well its not working, did everything the installation instructions say to but i see nothing in my RPT saying anything about AWA
 
My RPT shows:
PossibleScum (20065414) was detected for hacked variable with the value 'img'"
PossibleScum2 (5906112) was detected for no recoil with the value 'null'"

In the remoteexec.log file, it shows the corresponding player as:
Code:
23.01.2013 23:22:11: PossibleScum : (00.00.00.0:2304) abcdefghijklmnopqrstuvwxyz - #0 "hint 'img';"
23.01.2013 23:22:11: PossibleScum : (00.00.00.0:2304) abcdefghijklmnopqrstuvwxyz - #2 "hint 'img';"
Code:
24.01.2013 00:17:04: PossibleScum2 (000.000.000.000:55947) zyxwvutsrqponmlkjihgfedcba- #0 "hint 'No recoil: no recoil, 0';"
24.01.2013 00:17:04: PossibleScum2 (000.000.000.000:55947) zyxwvutsrqponmlkjihgfedcba- #2 "hint 'No recoil: no recoil, 0';"

I only kick for these right now but if someone can confirm that the "hint" log in a result of this anti-cheat script, I'll start banning for it. By the looks of it though, it's working.
 
My RPT shows:
PossibleScum (20065414) was detected for hacked variable with the value 'img'"
PossibleScum2 (5906112) was detected for no recoil with the value 'null'"

In the remoteexec.log file, it shows the corresponding player as:
Code:
23.01.2013 23:22:11: PossibleScum : (00.00.00.0:2304) abcdefghijklmnopqrstuvwxyz - #0 "hint 'img';"
23.01.2013 23:22:11: PossibleScum : (00.00.00.0:2304) abcdefghijklmnopqrstuvwxyz - #2 "hint 'img';"
Code:
24.01.2013 00:17:04: PossibleScum2 (000.000.000.000:55947) zyxwvutsrqponmlkjihgfedcba- #0 "hint 'No recoil: no recoil, 0';"
24.01.2013 00:17:04: PossibleScum2 (000.000.000.000:55947) zyxwvutsrqponmlkjihgfedcba- #2 "hint 'No recoil: no recoil, 0';"

I only kick for these right now but if someone can confirm that the "hint" log in a result of this anti-cheat script, I'll start banning for it. By the looks of it though, it's working.
That's the anti-hack right there. When it finds a hack, it makes the player get detected by BattlEye so it shows up in logs. All the hint entries are detected players.
 
hey i think i have it working it shows me this in rpt log

Code:
 5:01:51 "AWA ANTI-HACK: YossiDeOSOM (25455238) was detected for hacked variable with the value 'img'"

and
Code:
 5:39:10 "AWA ANTI-HACK: serega020680 (657156RFT) was detected for hacked variable with the value 'igodokxtt'"

but it does not seem to kick people when they exec a hack, like it should say AWA ANTI HACK #3 ban and then it kicks them it does not do that.
 
i have battleye :) how do i check if i have the newest remoteexec.txt this is my 1st server so sorry for noob questions
:/
 
So yay or nay on adding this. Not that I dont trust AWA I just dont like putting more stress on my server than needed.
 
Back
Top