[Add CP] Dark Invasion 2 v2.10 (wiped save code)

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

Kaeyos
Newcomer
Posts: 19
Joined: April 13th, 2008, 6:06 am

Re: [Add CP] Dark Invasion 2 v2.10 (wiped save code)

Post by Kaeyos »

If anyone had already realized this, I'm sorry, but there is no anti-single player, you can play single player w/o getting penalized except for a reduction of exp.
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: [Add CP] Dark Invasion 2 v2.10 (wiped save code)

Post by Kryptonyte »

storyyeller wrote:If the mapmakers were really devious, they would just make a script to automatically add heavily obfuscated, highly complex anticheat functions.

Put in some dummy functions that appear to do stuff but are really called from triggers that never execute, make every function have side effects that alter global variables, make liberal use of hash functions etc.
If you could automate it, you wouldn't even have to worry about wasting your own time writing the anti-cheats (well more then once anyway. You still have to do it the first time when you make the program itself).
Okay?
We get that there's better ways to have anti-cheats, you don't need to explain it.
If you really want, you can go to the Map Protection section and tell everyone how
to do it.
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
User avatar
itsonlyaname
Senior Member
Posts: 195
Joined: February 13th, 2008, 5:30 pm

Re: [Add CP] Dark Invasion 2 v2.10 (wiped save code)

Post by itsonlyaname »

the creator of this map uses very as few things as possible from wc3, most things are pure jass (or GUI)
for the gold, he has 2 triggers, each one remembers the amount u currently have, and depending on if u gain or lose gold, one of the triggers runs.
Any gold chance without those triggers will not work. (same for wood)

i found 2 problems:
when i tried the copy command, all units had ~2 hp, ~1 mana, and won't do anything, because creating units is also done by triggers. (bypassing these triggers would be a lot of work)
-tele doesn't work because.. the units have no patrol option :roll: (the screen is locked anyway, so it would be hard to target your teleport)


commands:
-spawn <number> look in the file 'item list' to see what number is what item
-gold x*
-wood x*
-exp x
-kill
-del

*using '-gold 100' will add 100 gold, not set your gold to 100. Same for wood and exp.

by using -exp you cannot skip lvls, the effect of -exp 999999 will just be 1 lvlup.

At first 'item codes.txt' may look strange, but you only need a bit of it.
this map also doesn't use rawcodes for items, it seems like a item is spawned and then changed by jass.
example: you want a good dagger, the 7th line in 'item codes' starts with " (1+5,"Flametongue","Dagger_06", ... "
so, using "-spawn 6" (1+5) would give you a 'flametongue' (rank 6 dagger). :)

also, be sure to use the correct number, as some items are only used in triggers, and could crash the game if you picked them up.
You do not have the required permissions to view the files attached to this post.
storyyeller
Senior Member
Posts: 178
Joined: February 15th, 2009, 9:08 pm

Re: [Add CP] Dark Invasion 2 v2.10 (wiped save code)

Post by storyyeller »

I remember trying to make a map like that. Everything was handled completely through JASS triggers. The unit's didn't even have a move ability.

I got kind of discouraged from mapmaking though when I realized that I couldn't host the maps I create anyway.
Kaeyos
Newcomer
Posts: 19
Joined: April 13th, 2008, 6:06 am

Re: [Add CP] Dark Invasion 2 v2.10 (wiped save code)

Post by Kaeyos »

Good job on finally figuring out how to cheat this map.. unfortunately there may be a code wipe soon
Jackdrits
Newcomer
Posts: 13
Joined: March 2nd, 2009, 1:21 am

Re: [Add CP] Dark Invasion 2 v2.10 (wiped save code)

Post by Jackdrits »

itsonlyaname wrote:
Spoiler:
the creator of this map uses very as few things as possible from wc3, most things are pure jass (or GUI)
for the gold, he has 2 triggers, each one remembers the amount u currently have, and depending on if u gain or lose gold, one of the triggers runs.
Any gold chance without those triggers will not work. (same for wood)

i found 2 problems:
when i tried the copy command, all units had ~2 hp, ~1 mana, and won't do anything, because creating units is also done by triggers. (bypassing these triggers would be a lot of work)
-tele doesn't work because.. the units have no patrol option :roll: (the screen is locked anyway, so it would be hard to target your teleport)


commands:
-spawn <number> look in the file 'item list' to see what number is what item
-gold x*
-wood x*
-exp x
-kill
-del

*using '-gold 100' will add 100 gold, not set your gold to 100. Same for wood and exp.

by using -exp you cannot skip lvls, the effect of -exp 999999 will just be 1 lvlup.

At first 'item codes.txt' may look strange, but you only need a bit of it.
this map also doesn't use rawcodes for items, it seems like a item is spawned and then changed by jass.
example: you want a good dagger, the 7th line in 'item codes' starts with " (1+5,"Flametongue","Dagger_06", ... "
so, using "-spawn 6" (1+5) would give you a 'flametongue' (rank 6 dagger). :)

also, be sure to use the correct number, as some items are only used in triggers, and could crash the game if you picked them up.
Excellent job!
Could you do the same with version 2.09?
I would be really thankful! :)
Thanks in advance.
User avatar
itsonlyaname
Senior Member
Posts: 195
Joined: February 13th, 2008, 5:30 pm

Re: [Add CP] Dark Invasion 2 v2.10 (wiped save code)

Post by itsonlyaname »

added the same cheats in v2.09 too, link: http://forum.wc3edit.net/fulfilled-requ ... t9863.html