[JJCP] DEATHWING ORPG v1.44

This is where fulfilled requests go. You can make a new thread here if you edit a map and want to share it, such as if you cheat a new map without anybody actually requesting it.

Moderator: Cheaters

hauster
Newcomer
Posts: 3
Joined: April 24th, 2018, 11:49 am

[JJCP] DEATHWING ORPG v1.44

Post 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.
You do not have the required permissions to view the files attached to this post.
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: [JJCP] DEATHWING ORPG v1.44

Post 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>
You do not have the required permissions to view the files attached to this post.
hauster
Newcomer
Posts: 3
Joined: April 24th, 2018, 11:49 am

Re: [JJCP] DEATHWING ORPG v1.44

Post 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_-+= \\!@#$%^&*()/?>.<,;:'\"{}[]|`~"
You do not have the required permissions to view the files attached to this post.
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: [JJCP] DEATHWING ORPG v1.44

Post 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.