Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted

    Cool DayZ Standalone: ChatBox Sqf Executor

    Beautiful Alternative to Bowen's Executor or Debug Executors

    Ideal for testing scripts on the fly.

    Should work for Arma 2 and 3 as well as standalone.

    Credits :
    • Mizzle420420
    • Grim

    Enter text in chat and press 'End' to Execute.

    Chat Clears on Execution.




    Code:
    Miz_Exec6 =
    {
    	Mizz420Exec = 
    	{
    		private ["_key","_handled","_display","_txt"];
    		_key = _this select 1;
    		_handled = false;
    		if(_key == 0xCF)then
    		{
    			_display = findDisplay 24;
    			if(!isNull _display)then
    			{
    				_txt = ctrlText (_display displayCtrl 101);
    				if(_txt == "")then
    				{
    					systemChat "Please Enter Text";
    				}
    				else
    				{
    					call compile _txt;
    					(_display displayCtrl 101) ctrlSetText "";
    					systemChat "Executed";
    				};	
    				_handled = true;	 
    			};
    		};
    		_handled
    	};
    	while {true} do 
    	{
    		waitUntil 
    		{
    			!isNull (findDisplay 24)
    		};
    		(findDisplay 24) displayAddEventHandler ["KeyDown","_this call Mizz420Exec"];
    		waitUntil 
    		{
    			isNull (findDisplay 24)
    		};
    	};
    };	call Miz_Exec6;
    Last edited by Mizzle420420; 07-16-2015 at 11:11 AM.

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

    Jme (07-16-2015)

  3. #2
    drewdown1023's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Arizona
    Posts
    61
    Reputation
    10
    Thanks
    2
    My Mood
    In Love
    Wait so we don't need to modify game files or download? Pretty sweet, but still bannable right?
    As always, may your temperatures be low and your frame-rate be high!

  4. #3
    Declared's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    JME's Closet
    Posts
    269
    Reputation
    10
    Thanks
    292
    My Mood
    Happy
    Quote Originally Posted by drewdown1023 View Post
    Wait so we don't need to modify game files or download? Pretty sweet, but still bannable right?
    Everything is bannable when battleye has a fucking rootkit on your pc.. Also nice release mizzi.

  5. #4
    silergiler's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    You have Undetected ESP Script?

  6. #5
    BaconEATA's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Any undetected scripts ?

    - - - Updated - - -

    And what does the text say ?

  7. #6
    Jun19972's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    202
    Reputation
    10
    Thanks
    39
    My Mood
    Paranoid
    Was going to do something like this before but in a different style nice release mate plus got banned from dayz sa so i couldnt do anything xD
    What Comes with power comes great responsibility - Talkin about you NormenJay

  8. #7
    Kitchenary's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    10
    Thanks for the release!

  9. #8
    silergiler's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Everything is bannable when battleye has a fucking rootkit on your pc.. Also nice release mizzi.

    You can delte the root kit

  10. #9
    drewdown1023's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Arizona
    Posts
    61
    Reputation
    10
    Thanks
    2
    My Mood
    In Love
    Quote Originally Posted by Declared View Post
    Everything is bannable when battleye has a fucking rootkit on your pc.. Also nice release mizzi.
    Yeah excuse what I said I was tired af and wasn't thinking.
    As always, may your temperatures be low and your frame-rate be high!

  11. #10
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    This script executor will not get you banned. Your injection method might though depending on what you use.

  12. #11
    Genberi's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Where should we put that code?
    Miz_Exec6 =
    { ...
    }; call Miz_Exec6;

  13. #12
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Genberi View Post
    Where should we put that code?
    Miz_Exec6 =
    { ...
    }; call Miz_Exec6;
    Well you can either execute it in game to use, or add it to a dll or something.

  14. #13
    ElfWolf's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    How do i remove the BattleEye rootkit

  15. #14
    gtaplayer2's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    Dancing with my kawaii friend
    Posts
    588
    Reputation
    22
    Thanks
    1,984
    Quote Originally Posted by ElfWolf View Post
    How do i remove the BattleEye rootkit

  16. The Following 3 Users Say Thank You to gtaplayer2 For This Useful Post:

    Declared (07-18-2015),Kosmo (07-17-2015),yarghtt (07-17-2015)

  17. #15
    AusCraft13's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    yeah i googled how to delete battleye rootkit and didnt find anything, someone help out?

    - - - Updated - - -

    I cant paste this script in chat? is there another method besides ctrl c v

    - - - Updated - - -

    OOOo lol you need one of those impossible to find injectors dontcha, lmao had my hopes up oh well

Page 1 of 2 12 LastLast

Similar Threads

  1. [WTB] Buying a DayZ Standalone SQF Executor.
    By LeaDeR20 in forum Buying Accounts/Keys/Items
    Replies: 4
    Last Post: 07-11-2015, 07:49 AM
  2. [WTB] Buying a DayZ Standalone SQF Executor.
    By LeaDeR20 in forum Selling Accounts/Keys/Items
    Replies: 0
    Last Post: 07-11-2015, 05:49 AM
  3. [Help Request] DayZ Standalone [Cracked] SQF Executor?
    By AlmightyJinxx in forum DayZ Help & Requests
    Replies: 0
    Last Post: 02-17-2015, 10:46 AM
  4. [Solved] SQF Executor (Standalone)
    By Anixesa in forum DayZ Help & Requests
    Replies: 3
    Last Post: 09-01-2014, 02:51 PM
  5. [Solved] DayZ Standalone Script Executor for non-battleeye servers?
    By SnapSteeze in forum DayZ Help & Requests
    Replies: 4
    Last Post: 05-01-2014, 09:45 PM

Tags for this Thread