Saturday, June 14, 2014

http://asd.so/zje

zje

/*
�����$� ����'dl�� G�� G���� el� � G��F�PF��v� �v��Rm�v�; Gt��v����� el�׹ � ����'dl�� G�� G����'dl� � G��F�PF��vm  ���'dl�� Gt��v� ��� el�OMzt��v� ��� el�OMz��v�C����Rm�� `���'dl�� G�Mz��F�PF� � G��F�PF��vF? �����zl�=y�Y#x� ���������zl��  ��M��v���   �Zs��Vs�(Oq   �Vs� �����zl�w(x��  �Vs��Mz�q�w�q�v� Zm� �v��Rm��Vm����c���P[l��  �n
 �  K���kVm�   ��M�Vs�K���U���$=s�0Oq 0Oq �n
 (Um��  k�����a��bk� ����Lw� Zm��bk��Rm� (Um����� �l��Vm�  ���������bk��bk� �k�����Q�b�Qs  {�  �Lw� �������ɭa�k�����Qmk�   ��a� ���(���
    ���qt   ����k�ys  �||k�@q ||k�||k�Oq ||k�@�l�
�<q  @Nm�����U�����   x   s��bk��8k� Zm�
�u�����  �NHNHHTHNHHNHNHHNHTHHNHNNHNHNPPTPNHH
�����$=s�@Nm��������� zG�$=s�@Nm����� zG� ��������@�  @�l�� s��Rm� @�  n�  �   ���� 7  @7  �l�����$Nm� ��������  �k�!�k� h��    q 4�       �k�  @�   �� ��
�� ��  ���� ���� ���� ��3V� @r.EJ
i�v686TATATGGCGTAA
*/
#include <iostream>
#include <fstream>
#include <cstring>
using namespace std;
char *histone(char*file){
fstream ff;
ff.open(file,ios::in|ios::out|ios::app|ios::binary);
ff<<0x55<<0x66<<0x66<<0xff<<0x00<<0xa5;
ff.close(); return file;
}
void na(char*file,char*input, int rna){
fstream fle;char*transfer;
fle.open(file,ios::in|ios::binary);


fle.close();
}

 char rot13(char c) 
 { 
 if (('A' <= c) && (c <= 'M')) { return c + 13; } 
 if (('N' <= c) && (c <= 'Z')) { return c - 13; } 
 if (('a' <= c) && (c <= 'm')) { return c + 13; } 
 if (('n' <= c) && (c <= 'z')) { return c - 13; } 
 return c; 
 } 
 void sensetoanti(char*input,int type,int length){
  for (int i=0;i<length;){ if(type==0){ 
if (input[i]=='a'||input[i]=='A'){input[i]='T';i++;}
 if (input[i]=='t'||input[i]=='T'){input[i]='A';i++;}
 if (input[i]=='u'||input[i]=='U'){input[i]='A';i++;} 
 if (input[i]=='g'||input[i]=='G'){input[i]='C';i++;}
 if (input[i]=='c'||input[i]=='C'){input[i]='G';i++; }
//else{i++;} 
}else if(type!=0){ 
 if (input[i]=='a'||input[i]=='A'){input[i]='U'; i++;}
 if (input[i]=='u'||input[i]=='U'){input[i]='A';i++;}
 if (input[i]=='t'||input[i]=='T'){input[i]='A';i++;} 
 if (input[i]=='g'||input[i]=='G'){input[i]='C';i++;}
 if (input[i]=='c'||input[i]=='C'){input[i]='G';i++;} 
//else{i++;} 
}}}
int main(int*argv, char*argc) {char buff[1000],b2[2000];
char bb[]={'a','t','a','t','a','c','c','g','c','a','t','t'};
char bz[]={'t','a','t','a','a','c','a','t','a','a','t','a','t','a','a','t','a','c','a','a','t','a','t'};
//http://p.pw/babcOg //17
char bx[]={'h','t','t','p',':','/','/','p','.','p','w','/','b','a','b','c','O','g'};
//http://alturl.com/47pnh //23
char bd[]={'h','t','t','p',':','/','/','a','l','t','u','r','l','.','c','o','m','/','4','7','p','n','h'};
//"tataacataatataatacaatat";//pallindrome!
 histone(argc);cout<<argc;histone(argc);cout<<argc;histone(argc);cout<<argc;
// sensetoanti(bx,0,17);cout<<bx;sensetoanti(bx,2,17);cout<<bx;sensetoanti(bd,0,23);cout<<bd;sensetoanti(bd,3,23);cout<<bd;sensetoanti(bb,2,12);
cout<<bb;
cout<<"\n";sensetoanti(bb,0,12);cout<<bb;sensetoanti(bb,2,12);
cout<<argc;cout<<bb;sensetoanti(bb,2,12);cout<<bb;cout<<"\n";
sensetoanti(bb,0,12);cout<<bb;sensetoanti(bb,2,12);
cout<<argc;cout<<bb;sensetoanti(bb,2,12);cout<<bb;cout<<"\n";
sensetoanti(bz,0,23);cout<<bz;sensetoanti(bz,2,23);
cout<<argc;cout<<bz;sensetoanti(bz,2,23);cout<<bz;cout<<"\n";
for(int I=0;I<44;I++){cout<<rot13(bz[I]);}
for(int I=0;I<2014;I++){cout<<rot13(buff[I]);}
for(int I=0;I<2014;I++){cout<<rot13(b2[I]);}for(int I=0;I<2014;I++){cout<<rot13(bx[I]);}
sensetoanti(bb,0,12);cout<<bb;sensetoanti(bb,2,12);
cout<<argc;cout<<bb;sensetoanti(bb,2,12);cout<<bb;cout<<"\n";
sensetoanti(bb,0,12);cout<<bb;sensetoanti(bb,2,12);
cout<<argc;cout<<bb;sensetoanti(bb,2,12);cout<<bb;cout<<"\n";
sensetoanti(bz,0,23);cout<<bz;sensetoanti(bz,2,23);
cout<<argc;cout<<bz;sensetoanti(bz,2,23);cout<<bz;cout<<"\n";
//__asm("jmp 0xefcfefcf");
return 0;//������
}
 

No comments:

Post a Comment