P33PHOLE HACKING NETWORK
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A place where criminals and hackers hang out..
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  

 

 []cloakmod - still under development =P

Go down 
AuthorMessage
JaVS_v2.5
Admin
JaVS_v2.5


Number of posts : 155
Age : 33
Localisation : vision homes seremban 2
Registration date : 2007-06-26

[]cloakmod - still under development =P Empty
PostSubject: []cloakmod - still under development =P   []cloakmod - still under development =P EmptyThu Sep 16, 2010 11:08 pm

Code:

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

void commandmenu(void);
void hide_command(void);
void unhide_command(void);
void main(void);
void set_location(void);

void main()
{
   int lol;char command;
   system("@echo off");
   system("title CLOAKMOD v1.2 by: Jayridzuan");
   system("cls");
   system("color cf");
   printf("=======================================================\n");
   printf(":            "CLOAKMOD v1.2" by: Jayridzuan          :\n");
   printf("=======================================================\n");
   printf(":                                                    :\n");
   printf(": COMMAND=HIDE    - Superhide files                  :\n");
   printf(": COMMAND=UNHIDE  - Unhide files                    :\n");
   printf(": COMMAND=HOME    - Return to this menu              :\n");
   printf(": COMMAND=EXIT    - Exit this program                :\n");
   printf(":                                                    :\n");
   printf("=======================================================\n");
   sleep(100);printf("Installing...\n");sleep(1000);
   system("copy jaycloakmod.exe c:\\windows\\system32\\jaycloakmod.exe");
   commandmenu();
}

void set_location()
   {
      char location[1000],choice;
      printf("Enter location=");
      gets(location);
      do{printf("Confirm location="%s" [Y,N]:",location);
      choice=getche();
      if(choice == 'Y' || choice == 'y' )
         {printf("\nTarget location is set to="%s"\n",location);};
      if(choice == 'N' || choice == 'n' )
         {printf("\n");set_location();};
      if(!(choice == 'Y' || choice == 'y' || choice == 'N' || choice == 'n'))
         {printf("\nInvalid choice!\n");};
        }while(!(choice == 'Y' || choice == 'y' || choice == 'N' || choice == 'n'));
   }

void commandmenu()
   {
      char command[100];
      int c1,c2,c3,c4;

      do{
         printf("Enter COMMAND=");
         gets("&command");
         c1=strcmpi("hide","&command");
         c2=strcmpi("unhide","&command");
         c3=strcmpi("home","&command");
         c4=strcmpi("exit","&command");

         if( c1 == 0 )
            {hide_command();}
         if( c2 == 0 )
            {unhide_command();};
         if( c3 == 0 )
            {main();};
         if( c4 == 0)
            {break;};

        }while(!(c1 == 0 || c2 == 0 || c3 == 0 || c4 == 0));
   }


void hide_command()
   {
      system("attrib c:\\codingz\\*.* +a +s +h +r");
      printf("DONE!\n");
      commandmenu();
   }

void unhide_command()
   {
      system("attrib c:\\codingz\\*.* -a -s -h -r");
      printf("DONE!\n");
      commandmenu();
   }
set location blum betul lagi.command system mcm asshole.
Back to top Go down
https://p33phole.forumotion.com
 
[]cloakmod - still under development =P
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
P33PHOLE HACKING NETWORK :: Codes & Bugs archive-
Jump to: