Jme (07-16-2015)
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.
Jme (07-16-2015)
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!
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
What Comes with power comes great responsibility - Talkin about you NormenJay
Everything is bannable when battleye has a fucking rootkit on your pc.. Also nice release mizzi.
You can delte the root kit![]()
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