Author Topic: ESP  (Read 949 times)

0 Members and 1 Guest are viewing this topic.

seregavlg

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
ESP
« on: November 07, 2011, 08:51:24 am »
Code: [Select]
//as = [1000] execVM "ctf\esp.sqf"    -   call

EZL_LIFESTATE_HEALTHY = 1;
EZL_LIFESTATE_INJURED = 2;
EZL_LIFESTATE_DYING = 3;
EZL_LIFESTATE_DEAD = 4;
EZL_PLAYERINAGONY = false;
EZL_MARKERS_INFANTRY = 0;
EZL_MARKERS_VEHICLES = 1;
EZL_MARKERS_BOTH = 2;
EZL_MARKERS_GROUP = 3;
EZL_MARKERS_DISTANCE = 5000;
EZL_MARKERS_TYPE = 2;
EZL_CURRENTMARKER_DISTANCE = 5;
EZL_CURRENTMARKER_TYPE = 2;
EZL_PRIVATEVEHICLES = [];
EZL_TOTALPLAYERS = { [ES1, ES2, ES3, ES4, ES5, ES6, ES7, ES8, ES9, ES10, ES11, ES12, ES13, ES14, ES15, ES16, ES17, ES18, ES19, ES20, ES21, ES22, ES23, ES24, ES25, ES26, ES27, ES28, ES29, ES30, ES31, ES32, ES33, ES34, ES35, ES36, ES37, ES38, ES39, ES40, ES41, ES42, ES43, ES44, ES45, ES46, ES47, ES48, ES49, ES50, ES51, ES52, ES53, ES54, ES55, ES56, ES57, ES58, ES59] };
// list of players slots
a = [];
EZL_CURRENTPLAYERS = [];
_a = 0;

//
// -- -- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// *    Inmission GUI with players names and airstrike target icon
// -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//

