14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
integer x = 1;
|
||
|
|
integer y = x * ((integer)-2147483648);
|
||
|
|
integer z = ((integer)-2147483648);
|
||
|
|
llOwnerSay((string)y);
|
||
|
|
z = -~z;
|
||
|
|
y = -~y;
|
||
|
|
x = -~x;
|
||
|
|
}
|
||
|
|
}
|