What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » [updated 1/2/06] A-Patch v1.3.0 RC2 - 1 Million Downloads!

1 votes - 5 average   [updated 1/2/06] A-Patch v1.3.0 RC2 - 1 Million Downloads!
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604
quote:
Originally posted by Ahmz_055
I tried searching for free unzip dll's but i couldnt find any - any pointers would be appreciated :)
Search on the big VB sites like http://www.codeguru.com/vb/ , http://www.example-code.com/vb/ , http://www.vb-helper.com/ , http://www.vbaccelerator.com/ , http://www.vbusers.com/ , http://www.vbcity.com/ , http://sourceforge.net/ , etc.... or directly the sites like http://www.info-zip.org/ , http://www.zlib.net/ , etc... you'll find tons of examples and more links.... (and even the opensource real source codes and algorithms used by programs like pkzip, winzip, so if you up to it, you can even write your own (un)zipper from scratch see http://datacompression.info/Papers.shtml , ftp://ftp.uu.net/pub/archiving/zip/doc/  )

eg: search in google for
"vb unzip"
"vbaccelerator zip"
"basic zip"
"InfoZip"
etc...
search on the big VB sites for:
"unzip"
"dezip"
"zip.dll"
etc...
etc...

You'll find so much you'll be busy digging thru all the code for a few days (and discovering that some wrapping projects are total crap/bloated/etc... (like ChilkatZip, which is a wrapper of a wrapper of a dll or something of that sort) and that others are extremely efficient. You'll discover that there are many project which wrap around a dll and other which will use ocx's. Some are very small, others are bloated and big). In short, too much to list here all...


quote:
Originally posted by Ahmz_055

ResHacker.. I only use it for ONE feature in the patch, it's not for editing string values (that's done with code) - but for editing a MENU - so any pointers there would be appreciated too.
Only for 1 function? That's even worse then :p Anyways, if you know how to manipulate string resources, then you also know how to manipulate other resources as it is essentially the same, only the resource structure is a bit different of course.

but, editing string values (that's done with code) <= do you mean by 1) handling the resource structers (reading the compiled structures in / decompiling / editing / compiling / writing back) or by 2) patching some values inside the exe/dll ???

with 1) you can inster/delete/etc whataver you want (=good, decent way)
with 2) if you want to edit a string which is 100 bytes long, you can't make it 50 bytes or 150 bytes, your bound to the 100 bytes. (= not handling resources at all, you're just patching some bytes. This method isn't adviceable)

I ask this, because if it is method 1, you can handle any standard resourcetype you want, including menu's, dialogs, stringtables, whatever. It all is the same...

But I think you do method 2, which is all in all nothing more then patching some bytes and has very little to do with resource handling themselfs. In this case you might want to search (again) on those big VB archives, there are tons of examples of how to read and manipulate resources. Also readup on Windows API's, as these will be needed for this. And once you know what a compiled resource is and how it is structured, you can do whatever you want with it without reverting to 3rd party full blown applications which you need to hide inside your application so it looks like your application is doing it all.

It all comes down to research and learning from other people's code though. And there are tons and tons of examples laying around. All to do is typing some logic searchphrases in google like "vb resources",  "vb zip", etc...

And if you come across something which you need to pay for, then dish it, it will be useless and wasted money as all this stuff is for grabs on the big vb source websites...

hope this helps ;)

