Page 2 of 4

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: April 17th, 2018, 5:07 am
by Dragking
The start of the guide says to open the map in mpq and see that its read only and then it says to open hxd and enter in some details but you dont specify which file to put into hxd

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: April 17th, 2018, 5:08 am
by nuzamacuxe
It's the map, don't need to specify since it's obvious (I guess?).

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: April 25th, 2018, 10:20 pm
by BlacklightsC
Thanks to rewrite my thread. This thread more better.
Ps. Is any issue in my tool?

Ps 2. 0x7037AFC3 is hashed value at "(hash table)"
and also 0xA3B383EC is hashed value at "(block table)"

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: April 25th, 2018, 10:52 pm
by nuzamacuxe
Hey, long time no see. You're welcome!

Thank you very much! I've read your another guide as well (http://cheatmap.tistory.com/entry/7-Spr ... tSSProtect).

Your tool works just fine, didn't find any issue.

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: April 26th, 2018, 1:40 am
by BlacklightsC
nuzamacuxe wrote:Thank you very much! I've read your another guide as well (http://cheatmap.tistory.com/entry/7-Spr ... tSSProtect).


That is not my writing. My friend edited a little bit.

P.S. He also can unhex as well, like me.

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: April 26th, 2018, 3:24 am
by nuzamacuxe
Oh... I thought it was you, my bad. Sorry.

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: July 23rd, 2018, 5:49 pm
by clanhinata
I read all your guide , its very clearly but i found something make confuse

The Length of Hash nd Block is x Header Pos(200) but Its you write x10 ?

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: July 23rd, 2018, 6:21 pm
by nuzamacuxe
There are many ways to calculate the lenght, just do in the way you feel comfortable.

Re: [GUIDE] How to remove SProtect & SSProtect

Posted: July 24th, 2018, 4:02 am
by clanhinata
I mean in your thread :

The HEADER POS on START-OFFSET is 200 but the HEADER POS on Length is 10 , did u

The LENGTH of Hash Table on SProtect Example is : 04 00 * 02 00 = 80000 not 400 ?

On BlacklightsC Old Thread

BlacklightsC wrote:Open Windows Calculator to Programmer mode.
Change to Hex, DWORD.
Start-offset = Header Pos + Hash/Block Pos
Length = Hash/Block Size * 10

Pos and Size must read little-endian
ex. 92 E9 A7 01 -> 01 A7 E9 92 -> 0x01A7E992


nuzamacuxe wrote:
1) START-OFFSET & LENGTH VALUES:

NOTE: Don't forget to set your Windows calculator to DWORD.

    1.1) To find the START-OFFSET of the HASH TABLE:
    HASH POS + HEADER POS (01 A7 E9 92 + 200) = 1 A7 EB 92

    1.2) To find the LENGTH of the HASH TABLE:
    HASH SIZE * HEADER POS (4 00[400] * 10) = 4000

Here
nuzamacuxe wrote:
    1) START-OFFSET & LENGTH VALUES:

    NOTE: Don't forget to set your Windows calculator to DWORD.

      To find the START-OFFSET of the BLOCK TABLE:
      BLOCK POS + HEADER POS (0 + 200) = 200

      To find the LENGTH of the BLOCK TABLE:
      BLOCK SIZE * HEADER POS (2 94[294] * 10) = 2940


Here
nuzamacuxe wrote:
1) START-OFFSET & LENGTH VALUES:

NOTE: Don't forget to set your Windows calculator to DWORD.

    1.1) To find the START-OFFSET of the HASH TABLE:
    HASH POS + HEADER POS (FF E3 B4 14 + 1C4E00) = 214

    1.2) To find the LENGTH of the HASH TABLE:
    HASH SIZE * HEADER POS (8 00[800] * 10) = 8000


And here
nuzamacuxe wrote:
    1) START-OFFSET & LENGTH VALUES:

    NOTE: Don't forget to set your Windows calculator to DWORD.

      To find the START-OFFSET of the BLOCK TABLE:
      BLOCK POS + HEADER POS (FF E4 FC 16 + 1C4E00) = 1 4A 16

      To find the LENGTH of the BLOCK TABLE:
      BLOCK SIZE * HEADER POS (4 06[406] * 10) = 4060


Re: [GUIDE] How to remove SProtect & SSProtect

Posted: July 24th, 2018, 5:08 am
by nuzamacuxe
I see. This was a mistake, gonna fix it now. Thanks.