[GUIDE] How to remove SProtect & SSProtect

Cheatpacks and learning how to use them, as well as other guides for manipulating maps.

Moderator: Cheaters

Dragking
Newcomer
Posts: 7
Joined: October 5th, 2009, 9:34 am

Re: [GUIDE] How to remove SProtect & SSProtect

Post 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
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [GUIDE] How to remove SProtect & SSProtect

Post by nuzamacuxe »

It's the map, don't need to specify since it's obvious (I guess?).
User avatar
BlacklightsC
Newcomer
Posts: 13
Joined: February 19th, 2015, 8:04 pm
Title: Author to Cirnix
Location: Korea, Republic of

Re: [GUIDE] How to remove SProtect & SSProtect

Post 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)"
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [GUIDE] How to remove SProtect & SSProtect

Post 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.
User avatar
BlacklightsC
Newcomer
Posts: 13
Joined: February 19th, 2015, 8:04 pm
Title: Author to Cirnix
Location: Korea, Republic of

Re: [GUIDE] How to remove SProtect & SSProtect

Post 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.
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [GUIDE] How to remove SProtect & SSProtect

Post by nuzamacuxe »

Oh... I thought it was you, my bad. Sorry.
User avatar
clanhinata
Old Wrinkly Member
Posts: 229
Joined: December 17th, 2011, 9:25 am
Title: Genius

Re: [GUIDE] How to remove SProtect & SSProtect

Post 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 ?
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [GUIDE] How to remove SProtect & SSProtect

Post by nuzamacuxe »

There are many ways to calculate the lenght, just do in the way you feel comfortable.
User avatar
clanhinata
Old Wrinkly Member
Posts: 229
Joined: December 17th, 2011, 9:25 am
Title: Genius

Re: [GUIDE] How to remove SProtect & SSProtect

Post 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

User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1655
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [GUIDE] How to remove SProtect & SSProtect

Post by nuzamacuxe »

I see. This was a mistake, gonna fix it now. Thanks.