Results 1 to 3 of 3
  1. #1
    Wigleg's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    404
    Reputation
    38
    Thanks
    666
    My Mood
    Innocent

    Zombie Shield Script

    A working Zombie Shield script! Enjoy my friends, enjoy.

    Code:
    zombieShieldIndex = _this select 1;
    
    while {(vars select zombieShieldIndex) == "1"} do
    {
    	_pos = getPos player;
    	_zombies = _pos nearEntities ["zZombie_Base",10];
    	_count = count _zombies;
    	for "_i" from 0 to (_count -1) do
    	{	
    		_zombie = _zombies select _i;			
    		_zombie setDamage 1;			
    		_zombielKills = player getVariable["zombieKills",0];
    		player setVariable["zombieKills",(_zombielKills + 1),true];	
    	};
    };

  2. #2
    JackTheStripeR's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    Look Behind You
    Posts
    84
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish
    Scripts are good but without a bypass they are useless :P
    ps good work
    Dayz HelpeR
    Ask Me Anything You Want
    I will Pm You


    Ppl HelpeD Many






  3. #3
    bLu3eYeZ's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    325
    Reputation
    10
    Thanks
    74
    My Mood
    Fine
    Its supposed to kill zombies attacking you / near you?
    Interesting, I might use it.

Similar Threads

  1. A simple zombie spawn script?
    By blitzer31 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 1
    Last Post: 09-18-2012, 09:22 AM
  2. [Release] [Script] Zombie Shield and Player Shield
    By Funforums5 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 4
    Last Post: 08-24-2012, 08:15 AM
  3. Habbohotel Scripts
    By h0ang in forum General Game Hacking
    Replies: 8
    Last Post: 05-18-2007, 05:19 AM
  4. OMG I SO STUCK!!!(Java Script "n" html problem
    By jeremywilms in forum Programming
    Replies: 11
    Last Post: 06-15-2006, 01:23 PM
  5. How to make a Zombie
    By arunforce in forum Art & Graphic Design
    Replies: 2
    Last Post: 01-27-2006, 08:07 AM