The M.O.D. Library
Crouch Shot
the crouch shot (aka crouch peeking or crouch tapping ) macro (aka mod ), is a method used in fps games that allows players to quickly alternate between crouching and standing positions while firing their weapon, making it much more difficult for enemies to hit the player, as the rapid movement can make it harder for them to predict the player's position and aim accurately the mod works by rapidly tapping the crouch button, causing the player's character to quickly move in and out of the crouched position the most notable benefits of the crouch shot mod include increased evasion the mod can help players to evade enemy fire and to make it more difficult for opponents to hit them increased cover crouching behind cover provides added protection from enemy fire, making it easier to take out enemies without taking damage lower profile when alternating between crouching and standing while firing, a player's body profile has a smaller hitbox cronus advantage cronus advantage by having the advantage of cronus zen, players can feel more confident in their abilities and play more aggressively, leading to more wins to put it simply, using the crouch shot mod can enhance your gameplay by allowing you to quickly change your crouched position, making you very difficult to hit while simultaneously firing at the enemy it can also be used to surprise enemies and take them out before they can react additionally, as the crouched position usually reduces the player's hitbox and make it harder for the enemy to hit the player in vital areas of the body sometimes crouch shot is confused with the drop shot docid\ hupjrmm3otut3xcqeartg mod, but they are slightly different drop shot goes prone, aims and fires while remaining in the prone position crouch shot on the other hand quickly alternates between crouching and standing positions while firing โ๏ธ gpc script example this is what the source code of a crouch shot macro (aka mod ) looks like note that all button labels match their corresponding buttons on other controllers for example, if the script says xb1 b (xbox b button), it will also press the circle button on a playstation controller gpc crouch shot main { if(get ival(xb1 rt)){ // check if rt/r2 (right trigger) is held (fire trigger for most games) combo run(ccrouchshot); // run crouch shot combo while rt/r2 (right trigger) is held } } combo ccrouchshot{ 	set val(xb1 b,100); // output b/circle at 100% (crouch button for most games) 	wait(40); // hold b/circle for 40ms 	set val(xb1 b,0); // release b/circle 	wait(300); // delay before un crouching 	set val(xb1 b,100); // output b/circle at 100% 	wait(40); // hold b/circle for 40ms 	set val(xb1 b,0); // release b/circle 	wait(300); // time before crouch shot is repeated } โญ gamepack exclusive each community supported gamepack includes an exclusive feature that provides precise control over the activation of shot mods through the selection of trigger combinations activation triggers are particularly valuable when utilizing multiple mods, as it allows for differentiated activation for instance, one mod may be activated solely through the use of the fire trigger, while another mod may require activation through the simultaneous use of both the fire and ads triggers shot mods in community supported gamepacks can be activated by any one of the following triggers on fire the mod is activated instantly as soon as you pull the fire trigger the ads trigger is ignored ads & fire the mod is activated as soon as you pull the fire & ads triggers together fire only the mod is activated instantly as soon as you pull the fire trigger pulling the ads trigger will block the mod completely ads only the mod is activated instantly as soon as you pull the ads trigger โ warning we would like to remind our users that the use of mods, or modifications, may not be allowed in official tournaments or in compliance with the game's end user license agreement (eula) it is the user's responsibility to review the rules and regulations of a specific game or tournament prior to using any mods, to ensure that their use is in compliance with any terms and conditions failure to do so may result in disqualification or violation of the game's eula