private["_i", "_name", "_unitname", "_unit", "_lifestate", "_text", "_control", "_pos", "_veh", "_dst"];
if ( !( local player ) ) exitWith{ };
sleep 1;
DisplayEsp = 1;
_ndst = _this;
1111 cutRsc ["ico_Pos","Plain"];
disableSerialization;
sleep 0.1;
_currentCutDisplay = Sln_ico select 0;
{_trt = player distance _x;if (( _trt <(_ndst select 0)) && ((side _x) != playerSide) && (_x != player))then {a = a + [_x]};}forEach allUnits;
//{if (((side _x) != PlayerSide) && (_x != player))then {a = a + [_x]};}forEach allUnits;
_a = (count a)-1;
while { ( DisplayEsp == 1 )}do
{
{
if  ( EZL_MARKERS_DISTANCE > 0 ) then
{
if ( EZL_MARKERS_DISTANCE > 0 ) then
{
for [{ _i = 0 }, { _i <= _a }, { _i = _i + 1 }] do
{
_unit =  (a select _i);
_control = _currentCutDisplay displayCtrl( 3501 + _i );
_dst = round((a select _i) distance player);
if ( ( _dst < EZL_MARKERS_DISTANCE ) && !( visibleMap ) && ( alive player ) && (alive(a select _i))) then
{
_unitname = name _unit;
_pos = getPosATL _unit;
if ( ( EZL_MARKERS_TYPE != EZL_MARKERS_VEHICLES ) )then
{
_lifestate = 1;
_pos = [_pos select 0, _pos select 1, ( _pos select 2 )];
_name = parseText "";
switch ( _lifestate )do
{
case EZL_LIFESTATE_HEALTHY:
{
_mask = "<t size='%4' shadow='true' align='center' color='%5'>%1</t><br/><t size='%4' shadow='true' align='center' color='%6'>%2</t><br/><t size='%4' shadow='true' align='center' color='%7'>%3m</t><br/>";
_name = parseText format[_mask, "^", _unitname, _dst, 0.7, "#FF0000", "#AACCAA", "#AAAAAA"];
_pos = [_pos select 0, _pos select 1, ( _pos select 2 )];
};

case EZL_LIFESTATE_INJURED:
{
_mask = "<t size='%4' shadow='true' align='center' color='%5'>%1</t><br/><t size='%4' shadow='true' align='center' color='%6'>[%2]</t><br/><t size='%4' shadow='true' align='center' color='%7'>%3m</t>";
_name = parseText format[_mask, "[" + _unitname + "]", localize "STR_MAP_Injured", _dst, 1.0, "#AAEZLA", "#FF0000", "#AAAAFF"];
};

case EZL_LIFESTATE_DYING:
{
_mask = "<t size='%4' shadow='true' align='center' color='%5'>%1</t><br/><t size='%4' shadow='true' align='center' color='%6'>[%2]</t><br/><t size='%4' shadow='true' align='center' color='%7'>%3m</t>";
_name = parseText format[_mask, _unitname, localize "STR_MAP_Dying", _dst, 1.0, "#AAEZLA", "#FF0000", "#AAAAFF"];
};

case EZL_LIFESTATE_DEAD:
{
_mask = "<t size='%4' shadow='true' align='center' color='%5'>%1</t><br/><t size='%4' shadow='true' align='center' color='%6'>[%2]</t><br/><t size='%4' shadow='true' align='center' color='%7'>%3m</t>";
_name = parseText format[_mask, _unitname, localize "STR_MAP_Dead", _dst, 1.0, "#AAEZLA", "#FF0000", "#AAAAFF"];
};
};

}
else
{
_name = parseText "";
};
_pos = worldToScreen _pos;
if ( ( count _pos ) != 0 )then
{
ctrlShow[_control, true];
_control ctrlSetStructuredText _name;
_control ctrlSetPosition[( _pos select 0 )-0.25, (_pos select 1)-0.125];
_control ctrlCommit 0;
waitUntil
{
ctrlCommitted _control
};
}
else
{
ctrlShow[_control, false];
_control ctrlSetStructuredText parseText "";
_control ctrlCommit 0;
waitUntil
{
ctrlCommitted _control
};
};
}

else
{
ctrlShow[_control, false];
_control ctrlSetStructuredText parseText "";
_control ctrlCommit 0;
waitUntil
{
ctrlCommitted _control
};
};
} ;
};
}
else
{
for [{ _i = 1 }, { _i <= _a }, { _i = _i + 1 }] do{ _control = _currentCutDisplay displayCtrl( 3501 + _i );
ctrlShow[_control, false];
_control ctrlSetStructuredText parseText "";
_control ctrlCommit 0;
waitUntil
{
ctrlCommitted _control
};
};

sleep 1.01;
};
}foreach allunits;
};
1111 cuttext ["","plain"];

seregavlg

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: ESP
« Reply #1 on: November 07, 2011, 08:57:17 am »
sorry for garbage , this is temp hpp

Code: [Select]

/*define.hpp*/

#define START_X 0.9
#define WIDTH 0.2
#define START_Y 0.53
#define LINEHEIGHT 0.02

class RscStructuredTxt {
type = 13;
idc = -1;
style = 16;
x = 0;
y = 0;
h = 0.5;
w = 0.5;
text = "";
size = 0.03421;
colorText[] = {1,0,0,1};
font = "Zeppelin32";
lineSpacing = 1;
};

class hudLine
{
type = CT_STATIC;
style = ST_LEFT ;
text = "";
font="Zeppelin32" ;
colorText[] = {1, 1, 1, 0.9};
colorBackground[] = {0, 0, 0, 0.0};
x = START_X;
w = WIDTH;
h = LINEHEIGHT;
size = 1;
sizeEx = 0.019;
};

class hudTag : hudLine
{
colorText[] = {1,0,0,0} ;
x = -0.1 ;
y=-0.1 ;
};
class RscTitles
{
titles[] ={"ico_Pos"} ;

