Go Back   FileForums > Game Backup > PC Games
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26-01-2007, 10:08
MAReames82 MAReames82 is offline
Junior Member
 
Join Date: Jan 2007
Location: Lawton, Michigan
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
MAReames82 is on a distinguished road
R.C. Cars No-CD Fixed EXE

I am looking for a No.CD Fixed EXE for the game R.C. Cars. The ones on MegaGames and GameCopyWorld still require the CD. I am a laptop gamer so I perfer to use No CDs to play my games.
Reply With Quote
Sponsored Links
  #2  
Old 26-01-2007, 18:04
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Please, make a request as described in entry III/4 of the forum FAQ. If the cracks you downloaded from the two sites are actually so called "fixed EXE's" and contain no commercial copy protection anymore then, probably-hopefully, only a plain CD check needs to be removed from them, to convert them into real "no-CD patches".
__________________
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!
Reply With Quote
  #3  
Old 27-01-2007, 06:04
MAReames82 MAReames82 is offline
Junior Member
 
Join Date: Jan 2007
Location: Lawton, Michigan
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
MAReames82 is on a distinguished road
The games uses SecuROM New / CD-Checks I think the Fixed EXE I am using had the SecuROM removed but the CD-Check still exists. If you provide a place for me to send the Arcive fileI will gladly send it or you can get it here
http://dl.gamecopyworld.com/?f=flt-rcc!rar
Reply With Quote
  #4  
Old 27-01-2007, 09:06
The-S-Owl The-S-Owl is offline
Registered User
 
Join Date: Dec 2002
Location: Behind you
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
The-S-Owl
Get a Hex Editor and put these bytes at offset A3AAA:
89 2D 90 BA 56 00 E9 AF 00 00 00
Reply With Quote
  #5  
Old 27-01-2007, 15:20
MAReames82 MAReames82 is offline
Junior Member
 
Join Date: Jan 2007
Location: Lawton, Michigan
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
MAReames82 is on a distinguished road
Quote:
Originally Posted by The-S-Owl View Post
Get a Hex Editor and put these bytes at offset A3AAA:
89 2D 90 BA 56 00 E9 AF 00 00 00
Offset Does not exist.
Reply With Quote
  #6  
Old 28-01-2007, 01:15
The-S-Owl The-S-Owl is offline
Registered User
 
Join Date: Dec 2002
Location: Behind you
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
The-S-Owl
The offset does exist, try again

If you can not figure out the right location, scan for this byte pattern:
FF 15 20 41 55 00 8B 3D 60 40 55

And replace them by the bytes I said.
Reply With Quote
  #7  
Old 28-01-2007, 05:47
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
i hope that call u replaced doesnt take parameters, otherwise ur patch is bad
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #8  
Old 28-01-2007, 06:39
MAReames82 MAReames82 is offline
Junior Member
 
Join Date: Jan 2007
Location: Lawton, Michigan
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
MAReames82 is on a distinguished road
I checked again No suck offset. Since you know where it is and can find it. Can you edit and send it to me.
Reply With Quote
  #9  
Old 28-01-2007, 06:49
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
offset DOES exist, i suggest you learn how to use a hex editor


@ The-S-Owl...that part u patch is an api call, GetLogicalDrives - it DOES take parameters, so your patch is bad (did you even check?)
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #10  
Old 05-02-2007, 10:16
MAReames82 MAReames82 is offline
Junior Member
 
Join Date: Jan 2007
Location: Lawton, Michigan
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
MAReames82 is on a distinguished road
Quote:
Originally Posted by TippeX View Post
offset DOES exist, i suggest you learn how to use a hex editor


@ The-S-Owl...that part u patch is an api call, GetLogicalDrives - it DOES take parameters, so your patch is bad (did you even check?)
Why can't people like you be a little more helpfull. I have nver used a HEX editor so I have no idea what I am doing. I used its built in offset search and it turn up with no results.
Reply With Quote
  #11  
Old 05-02-2007, 18:47
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
1. download a program like hex workshop (www.bpsoft.com)
2. install it
3. open the rccars.exe in hex workshop
4. press crtl g
5. the goto window will appear..
6. click the HEX radio button
7. click the 'Beginning of file' radio button
8. type in A3AAA in the offset part in the window
9. click go

thus proves the offset exists...

now you can try to add in the patches (make sure you are in overwrite mode - press INS it should say 'OVR' in the status bar..)

