Hmm Help me to detect the name activator of this war3map.j
thanks in advance who can make this =)
[DA] war3map.j
Moderator: Cheaters
-
- Banned-To-Be
- Posts: 28
- Joined: March 6th, 2013, 6:15 am
- Title: The Questioner
[DA] war3map.j
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.
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.
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: [DA] war3map.j
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:
Added spoiler because of length. Anyways, those show the values. Then just plug them into the first line of code.
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:
Last edited by Kryptonyte on May 11th, 2013, 2:48 am, edited 2 times in total.

Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Forum Staff
- Posts: 1471
- Joined: November 3rd, 2010, 10:48 am
- Title: Not cool
- Location: Singapore
-
- Banned-To-Be
- Posts: 28
- Joined: March 6th, 2013, 6:15 am
- Title: The Questioner
Re: [DA] war3map.j
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.
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.