Results 1 to 3 of 3
  1. #1
    KerrangR's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Bored

    ESP that can work on gotcha without kicking me from the server

    Well, the subject tells everything that i want, and im only asking for a player ESP script that can be used on gotcha-protected servers, all the ones i have allways get me kicked from the server, so ill be really thankful if someone can send me one working c:

    It would be nice if it has vehicle esp so i can get some heli crashes too, but the player ESP is more important to me, so please, ive been looking for 3 days now and no ESP works

  2. #2
    asz119's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Minecraft.exe
    Posts
    68
    Reputation
    10
    Thanks
    133
    My Mood
    Happy
    Here.
    Code:
    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;};
    (Make sure you have a working bypass.)

  3. The Following User Says Thank You to asz119 For This Useful Post:

    KerrangR (03-14-2013)

  4. #3
    KerrangR's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Bored
    Thanks men

Similar Threads

  1. [Tutorial] How to crash/kick people from the server in Zombie panic source
    By coca12345 in forum Steam Games Hacks & Cheats
    Replies: 1
    Last Post: 03-09-2013, 07:48 AM
  2. [Preview] I Completed Console Code That Can Work In Room
    By Cambodia in forum Mission Against Terror Discussions
    Replies: 18
    Last Post: 12-11-2012, 07:52 PM
  3. [Help Request] Getting kicked out from all servers , no cheats!!
    By X_RAMBO_X in forum Crysis 2 Help
    Replies: 11
    Last Post: 06-21-2011, 02:07 PM
  4. [Help] please i can't play it say me Error discconected from the server
    By avihai144 in forum K.O.S. Secret Operation Hacks
    Replies: 5
    Last Post: 04-16-2010, 11:59 AM
  5. Maybe a hack that can work
    By fr93274 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 03-15-2009, 06:22 AM