Page 1 of 1

[JJCP] DEATHWING ORPG v1.44

Posted: April 30th, 2018, 3:09 pm
by hauster
Map: DEATHWING ORPG v1.44
https://www.epicwar.com/maps/254769/

There protected war3map.j and common.j
I don't know what can be made with it. What i need to do so i insert CP into it? ( RMPQEx Jass Deobfuscation does't help )
Thanks in advance! Sorry for my bad English.

Re: [JJCP] DEATHWING ORPG v1.44

Posted: April 30th, 2018, 6:38 pm
by nuzamacuxe
They aren't protected.

Follow this guide: deprotection-cheating-f64/insert-a-cp-cc-enable-sp-deprotect-rc-t34777.html
and look for Mini FAQ, it's the third question.

ACTIVATOR: -easymode<space><space>

Re: [JJCP] DEATHWING ORPG v1.44

Posted: April 30th, 2018, 7:00 pm
by hauster
nuzamacuxe wrote:They aren't protected.

Follow this guide: deprotection-cheating-f64/insert-a-cp-cc-enable-sp-deprotect-rc-t34777.html
and look for Mini FAQ, it's the third question.

ACTIVATOR: -easymode<space><space>


Thank you for your work!
I said not about "Read-Only". If i just paste original JJCP, this map doesn't work. I need to know why.
Warcraft does not allow me to create map. ( JASS error i think )
This map have too many variables like this:

Code: Select all

constant integer I=101
constant integer I1=102
constant integer L1=103
constant integer II=101
constant integer LI=102
constant integer I11=103
constant integer II1=101
constant integer IL1=102
constant integer L11=103
constant integer LI1=101
constant integer LL1=102
constant integer I1I=103
constant integer III=101
constant integer ILI=102
constant integer L1I=103
constant integer LII=104
constant integer LLI=105
constant boolean I111=true
constant string I1I1="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_-+= \\!@#$%^&*()/?>.<,;:'\"{}[]|`~"

Re: [JJCP] DEATHWING ORPG v1.44

Posted: April 30th, 2018, 7:04 pm
by nuzamacuxe
Probably there's a function/variable collision. Please follow this guide:
deprotection-cheating-f64/bypassing-anti-cheats-t34923.html

Look for JASS PROBLEMS: 2) Function/Variable collisions.