Code:
_Decrypt = {_Key='%dQpjR[:G)rwu/<4EH,}';_DecryptMe = _this;_counter = 0;_Array = toArray(_Key);for '_i' from 0 to (count(_decryptme)-1) do {if(_counter > (count(_Array)-1)) then {_counter = 0;};_var = (_decryptme select _i) / (_Array select _counter);_decryptme set[_i,_var];_counter = _counter + 1;};toString(_decryptme);};call compile([ 3848, 10500, 8910, 12992, 3392, 3198, 4732, 3132, 3195, 2132, 5586, 5355, 6552, 2303, 2700, 2964, 3795, 3240, 2332, 8375, 1665, 4800, 5265, 5040, 5088, 4264, 4095, 4002, 4047, 1845, 7524, 7973, 5265, 2538, 3060, 2340, 3450, 5040, 1980, 8125, 1998, 4500, 4617, 7840, 4770, 5412, 5915, 2610, 4899, 2255, 4446, 7021] call _Decrypt);