Search the Community
Showing results for tags 'exploit'.
Found 3 results
-
Caught someone exploiting under ground in Official Warlords Server
Hoonter of Hoonters posted a topic in ARMA 3 - MULTIPLAYER
How do I go about reporting them? I have proof. 1. Location he was glitched under. https://steamcommunity.com/sharedfiles/filedetails/?id=2398113469 2. Killed by him as he popped out the ground. https://steamcommunity.com/sharedfiles/filedetails/?id=2398112845 3. He's not denying it here. https://steamcommunity.com/sharedfiles/filedetails/?id=2398112113 4. Gloating about his exploiting. (All you had to do was bring a specific round of ammo to kill me under ground where I would'nt be spotted if you didn't scan the area.) LOL! https://steamcommunity.com/sharedfiles/filedetails/?id=2398114055 -
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