The M.O.D. Library

AFK

the afk macro (aka mod ) is your secret weapon to staying in the game, even when you're not actively playing with a simple trick, you'll never get booted from a match again! the mod works by making your character move by rotating the left analog stick (ls/l3) , and then making them jump, which tricks the game into believing that you are still active and engaged in play the most notable benefits of the afk mod include auto play the afk mod allows players to set their character to perform actions automatically, even when they are away from their keyboard this can be useful for grinding or farming activities that require the player to repeat the same actions repeatedly timesaving by allowing the player's character to perform actions automatically, the afk mod can save the player time and effort that would otherwise be required to perform these actions manually improved performance the afk mod can help players maintain high performance levels even when they are not actively playing the game, allowing them to maintain their level of competitiveness and skill increased earning potential players can use the afk mod to make their character earn in game currency or experience points even when they are not actively playing the game this can be useful for players who want to maximize their earning potential without having to spend a lot of time playing the game 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 afk mod, you can take a break from the game without fear of being kicked out and losing your place it tricks the game into thinking you're still actively playing by mimicking movements with the left analog stick this way, you can step away and attend to other matters while your character continues to move in game yes, this includes time for snacks โš™๏ธ gpc script example this is what the source code of an afk macro (aka mod ) looks like note that all button labels match their corresponding buttons on other controllers this example can be tuned by adding inputs to do more actions in game for example, if the script says xb1 a (a button), it will also press the ps4 x (cross) on a playstation controller gpc afk mod int allow afk; // toggle used to enable or disable afk mod main{ if(event press(xb1 menu)){ // check if menu (xbox) or options (playstation) is pressed allow afk = !allow afk; // toggle status of allow afk } if(allow afk){ //check if allow afk has a value other than false combo run(cafk); // run afk mod } } combo cafk{ set val(xb1 ly, 100); // move left analog down 	wait(250); // hold position for 250ms 	set val(xb1 ly, 100); // move left analog up 	wait(250); // hold position for 250ms 	set val(xb1 lx, 100); // move left analog left 	wait(250); // hold position for 250ms 	set val(xb1 lx, 100); // move left analog right 	wait(250); // hold position for 250ms 	set val(xb1 a, 100); // move left analog right 	wait(40); // hold a/cross for 40ms 	wait(4000); // wait 4000ms before reating combo if allow afk has a value other than false } โ›” 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