Thread: Bot Guards

Results 1 to 3 of 3
  1. #1
    PledgeToDragons's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    My Mood
    Fine

    Bot Guards

    here is some that im pretty sure works giving u bots but may need editing how is it?
    oh and this isn't all mine but idk who's it was originally



    Code:
    TitleText [format["Bodyguard has your back son"], "PLAIN DOWN"];
    
    private["_spawnAIS", "_plrGroup"];
    
    CIVILIAN setFriend [WEST,0];
    WEST setFriend [CIVILIAN,0];
    
    player addRating 50000;
    
    _plrGroup = (group player);
    _plrGroup allowFleeing 0;
    _plrGroup setFormation "LINE";
    
    "Functionary1_EP1" createUnit [[(getpos player select 0), (getpos player select 1), 50], _plrGroup, "_spawnAIS = this;"];
    
    _spawnAIS enableAI "TARGET";
    _spawnAIS enableAI "AUTOTARGET";
    _spawnAIS enableAI "MOVE";
    _spawnAIS enableAI "ANIM";
    _spawnAIS enableAI "FSM";
    
    _spawnAIS allowDammage true;
    
    _spawnAIS setCombatMode "RED";
    _spawnAIS setBehaviour "COMBAT";
    
    _spawnAIS addweapon "M4SPR";
    _spawnAIS addMagazine "30Rnd_556x45_Stanag";
    _spawnAIS addMagazine "30Rnd_556x45_Stanag";
    _spawnAIS addMagazine "30Rnd_556x45_Stanag";
    _spawnAIS addMagazine "30Rnd_556x45_Stanag";
    _spawnAIS addMagazine "30Rnd_556x45_Stanag";
    _spawnAIS addMagazine "30Rnd_556x45_Stanag";
    _spawnAIS addMagazine "30Rnd_556x45_Stanag";
    _spawnAIS selectWeapon "M4SPR";
    
    _spawnAIS setSkill ["aimingAccuracy",1];
    _spawnAIS setSkill ["aimingShake",1];
    _spawnAIS setSkill ["aimingSpeed",1];
    _spawnAIS setSkill ["endurance",1];
    _spawnAIS setSkill ["spotDistance",1];
    _spawnAIS setSkill ["spotTime",1];
    _spawnAIS setSkill ["courage",1];
    _spawnAIS setSkill ["reloadSpeed",1];
    _spawnAIS setSkill ["commanding",1];
    _spawnAIS setSkill ["general",1];
    
    [_spawnAIS] join _plrGroup;
    
    _spawnAIS addEventHandler ["Fired", {_this call player_fired;}];
    
    while {alive _spawnAIS} do 
    {
    	{
    		_x addRating -200000;
    	} forEach allMissionObjects "zZombie_Base"; // attacks zombies yo
    	
    	sleep 0.1;
    };

  2. The Following User Says Thank You to PledgeToDragons For This Useful Post:

    slybathaxorffg (07-23-2012)

  3. #2
    aboyd1991's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    1
    aye, works 100% on dayz but I wouldnt use it on a Battleye server as its an obvious script when you have like 60 npcs in suits following you.
    and its from a scripter on another cheating forum dont think I can give link though[COLOR="Silver"]
    Last edited by aboyd1991; 07-10-2012 at 03:32 PM. Reason: Double Posted

  4. #3
    mayangel's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how do i use it? do i do shift+p?

Similar Threads

  1. AFK Bot + KDR Guard ?
    By nxkun in forum Combat Arms Discussions
    Replies: 6
    Last Post: 12-01-2011, 09:45 AM
  2. GBWC Bot Testing
    By Super-Man in forum GunBound Hacks / Bots
    Replies: 15
    Last Post: 02-05-2006, 10:58 PM
  3. Defeating Warrock's Game Guard
    By Dave84311 in forum WarRock - International Hacks
    Replies: 20
    Last Post: 01-10-2006, 03:31 PM
  4. gunbound bots?
    By artiemas in forum General Game Hacking
    Replies: 2
    Last Post: 12-29-2005, 07:29 PM
  5. aim bots
    By nutter in forum General Game Hacking
    Replies: 6
    Last Post: 12-27-2005, 11:56 AM

Tags for this Thread