This uses a modified password dialog

If you edit this then please give credit <3



Code:
closeDialog 0;
createDialog "RscDisplayPassword";	

sendtxxt = {
_Shad0wt3xt = ctrlText 101;
_displaytxext = format ['
	closeDialog 0;
	[format["<t size=''1.5'' font=''Zeppelin33'' color=''#00FF00''>%1<t/>",_Shad0wt3xt],(safezoneX+ 0.4)/2,-(safezoneH-1.9)/2,10,-1,0,3095] spawn bis_fnc_dynamicText;
	["<t size=''1'' font=''Zeppelin33'' color=''#FF00FF''>[Sent using ShadowyFaze 3D Sender]<t/>",(safezoneX+ 0.4)/2,-(safezoneH-1.8)/2,10,-1,0,3097] spawn bis_fnc_dynamicText;',_Shad0wt3xt];
	[_displaytxext] execVM "scr\exec.sqf";;
};


	_d0ntfindm3 = (findDisplay 64) displayctrl 101;
	_d0ntfindm3 ctrlCommit 0.001;
	
	disableSerialization;
	_Shadowyfaz3d = findDisplay 64;
	_wutzintehb0x =  _Shadowyfaz3d displayctrl 101;
	_th3t1tle =  _Shadowyfaz3d displayctrl 1000;
	_Faz3dText =  _Shadowyfaz3d displayctrl 1002;
	_showtxt = _Shadowyfaz3d displayctrl 1;
	_g0b3ck = _Shadowyfaz3d displayctrl 2;
	
	
	_g0b3ck ctrlSetText "Back to Menu";
	_g0b3ck buttonSetAction "execVM 'scr\menu\initmenu.sqf'";
	
	_wutzintehb0x ctrlSetText "Type Here";
	_wutzintehb0x ctrlSetTextColor [1, 0, 0, 1];
	
	_showtxt ctrlSetText "Send 3D Text";
	_showtxt buttonSetAction "call sendtxxt";
	
	
	_th3t1tle ctrlSetText "ShadowyFaze 3D Text Sender";
	_th3t1tle ctrlSetTextColor [0, 0, 0, 1];
	
	_Faz3dText ctrlSetText "     Message:";
	
	
*/
Made by ShadowyFaze
30/04/2013
/*