* ╔█████╗ ███╗ ██╗██╗ ██╗███████╗██████╗ ██████╗ ██╗ ██╗███████╗██████╗ ██╔══██╗████╗ ██║██║ ██║██╔════╝██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗ ███████║██╔██╗ ██║██║ ██║███████╗██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝ ██╔══██║██║╚██╗██║██║ ██║╚════██║██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗ ██║ ██║██║ ╚████║╚██████╔╝███████║██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝ ╔═══════════════════════════════════════════════════════════════════╗ ║ Find me ON discord @ https://discord.gg/cYPPMxUej5 Server #1 ║ ╠═══════════════════════════════════════════════════════════════════╣ ║ Find me ON discord @ https://discord.gg/EHS7Zg4CX7 Server #2 ║ ╠═══════════════════════════════════════════════════════════════════╣ ║ Full Credits at the bottom ║ ║ Cronus Zen Script for Call of Duty MW/WZ/CW ║ ╠═══════════════════════════════════════════════════════════════════╣ ║ Aim Assist (Profile Edition) ║ ║ Anti Recoil (Profile Edition) ║ ║ Rapidfire ║ ║ Slide Cancel (MW/WZ and CW) ║ ║ Hold Breath ║ ║ Quick Scope ║ ║ Bunny Hop ║ ║ Auto Run ║ ║ EZ C4 ║ ║ Chicken Mod ║ ║ Fast Melee (Mounting Weapon not affected) ║ ║ Strafe Mod ║ ║ Auto Ping ║ ╠═══════════════╦═══════════╦═══════════════════════════════════════╣ ║ PS4_X ║ XB1_A ║ Toggle Mod State ║ ╠═══════════════╬═══════════╬═══════════════════════════════════════╣ ║ PS4_Square ║ XB1_X ║ Edit Selected Mod ║ ╠═══════════════╬═══════════╬═══════════════════════════════════════╣ ║ PS4_Circle ║ XB1_B ║ Exit Active Menu ║ ╠═══════════════╬═══════════╩═══════════════════════════════════════╣ ║ Up/Down ║ Scroll between Mod/Values ║ ╠═══════════════╬═══════════════════════════════════════════════════╣ ║ Left/Right ║ Decrease/Increase Values ║ ╠═══════════════╬═══════════════════════════════════════════════════╣ ║ Access Menu ║ Hold ADS, Press Options ║ ╚═══════════════╩═══════════════════════════════════════════════════╝ ╔██████╗ ██████╗ █████╗ ██╗ ██╗███████╗███╗ ███╗ █████╗ ██╗ ██╗███████╗██████╗ ██╔════╝ ██╔══██╗██╔══██╗██║ ██║██╔════╝████╗ ████║██╔══██╗██║ ██╔╝██╔════╝██╔══██╗ ██║ ██╗ ██████╔╝███████║╚██╗ ██╔╝█████╗ ██╔████╔██║███████║█████═╝ █████╗ ██████╔╝ ██║ ╚██╗██╔══██╗██╔══██║ ╚████╔╝ ██╔══╝ ██║╚██╔╝██║██╔══██║██╔═██╗ ██╔══╝ ██╔══██╗ ║██████╔╝██║ ██║██║ ██║ ╚██╔╝ ███████╗██║ ╚═╝ ██║██║ ██║██║ ╚██╗███████╗██║ ██║ ╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╔════════════════════════════════════════════════════════════════════════════════════════════════════╗ ║ Set your button layout below. See https://cronusmax.com/manual/identifiers.htm for list of buttons ║ ╚════════════════════════════════════════════════════════════════════════════════════════════════════╝*/ define OFF = FALSE, ON = TRUE; // don't change define PROFILE_SYNC = PS4_DOWN; // ADS + PROFILE_SYNC to switch profile without switching weapon. define PROFILE_SWITCH = PS4_TRIANGLE; // Tap button to switch profile define KILLSWITCH_BUTTON = PS4_OPTIONS; // Double TAP this button for kill switch define STRAFE_BUTTON = PS4_LEFT; // Double TAP this button to enable/disable the use of Strafe Mod toggle (Strafe Mod in menu must be enabled.) //════════════════════════════════════════════════════════════════════════════════════════════════════ define PING = PS4_UP; define ADS = PS4_L1; define FIRE = PS4_R1; define TACTICAL = PS4_L2; define LETHAL = PS4_R2; define SPRINT = PS4_L3; define MELEE = PS4_CROSS; define SWAP = PS4_TRIANGLE; define PRONE = PS4_CIRCLE; define JUMP = PS4_R3; define RELOAD = PS4_SQUARE; define AIM_X = PS4_RX; define AIM_Y = PS4_RY; define STRAFE = PS4_LX; define WALK = PS4_LY; //════════════════════════════════════════════════════════════════════════════════════════════════════ define THRESHOLD = 85; //Threshold is the value needed for Slide Cancel to activate define INVERTED = OFF; // Turn ON if you play Inverted define HAIR_TRIGGER = ON; // Turn ON if you want to use HAIR TRIGGER define BLOCK_RUMBLE = ON; // Turn OFF if you want to feel controller vibration, keep ingame enabled. define AUTO_SPRINT = OFF; // Turn ON if you are using **IN GAME** auto sprint //════════════════════════════════════════════════════════════════════════════════════════════════════ int RF_BOTH_PROFILE = FALSE; // Refer to instructions above define SYNC_BUTTON = PS4_CIRCLE; // Double tap to resync rapidfire define MOD_TOGGLE_BUTTON = PS4_LEFT; define RAPID_FIRE = PS4_CROSS; define AKIMBO_RAPID_FIRE = PS4_SQUARE; /*
[PREMIUM] - Grave Maker V1.5
Details
This download was added on Thu Jan 23, 2025 1:37 pm by RobinHood • Last download Thu Apr 03, 2025 2:33 pm
Access denied!
You have no permission to download this file!
You have no permission to download this file!
Similar Downloads
[FREE] - Genesis V1.5 • [FREE] - Grave House • [PREMIUM] - 2K25 Auto Greener • [PREMIUM] - 2K25 Tap 2 Green • [PREMIUM] - 2K25 V8.1 • [PREMIUM] - 2K25 VC • [PREMIUM] - ANIMETOKYO GOJO SHOT V4 • [PREMIUM] - ANIMETOKYO GOJO SHOT V5.1 • [PREMIUM] - APEX ITALIA ZEN EDITION V4 [English] • [PREMIUM] - Acid-VC Generator V1.4Legend
-
- No more overall traffic or file/category traffic left for this month
-
- Insufficient posts
(0 posts required).
-
- Download!
-
- Download! External source.
-
- Download! Traffic will be debited on user account.
-
- Free download for registered users
-
- New download
-
- Updated download
Download Extension © by Hotschi, Demolition Fabi, OXPUS
• Download Extension English language © by OXPUS