how to decrypt?

This is where you request maps for inserting cheatpacks, enabling singleplayer, or other types of edits.

Moderator: Cheaters

beichen
Newcomer
Posts: 1
Joined: December 3rd, 2024, 4:09 pm

how to decrypt?

Post by beichen »

We know that no matter how encrypted the map is, Warcraft 3 can correctly decrypt it when loading the game.
So I'm thinking, is there a way to simulate the mechanism of loading maps in Warcraft 3, so that almost all encrypted maps can be decrypted.
Because I have limited exposure to Warcraft cheat maps, many of my ideas cannot be verified. I hope someone with the ability can help verify or answer this question. Is this feasible?

Here is a simple example. The game did not perform many other operations at the main method entrance, but executed a sentence of do_stcript code afterwards. Its function is usually to execute a specified script file or perform certain processing. Even if the map resource file is decompressed, I cannot crack the encryption and it is useless, but the game can still load normally. So the encryption of all maps must meet the encryption requirements of Warcraft3, which decrypts based on the encrypted markers. And if we make this process into a tool, it can solve all encryption problems.

Code: Select all

function main takes nothing returns nothing
    call ExecuteFunc("DoNothing")
    call StartCampaignAI( Player(PLAYER_NEUTRAL_AGGRESSIVE), "callback" )
    call ExecuteFunc("DoNothing")
    ......
    call do_script("war3map.bin", true)
endfunction
You do not have the required permissions to view the files attached to this post.
nhokc0n14
Newcomer
Posts: 1
Joined: August 11th, 2023, 1:39 am

Re: how to decrypt?

Post by nhokc0n14 »

welcome to china protect map :kek: and i will say to you .bin is just old protect :)))) they have another protect that hard to crack than .bin