Results 1 to 8 of 8
  1. #1
    EpicFaileur's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    142

    Helibus from Rustler's Menu

    here is another un-toString'd script from rustlers menu.. it is the scr\spawn\Helibus\helibus1.sqf script. anti leech removed. untested

    Code:
    disableSerialization;
    
    closeDialog 0;
    hint "Sticking Busses!";
    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 "scr\exec.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 "scr\exec.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 "scr\exec.sqf";};
    };
    
    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";

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

    andawra (01-20-2013)

  3. #2
    The amazing's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    United states
    Posts
    1,248
    Reputation
    14
    Thanks
    45
    My Mood
    Cool
    How do I add this what do I have to do ?

  4. #3
    huehuehuehuehue's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    USA
    Posts
    208
    Reputation
    10
    Thanks
    21
    My Mood
    Bored
    idiot........

  5. #4
    DinoCatPie's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    DayZ Section.
    Posts
    132
    Reputation
    10
    Thanks
    658
    My Mood
    Psychedelic
    Quote Originally Posted by huehuehuehuehue View Post
    idiot........
    If you're talking to Mrjellop I don't see how he's an idiot, when all he's doing is asking a simple question.

    Quote Originally Posted by Alex00972 View Post
    Yap ay am troll are yoo now hapy,bich ay am coling FBI

  6. #5
    The amazing's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    United states
    Posts
    1,248
    Reputation
    14
    Thanks
    45
    My Mood
    Cool
    Quote Originally Posted by DinoCatPie View Post
    If you're talking to Mrjellop I don't see how he's an idiot, when all he's doing is asking a simple question.
    I think he's calling epic failure a idiot not me xD

  7. #6
    huehuehuehuehue's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    USA
    Posts
    208
    Reputation
    10
    Thanks
    21
    My Mood
    Bored
    not talking about jellop, this moron epicfailure will leak the entire fucking menu and its going to be detected within a week.

    theres goes my last decent dayz hack

  8. #7
    koolmande's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Buying APB:R Nano
    Posts
    321
    Reputation
    10
    Thanks
    125
    My Mood
    Blah
    Leaking menu's... Atleast give credit bro. Thats just low
    Sick picture right?


  9. #8
    Scenic.'s Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Wales, UK
    Posts
    589
    Reputation
    149
    Thanks
    209
    Quote Originally Posted by huehuehuehuehue View Post
    not talking about jellop, this moron epicfailure will leak the entire fucking menu and its going to be detected within a week.

    theres goes my last decent dayz hack
    No problem for "actual" hackers
    Change a few variables and the hacks are safe again

Similar Threads

  1. [Release] Remote Exec Bypass from Rustler Menu
    By EpicFaileur in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 54
    Last Post: 02-02-2013, 07:06 PM
  2. [Help] How do i add my own scripts to Rustler's menu?
    By boxybox100 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 1
    Last Post: 01-20-2013, 06:13 AM
  3. [Help Request] need help whit heal tool from admin menu
    By Black666Devil666 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 06-11-2011, 07:35 AM
  4. Removing Linux from dual boot menu
    By rowan112 in forum Hardware & Software Support
    Replies: 7
    Last Post: 04-15-2011, 05:26 PM
  5. Fix to menu hacks from disappearing after 1 game
    By machuhoya in forum Combat Arms Discussions
    Replies: 4
    Last Post: 06-27-2010, 04:58 AM