Author Topic: Battle eye script detection bypass.  (Read 5193 times)

0 Members and 1 Guest are viewing this topic.

Tirade

  • Poptart
  • *
  • Posts: 2
    • View Profile
Re: Battle eye script detection bypass.
« Reply #45 on: June 15, 2012, 06:08:10 pm »
I guess i had those LOL's coming..lol i am new to this and very old; my brain trying to get around coding.

Ok so if i renamed my array, i still have the addWeaponCargo and addMagazineCargo elements and do they kick for those words? Are there any alternates to these?

private ["_nolollling"];
_nolollling = _this select 0;
_nolollling =
[
   "M14_EP1",
        "m107_TWS_EP1",
        "M40A3",
        "M4A1_AIM_SD_camo",
        "NVGoggles",
        "ItemGPS"
];
_nololllingMags =
{
   _X == "30Rnd_556x45_Stanag","30Rnd_556x45_StanagSD","20Rnd_762x51_DMR","30Rnd_762x39_AK47"
} count _nolollling;

{_nolollling addWeaponCargo [_x,1];}
{_nololllingMags addMagazineCargo [_x,10];} forEach _X;

Do you just make a few new arrays with _NotallowedWords which lists all the 'kickable' words, then compare that to new arrays with weapons/ammo etc are listed and compare the 2?
« Last Edit: June 15, 2012, 08:35:11 pm by Tirade »

Pride

  • Klass Klown
  • ***
  • Posts: 332
    • View Profile
Re: Battle eye script detection bypass.
« Reply #46 on: June 15, 2012, 07:04:18 pm »
Now he will ban for those as you just posted them. :)

stealthstick

  • Klass Klown
  • ***
  • Posts: 360
  • Computer Scientist
    • View Profile
Re: Battle eye script detection bypass.
« Reply #47 on: June 15, 2012, 07:08:12 pm »
Lol, they even blocked the TKC URL.

Code: [Select]
hint "http://tkc-community.net/forum/index.php";Will get you kicked.

but using hint "blahblah" won't kick you.

Someone's a bit cautious?
It's been a good few years, becoming what I always wanted to be.

robin-580

  • Online Villain
  • ***
  • Posts: 143
    • View Profile
Re: Battle eye script detection bypass.
« Reply #48 on: June 15, 2012, 07:09:07 pm »
hey stealth how is EG?

stealthstick

  • Klass Klown
  • ***
  • Posts: 360
  • Computer Scientist
    • View Profile
Re: Battle eye script detection bypass.
« Reply #49 on: June 15, 2012, 07:15:02 pm »
hey stealth how is EG?

Better than ever without Ultima.
It's been a good few years, becoming what I always wanted to be.