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 :
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;
Wait so we don't need to modify game files or download? Pretty sweet, but still bannable right?
You have Undetected ESP Script?
Any undetected scripts ?
- - - Updated - - -
And what does the text say ?
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
This script executor will not get you banned. Your injection method might though depending on what you use.
Where should we put that code?
Miz_Exec6 =
{ ...
}; call Miz_Exec6;
How do i remove the BattleEye rootkit
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