(personally i dont think the patch will work.. as the check itself is a bit tricky)

my patch (from deadlisting the code, i have no idea if it'll work.. in theory it should though)

i have another patch too, its way way way longer, but if this one fails we can try it...

(quickie patch)

offset : A38E0
patch : 33 C0 40 C3
original bytes : 81 EC 10 01

if that doesn't work, try patching in 33 C0 C3 instead...

for those interested, check is for 2 files on the cd (RCSetup\RcSetup.exe and RCSetup\RCSetup.ini....
the letter is obtained from the registry key

HKEY_LOCAL_MACHINE\CREAT Studio\RCCars

where it reads from the 'SourceDir' and 'InstallDir' values
presumably the 'InstallDir' contains the cd drive letter...

It then goes checks on these drives ...

bit boring, but theres many conditionals to hit...

oh yeah, backup your files / registry keys BEFORE patching

enough help?
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #12  
Old 06-02-2007, 00:30
The-S-Owl The-S-Owl is offline
Registered User
 
Join Date: Dec 2002
Location: Behind you
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
The-S-Owl
Sorry TippeX, a lot of respect for all the help you accomplish on this forum, but this time you are wrong

I have patched GetLogicalDrives, which does not have parameters.

"The GetLogicalDrives function retrieves a bitmask representing the currently available disk drives."

Perhaps you mistake GetLogicalDrives for GetLogicalDriveStrings ?

Your patch could work too, but then definitely with 33 C0 40 C3 since 1 (the value of ebp) is returned after checking all drives.

1 is stored at 56BA90 if the cd-check succeeds, hence my rather strange patch...
Reply With Quote
  #13  
Old 06-02-2007, 02:51
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
soz, thought it was GetLogicalDriveStrings yup, which does take params

and 56ba90 contains 1 anyway by the looks of it and only set to 0 on failure of that proc..

but yeh im human enough to admit i get it wrong, but you did take a few days to answer
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...
Reply With Quote
  #14  
Old 17-02-2007, 11:32
MAReames82 MAReames82 is offline
Junior Member
 
Join Date: Jan 2007
Location: Lawton, Michigan
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
MAReames82 is on a distinguished road
Quote:
Originally Posted by TippeX View Post
1. download a program like hex workshop (www.bpsoft.com)
2. install it
3. open the rccars.exe in hex workshop
4. press crtl g
5. the goto window will appear..
6. click the HEX radio button
7. click the 'Beginning of file' radio button
8. type in A3AAA in the offset part in the window
9. click go

thus proves the offset exists...

now you can try to add in the patches (make sure you are in overwrite mode - press INS it should say 'OVR' in the status bar..)

(personally i dont think the patch will work.. as the check itself is a bit tricky)

my patch (from deadlisting the code, i have no idea if it'll work.. in theory it should though)

i have another patch too, its way way way longer, but if this one fails we can try it...

(quickie patch)

offset : A38E0
patch : 33 C0 40 C3
original bytes : 81 EC 10 01

if that doesn't work, try patching in 33 C0 C3 instead...

for those interested, check is for 2 files on the cd (RCSetup\RcSetup.exe and RCSetup\RCSetup.ini....
the letter is obtained from the registry key

HKEY_LOCAL_MACHINE\CREAT Studio\RCCars

where it reads from the 'SourceDir' and 'InstallDir' values
presumably the 'InstallDir' contains the cd drive letter...

It then goes checks on these drives ...

bit boring, but theres many conditionals to hit...

oh yeah, backup your files / registry keys BEFORE patching

enough help?
Sorry to say but the offset does not exist. Do you actully have this game and tried this?? I did everything you said and the offset is just not there. However I did find a working Fixed EXE via Demonoid so I am all set.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sims 2 open for business mounted fixed image but cannot make image work need help! kokonut PC Games 1 23-01-2007 16:30
CivCity - Rome Patch v1.1 *CRACK* maciozo PC Games 0 22-12-2006 06:32
SIMS 2 no DVD fixed image needed wdmalik PC Games 2 28-09-2006 01:47
SIMS 2 FAMILY FUN STUFF no cd fixed image help kelticvixen PC Games 0 20-08-2006 09:40
fixed exe...wots the crack here cask PC Games 1 25-01-2002 08:47



All times are GMT -7. The time now is 21:14.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com