Results 1 to 4 of 4
  1. #1
    OliverKoep's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    9

    InfiSTAR checking for Content in Script

    Hey,

    InfiSTAR is checking for Bad Content in you Variables.. I found it in Version 0094 of InfiSTAR:

    Code:
    if(_UV2) then {
    
    _checkedClientVars = [];
    _exclude =[_name,'a3randvar_','pvahr_0_','bis_','cba_','slx_','epoch_','curator_','mpmissions','life_','rhs_','zlt_','spy_fnc_','inputaction'];
    _badString =['unlimited','zeus','doug','Jay','kill','fnc_exec','ly_','magic','setWaypointStatements','keydown','keyup','inputaction','create','.sqf','addaction','boom','sonic','VehicleLocal',
    			'menu loaded','rusty','rustler','hangender','hungender','monky','bypass','godmode','douggem','monster','cool','BigBen','swagger','nigg','fireworks','E_X_T_A_S_Y','JJJJ','JxMxE',
    			'amm0','weppp3','Att4chm3nt','F0od_Dr1nk','M3d1c4l','T0ol_it3ms','B4ckp4cks','It3m5','Cl0th1ng','A11','Lystic','Extasy','GLASSSIMON_FLO','Remote_Execution','GLADTWOOWN',
    			'Flo_Simon','Sonicccc_','Fury_','Phoenix_'];
    		
    _mytime3 = diag_tickTime; 
    }; 
    
    while {true} do{
    
    if(_UV2) then {
    	if(diag_tickTime > _mytime3 + 15) then{
    	_mytime3 = diag_tickTime;
    	_variables = (allVariables missionNamespace);
    		{
    		if!(_x in _checkedClientVars) then{	
    			_checkedClientVars pushBack _x;
    			_variables = _variables - [_x];
    			_xlow = toLower _x;
    			_bv = _x;
    			_check = true;
    			{
    			_smallxtofind = toLower _x;
    			if(_xlow find _smallxtofind > -1) exitWith{_check = false;};
    			} forEach _exclude;
    			
    			if(_check) then{
    			{
    			_smallxtofind = toLower _x;
    			if(_xlow find _smallxtofind > -1) then{
    				_log = format['BadVar: %1 - %2',_bv,_x];
    				[_name,_puid,'SLOG',toArray(_log)] call "+_AHKickLog+";
    			};
    			
    		if(_V2C) then {
    		_m = missionNamespace getVariable _bv;
    		if(!isNil '_m') then{
    		_xcontent = toLower(str _m);
    		_findcontentstart = _xcontent find _smallxtofind;
    		if(_findcontentstart > -1) then{
    			_min = (_findcontentstart - 10) max 0;
    			_selectedcontent = _xcontent select [_min];
    			_selectedcontentArray = toArray _selectedcontent;
    			_newstring = [];
    			{if(_forEachIndex > 150) exitWith {};_newstring pushBack _x;} forEach _selectedcontentArray;
    			_newstring = toString _newstring;
    			_log = format['BadContent: %1 - %2 - %3',_x,_bv,_newstring];
    			[_name,_puid,'SLOG',toArray(_log)] call "+_AHKickLog+";
    		};
    	};
    };
    } forEach _badString;
    };
    };
    } forEach _variables;
    };
    };
    };

  2. #2
    Dewblackio2's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Floatin' High Cloud 9
    Posts
    131
    Reputation
    10
    Thanks
    286
    My Mood
    Relaxed
    since its not private, _UV2 = compileFinal ""; Kappa

  3. #3
    kevo54's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    your mum room
    Posts
    132
    Reputation
    15
    Thanks
    67
    My Mood
    Amazed
    lol
    its not that hard to bypass

  4. #4
    Lystic's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    'Murica
    Posts
    498
    Reputation
    31
    Thanks
    4,717
    My Mood
    Bashful
    Quote Originally Posted by Dewblackio2 View Post
    since its not private, _UV2 = compileFinal ""; Kappa
    Please tell me you're not serious lol

Similar Threads

  1. Price Check for CA NA account with 8 perms
    By StarrBeast in forum Combat Arms Selling / Trading / Buying
    Replies: 16
    Last Post: 06-17-2011, 08:19 AM
  2. [Patched] Hack making software...(for those that script)
    By Luckyace in forum Mission Against Terror Hacks & Cheats
    Replies: 17
    Last Post: 05-28-2011, 10:46 AM
  3. Checking for CFGs
    By Helepheil in forum Vindictus Discussions
    Replies: 23
    Last Post: 04-25-2011, 12:28 PM
  4. Price Check For Account
    By Richo in forum CrossFire Discussions
    Replies: 19
    Last Post: 08-20-2010, 10:25 PM
  5. Checked for Glitches
    By 1337Mike in forum WolfTeam Hacks
    Replies: 11
    Last Post: 11-01-2007, 04:00 PM