-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUser.java
346 lines (314 loc) · 10.6 KB
/
User.java
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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
package KserOS;
import java.util.*;
public class User
{
void run()
{
Scanner b=new Scanner(System.in);
int narka=0;
int epass=0;
System.out.print("IF YOU WANT TO SHUTDOWN THE CODE TYPE 'S'\nEnter User Code: ");
String CharCoder=b.next().trim();
b.close();
char CharCode=' ';
int userCode=8776876;
if(CharCoder.charAt(0)=='S'||CharCoder.charAt(0)=='s')
{
System.out.print("\fShutting Down");
for(int lp=0;lp<=1000000000;lp++)
{
switch(lp)
{
case 444444444:
{
System.out.print(".");
break;
}
case 666666666:
{
System.out.print( ".");
break;
}
case 899900000:
{
System.out.print(".");
break;
}
}
}
System.out.print("\f");
}
else if(Character.isDigit(CharCoder.charAt(0)))
{
userCode=Integer.parseInt(CharCoder);
System.out.print("Enter Pin: ");
Scanner a=new Scanner(System.in);
narka=1;
epass=a.nextInt();
a.close();
}
else
{
System.out.println("\fError,sign in again");
run();
}
if(narka==1)
{
System.out.print("\fLogging In");
for(int lp=0;lp<=1000000000;lp++)
{
switch(lp)
{
case 444444444:
{
System.out.print(".");
break;
}
case 666666666:
{
System.out.print( ".");
break;
}
case 899900000:
{
System.out.print(".");
break;
}
}
}
System.out.print("\f");
DoNotRun(epass,userCode);
}
}
void DoNotRun(int epass,int userCode)
{
String userName="";
byte o=0;
byte v=0;
calculator c1=new calculator();
exam_percentage_calculator c2=new exam_percentage_calculator();
EMI_calculator c3=new EMI_calculator();
sentenceCleaner c4=new sentenceCleaner();
Games c5=new Games();
Start c6=new Start();
Scanner a=new Scanner(System.in);
if(pass(epass,9876)&&userCode==1)
{
v=1;
userName="Admin";
}
else if(pass(epass,1234)&&userCode==2)
{
v=1;
userName="Krog";
}
else if(pass(epass,4321)&&userCode==3)
{
v=1;
userName="N";
}
else if(pass(epass,6886)&&userCode==10)
{
v=1;
userName="V";
}
else if(pass(epass,0000)&&userCode==0)
{
v=1;
userName="Guest";
}
else
{
System.out.print('\u000C');
System.out.print("User Code or passcode is wrong\n");
run();
}
int k=0;
if(v==1)
{
System.out.println("*TYPE THE NUMBER ASSOCIATED WITH THE ACTION YOU WANT TO DO*");
String option="1.Calculator\n2.Exam Percentage Calculator\n3.Emi Calculator\n4.Sentence Cleaner\n5.Game Menu\n6.Shut Down Options\n";
for(int lp=0;lp<option.length();lp++)
{
System.out.print(option.charAt(lp));
if(option.charAt(lp)=='\n')
{
for(int lk=0;lk<=1100000;lk++)
{
System.out.print("");
}
}
}
}
do
{
if(v==1)
{
o=a.nextByte();
if(o==1)
{
System.out.print('\u000C');
k=1;
System.out.println("Welcome to Calculator "+userName);
c1.calculate(epass,userCode);
}
else if(o==2)
{
System.out.print('\u000C');
System.out.println("Welcome to Exam Percentage Calculator "+userName);
k=1;
c2.main(epass,userCode);
}
else if(o==3)
{
System.out.print('\u000C');
System.out.println("Welcome to Emi Calculator "+userName);
k=1;
c3.main(epass,userCode);
}
else if(o==4)
{
System.out.print('\u000C');
System.out.println("Welcome to Sentence Cleaner "+userName);
k=1;
c4.main(epass,userCode);
}
else if(o==5)
{
System.out.print('\u000C');
System.out.println("\fWelcome to Game Menu "+userName+"!");
k=1;
c5.IndexG(epass,userCode);
}
else if(o==6)
{
System.out.print('\u000C');
String shutdownmenu="1.Shut Down The Code\n2.Log Off\n3.Cancel";
for(int lp=0;lp<shutdownmenu.length();lp++)
{
System.out.print(shutdownmenu.charAt(lp));
if(shutdownmenu.charAt(lp)=='\n')
{
for(int lk=0;lk<=1100000;lk++)
{
System.out.print("");
}
}
}
byte op=0;
int vv=0;
do
{
vv=0;
op=a.nextByte();
switch(op)
{
case 1:
{
System.out.print("\fShutting Down");
epass=0;
a.close();
userCode=0;
for(int lp=0;lp<=1000000000;lp++)
{
switch(lp)
{
case 444444444:
{
System.out.print(".");
break;
}
case 666666666:
{
System.out.print(".");
break;
}
case 899900000:
{
System.out.print(".");
break;
}
}
}
System.out.print("\fGoodbye "+userName);
v++;
k=1;
break;
}
case 2:
{
if(op==2)
{
System.out.print("\fLogging Off");
a.close();
epass=0;
userCode=0;
for(int lp=0;lp<=1000000000;lp++)
{
switch(lp)
{
case 444444444:
{
System.out.print(".");
break;
}
case 666666666:
{
System.out.print( ".");
break;
}
case 899900000:
{
System.out.print(".");
break;
}
}
}
System.out.print("\f");
k=1;
v++;
run();
break;
}
}
case 3:
{
System.out.print("\f");
back(epass,userCode);
v++;
break;
}
default:
{
System.out.println("Invalid Option");
break;
}
}
}while(v==0);
}
else
{
System.out.print("Invalid Option");
}
}
}
while(k==0);
}
void back(int epass,int userCode)
{
DoNotRun(epass,userCode);
}
boolean pass(int enteredpass,int yourPass)
{
boolean z11=false;
if(enteredpass!=yourPass)
{
System.out.println('\u000C');
}
if(enteredpass==yourPass)
{
z11=true;
}
return z11;
}
}