Search the Community
Showing results for tags 'exploit'.
Found 2 results
-
fix Infistar !fixme exploits fix
El' Rabito posted a topic in Exilemod (Unofficial)'s Problems & Bugs
This fixes two exploits related to the Infistar !fixme command. 1.Add to your mission init.sqf ExileClientLastFixme = diag_tickTime; 2. a3_infiSTAR_Exile\fn_preInit.sqf line 527 - Replace the code with the code below. if(_fix_uniform_and_vest)then{ fnc_check_uniform_n_vest = { if(isNil'cunvthread')then { cunvthread = _this spawn { if(!isNil 'ExileClientLoadedIn' && alive player && (diag_tickTime - ExileClientLastFixme) >= 300)then { params [ ['_uniformServer','',['']], ['_vestServer','',['']] ]; _uniform = uniform player; _vest = vest player; if (!(_uniformServer isEqualTo _uniform) || !(_vestServer isEqualTo _vest)) then { closeDialog 0; _loadout = getUnitLoadout player; ExileClientLastFixme = diag_tickTime; ["InfoTitleAndText", ["!fixme", format ["Fixed your invisible gear!"]]] call ExileClient_gui_toaster_addTemplateToast; waitUntil { player setUnitLoadout _loadout; (_uniform isEqualTo (uniform player)) && (_vest isEqualTo (vest player)) }; }; }; cunvthread = nil; }; }; }; publicVariable "fnc_check_uniform_n_vest"; }; -
Hi Vigor team, While playing on the map Draug Fort, i found a glitch/exploit in the northern parking lot area. While in the log shed nearest the shore. I was able to hide behind the logs, and back up until I popped out the other side of the shed wall. I was able to do this repeatedly. https://vimeo.com/user3544192/review/280589230/c067fb28fb