Results 1 to 3 of 3
  1. #1
    kris647v's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Breezy

    need help to use these scripts in dayz epoch

    Hello how do i use these scripts _cursorTarget = cursorTarget;
    _ownerID = _cursorTarget getVariable["CharacterID","0"];
    cutText [format["%1 - %2",typeOF _cursorTarget,_ownerID], "PLAIN DOWN"]; and this
    private ["_ct","_id","_result","_inventory","_backpack"];
    _ct = cursorTarget;
    if (!isNull _ct) then {
    if (_ct distance player > 12) exitWith {cutText [format["%1 is to far away.",typeOF _ct], "PLAIN"];};
    if !((_ct isKindOf "LandVehicle") || (_ct isKindOf "Air") || (_ct isKindOf "Ship")) exitWith {cutText [format["%1 is not a vehicle..",typeOF _ct], "PLAIN"];};

    _id = _ct getVariable ["CharacterID","0"];
    _id = parsenumber _id;
    if (_id == 0) exitWith {cutText [format["%1 has ID 0 - No Key possible.",typeOF _ct], "PLAIN"];};
    if ((_id > 0) && (_id <= 2500)) then {_result = format["ItemKeyGreen%1",_id];};
    if ((_id > 2500) && (_id <= 5000)) then {_result = format["ItemKeyRed%1",_id-2500];};
    if ((_id > 5000) && (_id <= 7500)) then {_result = format["ItemKeyBlue%1",_id-5000];};
    if ((_id > 7500) && (_id <= 10000)) then {_result = format["ItemKeyYellow%1",_id-7500];};
    if ((_id > 10000) && (_id <= 12500)) then {_result = format["ItemKeyRed%1",_id-10000];};

    _inventory = (weapons player);
    _backpack = ((getWeaponCargo unitbackpack player) select 0);
    if (_result in (_inventory+_backpack)) then
    {
    if (_result in _inventory) then {cutText [format["Key [%1] already in your inventory!",_result], "PLAIN"];};
    if (_result in _backpack) then {cutText [format["Key [%1] already in your backpack!",_result], "PLAIN"];};
    }
    else
    {
    player addweapon _result;
    cutText [format["Key [%1] added to inventory!",_result], "PLAIN"];
    };
    }; i will pay 10 dollars or perhaps more depends on how fast i get the solution to the person who helps me to get something working for free sorry for my bad english ...
    Last edited by Jim; 01-24-2014 at 09:49 AM.

  2. #2
    Jme's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Balls Deep
    Posts
    1,214
    Reputation
    35
    Thanks
    9,758
    you will need an injector with a BE bypass, lots of places sell subscriptions for them, but u cant advertise on this site, so you will need to use google.

    goodluck

  3. #3
    kris647v's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    My Mood
    Breezy
    Hey thank you for the fast reply but i have some question when search on google i mostly find hacks like aimbot and esp and stuff like that that you can buy but not any injectors or bypassers alone and another thing does all dayz hacks work on dayz epoch ? but plz cant you add me on skype or something and sen me a link over skype kris222238 skypename

Similar Threads

  1. [Info] DayZ Classnames | DayZ/Namalsk/Taviana/Origins
    By Distraught in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 58
    Last Post: 05-17-2014, 04:00 PM
  2. [Release] DayZ Navigator updated to DayZ 1.7.7.1
    By Drat148 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 211
    Last Post: 10-30-2013, 07:21 AM
  3. [WTB] Can you spawning weapons / vehicules on dayz epoch ?
    By TiitBob in forum DayZ Selling / Trading / Buying
    Replies: 10
    Last Post: 08-27-2013, 12:28 PM
  4. [Solved] Dayz Epoch Classname ?
    By LOKOS in forum DayZ Help & Requests
    Replies: 2
    Last Post: 08-27-2013, 11:00 AM

Tags for this Thread