Test Drive Ferrari Legends PROPER FLT

seeders: 0
leechers: 0
Added 13 years ago by ATUAMAEDE4 in Games  > PC Games

Download Fast Safe Anonymous
movies, software, shows...

Files

Test Drive Ferrari Legends PROPER FLT (Size: 2.6 GB)
  fairlight.nfo 6.8 KB
  flt-tdfl.001 47.7 MB
  flt-tdfl.002 47.7 MB
  flt-tdfl.003 47.7 MB
  flt-tdfl.004 47.7 MB
  flt-tdfl.005 47.7 MB
  flt-tdfl.006 47.7 MB
  flt-tdfl.007 47.7 MB
  flt-tdfl.008 47.7 MB
  flt-tdfl.009 47.7 MB
  flt-tdfl.010 47.7 MB
  flt-tdfl.011 47.7 MB
  flt-tdfl.012 47.7 MB
  flt-tdfl.013 47.7 MB
  flt-tdfl.014 47.7 MB
  flt-tdfl.015 47.7 MB
  flt-tdfl.016 47.7 MB
  flt-tdfl.017 47.7 MB
  flt-tdfl.018 47.7 MB
  flt-tdfl.019 47.7 MB
  flt-tdfl.020 47.7 MB
  flt-tdfl.021 47.7 MB
  flt-tdfl.022 47.7 MB
  flt-tdfl.023 47.7 MB
  flt-tdfl.024 47.7 MB
  flt-tdfl.025 47.7 MB
  flt-tdfl.026 47.7 MB
  flt-tdfl.027 47.7 MB
  flt-tdfl.028 47.7 MB
  flt-tdfl.029 47.7 MB
  flt-tdfl.030 47.7 MB
  flt-tdfl.031 47.7 MB
  flt-tdfl.032 47.7 MB
  flt-tdfl.033 47.7 MB
  flt-tdfl.034 47.7 MB
  flt-tdfl.035 47.7 MB
  flt-tdfl.036 47.7 MB
  flt-tdfl.037 47.7 MB
  flt-tdfl.038 47.7 MB
  flt-tdfl.039 47.7 MB
  flt-tdfl.040 47.7 MB
  flt-tdfl.041 47.7 MB
  flt-tdfl.042 47.7 MB
  flt-tdfl.043 47.7 MB
  flt-tdfl.044 47.7 MB
  flt-tdfl.045 47.7 MB
  flt-tdfl.046 47.7 MB
  flt-tdfl.047 47.7 MB
  flt-tdfl.048 47.7 MB
  flt-tdfl.049 47.7 MB
  flt-tdfl.050 47.7 MB
  flt-tdfl.051 47.7 MB
  flt-tdfl.052 47.7 MB
  flt-tdfl.053 47.7 MB
  flt-tdfl.054 47.7 MB
  flt-tdfl.055 47.7 MB
  flt-tdfl.056 47.7 MB
  flt-tdfl.057 1.6 MB
  flt-tdfl.sfv 1.3 KB
  ▲ 59 total files

Description


ANSi JED In Their 26th Year Of Glory, FairLight Released #1063

Test Drive Ferrari Legends (c) Slightly Mad Studios

: Supplied by: FAIRLIGHT : : Release Date: 21-01-2013 :
Cracked by: FAIRLIGHT Game Type: Racing
Packaged by: FAIRLIGHT Image Format: ISO
-----
DISCS: 1 DVD Protection: Steam+G4WL

System Requirements : (S)-1-phenylpropan-2-amine PROPER NOTES:
=============

Test.Drive.Ferrari.Racing.Legends-SKIDROW was released with a "Loader" and
not a cracked exe. This is why you see the original exe renamed to
"TDFerrari_o.exe". As this is not allowed and in this case considerably
slows down the game with Xlive messages while starting and playing the
game, you can see why we have included a proper cracked. SKIDROW use the
loader to bypass the steam "bind" stub to not have to bypass the G4WL
integrity checks and hence leaving the drm intact. Our crack is completely
null of these issues with SKIDROW's loader approach. The game starts up
quite considerably faster and has no mention of xlive problems with our
crack being used.

