Author Topic: Fade  (Read 1506 times)

0 Members and 1 Guest are viewing this topic.

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« on: August 09, 2004, 11:38:09 pm »
Is there a way to get rid of the face effects without reinstalling the game?

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Fade
« Reply #1 on: August 10, 2004, 12:19:07 am »
yes of course
Heckling is an art, and game hacking a science.

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #2 on: August 10, 2004, 02:21:07 am »
Would you know how?

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Fade
« Reply #3 on: August 10, 2004, 02:54:44 am »
Calculate the CRC32 for the original OFP.exe then find the value in the exe.
Heckling is an art, and game hacking a science.

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #4 on: August 10, 2004, 03:12:14 am »
So the fade only alters the EXE?

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #5 on: August 10, 2004, 03:35:17 am »
After i compare the CRC then what?

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #6 on: August 10, 2004, 03:39:19 am »
LMFAO, i just installed the 1.96 upgrade again and my fade is GONE. I think its because it replaced my faded exe with a new one from the patch.

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Fade
« Reply #7 on: August 10, 2004, 12:29:51 pm »
If the check is inside the exe, just look for the CRC32 value you found (not the adress down) and make a new CRC check for the modded .exe and replace the value at that adress.

Also check the DLLs for the checksum.

It's also possible to find the calculation or call to it in the .exe. BIS have been clumsy and left some keywords there.
Heckling is an art, and game hacking a science.

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #8 on: August 10, 2004, 08:44:46 pm »
Alright so i need a hex editor and a crc32 checker?

[TKC]Hubertus

  • SCP Developer
  • Klass Klown
  • ***
  • Posts: 327
    • View Profile
Fade
« Reply #9 on: August 10, 2004, 08:59:13 pm »
The crc32 hash is 67b34be4, but theres no such string in the exe.

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #10 on: August 10, 2004, 09:20:37 pm »
Yea, i got 67b34be4 too for the non faded exe but how can i change the faded exe with this?

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #11 on: August 10, 2004, 09:22:44 pm »
The purpose of this is I want to take the fade out of yeng's modified supercheat.exe

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Fade
« Reply #12 on: August 11, 2004, 12:47:04 am »
Look in the DLLs too, it's possible that the crc32 value is encrypted anyhow and that wouldn't help us much.
Heckling is an art, and game hacking a science.

Stunna

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Fade
« Reply #13 on: August 11, 2004, 03:31:04 am »
No, I think its in the exe, but how can i change the CRC32 value?

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Fade
« Reply #14 on: August 11, 2004, 11:20:23 pm »
Well just modify the .exe somewhere and the CRC is changed. But there is a check. The real CRC is stored in memory somewhere, it calculates the CRC and compares it to the one stored in memory. U need to find the CRC value stored in memory and change it through a hex editor.

The CRC could also be in the DLLs as they pracitcally just are parts of the .exe (functions).
Heckling is an art, and game hacking a science.