Archive for the ‘of’ Category

CoD4 1.7 HAX PAX

May 11, 2009

How to use this pack:
# Make a folder on your desktop and add it to your AntiVirus’s exception list.
# Extract the pack into that folder.
# I have not made anything in the pack, and therefore am not responsible for anything related to this pack.

### [GUIDE] Super Easy Account Rank-up Restore Upgrade.pdf
This is self-explanatory. Just use the guide to the point.

### Call of Duty 4 Rank Unlockables.pdf
List of ranks corresponding to required xp. This may be used with the CheatEngine table in iw3mp.CT

### COD4QuickLaunchersetup.exe
This is a software that directly takes you from desktop to a COD4 server, skipping middle (connect bla bla) step.

### CodBackup1.0.exe
Use this to backup your CoD4 profiles. Use your head to use this.
Make sure you always use the same CD-key.

### iw3mp.CT
The aforementioned CheatEngine table.

### Read Me.txt
The file that you are reading now.

### COD4 1.7 Fast-Rank.7z
Use the included instructions to use it.

### CoD4 Public Hook DLL.7z
A DLL hook. Use “OMFGZGunZDllInjector v1.2.7z” to inject the dll into iw3mp.exe

### h3he’s Multihack V3 DLL.7z
A DLL hook. Use “OMFGZGunZDllInjector v1.2.7z” to inject the dll into iw3mp.exe
Use the included instructions to use it.

### OMFGZGunZDllInjector v1.2.7z
This is the DLL injector you are gonna use to inject (may be not simultaneously) the above two DLL hooks in iw3mp.exe

### Jaegerbomb_0_2.rar
A standalone hack for CoD4

### Download ###
Link to Mirrors
Link to Mirrors
Link to Mirrors
Link to Mirrors
Link to Mirrors

Configure the Way of Opening Multiple Files by using Shortcuts

February 23, 2009

Shortcuts can be created to open multiple files at once that may make things convenient. Lets check a simple example of opening a file located at the C: drive named dxcore.psd ( C:\dxcore.psd) with the Photoshop program located at C:\Program Files\Photoshop\Photoshop.exe:

“C:\Program Files\Photoshop\Photoshop.exe” “C:\dxcore.psd”

By creating a shortcut containing the above command will open the dxcore.psd file with photoshop. Now, notice that the first quotation contains the program path and then after a single space there is the path of the file to open. So the general formula for this is:
“Complete Path of the Program exe” “Complete path of the file to open”

Now lets apply this idea to open multiple files:
“Complete Path of the Program exe” “Complete path of the no.1 file to open” “Complete path of the no.2 file to open”

For Photoshop on the above example the command for opening core1.psd and core2.psd together is:
“C:\Program Files\Photoshop\Photoshop.exe” “C:\core1.psd” “C:\core2.psd”

Using the similar ways you can open even more files together. And this applies to Firefox as well which can be your first trial for this tip. Create or right click on the Firefox Shortcut on your desktop, then go to properties and make the target line look something like this:
“C:\Program Files\Mozila Firefox\Firefox.exe” http://www.yahoo.com http://www.google.com

It will open both Yahoo.com and Google.com together in two different tabs. Note that the Quotation (” “) is not always necessary. You can use quotations if there is a space in the path like:
“C:\Core Softwares\core.exe”
because there is a space between the word Core and ” Softwares ” so typing just C:\Core Softwares\core.exe wont work.

This trick actually applies to all of the softwares available to open one file but it may not work for opening multiple files. The Command on the start>run:

iexplore.exe google.com will work by opening google.com on Internet Explorer but the command iexplore.exe google.com yahoo.com wont work.

For the mostly used Winamp this trick will add the typed files into the playlist:
“C:\Program Files\Winamp\Winamp.exe” “D:\Songs\Avril.mp3″ “D:\Songs\BonJovi.mp3″

You can also apply a skin to winamp in this process. Full path of the skin file may not be necessary if the skin directory is selected before.
“C:\Program Files\Winamp\Winamp.exe” “D:\Winamp Skins\core9.wal”
“C:\Program Files\Winamp\Winamp.exe” core9.wal

Hope this helps and thank you for reading