|
#1
|
|||
|
|||
|
Ok, this is something I thought about posting a few days ago and the PrePatched thread made me decide to go ahead and post it, for the better part of the year I have been creating Pre-Cracked games that upon install to the user appear to be just like the retail install nothing extra to check nothing. but behind the scenes I have a few things going on. I have a file which is launched usually named Setup.exe and the old one is renamed to Cracked-Install.exe. This exe is a bat file converted to exe using EXEScript 3.0 with the silent option checked so you can not see the dos box. Once the install has finished it then changed directiory to CD\CRACK where it runs any update patches, then the original files that are replaced by the nocd patch are renamed to FILENAME.BAK and then the nocd patch is applied. but that is all transparent. Only thing you can see is original install then the updates install. on minor updates such as hotfixes like the Frontlines fuel of war, I show the update installing then since 2 files are only replaced aside from the cracked exe i just copied the 2 from the hotfix and had my script replace
them. I have done this with over 200 pc games. and it works on pc apps in the same way as well. One thing I do for my own personal collection is remake a menu that resembles the retail but with a button for Keygen. If this is a idea that the ops would be interested in me posting more on let me know in the mean time this is a example. This is what I did for Frontlines Fuel of War. Code:
@echo off Setup.exe CD Crack FFOW-EFIS_PATCH_TO_V1.0.1.exe rename "C:\Program Files\THQ\Frontlines-Fuel of War\Readme.TXT" READMEOLD.TXT Copy README.TXT "C:\Program Files\THQ\Frontlines-Fuel of War\"Readme.TXT rename "C:\Program Files\THQ\Frontlines-Fuel of War\Binaries\FFOW.exe" FFOW.bak Copy FFOW.exe "C:\Program Files\THQ\Frontlines-Fuel of War\Binaries\"FFOW.exe rename "C:\Program Files\THQ\Frontlines-Fuel of War\Binaries\OpenAL32.dll" OpenAL32.bak Copy OpenAL32.dll "C:\Program Files\THQ\Frontlines-Fuel of War\Binaries\"OpenAL32.dll P.S. can the ops add a poll to this I dont know how to add it after its allready submitted. Last edited by Joe Forster/STA; 30-03-2008 at 07:26. Reason: Forgot crap |
| Sponsored Links |
|
#2
|
|||
|
|||
|
this will only work if you install in the default path.
|
|
#3
|
||||
|
||||
|
yup, and because its bat -> exe, you can't easily edit it...
solution -> leave it as the bat...
__________________
bleh DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you... |
|
#4
|
|||
|
|||
|
Correct, But if you have a default path you install all games to just set it to there, I personally install to default path. If someone else wanted to take the code and modify it to using a variable which can be taken from the registry for each game as most games to have a registry key of default path or if you wanted to take the time to program it to strip the file path from the shortcut placed wherever desktop for isntance you can. This is just what I do and makes it alot easier to handle game installs for me personally. Also makes it so anyone can just borrow my disk and me not sit on the phone for 40 minutes while i try to teach them how to copy a crack. as for leaving it in .bat format, If you leave it in .bat format you will have the black ms dos box on the screen still. The reason i convert it to exe is to get rid of this with out using similar programs of hiderun.exe which seems to have problems with this method and also gets picked on by virusc scanners. The exescript program allows you to have the exe allready hide the box so its transparent.
This is how you would be able to pull an uncleaned up install directory for frontlines granted it would need to be chopped up and set as a variable then have the variable called up under the location of installation path. Reg Query HKEY_LOCAL_MACHINE\SOFTWARE\THQ\Frontlines: Fuel of War" /v InstallDir Easiest way to accomplish this would be to create a variable at the begginging of the bat. Last edited by FireSokar; 30-03-2008 at 04:50. |
|
#5
|
|||
|
|||
|
some mistake in quotes in copy command
![]() and need variable for reading [if exist] where game was installed [that what u said already :P] edit but what if someone want only patch /crack game ? and if he run twice or more that bat ? u dont have orginal files but cracked version :P
__________________
Orca - msi editor iscab14.0.0.162 [layout.bin + bat file] iscab11.50.0.42618 [layout.bin + bat file] iscab10.0.0.159 [layout.bin + bat file] cabarc6.0.5730.13 makecab.[ddf]5.1.2600.2180 StarBurn CD/DVD/Blu-Ray/HD-DVD - good for UDF image Listing Contents of disk [RCD format] exe by Skeraxe Last edited by mondragon; 30-03-2008 at 05:09. |
|
#6
|
|||
|
|||
|
Quote:
P.S. Im working on a way to put in a variable for install directory right now, so far ive been able to return a unclean value to the dos window and a clean return via vbs to a prompt but dont know how to return a vbs value to dos as a variable. |
|
#7
|
||||
|
||||
|
I still don't understand what the deal is with struggling to reformat the game into an installable package. Install the game, apply the latest official update, apply the no-CD patch for it, make sure that the game runs from any directory (or hack it to make it do so), export the necessary registry entries into a file and RAR it up. When you wanna play, unRAR the package, import the registry file, run the configuration program, if any, and there you go playing...
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#8
|
|||
|
|||
|
Quote:
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tribes Vengeance, Cracked Server List? | nslick | PC Games | 0 | 14-10-2004 15:24 |
| OPF Cracked Patch 1.40 and Cracked Exe | quakergamer | PC Games | 5 | 03-01-2002 18:28 |
| OPF Cracked Exe and no cracked patch ??? | quakergamer | PC Games | 0 | 02-01-2002 17:45 |
| Cracked Updates - Or A Lack There Of ! ! | Thudo | PC Games | 0 | 22-11-2001 19:34 |
| Cracked Armada 1.2 Patch | Jiss | PC Games | 0 | 28-10-2001 02:42 |