[FREE] - Zen King Script (Call of Duty)

Post Reply
User avatar
RobinHood
Site Admin
Site Admin
Posts: 327
https://www.facebook.com/meble.kuchenne.krakow/
Joined: Mon Dec 02, 2024 5:21 pm
Has thanked: 2 times
Been thanked: 16 times

[FREE] - Zen King Script (Call of Duty)

Post by RobinHood »



Name: [FREE] - Zen King Script
Category: Call of Duty
Author: RobinHood
Description:

/*
ZEN KING V1 

KILL SWITCH MOD IS LT/L2 + SHARE/

*/

define dash_board             = 0;
define AntiRecoilMenu         = 1;
define Polar_Aim_Menu         = 2;
define Tracker_Menu           = 3;
define ButtonLayout           = 4;
define StickLayout            = 5;
define Slide_Cancel_Mod_Menu  = 6;
define Rapid_FIRE_menu        = 7;
define ping_Menu              = 8;
define Bunny_Menu             = 9;
define Rumble_Menu            =10;
define cycle_limit  = 10;
define cycle_return = 1;

int construct = 2,screen_saver = 1, clear,strobing_a,strobing_b,Menu;
int EditMenu;
int refresh_edit;
int stick_input
int edit_idx;
define EDIT_VAL_printf_Y = 18; // aim_y coordinate for print Edit Value

const string MenuOption[] = { " OPEN MENU ", "CLOSE MENU", "ZEN KING V1"};
const string submenu_idx[] = {
	"DASH BOARD",   // 0.
	"ANTI RECOIL",  // 1.
	"POLAR AIM v2",    // 2.
	"AIMLOCK V1",      // 3.
	"BUTTON LAYOUT",// 4.
	"STICK LAYOUT", // 5.
	"SLIDE CANCEL", // 6.
	"RAPID FIRE",   // 7.
	"AUTO PING",    // 8.
	"BUNNY HOP",    // 9.
	"VIBRATION"        //10.
};

const uint8 ModNames_char_count [] ={

	0, // "DASH BOARD"    //0
	11,// "LEGACY "       //1
	9,//  "POLAR AIM"     //2
	7, // "TRACKER"       //3
	13,// "BUTTON LAYOUT" //4
	12,// "STICK LAYOUT"  //5
	12,// "SLIDE CANCEL"  //6
	10,// "RAPID FIRE"    //7
	9, //  AUTO PING      //8
	9, // BUNNY HOP       //9
	6  // RUMBLE          //10
}

const uint8 Edit_ind []={
	0,//0
	1,//1
	1,//2
	1,//3
	0,//4
	0,//5
	1,//6
	1,//7
	0,//8
	0,//9
	0 //10
}

const string option_idx[] = {
	"OFF", "ON",
	"WARZONE"
};
/*===========================
       BUTTON LAYOUT
===========================*/
const string BL_str [] = {
	"DEFAULT",          // 0
	"TACTICAL",         // 1
	"LEFTY",            // 2
	"N0M4D/CHARLIE",    // 3
	"NOM4D/CH TACTICAL",// 4
	"NOM4D/CHARL L3F7Y",// 5
	"BUMPER JUMPER",    // 6
	"BUMP/JUM TACTICAL",// 7
	"ONE-HAND GUNSLING",// 8
	"STICK AND MOVE",   // 9
	"BRAWLER",          // 10
	"BEAST",            // 11
	"DEFAULT SWAPPED",  // 12
	"BUMP/J SWAPPED",   // 13
	"BUMP/J TACT SWAPP",// 14
	"STICK & MOVE SWAP",// 15
	"TACTICAL SWAPPED" ,// 16
	"BUMPER PING",      // 17
	"BUMP/ PING TACT"   // 18


File: Zen King Script.gpc
Size: 45.85 KiB

View download: [FREE] - Zen King Script (Call of Duty)
Post Reply