Página 1 de 1

[C]Offsets Anotator-Animator By ØnLy [S-C0DE]

Publicado: 21 Dic 2010, 20:30
por ØnLy
Saludos , les dejo este "Offsets Anotator" , creo que es un buen ejempo para el uso
de algunas funciones bastantes de "string.h" al igual que de la manipulacion de punteros.....

El nombre Animator, se debe al efecto del texto al abrir el Ejecutable!

Cap:
Imagen

Código: Seleccionar todo

#include <stdio.h>
#include <windows.h>
#include <string.h>

/*
Coder : ØnLy 
Lenguaje: C
IDE : DEV-cpp
Web : +Indetectables.Net
      +Corp-51.Net
      +onlydevelopments.blogspot.Com
*/

int main(int argc, char *argv[])
{
    system("color 02"); //<- Color del Txeto y del Fondo
    HWND Ventana = GetForegroundWindow();
    
    SetWindowText(Ventana, "Offsets Animator By ØnLy");  
    SetWindowPos(Ventana , 0 ,  260 , 250 , 700 , 80 , SWP_SHOWWINDOW);

     printf("\n");
     char *mensaje = "Offset Funcional!";
     
      int i;
      for( i = 0 ;  i <= strlen(mensaje) ; i++)
      {
          Sleep(50);
          putchar(mensaje[i]);
      }  

  char* nombre = strrchr( argv[0] , '\\' );

    FILE* archivo =  fopen("Funcionales.txt" , "a+");
     strcat( nombre , "\n" );
      fprintf( archivo , nombre );
       fclose(archivo);

getchar();
return 0;
}
Espero les sirva , y hagan los suyos persanalizados!

Re: [C]Offstes Animator By ØnLy [S-C0DE]

Publicado: 21 Dic 2010, 21:56
por caosinf
gracias por compartirlo a ver q tal