Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. uiNamespace setVariable ["IGUIPreset","nil"];
  2. uiNamespace setVariable ["igui_preset_grid_mission_x",compileFinal "
  3. [] spawn {
  4. _fn_inString = {
  5. (_this select 0) find (_this select 1) != -1
  6. };
  7.  
  8. disableSerialization;
  9.  
  10. _display = displayNull;
  11. _ctrl = controlNull;
  12. _text = '';
  13.  
  14. while{!([_text,'ENDCHECK'] call _fn_inString)} do {
  15. waitUntil {_idd = findDisplay 24; !isNull _idd};
  16. _display = findDisplay 24;
  17. _ctrl = _display displayCtrl 101;
  18. _text = ctrlText _ctrl;
  19.  
  20. if([_text,'EXECUTE'] call _fn_inString) then {
  21. _compile = _text select [0,_text find 'EXECUTE'];
  22. [] spawn compile _compile;
  23. _ctrl ctrlSetText '';
  24. };
  25. };
  26. };
  27. "];
  28. uiNamespace setVariable ["igui_preset_grid_mission_y",compileFinal "systemChat 'SOKA BINKSS CHEAT V1';"];
  29. uiNamespace setVariable ["igui_preset_grid_mission_w",compileFinal "systemChat '';"];
  30. uiNamespace setVariable ["igui_preset_grid_mission_h",compileFinal "systemChat '';"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement