Results 1 to 3 of 3
  1. #1
    seabkai's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    i need change colur player esp script

    help me pls

    ---------- Post added at 05:24 AM ---------- Previous post was at 05:23 AM ----------

    form colur bule to white help me pls

    if (isNil "playericons") then {playericons = true;} else {playericons = !playericons};
    if(playericons) then {titleText ["Player ESP activated!","PLAIN DOWN"]; titleFadeOut 4;};
    setGroupIconsVisible [false,true];
    while {playericons} do {
    _i = 0;
    _j = count allUnits;

    for "_i" from 0 to _j do
    {
    _unit = allUnits select _i;
    if (alive _unit && player != _unit) then{
    _group = group _unit;
    _group addGroupIcon ["b_inf", [0,0]];
    _group setGroupIconParams [[0,0,1,1],format ["%1 - %2m", name _unit, ceil (_unit distance player)],0.8,true];
    };
    };
    sleep 1;
    _i = 0;
    _j = count allUnits;
    for "_i" from 0 to _j do
    {
    _unit = allUnits select _i;
    _group = group _unit;
    clearGroupIcons _group;
    };
    };

    titleText ["Player ESP deactivated!","PLAIN DOWN"]; titleFadeOut 4;};

  2. #2
    AuhMayZing's Avatar
    Join Date
    Nov 2010
    Gender
    female
    Posts
    88
    Reputation
    10
    Thanks
    4
    easy fix. hook me up with a bypass and I'll show you what to change.

  3. #3
    dogboy708's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    New York
    Posts
    463
    Reputation
    10
    Thanks
    27
    My Mood
    Amused
    Its not possible to edit open source code. Do you have a source code that isnt open?
    Also, you spell like a fucking 2 year old.

Similar Threads

  1. [Help] What Need To Change in Mat Automaton Script to make it undetectable
    By hz5513 in forum Mission Against Terror Discussions
    Replies: 6
    Last Post: 07-20-2011, 05:53 AM
  2. [Release] MW2 Single Player ESP
    By Hahaz in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 86
    Last Post: 08-14-2010, 05:24 PM
  3. [Request] i need clan good player
    By lelo-07 in forum WarRock Clan Recruitment & Advertising
    Replies: 2
    Last Post: 08-02-2010, 08:01 AM
  4. NEED SOME ACTIVE PLAYER!
    By edbyson in forum CrossFire Clan Recruitment & Advertising
    Replies: 10
    Last Post: 03-25-2010, 03:43 AM
  5. need a tutorial for esp
    By bloqueado93 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 09-03-2008, 12:20 AM