  class ico_Pos
 {
   idd=111;
   movingEnable=0;
  duration=100000;
   fadein=0;
  fadeOut=0;
   onLoad = "Sln_ico = _this";
  controlsBackground[] = {};
   controls[]={img,img1,img2,img3,img4,img5,img6,img7,img8,img9,img10,img11,img12,img13,img14,img15,img16,img17,img18,img19,img20,img21,img22,img23,img24,img25,img26,img27,img28,img29,img30,img31,ttt,ttt1,ttt2,ttt3,ttt4,ttt5,ttt6,ttt7,ttt8,ttt9,ttt10,ttt11,ttt12,ttt13,ttt14,ttt15,ttt16,ttt17,ttt18,ttt19,ttt20,ttt21,ttt22,ttt23,ttt24,ttt25,ttt26,ttt27,ttt28,ttt29,ttt30,ttt31,ttt32,ttt33,ttt34,ttt35,ttt36,ttt37,ttt38,ttt39,ttt40,ttt41,ttt42,ttt43,ttt44,ttt45,ttt46,ttt47,ttt48,ttt49,ttt50,ttt51,ttt52,ttt53,ttt54,ttt55,ttt56,ttt57,ttt58,ttt59,ttt60,ttt61,ttt62,ttt63};
 
  class img {
idc = 1001;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img1 {
idc = 1002;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img2 {
idc = 1003;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img3 {
idc = 1004;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img4 {
idc = 1005;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img5 {
idc = 1006;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img6 {
idc = 1007;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img7 {
idc = 1008;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img8 {
idc = 1009;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img9 {
idc = 1010;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img10 {
idc = 1011;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img11 {
idc = 1012;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img12 {
idc = 1013;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img13 {
idc = 1014;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img14 {
idc = 1015;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img15 {
idc = 1016;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img16 {
idc = 1017;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img17 {
idc = 1018;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img18 {
idc = 1019;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img19 {
idc = 1020;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img20 {
idc = 1021;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img21 {
idc = 1022;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img22 {
idc = 1023;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img23 {
idc = 1024;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img24 {
idc = 1025;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img25 {
idc = 1026;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img26 {
idc = 1027;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img27 {
idc = 1028;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img28 {
idc = 1029;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img29 {
idc = 1030;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img30 {
idc = 1031;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };
  class img31 {
idc = 1032;
type = 0;
style = 48;
colorBackground[] = {0,0,0,0};
colorText[] = {0,1,1,1};
font = "Zeppelin32";
SizeEx = 0.040000;
 x=-1; y=-1;h=0.03;w=0.03;
 text = "\ca\ui\data\markers\gr_marker_circle_CA.paa";
    };

  class ttt : hudTag
{
         idc=2501 ;
        } ;
  class ttt1 : hudTag
{
         idc=2502 ;
        } ;
  class ttt2 : hudTag
{
         idc=2503 ;
        } ;
  class ttt3 : hudTag
{
         idc=2504 ;
        } ;
  class ttt4 : hudTag
{
         idc=2505 ;
        } ;
  class ttt5 : hudTag
{
         idc=2506 ;
        } ;
  class ttt6 : hudTag
{
         idc=2507 ;
        } ;
  class ttt7 : hudTag
{
         idc=2508 ;
        } ;
  class ttt8 : hudTag
{
         idc=2509 ;
        } ;
  class ttt9 : hudTag
{
         idc=2510 ;
        } ;
  class ttt10 : hudTag
{
         idc=2511 ;
        } ;
  class ttt11 : hudTag
{
         idc=2512 ;
        } ;
  class ttt12 : hudTag
{
         idc=2513 ;
        } ;
  class ttt13 : hudTag
{
         idc=2514 ;
        } ;
  class ttt14 : hudTag
{
         idc=2515 ;
        } ;
  class ttt15 : hudTag
{
         idc=2516 ;
        } ;
  class ttt16 : hudTag
{
         idc=2517 ;
        } ;
  class ttt17 : hudTag
{
         idc=2518 ;
        } ;
  class ttt18 : hudTag
{
         idc=2519 ;
        } ;
  class ttt19 : hudTag
{
         idc=2520 ;
        } ;
  class ttt20 : hudTag
{
         idc=2521 ;
        } ;
  class ttt21 : hudTag
{
         idc=2522 ;
        } ;
  class ttt22 : hudTag
{
         idc=2523 ;
        } ;
  class ttt23 : hudTag
{
         idc=2524 ;
        } ;
  class ttt24 : hudTag
{
         idc=2525 ;
        } ;
  class ttt25 : hudTag
{
         idc=2526 ;
        } ;
  class ttt26 : hudTag
{
         idc=2527 ;
        } ;
  class ttt27 : hudTag
{
         idc=2528 ;
        } ;
  class ttt28 : hudTag
{
         idc=2529 ;
        } ;
  class ttt29 : hudTag
{
         idc=2530 ;
        } ;
  class ttt30 : hudTag
{
         idc=2531 ;
        } ;
  class ttt31 : hudTag
{
         idc=2532 ;
        } ;
  class ttt32 : RscStructuredTxt
{
         idc=3501 ;
        } ;
  class ttt33 : RscStructuredTxt
{
         idc=3502 ;
        } ;
  class ttt34 : RscStructuredTxt
{
         idc=2503 ;
        } ;
  class ttt35 : RscStructuredTxt
{
         idc=3504 ;
        } ;
  class ttt36 : RscStructuredTxt
{
         idc=3505 ;
        } ;
  class ttt37 : RscStructuredTxt
{
         idc=3506 ;
        } ;
  class ttt38 : RscStructuredTxt
{
         idc=3507 ;
        } ;
  class ttt39 : RscStructuredTxt
{
         idc=3508 ;
        } ;
  class ttt40 : RscStructuredTxt
{
         idc=3509 ;
        } ;
  class ttt41 : RscStructuredTxt
{
         idc=3510 ;
        } ;
  class ttt42 : RscStructuredTxt
{
         idc=3511 ;
        } ;
  class ttt43 : RscStructuredTxt
{
         idc=3512 ;
        } ;
  class ttt44 : RscStructuredTxt
{
         idc=3513 ;
        } ;
  class ttt45 : RscStructuredTxt
{
         idc=3514 ;
        } ;
  class ttt46 : RscStructuredTxt
{
         idc=3515 ;
        } ;
  class ttt47 : RscStructuredTxt
{
         idc=3516 ;
        } ;
  class ttt48 : RscStructuredTxt
{
         idc=3517 ;
        } ;
  class ttt49 : RscStructuredTxt
{
         idc=3518 ;
        } ;
  class ttt50 : RscStructuredTxt
{
         idc=3519 ;
        } ;
  class ttt51 : RscStructuredTxt
{
         idc=3520 ;
        } ;
  class ttt52 : RscStructuredTxt
{
         idc=3521 ;
        } ;
  class ttt53 : RscStructuredTxt
{
         idc=3522 ;
        } ;
  class ttt54 : RscStructuredTxt
{
         idc=3523 ;
        } ;
  class ttt55 : RscStructuredTxt
{
         idc=3524 ;
        } ;
  class ttt56 : RscStructuredTxt
{
         idc=3525 ;
        } ;
  class ttt57 : RscStructuredTxt
{
         idc=3526 ;
        } ;
  class ttt58 : RscStructuredTxt
{
         idc=3527 ;
        } ;
  class ttt59 : RscStructuredTxt
{
         idc=3528 ;
        } ;
  class ttt60 : RscStructuredTxt
{
         idc=3529 ;
        } ;
  class ttt61 : RscStructuredTxt
{
         idc=3530 ;
        } ;
  class ttt62 : RscStructuredTxt
{
         idc=3531 ;
        } ;
  class ttt63 : RscStructuredTxt
{
         idc=3532 ;
        } ;  
  
  };

};

Alucard

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Re: ESP
« Reply #2 on: November 07, 2011, 08:02:45 pm »
What it?

seregavlg

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: ESP
« Reply #3 on: November 07, 2011, 08:56:32 pm »
esp

i mss old ofp

  • Insane Joker
  • ****
  • Posts: 982
  • i love the fact that you hate me.
    • View Profile
    • TKC
Re: ESP
« Reply #4 on: November 08, 2011, 01:22:40 am »
this dosnt look complete to me, or are you posting for help?
692063616E206C6F616420612070626F6F6E2074686520666C79206C6D616F00

the joke is you!!!!

seregavlg

  • Cheater Apprentice
  • *
  • Posts: 19
    • View Profile
Re: ESP
« Reply #5 on: November 08, 2011, 12:58:29 pm »
hm, this code work