We have also included a source code of how Skidrow's pathetic approach to
this game was implemented.

For those interested in viewing this its included here:

#include
static LPVOID address = 0x0DAC2EE;
static STARTUPINFOA si = {0};
static PROCESS_INFORMATION pi = {0};
static DWORD dwOldProtect = 0;
static SIZE_T numberOfBytesWritten = 0;
static DWORD dwPatch1 = 0xC69259E9, dwPatch2 = 0xEC8B55FF;
static DWORD dwOrig1 = 0x56525153, dwOrig2 = 0xEC8B5557; int __declspec( naked ) WinMainCRTStartup()
{
/* opens TDFerrari_O.exe by memory. */
CreateProcessA("TDFerrari_o.exe", NULL, NULL, NULL, FALSE, 0x4080414, NULL, NULL, &si, &pi);
VirtualProtectEx(pi.hProcess, &address, 8, PAGE_EXECUTE_READWRITE, &dwOldProtect);
/* opens TDFerrari_O.exe by memory. */
WriteProcessMemory(pi.hProcess, (LPVOID)0xDAC2EE, &dwPatch1, 4, &numberOfBytesWritten);
/* Offset 0xDAC2F2 to be patched with bytes EC8B55FF */
WriteProcessMemory(pi.hProcess, (LPVOID)0xDAC2F2, &dwPatch2, 4, &numberOfBytesWritten);
VirtualProtectEx(pi.hProcess, &address, 8, dwOldProtect, &dwOldProtect);
/* Process runs */
ResumeThread(pi.hThread);
/* waits for window name "Test Drive: Ferrari Racing Legends" */
while (!OpenMutexA(MUTEX_ALL_ACCESS, FALSE, "Test Drive: Ferrari Racing Legends"))
Sleep(1);
/* Suspends process */
SuspendThread(pi.hThread);
VirtualProtectEx(pi.hProcess, &address, 8, PAGE_EXECUTE_READWRITE, &dwOldProtect);
/* Offset 0xDAC2EE to be patched with bytes 56525153 */
WriteProcessMemory(pi.hProcess, (LPVOID)0xDAC2EE, &dwOrig1, 4, &numberOfBytesWritten);
/* Offset 0xDAC2F2 to be patched with bytes EC8B5557 */
WriteProcessMemory(pi.hProcess, (LPVOID)0xDAC2F2, &dwOrig2, 4, &numberOfBytesWritten);
VirtualProtectEx(pi.hProcess, &address, 8, dwOldProtect, &dwOldProtect);
/* Process resumes */
ResumeThread(pi.hThread);
/* Loader closes /*
ExitProcess(0);
} Game information:
=================

Test Drive: Ferrari is the ultimate driving experience for fans of the
Ferrari brand. Detailed physics underpin a huge variety of challenges set
throughout the history of this landmark automotive brand. Painstaking
detailed cars and tracks reflect visceral damage as races wear on, an acute
sense of speed communicates the power of these highly tuned vehicles, as
advanced AI challenges even the most experienced driver. Features:
~~~~~~~~~

* Multiple Race Types - A variety of race types challenges
including rally, GT, and Formula 1.
* Extensive Online Competition - Single and Multiplayer
integration with a selection of racing styles. Up to
8 players can join a single race.
* 36 circuits, including variations - GP circuits, test circuits,
and bonus circuits; a wide variety of driving environments.
Tracks from the past and present.
* 52 stunningly detailed cars - The greatest modern and classic Ferrari
models are lovingly rendered inside and out - including working
switchgear and visible engines. Car dynamics include
realistic deflating tires and blow-outs.
* Campaign Mode - Players experience the rich history of the Ferrari
brand as they unlock tracks and cars throughout Ferrari's history.
Circuits unlocked during the campaign can be raced subsequently
using any available cars. Installation Information:
=========================

* Burn or mount
* Install
* Copy the cracked content from the Fairlight folder
to your game installation
* Play the game NOTE: As usual, block the game exe in your firewall. /TEAM FAiRLIGHT +-+ QUALITY, TRADITION AND PRIDE +-+
[/pre]







Related Torrents

torrent name size uploader age seed leech
2
0
0
0
0