home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Elite Hackers Toolkit
/
TheEliteHackersToolkitVolume1_1998.rar
/
HACKERS.BIN
/
appcraks
/
POCKET_1.ZIP
/
ZULU.NFO
< prev
Wrap
Text File
|
1990-01-01
|
5KB
|
130 lines
PocketSoft RTP Patching System v4.0 *Nag Patcher*
by ZuLu
Elima...........ah screw it. Hey, how 'bout just reading the
script for the patcher. That way you'll get all the info and
you'll see how easy it is to make simple tiny patches using the
FREE patching engine called PCOM !!! (by ExEd! of the Netherlands)
What is RTP? Nifty program for making patches
What is PCOM? Nifty program for making patches
RTP Download: http://www.pocketsoft.com/eval.html
PCom Download: http://huizen.dds.nl/~exed
==============================================================
Patch File: Rtp4crk.exe
@ Nag Removal Patcher for: PocketSoft RTP Patcher v4.0
@
@ Patch allows creation of nag-free command line patchers for
@ all Windows Operating Systems, as well as nag-free GUI patchers
@ for use under the Windows95 Operating System exclusively.
@
@ I'll assume that you've installed v4.0 of the RTP Patching System.
@ It won't work with any other version, sorry. Make sure that you
@ are running this patch in the directory where you installed the
@ RTP program.
@
@ Are you running this file in the correct directory? [y/n]
@
@ (hint: Press "Y" key for yes, press "N" key for no)
$y/n
$cls
@
@ Good. Now for some details. By default, this patcher will make
@ backups of the files it patches, by copying them to the same directory
@ and giving them an extension of *.BAK. You should probably hang on
@ to them in case something goes haywire after patching. The first
@ file to be patched will be 'PATCHW32.DLL' which is really the most
@ versatile since it allows you to create nag-free patches that will
@ run under DOS and Windows (multi-flavor). Tip yer hats to MCVD
@ a.k.a. Lomax, for this one.
@
@ Rrrraaaaaaaaaaaaahhhhhhhhhhhh (and there was much rejoicing)
@
@ After that's done, you'll be given the option of also patching the
@ 'EZP32DLL.DAT' file to enable you to make those colorful little
@ Windows based patchers with dialog boxes and other silly shit. Or
@ you can choose to bag it and make do with the command line based tool.
@
@ OK, without further ado, wanna patch the first file? [y/n]
$y/n
$cls
@
@ OH, wait a sec, there's just a wee bit more ado to cover.
@
@ Make sure that the files you are planning on patching have these
@ exact characteristics. If not, you've got the wrong version of
@ the RTP program.
@
@ File Name File Size (bytes) File Date
@
@ Patchw32.dll 119,808 07-17-97
@
@ Ezp32dll.dat 153,600 07-17-97
@
@ If you get an error message during patching, it will almost
@ certainly mean one of two things. One, you're running the patcher
@ in the wrong directory......or Two, you've got a version of RTP
@ that is NOT version 4.0. If you're sure you've got the correct files
@ but still get error messages, post a message to me in alt.cracks.
@
@
@ OK THEN.......Let's KICK this PIG!! Hit any key to continue.
$key
$run:copy patchw32.dll patchw32.BAK
+patchw32.dll
>0000:65C6
=E8
'9090909090
-
$cls
@
@ OK, now that patched the 'patchw32.dll' file after saving the
@ original file as 'patchw32.BAK'. This will allow you to create
@ nag-free patches that operate from the command line, WITHOUT a
@ Graphical User Interface (GUI). This means that the person who
@ uses one of your patchers will NOT be nagged during patching.
@
@ In order to create nag-free single file GUI patches with the DLL
@ routines incorporated (bound to the executable), you need to patch
@ the appropriate Operating System specific 'ezp*dll.dat' file.
@ Specifically, this refers to 'ezp32.dll.dat', 'ezpntdll.dat', and
@ 'ezpdll.dat' for use with Windows95, Windows-NT, and Windows3.x
@ respectively. I can do the Windows95 flavor for you now if you
@ want. You'll have to wait for the others, sorry.
@
@ Do you want to back up and patch EZP32.DLL.DAT now? [y/n]
$y/n
$run:copy ezp32dll.dat ezp32dll.BAK
+ezp32dll.dat
>0000:DF86
=E8
'9090909090
-
$cls
@
@....... D O N E !!
=========================================================
And a quick reference for the DIY'ers in the crowd;
file name: Patchw32.dll
file size: 119,808 bytes
file date: 07-17-97
000065C0 5356 5733 DB55 E8F5 6A00 0066 891D 90D7 SVW3.U..j..f....
^^^^ ^^^^ ^^
9090 9090 90
file name: Ezp32dll.dat
file size: 153,600 bytes
file date: 07-17-97
0000DF80 5356 5733 DB55 E8F5 6A00 0066 891D 90D7 SVW3.U..j..f....
^^^^ ^^^^ ^^
9090 9090 90
FYI: I just remembered that I EXE-compressed the COM file with
WWPack, in case you were wondering why the patcher isn't
a *.COM file (made with PCOM = Private COMpiler)