Fitness.com
Advertisement

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,321
Threads: 84,992
Posts: 1,031,312
Top Poster: Karky (9,543)
Welcome to our newest member, linockahxurl
» Fitness Shop
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 07-24-2005, 12:26 PM   Make it not work on illegal copies Post #1
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_bbradford3311 is an unknown quantity at this point
Default Make it not work on illegal copies

Is it a way to make it not work on illegal/burned copies? cuz I've seen that some updates doesn't work for some people, then whick file do you edit and with which programm ?
retired_bbradford3311 is offline   Reply With Quote
Old 07-24-2005, 01:19 PM   Make it not work on illegal copies Post #2
Registered User
 
Join Date: Jun 2007
Posts: 0
Rep Power: 0
retired_breakbred101 is an unknown quantity at this point
Default

You can't prevent updates from working on specific types of game...even if you could it seems that they'd most likely crack it anyway.
retired_breakbred101 is offline   Reply With Quote
Old 07-24-2005, 01:37 PM   Make it not work on illegal copies Post #3
Newb
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_bbradford3311 is an unknown quantity at this point
Default

but how do you prevent that ? is it in a file or a code ? :S
retired_bbradford3311 is offline   Reply With Quote
Old 07-24-2005, 01:38 PM   Make it not work on illegal copies Post #4
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
borat123 is an unknown quantity at this point
Default

I think you could make updates work on specific types of games. You could simply look for a byte in the fm2005.exe file. I'm not sure if there is a crack for 5.0.5 (there wasn't last time I heard) but if there was, then there would be a difference. It's how Mind Compression detect the version of FM you are playing. I'm pushing hard for MCFM06 (a likely utility) to lock up when opened using a cracked copy of the game.

Lemme have a look for some code and see...


Ah, yes... This is C#, gratis. From this you may be able to see what's going on. You could create something from this.

case 0x2F063446 : // Strawberry Demo 5.0.0 Build 72
case 0x47103506 : // Gold 5.0.0 Build 72
case 0x2EA2DC63 : // 5.0.2 Build 87
FmMemory.Version = VersionInfo.v502Retail;
MessageBox.Show(NotBackwardsCompatible);
Application.Exit();
break;
case 0x2F830072 : // 5.0.3 Build 120
if(pReader.ReadInt32(pReader.ProcessStart + 0x0118) == 0x42249c70)
{
FmMemory.Version = VersionInfo.v503Retail;
bytes = bytes01;
this.Text += "FM 2005 v5.0.3 Retail detected";
}
else if(pReader.ReadInt32(pReader.ProcessStart + 0x0118) == 0x4231c54c)
{
FmMemory.Version = VersionInfo.v505Retail;
bytes = bytes02;
this.Text += "FM 2005 v5.0.5 Retail detected";
}
else
{
FmMemory.Version = VersionInfo.v505Retail;
bytes = bytes02;
this.Text += "FM 2005 version could not be detected";
MessageBox.Show(UnknownFootballManagerVersion);
}
break;

default :
FmMemory.Version = VersionInfo.v503Retail;
bytes = bytes02;
this.Text += "FM 2005 version could not be detected";
MessageBox.Show(UnknownFootballManagerVersion);
break;

If you don't understand what's happening here then don't worry. I won't be offering any hints, tips or help on this either!
borat123 is offline   Reply With Quote
Old 07-24-2005, 02:19 PM   Make it not work on illegal copies Post #5
Registered User
 
Join Date: Jun 2007
Posts: 0
Rep Power: 0
retired_breakbred101 is an unknown quantity at this point
Default

But for an update which simply consists of copying the database over to the db file, that wouldn't be preventable would it?
retired_breakbred101 is offline   Reply With Quote
Old 07-24-2005, 02:19 PM   Make it not work on illegal copies Post #6
Registered User
 
Join Date: Jun 2007
Posts: 0
Rep Power: 0
retired_breakbred101 is an unknown quantity at this point
Default

folder, not file.
retired_breakbred101 is offline   Reply With Quote
Old 07-24-2005, 03:15 PM   Make it not work on illegal copies Post #7
Registered User
 
Join Date: Jun 2007
Posts: 4
Rep Power: 0
Truth314 is an unknown quantity at this point
Default

This is a good idea but people would prolly just use a cd image.
Truth314 is offline   Reply With Quote
Old 07-24-2005, 05:03 PM   Make it not work on illegal copies Post #8
Newb
 
Join Date: Oct 2007
Posts: 0
Rep Power: 0
borat123 is an unknown quantity at this point
Default

For use solely on an update this isn't practical. Which is why I think that the CSF or CCF format would work as they would check for the version and validity of the game first.

Linkage
borat123 is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to Make it not work on illegal copies
Thread Thread Starter Forum Replies Last Post
How many copies of Football Manager has Sega sold?
How many copies of Football Manager has Sega sold?: How many copies of Football Manager has Sega sold?
The 13th Duke of Wybourne Football Manager 29 01-28-2008 08:07 PM
are there online copies of football manager 08 that i could buy?
are there online copies of football manager 08 that i could buy?: hey, i bought football manager 08 on the...
freshpotjam Football Manager 4 12-15-2007 10:04 PM
How do i make the new patch work?
How do i make the new patch work?: Hi all. i have downloaded the new patch using the...
dovEs Football Manager 25 11-22-2007 08:59 PM
Should this be illegal?
Should this be illegal?: Hi, Ive got a user on my community that claims...
Andfer Football Manager 9 11-16-2007 06:12 PM
Make the ball do the work...
Make the ball do the work...: After looking at a lot of people's tactics, it...
Ville Valo Tactics & Training Tips 5 10-07-2007 07:22 PM

More threads of mussi
Thread Date Forum Replies Last Post
Make it not work on illegal copies
Make it not work on illegal copies: Is it a way to make it not work on illegal/burned...
07-24-2005 Skinning Hideout 7 07-24-2005 05:03 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Spokesperson
Spokesperson: Does anybody have an idea on how you can name a...
01-09-2008 PT 1 01-09-2008 08:46 PM
How do i change the nationality
How do i change the nationality: I made a football player in edit but it wont...
02-06-2007 chrisfozzy 0 02-06-2007 01:34 AM
Editing Kit Colours
Editing Kit Colours: Quick question - if I edit the kit colours for...
09-23-2006 GillsMan 1 11-15-2006 02:11 AM
My new kits
My new kits: i had somebody make me some kits for braintree...
09-04-2006 scottytrent 2 09-04-2006 01:57 PM
Can somebody help me please
Can somebody help me please: Hey people, i hope ive put this in the right...
07-06-2005 Michael Foster 10 07-11-2005 10:15 PM

» Online Users: 20
1 members and 19 guests
mnop884
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 07:26 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing Make it not work on illegal copies.