[DA] war3map.j

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

User avatar
DacarFerrari
Banned-To-Be
Posts: 28
Joined: March 6th, 2013, 6:15 am
Title: The Questioner

[DA] war3map.j

Post by DacarFerrari »

Hmm Help me to detect the name activator of this war3map.j
thanks in advance who can make this =)
You do not have the required permissions to view the files attached to this post.
A genius, huh? What does that mean? 'Genius'?
So I was not born with a whole lot of natural talent, not gifted like the Super Moderators
here...
but I work hard and I never give up! That is my gift; that is my way!
Admiration is the furthest thing from understanding.
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: [DA] war3map.j

Post by Kryptonyte »

The name that will automatically have cheats activated for that is JJ2197.

EDIT:

Also, I guess I'll explain how I found that.
If you're looking for a certain activation method, it's not too hard. You asked for the name activator.
While in JASSCraft, you can do a search (ctrl+f) and type anything. I searched for 'PlayerName'.

The result (found on line 2351/2352):
if GetPlayerName(Player(K4I))==D8E[74]+D8E[74]+D8E[50]+D8E[49]+D8E[57]+D8E[55]then
call DisplayTextToPlayer(Player(K4I),0,0,"|CFFFF0000Cheated")

And then it was just searching for what 'D8E' was, so it find out what it was set as:
Search: 'Set D8E'.

Result:
Spoiler:
set D8E[48]="0"
set D8E[49]="1"
set D8E[50]="2"
set D8E[51]="3"
set D8E[52]="4"
set D8E[53]="5"
set D8E[54]="6"
set D8E[55]="7"
set D8E[56]="8"
set D8E[57]="9"
set D8E[97]="a"
set D8E[98]="b"
set D8E[99]="c"
set D8E['d']="d"
set D8E['e']="e"
set D8E['f']="f"
set D8E['g']="g"
set D8E['h']="h"
set D8E['i']="i"
set D8E['j']="j"
set D8E['k']="k"
set D8E['l']="l"
set D8E['m']="m"
set D8E['n']="n"
set D8E['o']="o"
set D8E['p']="p"
set D8E['q']="q"
set D8E['r']="r"
set D8E['s']="s"
set D8E['t']="t"
set D8E['u']="u"
set D8E['v']="v"
set D8E['w']="w"
set D8E['x']="x"
set D8E['y']="y"
set D8E['z']="z"
set D8E[65]="A"
set D8E[66]="B"
set D8E[67]="C"
set D8E[68]="D"
set D8E[69]="E"
set D8E[70]="F"
set D8E[71]="G"
set D8E[72]="H"
set D8E[73]="I"
set D8E[74]="J"
set D8E[75]="K"
set D8E[76]="L"
set D8E[77]="M"
set D8E[78]="N"
set D8E[79]="O"
set D8E[80]="P"
set D8E[81]="W"
set D8E[82]="R"
set D8E[83]="S"
set D8E[84]="T"
set D8E[85]="U"
set D8E[86]="V"
set D8E[87]="W"
set D8E[88]="X"
set D8E[89]="Y"
set D8E[90]="Z"
Added spoiler because of length. Anyways, those show the values. Then just plug them into the first line of code.
Last edited by Kryptonyte on May 11th, 2013, 2:48 am, edited 2 times in total.
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.
Apple
Forum Staff
Posts: 1470
Joined: November 3rd, 2010, 10:48 am
Title: Best Player
Location: Singapore

Re: [DA] war3map.j

Post by Apple »

Arrow activator: LRRRRRRRRR
should be
Request a map? Follow the rulesHERE
Request templateHERE
Please, do not PM me.
On the side note, I'm still playing vampirism speed on malaysia room, occasionally in Garena. Bcuz too lazy to find out where else I can play them.
User avatar
DacarFerrari
Banned-To-Be
Posts: 28
Joined: March 6th, 2013, 6:15 am
Title: The Questioner

Re: [DA] war3map.j

Post by DacarFerrari »

thanks for kryptonite and Apple for helping me ty :))
A genius, huh? What does that mean? 'Genius'?
So I was not born with a whole lot of natural talent, not gifted like the Super Moderators
here...
but I work hard and I never give up! That is my gift; that is my way!
Admiration is the furthest thing from understanding.