This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MenuX_Options.h
99 lines (82 loc) · 1.93 KB
/
MenuX_Options.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#include "MenuX.h"
char * Colors [] =
{ "Green",
"Red",
"White",
"Blue",
"Cyan",
"Orange",
"Yellow"
};
char *Moptfolder [] =
{ ">>>",
"<<<"
};
char * SwiftONOF [] =
{ "OFF",
"ON"
};
char *optColor2[] = {"OFF","White","Red","Green","Blue","Black","Purple","Grey","Yellow","Orange"};
char *optcrosshair[]= {"OFF","[+]","[•]"};
char *MopTarget[] = {"Head", "Body"};
char *ClassX[] = { "Off", "Medic", "Sniper", "Assault", "Heavy Troper","Engineer" };
//======[Tabs]======//
int MenuX_TAB = 1;//
//======[Tabs]======//
//======[Tab1]======//
int MenuX_Crosshairs = 0;
int Item1 = 0; //
int Item2 = 0; //
int Item3 = 0; //
int Item4 = 0; //
int Item5 = 0; //
int Item6 = 0; //
int Item7 = 0; //
int Item8 = 0; //
int Item9 = 0; //
int Item10 = 0; //
int Item11 = 0; //
int Item12 = 0; //
int Item13 = 0; //
int Item14 = 0; //
int Item15 = 0; //
int Item16 = 0; //
int Item17 = 0; //
int Item18 = 0; //
//======[Tab1]======//
//======[Tab2]======//
int Item19 = 0; //
int Item20 = 0; //
int Item21 = 0; //
int Item22 = 0; //
//======[Tab2]======//
//======[Tab3]======//
int Item23 = 0; //
int Item24 = 0; //
int Item25 = 0; //
int Item26 = 0; //
int Item27 = 0; //
int Item28 = 0; //
int Item29 = 0; //
int Item30 = 0; //
int Item31 = 0; //
int Item32 = 0; //
int Extra1 = 0; //
int Class = 0; //
//======[Tab3]======//
//======[Tab4]======//
int Item33 = 0; //
int Item34 = 0; //
int Item35 = 0; //
int Item37 = 0; //
int Item38 = 0; //
//======[Tab4]======//
//======[Tab5]===========//
int MenuX_MouseShow = 1; //
int MenuX_sShow = 0; //
//======[Tab5]===========//
//===[Scroll Bar]===//
int Position = 0; //
int ScrollVal = 0; //
//===[Scroll Bar]===//
#include "MenuX_sFunction.h"