Results 1 to 9 of 9
  1. #1
    IDi4b0l0I's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    2

    Question Did anyone have a working RE?

    Pls i need 1 i search at many Forums but never found one. Pm me pls

  2. #2
    darkangel1's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    San Diego, CA
    Posts
    542
    Reputation
    15
    Thanks
    153
    Code:
    _hack 		= _this select 0;
    _menuIndex  = _this select 1;
    _script     = _this select 2;
    _user       = _this select 3;
    
    [_hack,_menuIndex, _user] execVM format["%1%2",HDIR,_script];
    
    _check = vars select _menuIndex;
    
    if(_check == "2") then
    {
    	cutText [format["%1 executed",_hack],"PLAIN DOWN"];
    };
    	
    if((_check == "0") || (_check == "1")) then 
    {
    	if(_check == "0") then 
    	{ 
    		vars set [_menuIndex, "1"];
    		lbSetColor[109, _menuIndex, [1,0,0,1]];
    		cutText [format["%1 activated",_hack],"PLAIN DOWN"];
    	}
    	else
    	{
    		vars set [_menuIndex, "0"];
    		lbSetColor[109, _menuIndex, [0,1,0,1]];
    		cutText [format["%1 deactivated",_hack],"PLAIN DOWN"];
    	};
    };
    This one was working last night.
    Press thanks if I helped.
    Want to learn how to customize your own menu's/write your own scripts? Check out my sticky in the help section
    Or click this link -
    https://www.mpgh.net/forum/696-dayz-h...nto-menus.html
    Quote Originally Posted by typh0 View Post
    the only person that can ban you, is the big chief mr battleye himself. no admin or hacker or player can do this. In addition to this the big chief mr battleye will ban you based on the bypasser you're using NOT what scripts you are using.

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

    Daelso (02-06-2013)

  4. #3
    Hi_own's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by darkangel1 View Post
    This one was working last night.
    Press thanks if I helped.
    Based on his spelling I doubt he knows what to do with that.

  5. #4
    Disrupt0r's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    SPAAAAAACE
    Posts
    223
    Reputation
    10
    Thanks
    32
    My Mood
    Cool
    Quote Originally Posted by darkangel1 View Post
    Code:
    _hack 		= _this select 0;
    _menuIndex  = _this select 1;
    _script     = _this select 2;
    _user       = _this select 3;
    
    [_hack,_menuIndex, _user] execVM format["%1%2",HDIR,_script];
    
    _check = vars select _menuIndex;
    
    if(_check == "2") then
    {
    	cutText [format["%1 executed",_hack],"PLAIN DOWN"];
    };
    	
    if((_check == "0") || (_check == "1")) then 
    {
    	if(_check == "0") then 
    	{ 
    		vars set [_menuIndex, "1"];
    		lbSetColor[109, _menuIndex, [1,0,0,1]];
    		cutText [format["%1 activated",_hack],"PLAIN DOWN"];
    	}
    	else
    	{
    		vars set [_menuIndex, "0"];
    		lbSetColor[109, _menuIndex, [0,1,0,1]];
    		cutText [format["%1 deactivated",_hack],"PLAIN DOWN"];
    	};
    };
    This one was working last night.
    Press thanks if I helped.
    First, thank you for this, I will try it with Rustlers in an hour or two.
    Next...
    Quote Originally Posted by Hi_own View Post
    Based on his spelling I doubt he knows what to do with that.
    You shouldn't judge people by their spelling capabilities, they could know the language as a second language, or just be lazy.


    <----------------------------|DayZ Bans|-------------------------->
    BattlEye Global Bans: 28
    <-------------------------------------------------------------------->
    Keys in use: 16

  6. #5
    Hi_own's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by Disrupt0r View Post
    First, thank you for this, I will try it with Rustlers in an hour or two.
    Next...

    You shouldn't judge people by their spelling capabilities, they could know the language as a second language, or just be lazy.
    My bet is the lazy and the lazy don't know how to use code. It's obvious to tell the difference between someone who doesn't know the language and someone who doesn't take the time to spell out the word "you" or "please".
    Last edited by Hi_own; 02-06-2013 at 05:01 PM.

  7. #6
    Disrupt0r's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    SPAAAAAACE
    Posts
    223
    Reputation
    10
    Thanks
    32
    My Mood
    Cool
    Quote Originally Posted by Hi_own View Post
    My bet is the lazy and the lazy don't how to use code. It's obvious to tell the difference between someone who doesn't know the language and someone who doesn't take the time to spell out the word "you" or "please".
    Good point.


    <----------------------------|DayZ Bans|-------------------------->
    BattlEye Global Bans: 28
    <-------------------------------------------------------------------->
    Keys in use: 16

  8. #7
    Marcel1231's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    3
    What file does this go into on Rustler's? I put in the exec.sqf and to no avail.
    All these fun new jets and other toys i want to play with c'mon.

  9. #8
    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 Marcel1231 View Post
    What file does this go into on Rustler's? I put in the exec.sqf and to no avail.
    All these fun new jets and other toys i want to play with c'mon.
    That's where it's supposed to go.

  10. #9
    Disrupt0r's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    SPAAAAAACE
    Posts
    223
    Reputation
    10
    Thanks
    32
    My Mood
    Cool
    Tested RE, works the same as Rustler RE at the moment. You cannot spawn vehicles, objects, nukes, ect.


    <----------------------------|DayZ Bans|-------------------------->
    BattlEye Global Bans: 28
    <-------------------------------------------------------------------->
    Keys in use: 16

Similar Threads

  1. ANYONE HAVE A WORKING BASE!!!CA
    By jettidia in forum Combat Arms Coding Help & Discussion
    Replies: 2
    Last Post: 11-07-2010, 08:00 PM
  2. Replies: 17
    Last Post: 04-05-2009, 01:29 PM
  3. Do anyone have a working css hack?
    By xTrylanxback in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 4
    Last Post: 04-03-2009, 09:02 AM
  4. Does anyone have a working hack?
    By WTFXD185 in forum Combat Arms Hacks & Cheats
    Replies: 24
    Last Post: 03-13-2009, 01:58 PM
  5. Anyone have a working cod4 hack?
    By Rico760 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 10
    Last Post: 10-11-2008, 02:46 AM