[GUIDE] How to remove SProtect & SSProtect
Moderator: Cheaters
-
- Newcomer
- Posts: 7
- Joined: October 5th, 2009, 9:34 am
Re: [GUIDE] How to remove SProtect & SSProtect
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
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [GUIDE] How to remove SProtect & SSProtect
It's the map, don't need to specify since it's obvious (I guess?).
-
- 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
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)"
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)"
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [GUIDE] How to remove SProtect & SSProtect
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.
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.
-
- 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
That is not my writing. My friend edited a little bit.nuzamacuxe wrote: Thank you very much! I've read your another guide as well (http://cheatmap.tistory.com/entry/7-Spr ... tSSProtect).
P.S. He also can unhex as well, like me.
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
-
- Old Wrinkly Member
- Posts: 229
- Joined: December 17th, 2011, 9:25 am
- Title: Genius
Re: [GUIDE] How to remove SProtect & SSProtect
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 ?
The Length of Hash nd Block is x Header Pos(200) but Its you write x10 ?
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times
Re: [GUIDE] How to remove SProtect & SSProtect
There are many ways to calculate the lenght, just do in the way you feel comfortable.
-
- Old Wrinkly Member
- Posts: 229
- Joined: December 17th, 2011, 9:25 am
- Title: Genius
Re: [GUIDE] How to remove SProtect & SSProtect
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
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
Herenuzamacuxe 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
Herenuzamacuxe 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
And herenuzamacuxe 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
nuzamacuxe wrote:[/list]
- 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
-
- Also Not an Admin, but closer than devoltz
- Posts: 1655
- Joined: February 14th, 2018, 5:35 am
- Title: Just Another S.Mod
- Been thanked: 6 times