-
Notifications
You must be signed in to change notification settings - Fork 4
/
Memory.lua
158 lines (134 loc) · 3.81 KB
/
Memory.lua
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
function SandiHZ(Hz_B,HzMod)
Hz_C=activity.getLuaDir(Hz_B)
os.execute("chmod 777 "..Hz_C)
Runtime.getRuntime().exec(""..Hz_C)
MD提示(HzMod,"#ff646464","#ffffffff","9","45")
end
--
--
--
function Fiture1.OnCheckedChangeListener()
if Fiture1.checked then
SandiHZ("Cpp/antiban","Active")
Fiture1.setBackgroundColor(0xff00d512)
else
Fiture1.setBackgroundColor(0xffed0500)
end
end
function Fiture2.OnCheckedChangeListener()
if Fiture2.checked then
SandiHZ("Cpp/antena_on","Active")
Fiture2.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/antena_off","Deactive")
Fiture2.setBackgroundColor(0xffed0500)
end
end
function Fiture3.OnCheckedChangeListener()
if Fiture3.checked then
SandiHZ("Cpp/ipadview_on","Active")
Fiture3.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/ipadview_off","Deactive")
Fiture3.setBackgroundColor(0xffed0500)
end
end
function Fiture4.OnCheckedChangeListener()
if Fiture4.checked then
SandiHZ("Cpp/hs_on","Active")
Fiture4.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/hs_off","Deactive")
Fiture4.setBackgroundColor(0xffed0500)
end
end
function Fiture5.OnCheckedChangeListener()
if Fiture5.checked then
SandiHZ("Cpp/less_on","Active")
Fiture5.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/less_off","Deactive")
Fiture5.setBackgroundColor(0xffed0500)
end
end
function Fiture8.OnCheckedChangeListener()
if Fiture8.checked then
SandiHZ("Cpp/CPPLEGARANDIWALA_ON","8Active")
Fiture8.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/CPPLEGARANDIWALA_OFF","8Deactive")
Fiture8.setBackgroundColor(0xffed0500)
end
end
function Fiture13.OnCheckedChangeListener()
if Fiture13.checked then
SandiHZ("Cpp/KKKKKAHOOA1_ON","13Active")
Fiture13.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/KKKKKAHOOA1_OFF","13Deactive")
Fiture13.setBackgroundColor(0xffed0500)
end
end
function Fiture14.OnCheckedChangeListener()
if Fiture14.checked then
SandiHZ("Cpp/KKKKKAHOOA3_ON","14Active")
Fiture14.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/KKKKKAHOOA3_OFF","14Deactive")
Fiture14.setBackgroundColor(0xffed0500)
end
end
function Fiture15.OnCheckedChangeListener()
if Fiture15.checked then
SandiHZ("Cpp/LEMUTHMARNA1_ON","15Active")
Fiture15.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/LEMUTHMARNA1_OFF","15Deactive")
Fiture15.setBackgroundColor(0xffed0500)
end
end
function Fiture21.OnCheckedChangeListener()
if Fiture21.checked then
SandiHZ("Cpp/RAMBOMERABAAP3_ON","21Active")
Fiture21.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/RAMBOMERABAAP3_OFF","21Deactive")
Fiture21.setBackgroundColor(0xffed0500)
end
end
function Fiture30.OnCheckedChangeListener()
if Fiture30.checked then
SandiHZ("Cpp/TAKEMYCOCK_ON","30Active")
Fiture30.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/TAKEMYCOCK_OFF","30Deactive")
Fiture30.setBackgroundColor(0xffed0500)
end
end
function Fiture31.OnCheckedChangeListener()
if Fiture31.checked then
SandiHZ("Cpp/TAKEMYCOCK2_ON","31Active")
Fiture31.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/TAKEMYCOCK2_OFF","31Deactive")
Fiture31.setBackgroundColor(0xffed0500)
end
end
function Fiture33.OnCheckedChangeListener()
if Fiture33.checked then
SandiHZ("Cpp/TERIMAAKIPUSSY_ON","33Active")
Fiture33.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/TERIMAAKIPUSSY_OFF","33Deactive")
Fiture33.setBackgroundColor(0xffed0500)
end
end
function Fiture34.OnCheckedChangeListener()
if Fiture34.checked then
SandiHZ("Cpp/TOKAISEHAINAAPBSDKWALE_ON","34Active")
Fiture34.setBackgroundColor(0xff00d512)
else
SandiHZ("Cpp/TOKAISEHAINAAPBSDKWALE_OFF","34Deactive")
Fiture34.setBackgroundColor(0xffed0500)
end
end