Looking for cool heli scripts

Posts 1–15 of 16 · Page 1 of 2
Looking for cool heli scripts
Im looking for some cool heli scripts such as HeliBus or HeliPlane I have seen several videos about them and I would very much like them
Save as helibus.sqf

Code:
if !(vehicle player isKindOf "Air") then {
_posplr1 = [((getPos player) select 0) + 2, ((getPos player) select 1) + 2, ((getPos vehicle player) select 2)];
_dirplr = getDir player;
_spwnveh = format ["if (isServer) then {[0, nil, [%1, %2], ""%3""] call local_publishObj;};", _dirplr, _posplr1, "UH1H_DZ"];
[_spwnveh] execVM "remoteexec.sqf";};
sleep 1;

vehA = nearestObjects [vehicle player, ["Air"], 50];
veh = vehA select 0;
if (((getpos vehicle player) select 2) > 5) then 
{
    for "_i" from 1 to 26 do {
    _posplr = [((getPos vehicle player) select 0) - (10 + (_i * 5)), ((getPos vehicle player) select 1) + (10 + (_i * 5)), ((getPos vehicle player) select 2) + ((_i * 5) + 100)];
    _dirplr = getDir player;
    _spwnveh = format ["if (isServer) then {[0, nil, [%1, %2], ""%3""] call local_publishObj;};", _dirplr, _posplr, "Ikarus"];
    sleep 0.1;
    [_spwnveh] execVM "remoteexec.sqf";};
}

else
{
    for "_i" from 1 to 24 do {
    _posplr = [((getPos vehicle player) select 0) - (5 + (_i * 5)), ((getPos vehicle player) select 1) - (5 + (_i * 5)), ((getPos vehicle player) select 2)];
    _dirplr = getDir player;
    _spwnveh = format ["if (isServer) then {[0, nil, [%1, %2], ""%3""] call local_publishObj;};", _dirplr, _posplr, "Ikarus"];
    sleep 0.1;
    [_spwnveh] execVM "remoteexec.sqf";};
};

sleep 5;

vehB = nearestObjects [vehicle player, ["Ikarus"], 1000];

veh1 = vehB select 0;

veh2 = vehB select 1;

veh3 = vehB select 2;

veh4 = vehB select 3;

veh5 = vehB select 4;

veh6 = vehB select 5;

veh7 = vehB select 6;

veh8 = vehB select 7;       

veh12 = vehB select 8;

veh13 = vehB select 9;

veh14 = vehB select 10;

veh15 = vehB select 11;

veh16 = vehB select 12;

veh17 = vehB select 13;

veh18 = vehB select 14;

veh19 = vehB select 15;

veh20 = vehB select 16;

veh22 = vehB select 17;

veh23 = vehB select 18;

veh24 = vehB select 19;

veh25 = vehB select 20;

veh26 = vehB select 21;

veh27 = vehB select 22;


veh1 attachto [veh,[0,0,3]];
sleep 0.2;
veh2 attachto [veh,[3,0,3]];
sleep 0.2;
veh3 attachto [veh,[-3,0,3]];
sleep 0.2;
veh4 attachto [veh,[3,0,0]];
sleep 0.2;
veh5 attachto [veh,[-3,0,0]];
sleep 0.2;
veh6 attachto [veh,[3,0,-3]];
sleep 0.2;
veh7 attachto [veh,[-3,0,-3]];
sleep 0.2;
veh8 attachto [veh,[0,0,-3]];
sleep 0.2;
veh12 attachto [veh,[3,9,3]];
sleep 0.2;
veh13 attachto [veh,[-3,9,3]];
sleep 0.2;
veh14 attachto [veh,[3,9,0]];
sleep 0.2;
veh15 attachto [veh,[-3,9,0]];
sleep 0.2;
veh16 attachto [veh,[3,9,-3]];
sleep 0.2;
veh17 attachto [veh,[-3,9,-3]];
sleep 0.2;
veh18 attachto [veh,[0,9,-3]];
sleep 0.2;
veh19 attachto [veh,[0,9,3]];
sleep 0.2;  
veh20 attachto [veh,[3,-9,3]];
sleep 0.2;
veh22 attachto [veh,[-3,-9,3]];
sleep 0.2;
veh23 attachto [veh,[3,-9,0]];
sleep 0.2;
veh24 attachto [veh,[-3.0,-9,0]];
sleep 0.2;
veh25 attachto [veh,[3,-9,-3]];
sleep 0.2;
veh26 attachto [veh,[-3,-9,-3]];
sleep 0.2;
veh27 attachto [veh,[0,-9,-3]];
sleep 5;
vehA = nearestObjects [vehicle player, ["Air"], 50];
veh = vehA select 0;
sleep 2;
vehB = nearestObjects [vehicle player, ["Ikarus"], 1000];
veh1 = vehB select 0;
veh2 = vehB select 1;
veh3 = vehB select 2;
veh4 = vehB select 3;
veh5 = vehB select 4;
veh6 = vehB select 5;
veh7 = vehB select 6;
veh8 = vehB select 7;       
veh12 = vehB select 8;
veh13 = vehB select 9;
veh14 = vehB select 10;
veh15 = vehB select 11;
veh16 = vehB select 12;
veh17 = vehB select 13;
veh18 = vehB select 14;
veh19 = vehB select 15;
veh20 = vehB select 16;
veh22 = vehB select 17;
veh23 = vehB select 18;
veh24 = vehB select 19;
veh25 = vehB select 20;
veh26 = vehB select 21;
veh27 = vehB select 22;


