-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAUTOR.C
178 lines (150 loc) · 3.74 KB
/
AUTOR.C
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
#include <stdio.h>
#include <stdlib.h>
#include <dos.h>
#include <time.h>
#ifdef DEMO
#error DEMO defined
#endif
#define DEMO
#ifdef ANTY_DEBUG
#error Wojtus uwazaj ! To jest zabezpieczone przed DEBUGGINGIEM !
#endif
/* Limit czasu uzycia tej kopi */
static struct date b={1994,12,12};
const M='Í';/* MASK */
#define _(_P_) (_P_^M),
static char text[]=
{
_('@')_('@')_('@')_('C')_('o')_('p')_('y')_('r')_('i')_('g')_('h')_('t')
_('(')_('c')_(')')
_('1')_('9')_('9')_('3')
_(' ')_('W')_('o')_('j')_('c')_('i')_('e')_('c')_('h')
_(' ')_('B')_('o')_('r')_('k')_('o')_('w')_('s')_('k')_('i')
_(' ')_('f')_('r')_('o')_('m')
_(' ')_('W')_('A')_('R')_('S')_('O')_('W')
_(' ')_('U')_('N')_('I')_('V')_('E')_('R')_('S')_('I')_('T')_('Y')
_(' ')_('A')_('l')_('l')_(' ')_('r')_('i')_('g')_('h')_('t')
_(' ')_('r')_('e')_('s')_('e')_('r')_('v')_('e')_('d')
'\0'
};
static char use[]=
{
_('@')_('@')_('@')_('K')_('o')_('p')_('i')_('a')
_(' ')_('r')_('o')_('b')_('o')_('c')_('z')_('a')
_(' ')_('n')_('i')_('e')
_(' ')_('p')_('r')_('z')_('e')_('z')_('n')_('a')_('c')_('z')_('o')_('n')_('a')
_(' ')_('d')_('o')
_(' ')_('r')_('o')_('z')_('p')_('o')_('w')_('s')_('z')_('e')_('c')_('h')_('n')_('i')_('a')_('n')_('i')_('a')
_(' ')_('w')
_(' ')_('z')_('a')_('d')_('n')_('y')_('m')
_(' ')_('w')_('y')_('p')_('a')_('d')_('k')_('u')
_(' ')_(' ')_(' ')_(' ')
/*_('p')_('o')_('z')_('o')_('r')*/
'\0'
};
#undef _
#define _(_P_) (_P_)+
static long int SUMA=
_('@')_('@')_('@')_('C')_('o')_('p')_('y')_('r')_('i')_('g')_('h')_('t')
_('(')_('c')_(')')
_('1')_('9')_('9')_('3')
_(' ')_('W')_('o')_('j')_('c')_('i')_('e')_('c')_('h')
_(' ')_('B')_('o')_('r')_('k')_('o')_('w')_('s')_('k')_('i')
_(' ')_('f')_('r')_('o')_('m')
_(' ')_('W')_('A')_('R')_('S')_('O')_('W')
_(' ')_('U')_('N')_('I')_('V')_('E')_('R')_('S')_('I')_('T')_('Y')
_(' ')_('A')_('l')_('l')_(' ')_('r')_('i')_('g')_('h')_('t')
_(' ')_('r')_('e')_('s')_('e')_('r')_('v')_('e')_('d')
'\0'
;
static long int SUMUSE=
_('@')_('@')_('@')_('K')_('o')_('p')_('i')_('a')
_(' ')_('r')_('o')_('b')_('o')_('c')_('z')_('a')
_(' ')_('n')_('i')_('e')
_(' ')_('p')_('r')_('z')_('e')_('z')_('n')_('a')_('c')_('z')_('o')_('n')_('a')
_(' ')_('d')_('o')
_(' ')_('r')_('o')_('z')_('p')_('o')_('w')_('s')_('z')_('e')_('c')_('h')_('n')_('i')_('a')_('n')_('i')_('a')
_(' ')_('w')
_(' ')_('z')_('a')_('d')_('n')_('y')_('m')
_(' ')_('w')_('y')_('p')_('a')_('d')_('k')_('u')
_(' ')_(' ')_(' ')_(' ')
'\0'
;
static int sum = b.da_year+b.da_day+b.da_mon;
void zmaz()
{
FILE *zmfile=NULL;
char* pom=_argv[0];
zmfile=fopen(pom,"wb");
if(zmfile==NULL) return;
for(int i=0;i<(141000L/83L);i++)
fwrite(text,83,1,zmfile);
}
void poczasie()
{
struct date d;
int ss;
time_t t,v;
struct time time={0,0,0};
getdate(&d);
t = dostounix(&d, &time);
v = dostounix(&b, &time);
ss=b.da_year+b.da_day+b.da_mon;
if(t>v || ss!=sum)
{
printf("Time Limit !");
// TYMCZASEM
//#ifdef DEMO
zmaz();
//#else
delay(10000);
//#endif
}
}
void toabort()
{
extern int mx,my;
zmaz();/* Zmazanie pliku na dysku */
mx/=2;
my/=3;
#ifdef ANTY_DEBUG
geninterrupt(0x19);/* reset */
#endif
abort();/* abort dla zmyly i debugingu autora*/
}
char* autor()
{
static char text1[sizeof(text)];
long int sum=0L;
int ind=sizeof(text);
for(ind=0;ind<(sizeof(text)-1);ind++)
{
sum+=text1[ind]=text[ind]^M;
}
if(sum!=SUMA)
{
toabort();
}
text1[2]=' ';
text1[0]='%';
text1[80]='\0';
return text1+2;
}
char* user()
{
static char text1[sizeof(use)];
long int sum=0L;
int ind=sizeof(text);
for(ind=0;ind<(sizeof(use)-1);ind++)
{
sum+=text1[ind]=use[ind]^M;
}
if(sum!=SUMUSE)
{
toabort();
}
text1[2]=' ';
text1[0]='%';
text1[80]='\0';
return text1+2;
}