This post was edited on 02-15-2005 at 07:24 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
02-15-2005 06:55 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[updated 1/2/06] A-Patch v1.3.0 RC2 - 1 Million Downloads! - by Ahmad on 02-13-2005 at 04:37 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by _Humphreys on 02-13-2005 at 04:59 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Anubis on 02-13-2005 at 05:00 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by _Humphreys on 02-13-2005 at 05:01 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Anubis on 02-13-2005 at 05:03 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by toddy on 02-13-2005 at 05:05 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Millenium_edition on 02-13-2005 at 05:06 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Anubis on 02-13-2005 at 05:11 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by _Humphreys on 02-13-2005 at 05:13 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Anubis on 02-13-2005 at 05:17 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Tochjo on 02-13-2005 at 05:19 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Anubis on 02-13-2005 at 05:24 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Millenium_edition on 02-13-2005 at 05:25 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Ahmad on 02-14-2005 at 08:15 AM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by mad_onion on 02-14-2005 at 10:15 AM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Ahmad on 02-14-2005 at 10:26 AM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by mad_onion on 02-14-2005 at 10:39 AM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Ahmad on 02-14-2005 at 03:17 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by mad_onion on 02-14-2005 at 03:19 PM
RE: A-Patch v0.90 BETA for MSN Messenger v7.0.0604 - by Ahmad on 02-14-2005 at 03:30 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by CookieRevised on 02-14-2005 at 08:21 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by mad_onion on 02-14-2005 at 08:23 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by CookieRevised on 02-14-2005 at 08:26 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by mad_onion on 02-14-2005 at 08:28 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by CookieRevised on 02-14-2005 at 08:33 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by mad_onion on 02-14-2005 at 08:35 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by Ahmad on 02-15-2005 at 06:35 AM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by uberdosis on 02-15-2005 at 08:32 AM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by Ahmad on 02-15-2005 at 09:03 AM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by uberdosis on 02-15-2005 at 09:07 AM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by CookieRevised on 02-15-2005 at 06:55 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by mad_onion on 02-15-2005 at 10:05 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by _Humphreys on 02-17-2005 at 03:06 PM
RE: *update* A-Patch v0.93 BETA for MSN Messenger v7.0.0604 - by Ahmad on 02-17-2005 at 03:49 PM
RE: [updated 21/2/05] A-Patch v1.00 - by Ahmad on 02-21-2005 at 11:43 AM
RE: [updated 21/2/05] A-Patch v1.00 - by mad_onion on 02-21-2005 at 07:26 PM
RE: [updated 21/2/05] A-Patch v1.00 - by Ahmad on 02-21-2005 at 09:01 PM
RE: [updated 21/2/05] A-Patch v1.00 - by mad_onion on 02-22-2005 at 07:55 PM
RE: [updated 21/2/05] A-Patch v1.00 - by giken on 02-23-2005 at 07:24 AM
RE: [updated 21/2/05] A-Patch v1.00 - by Ahmad on 02-23-2005 at 08:06 AM
RE: [updated 23/2/05] A-Patch v1.01 - Added Custom Games - by giken on 02-24-2005 at 08:35 AM
RE: [updated 23/2/05] A-Patch v1.01 - Added Custom Games - by CookieRevised on 02-24-2005 at 03:44 PM
RE: [updated 23/2/05] A-Patch v1.01 - Added Custom Games - by giken on 02-25-2005 at 07:13 AM
RE: [updated 23/2/05] A-Patch v1.01 - Added Custom Games - by CookieRevised on 02-25-2005 at 02:48 PM
RE: [updated 23/2/05] A-Patch v1.01 - Added Custom Games - by Ahmad on 02-26-2005 at 09:53 PM
RE: [updated 23/2/05] A-Patch v1.01 - Added Custom Games - by giken on 02-28-2005 at 11:21 AM
RE: [updated 23/2/05] A-Patch v1.01 - Added Custom Games - by Ahmad on 02-28-2005 at 11:28 PM
RE: [updated 04/03/05] A-Patch v1.02 - Support for MSNM 7.0.632 - by Ahmad on 03-04-2005 at 07:42 AM
RE: [updated 04/03/05] A-Patch v1.02 - Support for MSNM 7.0.632 - by ~INVASION~ on 03-04-2005 at 07:43 AM
RE: [updated 04/03/05] A-Patch v1.02 - Support for MSNM 7.0.0632 - by Ahmad on 03-04-2005 at 07:52 PM
RE: [updated 04/03/05] A-Patch v1.02 - Support for MSNM 7.0.0632 - by hmaster on 03-05-2005 at 08:58 PM
RE: [updated 04/03/05] A-Patch v1.02 - Support for MSNM 7.0.0632 - by Ahmad on 03-06-2005 at 02:14 AM
RE: [updated 04/03/05] A-Patch v1.02 - Support for MSNM 7.0.0632 - by giken on 03-10-2005 at 09:10 AM
RE: [updated 18/03/05] A-Patch v1.03 - Added Support for MSNM 7.0.0429 - by Ahmad on 03-17-2005 at 02:12 PM
RE: [updated 18/03/05] A-Patch v1.03 - Added Support for MSNM 7.0.0429 - by Ahmad on 03-21-2005 at 08:08 AM
RE: [updated 22/03/05] A-Patch v1.03 - Support for MSNM 7.0.0732 - by Ahmad on 03-22-2005 at 12:00 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by mad_onion on 03-23-2005 at 08:32 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by The_Thief on 03-23-2005 at 08:36 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by mad_onion on 03-24-2005 at 03:24 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by mattm591 on 03-24-2005 at 07:40 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by mad_onion on 03-24-2005 at 08:26 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by Ahmad on 03-25-2005 at 04:25 AM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by SubZero on 03-25-2005 at 09:59 AM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by Ahmad on 03-25-2005 at 10:22 AM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by Volv on 03-25-2005 at 10:27 AM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by SubZero on 03-25-2005 at 12:24 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by Ahmad on 03-25-2005 at 12:58 PM
RE: RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by Larney on 03-25-2005 at 01:15 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by SubZero on 03-25-2005 at 02:21 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by mad_onion on 03-25-2005 at 01:23 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by Ahmad on 03-25-2005 at 02:38 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by SubZero on 03-25-2005 at 03:54 PM
RE: [updated 22/03/05] A-Patch v1.04 - Support for MSNM 7.0.0732 - by Ahmad on 03-26-2005 at 03:58 PM
RE: [updated 27/03/05] A-Patch v1.05 - Support for MSNM 7.0.0732 - by Poom on 03-27-2005 at 04:45 AM
RE: [updated 27/03/05] A-Patch v1.05 - Support for MSNM 7.0.0732 - by Ahmad on 03-27-2005 at 04:51 AM
RE: [updated 27/03/05] A-Patch v1.05 - Support for MSNM 7.0.0732 - by Poom on 03-27-2005 at 04:56 AM
RE: [updated 27/03/05] A-Patch v1.05 - Support for MSNM 7.0.0732 - by Ahmad on 03-27-2005 at 05:00 AM
RE: [updated 01/04/05] A-Patch v1.08 - Removed File Protection - by Ahmad on 04-01-2005 at 06:51 AM
RE: [updated 01/04/05] A-Patch v1.08 - Removed File Protection - by Poom on 04-03-2005 at 07:18 AM
RE: [updated 01/04/05] A-Patch v1.08 - Removed File Protection - by Sypher on 04-03-2005 at 10:56 AM
RE: [updated 01/04/05] A-Patch v1.08 - Removed File Protection - by mad_onion on 04-03-2005 at 12:39 PM
RE: [updated 01/04/05] A-Patch v1.08 - Removed File Protection - by Ahmad on 04-03-2005 at 12:49 PM
RE: [updated 01/04/05] A-Patch v1.08 - Removed File Protection - by Stigmata on 04-03-2005 at 12:54 PM
RE: [updated 01/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Ahmad on 04-07-2005 at 07:22 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Zephyr on 04-07-2005 at 08:54 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by user13774 on 04-07-2005 at 10:24 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Poom on 04-07-2005 at 11:17 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Savior on 04-08-2005 at 02:57 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by giken on 04-08-2005 at 07:13 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by gamaraia on 04-08-2005 at 11:05 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Ahmad on 04-08-2005 at 11:10 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by gamaraia on 04-08-2005 at 11:22 AM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by paperless on 04-09-2005 at 01:17 PM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Striker on 04-09-2005 at 09:02 PM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Striker on 04-09-2005 at 09:23 PM
RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by user13774 on 04-10-2005 at 07:44 AM
RE: RE: [updated 07/04/05] A-Patch v1.09 - Support for 7.0.0777 - by Striker on 04-10-2005 at 06:10 PM
RE: [updated 10/04/05] A-Patch v1.1 - New features - by Ahmad on 04-10-2005 at 09:00 AM
RE: [updated 10/04/05] A-Patch v1.1 - New features - by mad_onion on 04-10-2005 at 01:38 PM
RE: [updated 10/04/05] A-Patch v1.1 - New features - by .Roy on 04-10-2005 at 01:50 PM
RE: [updated 10/04/05] A-Patch v1.1 - New features - by Ahmad on 04-10-2005 at 04:46 PM
RE: [updated 10/04/05] A-Patch v1.1 - New features - by DarKnight on 04-11-2005 at 03:01 AM
RE: [updated 10/04/05] A-Patch v1.1 - New features - by uberdosis on 04-11-2005 at 03:36 AM
RE: [updated 10/04/05] A-Patch v1.1 - New features - by Ahmad on 04-11-2005 at 07:32 AM
RE: [updated 11/04/05] A-Patch v1.1.1 - 2 New features - by azur on 04-11-2005 at 04:28 PM
RE: [updated 15/04/05] A-Patch v1.1.2 - Support for 6.2.0208 - by Ahmad on 04-14-2005 at 02:46 PM
RE: [updated 15/04/05] A-Patch v1.1.2 - Support for 6.2.0208 - by DJHasis on 04-15-2005 at 07:29 PM
RE: [updated 15/04/05] A-Patch v1.1.2 - Support for 6.2.0208 - by Twan on 04-15-2005 at 08:40 PM
RE: [updated 15/04/05] A-Patch v1.1.3 - Support for 7.0.0813 - by Ahmad on 04-29-2005 at 05:20 AM
RE: [updated 29/04/05] A-Patch v1.1.3 - Support for 7.0.0813 - by linx05 on 04-29-2005 at 06:28 AM
RE: [updated 30/04/05] A-Patch v1.1.3 - Support for 7.0.0813 - by Ahmad on 04-30-2005 at 03:20 AM
RE: [updated 30/04/05] A-Patch v1.1.4 - Support for 7.0.0813 - by Poom on 04-30-2005 at 04:24 AM
RE: [updated 30/04/05] A-Patch v1.1.4 - Support for 7.0.0813 - by giken on 04-30-2005 at 07:29 PM
RE: [updated 30/04/05] A-Patch v1.1.4 - Support for 7.0.0813 - by user13774 on 05-01-2005 at 07:46 AM
RE: [updated 30/04/05] A-Patch v1.1.4 - Support for 7.0.0813 - by x2zen on 05-01-2005 at 07:55 AM
RE: RE: [updated 30/04/05] A-Patch v1.1.4 - Support for 7.0.0813 - by giken on 05-01-2005 at 11:21 AM
RE: [updated 30/04/05] A-Patch v1.1.4 - Support for 7.0.0813 - by Ahmad on 05-01-2005 at 08:21 AM
RE: [updated 30/04/05] A-Patch v1.1.4 - Support for 7.0.0813 - by Ahmad on 05-01-2005 at 08:28 AM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Ahmad on 05-01-2005 at 09:43 AM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Ahmad on 05-01-2005 at 09:59 AM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Ahmad on 05-01-2005 at 10:01 AM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by alegator on 05-01-2005 at 12:39 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by CookieRevised on 05-01-2005 at 04:47 PM
RE: RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by alegator on 05-01-2005 at 09:26 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Caboose on 05-01-2005 at 08:03 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by azur on 05-01-2005 at 08:59 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by CookieRevised on 05-01-2005 at 11:49 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by alegator on 05-02-2005 at 01:17 AM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Ahmad on 05-02-2005 at 04:55 AM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Poom on 05-02-2005 at 10:37 AM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Fredzz on 05-05-2005 at 12:11 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Ahmad on 05-05-2005 at 01:11 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Menthix on 05-05-2005 at 02:29 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Dempsey on 05-05-2005 at 02:31 PM
RE: [updated 01/05/05] A-Patch v1.1.5 - Added even more features! - by Ahmad on 05-05-2005 at 02:58 PM
RE: [updated 10/05/05] A-Patch v1.1.6 - Added even more features! - by Ahmad on 05-10-2005 at 10:47 AM
RE: [updated 10/05/05] A-Patch v1.1.6 - Added Check For Update Option - by user35870 on 05-10-2005 at 10:51 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by Ahmad on 05-12-2005 at 12:14 PM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by linx05 on 05-12-2005 at 12:49 PM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by Ahmad on 05-13-2005 at 03:49 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by linx05 on 05-13-2005 at 07:05 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by John on 05-13-2005 at 07:54 AM
RE: RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by John on 05-13-2005 at 08:07 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by einum on 05-13-2005 at 07:56 AM
RE: RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by John on 05-13-2005 at 08:04 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by Ahmad on 05-13-2005 at 08:05 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by Ahmad on 05-13-2005 at 08:09 AM
RE: RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by einum on 05-13-2005 at 08:39 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by einum on 05-13-2005 at 09:02 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by Ahmad on 05-13-2005 at 09:10 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by einum on 05-13-2005 at 09:12 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by Ahmad on 05-13-2005 at 09:23 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by einum on 05-13-2005 at 09:28 AM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by Ahmad on 05-13-2005 at 01:18 PM
RE: [updated 12/05/05] A-Patch v1.1.8 - Added 5 New HOT Features!! - by einum on 05-13-2005 at 01:52 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-14-2005 at 08:42 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by robochief on 05-14-2005 at 09:05 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-14-2005 at 09:08 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by _cindern on 05-14-2005 at 09:15 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Caboose on 05-15-2005 at 01:37 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by linx05 on 05-15-2005 at 05:32 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by ddunk on 05-15-2005 at 05:40 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-15-2005 at 06:49 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by linx05 on 05-15-2005 at 06:50 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-15-2005 at 11:38 AM
RE: RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-15-2005 at 11:48 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Caboose on 05-16-2005 at 02:28 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 05-16-2005 at 08:07 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by mad_onion on 05-19-2005 at 07:48 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-19-2005 at 11:53 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-19-2005 at 11:56 PM
RE: RE: RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-20-2005 at 12:08 AM
RE: RE: RE: RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-20-2005 at 12:31 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Joe771 on 05-21-2005 at 08:25 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-21-2005 at 11:41 PM
RE: RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by blaiseaz on 05-22-2005 at 08:28 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by CookieRevised on 05-22-2005 at 10:57 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 05-25-2005 at 12:43 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-25-2005 at 11:22 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 05-26-2005 at 06:54 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-26-2005 at 07:02 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 05-26-2005 at 08:33 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 05-26-2005 at 08:51 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 05-26-2005 at 09:03 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 05-26-2005 at 11:52 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-28-2005 at 02:44 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-28-2005 at 03:39 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Max M4X WW on 05-28-2005 at 11:47 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by linx05 on 05-28-2005 at 01:55 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by costre on 05-28-2005 at 03:18 PM
RE: RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-28-2005 at 04:53 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by costre on 05-29-2005 at 12:15 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-29-2005 at 11:02 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 05-30-2005 at 08:49 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 05-30-2005 at 09:17 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Ahmad on 06-07-2005 at 08:06 AM
RE: RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 06-07-2005 at 09:58 AM
RE: RE: RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Poom on 07-04-2005 at 10:30 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by linx05 on 06-07-2005 at 11:41 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 06-07-2005 at 11:48 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Supersonicdarky on 06-07-2005 at 11:50 AM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by giken on 06-27-2005 at 11:10 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by Zephyr on 06-27-2005 at 11:14 PM
RE: [updated 15/05/05] A-Patch v1.1.9 - Added a few more options/features - by einum on 06-27-2005 at 11:25 PM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Ahmad on 07-01-2005 at 07:03 AM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Sypher on 07-01-2005 at 10:29 AM
RE: RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Silhouettes on 07-01-2005 at 10:36 AM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Sypher on 07-01-2005 at 10:42 AM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by linx05 on 07-01-2005 at 11:06 AM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by einum on 07-01-2005 at 10:00 PM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Ahmad on 07-01-2005 at 11:01 PM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by einum on 07-01-2005 at 11:05 PM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Sypher on 07-21-2005 at 01:11 PM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by ipab on 07-21-2005 at 02:12 PM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Poom on 07-24-2005 at 04:07 AM
RE: [updated 01/07/05] A-Patch v1.2.0 - Support for MSNM 7.0.0816 - by Ahmad on 07-24-2005 at 04:44 AM
RE: [updated 01/07/05] A-Patch v1.2.0 and 1.21.10 Beta - Support for MSNM 7.5.xxxx - by Ahmad on 08-03-2005 at 07:38 AM
RE: RE: [updated 01/07/05] A-Patch v1.2.0 and 1.21.10 Beta - Support for MSNM 7.5.xxxx - by linx05 on 08-03-2005 at 10:10 AM
RE: [updated 03/08/05] A-Patch v1.2.0 and 1.21.11 Beta - Support for MSNM 7.5.xxxx - by Ahmad on 08-03-2005 at 10:14 AM
RE: [updated 03/08/05] A-Patch v1.2.0 and 1.21.11 Beta - Support for MSNM 7.5.xxxx - by adam.yao on 08-04-2005 at 02:49 AM
RE: [updated 05/08/05] A-Patch v1.2.0 and 1.21.14 Beta - Support for MSNM 7.5.xxxx - by Ahmad on 08-04-2005 at 11:09 PM
RE: [updated 05/08/05] A-Patch v1.2.0 and 1.21.14 Beta - Support for MSNM 7.5.xxxx - by einum on 08-05-2005 at 12:11 AM
RE: [updated 05/08/05] A-Patch v1.2.0 and 1.21.14 Beta - Support for MSNM 7.5.xxxx - by Ahmad on 08-05-2005 at 05:24 AM
RE: [updated 05/08/05] A-Patch v1.2.0 and 1.21.15 Beta - Support for MSNM 7.5.xxxx - by adam.yao on 08-05-2005 at 11:08 AM
RE: [updated 24/08/05] A-Patch v1.2.2 - Support for 7.5.0299 - by Ahmad on 08-24-2005 at 12:14 AM
RE: [updated 24/08/05] A-Patch v1.2.2 - Support for 7.5.0299 - by einum on 08-25-2005 at 07:22 PM
RE: [updated 24/08/05] A-Patch v1.2.2 - Support for 7.5.0299 - by Joe771 on 08-26-2005 at 12:21 PM
RE: [updated 27/08/05] A-Patch v1.2.3 - Now with 67 features! - by Ahmad on 08-26-2005 at 05:25 PM
RE: [updated 27/08/05] A-Patch v1.2.3 - Now with 67 features! - by einum on 08-31-2005 at 04:06 AM
RE: [updated 27/08/05] A-Patch v1.2.3 - Now with 67 features! - by rix on 09-01-2005 at 07:54 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by Ahmad on 09-03-2005 at 03:26 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by mwe99 on 09-03-2005 at 04:05 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by Scratchy on 09-03-2005 at 04:10 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by crank on 09-03-2005 at 04:11 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by einum on 09-03-2005 at 04:12 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by Ahmad on 09-04-2005 at 09:56 AM
RE: RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by einum on 09-04-2005 at 10:00 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by absorbation on 09-04-2005 at 10:03 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by einum on 09-04-2005 at 10:10 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by linx05 on 09-04-2005 at 10:37 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by einum on 09-04-2005 at 10:43 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by giken on 09-05-2005 at 12:24 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by Ahmad on 09-05-2005 at 12:26 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by giken on 09-05-2005 at 12:59 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by CookieRevised on 09-05-2005 at 01:47 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by Ahmad on 09-05-2005 at 01:59 PM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by Luigi on 09-07-2005 at 09:44 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by Scratchy on 09-07-2005 at 10:03 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by einum on 09-07-2005 at 10:11 AM
RE: [updated 04/09/05] A-Patch v1.2.4 - Support for 7.5.0303 and 5 extra languages - by giken on 09-08-2005 at 11:50 AM
RE: [updated 09/09/05] A-Patch v1.2.5 - Re-added custom games. - by Ahmad on 09-09-2005 at 06:03 AM
RE: [updated 09/09/05] A-Patch v1.2.5 - Re-added custom games. - by linx05 on 09-09-2005 at 07:06 AM
RE: [updated 09/09/05] A-Patch v1.2.5 - Re-added custom games. - by giken on 09-09-2005 at 10:30 AM
RE: [updated 09/09/05] A-Patch v1.2.5 - Re-added custom games. - by guanako on 09-09-2005 at 01:20 PM
RE: [updated 09/09/05] A-Patch v1.2.5 - Re-added custom games. - by linx05 on 09-09-2005 at 11:28 PM
RE: [updated 09/09/05] A-Patch v1.2.5 - Re-added custom games. - by giken on 09-10-2005 at 10:43 AM
RE: [updated 09/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by Ahmad on 09-29-2005 at 09:54 AM
RE: RE: [updated 09/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by Scratchy on 09-29-2005 at 10:44 AM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by Ahmad on 09-29-2005 at 10:49 AM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by giken on 10-17-2005 at 08:46 AM
RE: RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by zach on 10-17-2005 at 08:57 AM
RE: RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by einum on 10-17-2005 at 09:07 PM
RE: RE: RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by CookieRevised on 10-17-2005 at 10:55 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by giken on 10-17-2005 at 10:28 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by einum on 10-17-2005 at 10:58 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by giken on 10-18-2005 at 07:41 AM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by einum on 10-18-2005 at 03:00 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by Ahmad on 10-18-2005 at 03:44 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by giken on 10-19-2005 at 12:24 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by rix on 10-19-2005 at 01:44 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by CookieRevised on 10-19-2005 at 02:11 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by Ahmad on 10-19-2005 at 03:42 PM
RE: [updated 29/09/05] A-Patch v1.2.6 - Support for 7.5.0306 - by giken on 10-20-2005 at 12:04 AM
RE: [updated 26/10/05] A-Patch v1.3.0 RC1 - Support for 7.5.0311 - by Ahmad on 10-26-2005 at 12:18 AM
RE: [updated 14/12/05] A-Patch v1.3.0 RC2 - by Ahmad on 12-14-2005 at 10:58 AM
RE: [updated 14/12/05] A-Patch v1.3.0 RC2 - by J.J on 12-14-2005 at 11:03 AM
RE: [updated 14/12/05] A-Patch v1.3.0 RC2 - by Lou on 12-14-2005 at 11:50 AM
RE: [updated 17/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Ahmad on 12-17-2005 at 12:15 PM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Ahmad on 12-22-2005 at 03:46 PM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Lt.Col.DraGon on 12-22-2005 at 05:30 PM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by DJHasis on 12-22-2005 at 09:10 PM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Poom on 12-27-2005 at 10:41 AM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by CookieRevised on 12-27-2005 at 03:28 PM
RE: RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Matti on 12-27-2005 at 03:35 PM
RE: RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Poom on 12-28-2005 at 02:56 AM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by CookieRevised on 12-28-2005 at 07:27 AM
RE: RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Poom on 12-28-2005 at 10:39 AM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by CookieRevised on 12-28-2005 at 04:03 PM
RE: [updated 23/12/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0322 - by Trunten on 01-03-2006 at 11:19 AM
RE: [updated 1/2/05] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0324 - by Ahmad on 01-31-2006 at 04:54 PM
RE: [updated 1/2/06] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0324 - by Lt.Col.DraGon on 01-31-2006 at 05:38 PM
RE: [updated 1/2/06] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0324 - by Ahmad on 02-06-2006 at 04:09 PM
RE: [updated 1/2/06] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0324 - by Alexya on 02-11-2006 at 08:56 PM
RE: [updated 1/2/06] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0324 - by hmaster on 02-11-2006 at 09:13 PM
RE: [updated 1/2/06] A-Patch v1.3.0 RC2 - Support for MSNM 7.5.0324 - by Ahmad on 03-13-2006 at 11:04 AM
RE: [updated 1/2/06] A-Patch v1.3.0 RC2 - 1 Million Downloads! - by adam.yao on 03-13-2006 at 11:11 AM
RE: [updated 1/2/06] A-Patch v1.3.0 RC2 - 1 Million Downloads! - by Eddie on 03-13-2006 at 01:43 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On