veh1 attachto [veh,[0,0,3]];
sleep 0.2;
veh2 attachto [veh,[3,0,3]];
sleep 0.2;
veh3 attachto [veh,[-3,0,3]];
sleep 0.2;
veh4 attachto [veh,[3,0,0]];
sleep 0.2;
veh5 attachto [veh,[-3,0,0]];
sleep 0.2;
veh6 attachto [veh,[3,0,-3]];
sleep 0.2;
veh7 attachto [veh,[-3,0,-3]];
sleep 0.2;
veh8 attachto [veh,[0,0,-3]];
sleep 0.2;
veh12 attachto [veh,[3,9,3]];
sleep 0.2;
veh13 attachto [veh,[-3,9,3]];
sleep 0.2;
veh14 attachto [veh,[3,9,0]];
sleep 0.2;
veh15 attachto [veh,[-3,9,0]];
sleep 0.2;
veh16 attachto [veh,[3,9,-3]];
sleep 0.2;
veh17 attachto [veh,[-3,9,-3]];
sleep 0.2;
veh18 attachto [veh,[0,9,-3]];
sleep 0.2;
veh19 attachto [veh,[0,9,3]];
sleep 0.2;  
veh20 attachto [veh,[3,-9,3]];
sleep 0.2;
veh22 attachto [veh,[-3,-9,3]];
sleep 0.2;
veh23 attachto [veh,[3,-9,0]];
sleep 0.2;
veh24 attachto [veh,[-3.0,-9,0]];
sleep 0.2;
veh25 attachto [veh,[3,-9,-3]];
sleep 0.2;
veh26 attachto [veh,[-3,-9,-3]];
sleep 0.2;
veh27 attachto [veh,[0,-9,-3]];
hint "done";


You need a remote Exec for this
just use some glue script to glue spawned stuff together, lots of fun
i glued some tower to a heli and had some people climb the ladder while i was flying the heli
Thats my "AC-130" I made its got thermal vision on all 3 gunners points. 30mm and 40mm then 5x 100mm cannons. Alot of fun

Quote Originally Posted by typh0 View Post
Thats my "AC-130" I made its got thermal vision on all 3 gunners points. 30mm and 40mm then 5x 100mm cannons. Alot of fun

Give it to me !
Quote Originally Posted by typh0 View Post
Thats my "AC-130" I made its got thermal vision on all 3 gunners points. 30mm and 40mm then 5x 100mm cannons. Alot of fun

Could i get the script ?
Quote Originally Posted by maximusdkcz View Post
Could i get the script ?
Quote Originally Posted by Yung Lean 2001 View Post
Give it to me !
Or maybe you just want alittle extra protection ?




Quote Originally Posted by typh0 View Post
Or maybe you just want alittle extra protection ?


im looking for everything
Quote Originally Posted by maximusdkcz View Post
im looking for everything
STRYKER WITH FLAMES
USA
USA
USA
USA
USA
USA

Quote Originally Posted by typh0 View Post
STRYKER WITH FLAMES
USA
USA
USA
USA
USA
USA

STOP THAT!! Give it pretty please! Make a script pack with all these and you will be famous :O

---------- Post added at 01:26 AM ---------- Previous post was at 01:03 AM ----------

Quote Originally Posted by typh0 View Post
Thats my "AC-130" I made its got thermal vision on all 3 gunners points. 30mm and 40mm then 5x 100mm cannons. Alot of fun

Just noticed the turrets. AWESOME
Quote Originally Posted by typh0 View Post
Herm... What skin is that? Looks neat. Like a desert version of soldier, and helmet.
Quote Originally Posted by Rebitaay View Post
Herm... What skin is that? Looks neat. Like a desert version of soldier, and helmet.
Just one of the standard ones. Its a BAF skin so its low res till you buy the DLC
Quote Originally Posted by typh0 View Post
Just one of the standard ones. Its a BAF skin so its low res till you buy the DLC
Ohhh right. I assume you're on OA then? Cause I can't seem to get that in DayZ.
Quote Originally Posted by typh0 View Post
STRYKER WITH FLAMES
USA
USA
USA
USA
USA
USA

that is so awesome! very good work man
lol typh0

Also that c130 is awesome I helped him test it.
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?