forked from jrdez/yCopp-UltimateAdidasBot2.0
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGClass4.cs
More file actions
315 lines (288 loc) · 6.45 KB
/
GClass4.cs
File metadata and controls
315 lines (288 loc) · 6.45 KB
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
using System;
using System.Runtime.CompilerServices;
public sealed class GClass4
{
private bool bool_0;
private int int_0;
private int int_1;
private int int_2;
private int int_3;
private int int_4;
private string string_0;
private string string_1;
private string string_10;
private string string_11;
private string string_12;
private string string_13;
private string string_2;
private string string_3;
private string string_4;
private string string_5;
private string string_6;
private string string_7;
private string string_8;
private string string_9;
public GClass4()
{
}
public GClass4(string string_14, int int_5, int int_6, string string_15, string string_16, bool bool_1)
{
this.profileName = string_14;
this.countryCode = int_5;
this.paymentMethod = int_6;
this.ppLogin = string_15;
this.ppPw = string_16;
this.useProxy = bool_1;
}
public GClass4(string string_14, int int_5, int int_6, string string_15, string string_16, string string_17, string string_18, string string_19, string string_20, int int_7, string string_21, string string_22, string string_23, string string_24, int int_8, int int_9, string string_25, bool bool_1)
{
this.profileName = string_14;
this.countryCode = int_5;
this.paymentMethod = int_6;
this.name = string_15;
this.lastName = string_16;
this.address1 = string_17;
this.address2 = string_18;
this.city = string_19;
this.postalCode = string_20;
this.stateCode = int_7;
this.phoneNumber = string_21;
this.email = string_22;
this.cardName = string_23;
this.cardNumber = string_24;
this.expireMonth = int_8;
this.expireYear = int_9;
this.cvc = string_25;
this.useProxy = bool_1;
}
public GClass4 method_0()
{
if (this.paymentMethod == 0)
{
return new GClass4(this.profileName, this.countryCode, this.paymentMethod, this.name, this.lastName, this.address1, this.address2, this.city, this.postalCode, this.stateCode, this.phoneNumber, this.email, this.cardName, this.cardNumber, this.expireMonth, this.expireYear, this.cvc, this.useProxy);
}
return new GClass4(this.profileName, this.countryCode, this.paymentMethod, this.ppLogin, this.ppPw, this.useProxy);
}
public string method_1() =>
this.profileName;
public string address1
{
[CompilerGenerated]
get =>
this.string_3;
[CompilerGenerated]
set
{
this.string_3 = value;
}
}
public string address2
{
[CompilerGenerated]
get =>
this.string_4;
[CompilerGenerated]
set
{
this.string_4 = value;
}
}
public string cardName
{
[CompilerGenerated]
get =>
this.string_9;
[CompilerGenerated]
set
{
this.string_9 = value;
}
}
public string cardNumber
{
[CompilerGenerated]
get =>
this.string_10;
[CompilerGenerated]
set
{
this.string_10 = value;
}
}
public string city
{
[CompilerGenerated]
get =>
this.string_5;
[CompilerGenerated]
set
{
this.string_5 = value;
}
}
public int countryCode
{
[CompilerGenerated]
get =>
this.int_0;
[CompilerGenerated]
set
{
this.int_0 = value;
}
}
public string cvc
{
[CompilerGenerated]
get =>
this.string_11;
[CompilerGenerated]
set
{
this.string_11 = value;
}
}
public string email
{
[CompilerGenerated]
get =>
this.string_8;
[CompilerGenerated]
set
{
this.string_8 = value;
}
}
public int expireMonth
{
[CompilerGenerated]
get =>
this.int_3;
[CompilerGenerated]
set
{
this.int_3 = value;
}
}
public int expireYear
{
[CompilerGenerated]
get =>
this.int_4;
[CompilerGenerated]
set
{
this.int_4 = value;
}
}
public string lastName
{
[CompilerGenerated]
get =>
this.string_2;
[CompilerGenerated]
set
{
this.string_2 = value;
}
}
public string name
{
[CompilerGenerated]
get =>
this.string_1;
[CompilerGenerated]
set
{
this.string_1 = value;
}
}
public int paymentMethod
{
[CompilerGenerated]
get =>
this.int_1;
[CompilerGenerated]
set
{
this.int_1 = value;
}
}
public string phoneNumber
{
[CompilerGenerated]
get =>
this.string_7;
[CompilerGenerated]
set
{
this.string_7 = value;
}
}
public string postalCode
{
[CompilerGenerated]
get =>
this.string_6;
[CompilerGenerated]
set
{
this.string_6 = value;
}
}
public string ppLogin
{
[CompilerGenerated]
get =>
this.string_12;
[CompilerGenerated]
set
{
this.string_12 = value;
}
}
public string ppPw
{
[CompilerGenerated]
get =>
this.string_13;
[CompilerGenerated]
set
{
this.string_13 = value;
}
}
public string profileName
{
[CompilerGenerated]
get =>
this.string_0;
[CompilerGenerated]
set
{
this.string_0 = value;
}
}
public int stateCode
{
[CompilerGenerated]
get =>
this.int_2;
[CompilerGenerated]
set
{
this.int_2 = value;
}
}
public bool useProxy
{
[CompilerGenerated]
get =>
this.bool_0;
[CompilerGenerated]
set
{
this.bool_0 = value;
}
}
}