Results 1 to 5 of 5
  1. #1
    youyoyo27's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Cherno
    Posts
    97
    Reputation
    10
    Thanks
    14

    Question Undetected A10 spawn?

    Anyone have one? I have this

    Code:
    'Goat' createunit [[(getpos player select 0), (getpos player select 1), 50], group player,'beeeh = this',  1.0, 'PRIVATE'];
     
    beeeh addMPEventHandler ['mpkilled',
    {
        vehicleToSpawn = 'A10';
        if (isServer) then
        {
            (vehicleToSpawn createVehicle (position beeeh))setVariable ['ObjectID', 521, true];
            dayz_serverObjectMonitor set [count dayz_serverObjectMonitor,getPos beeeh nearestObject vehicleToSpawn];
        };
    }];
    But does anyone have one that you cannot get kicked by battle eye for?
    DayZ KeyShop
    https://www.mpgh.net/forum/656-dayz-s...ml#post7584263
    DayZ Spawning service
    https://www.mpgh.net/forum/656-dayz-s...ml#post7562039

    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/9027.png[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/Windows_7_Userbar_by_ilioscio.jpg[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/31141.gif[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/24241.gif[/IMG]
     

    [IMG]https://i16.photobucke*****m/albums/b50/DaveyGary/arma2oa2011-04-0923-46-42-14.jpg[/IMG]
    [IMG]https://i1302.photobucke*****m/albums/ag136yoyo27/arma2OA2010-07-0423-02-45-85edited_zps98e05ba0.png[/IMG]

  2. #2
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    I've spawned in an A10 with the rustler menu before, try this one:
    Code:
    player1 = _this select 0;
    
    _care = format ["if (isServer) then
    {
            [0, nil, [0, %1], '%2'] call local_publishObj;
    };", [(getpos player select 0), (getpos player select 1), 100], 'A10'];
    [_care] execVM "scr\exec.sqf";
    sleep 1;
    
    
    _spwnveh1 = format ['
    if (name player == "%1") then
    {
    
        vehD = nearestObjects [%2, ["A10"], 150];
        veh = vehD select 0;
        veh setpos [(getpos player select 0) + 5, (getpos player select 1) - 5, 0];
    
        titleText ["A10!", "PLAIN DOWN"]; titlefadeout 2;
    };', player1, getpos vehicle player];
    [_spwnveh1] execVM "scr\exec.sqf";


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

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

    youyoyo27 (02-10-2013)

  4. #3
    youyoyo27's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Cherno
    Posts
    97
    Reputation
    10
    Thanks
    14
    Quote Originally Posted by NormenJaydenFBI View Post
    I've spawned in an A10 with the rustler menu before, try this one:
    Code:
    player1 = _this select 0;
    
    _care = format ["if (isServer) then
    {
            [0, nil, [0, %1], '%2'] call local_publishObj;
    };", [(getpos player select 0), (getpos player select 1), 100], 'A10'];
    [_care] execVM "scr\exec.sqf";
    sleep 1;
    
    
    _spwnveh1 = format ['
    if (name player == "%1") then
    {
    
        vehD = nearestObjects [%2, ["A10"], 150];
        veh = vehD select 0;
        veh setpos [(getpos player select 0) + 5, (getpos player select 1) - 5, 0];
    
        titleText ["A10!", "PLAIN DOWN"]; titlefadeout 2;
    };', player1, getpos vehicle player];
    [_spwnveh1] execVM "scr\exec.sqf";
    Thanks for that, Would it be ok if I include this in a menu i am working on?
    Last edited by youyoyo27; 02-10-2013 at 12:06 PM.
    DayZ KeyShop
    https://www.mpgh.net/forum/656-dayz-s...ml#post7584263
    DayZ Spawning service
    https://www.mpgh.net/forum/656-dayz-s...ml#post7562039

    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/9027.png[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/Windows_7_Userbar_by_ilioscio.jpg[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/31141.gif[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/24241.gif[/IMG]
     

    [IMG]https://i16.photobucke*****m/albums/b50/DaveyGary/arma2oa2011-04-0923-46-42-14.jpg[/IMG]
    [IMG]https://i1302.photobucke*****m/albums/ag136yoyo27/arma2OA2010-07-0423-02-45-85edited_zps98e05ba0.png[/IMG]

  5. #4
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    Quote Originally Posted by youyoyo27 View Post
    Thanks for that, Would it be ok if I include this in a menu i am working on?
    It's from Rustlers, so you can include it just say it's from Rustlers menu.


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

  6. #5
    youyoyo27's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Cherno
    Posts
    97
    Reputation
    10
    Thanks
    14
    Ah, K thanks for it.
    DayZ KeyShop
    https://www.mpgh.net/forum/656-dayz-s...ml#post7584263
    DayZ Spawning service
    https://www.mpgh.net/forum/656-dayz-s...ml#post7562039

    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/9027.png[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/Windows_7_Userbar_by_ilioscio.jpg[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/31141.gif[/IMG]
    [IMG]https://i656.photobucke*****m/albums/uu288/enforced-scape/24241.gif[/IMG]
     

    [IMG]https://i16.photobucke*****m/albums/b50/DaveyGary/arma2oa2011-04-0923-46-42-14.jpg[/IMG]
    [IMG]https://i1302.photobucke*****m/albums/ag136yoyo27/arma2OA2010-07-0423-02-45-85edited_zps98e05ba0.png[/IMG]

Similar Threads

  1. [Request] Looking for an undetected (non local) vehicle spawn script.
    By someperson00 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 24
    Last Post: 01-20-2013, 11:31 AM
  2. [WTS] [AUTOBUY] NEWEST MONKY MENU WITH UNDETECTED REMOTE EXEC DAYZ CDKEY ,SPAWNING, TM ACC
    By shocka3 in forum DayZ Selling / Trading / Buying
    Replies: 3
    Last Post: 01-12-2013, 09:37 AM
  3. Any Undetected item spawn hack - Dayz
    By sensity in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 6
    Last Post: 08-07-2012, 10:02 AM
  4. Search: Undetected battleye script bypasser for spawning creates with cheat engine.
    By waowii in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 3
    Last Post: 07-26-2012, 07:27 AM
  5. ESP/Chams For BHD 1.5.0.5 Arugs 1.2m: Undetected
    By sf0d in forum General Game Hacking
    Replies: 1
    Last Post: 11-05-2008, 02:31 PM