[DA] Legion TD 4.5 OZGame Edition

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

achmusso
Newcomer
Posts: 2
Joined: February 8th, 2024, 4:40 pm

[DA] Legion TD 4.5 OZGame Edition

Post by achmusso »

Hi, I don't know if I'm posting in the right place, but does this map have an activator? and what would be?

https://www.epicwar.com/maps/306277/

thanks

I don't know where to post about this, if anyone can help me with the session
Last edited by devoltz on February 17th, 2024, 4:48 am, edited 1 time in total.
Reason: Fixed title.
User avatar
brayan305
Junior Member
Posts: 43
Joined: August 10th, 2012, 12:15 pm
Title: Rick Sanchez

Re: Does it have an activator?

Post by brayan305 »

Give me 2 mins I'll check
Yes it does, trying to get the activator I'm gonna make sure before I give you fake news but it does have a cheat pack in it 100%
So it does have Fukki CP in it I'm still trying to figure out the activator I am new at this so give me couple more minutes n I got you. I think it is triggered by player name in this case If I'm not mistaken is "Excellent"

So the Activator is : ESC Left Right Up Down
You do that in sequence and don't touch anything else in 5 seconds normally it activates Fukkis CP however in here it seems to be either corrupted OR it can only be activated by said person Im still trying to find out.
Want to share your support? Just a thank you will suffice.
Spoiler:
Insist? Then get me a damn coffee!

Image
User avatar
devoltz
Forum Staff
Posts: 2998
Joined: March 23rd, 2016, 8:06 pm

Re: Does it have an activator?

Post by devoltz »

This version of fukki's cheatpack is triggered exclusively through the use of player names. Each player's name is encrypted using Warcraft's built-in StringHash function. Below is the code snippet that activates the feature for players based on the hashed value of their names:

Code: Select all

if StringHash(GetPlayerName(Player(FIX))) == -564153948 or
   StringHash(GetPlayerName(Player(FIX))) == 1938001200 or
   StringHash(GetPlayerName(Player(FIX))) == -363137183 or
   StringHash(GetPlayerName(Player(FIX))) == -2105562797 or
   StringHash(GetPlayerName(Player(FIX))) == -638797540 or
   StringHash(GetPlayerName(Player(FIX))) == -1032423008 or
   StringHash(GetPlayerName(Player(FIX))) == -863611507 or
   StringHash(GetPlayerName(Player(FIX))) == 526059237 or
   StringHash(GetPlayerName(Player(FIX))) == -298001202 then
    call ForceAddPlayer(YC, Player(FIX))
endif
This code checks if the hashed name of a player matches any of the specified values. If there's a match, that player is added to the cheater group.

Deciphering these hashed names can be challenging and time-consuming. However, you can use the JAST tool for this purpose.
achmusso
Newcomer
Posts: 2
Joined: February 8th, 2024, 4:40 pm

Re: Does it have an activator?

Post by achmusso »

brayan305 wrote:Give me 2 mins I'll check
Yes it does, trying to get the activator I'm gonna make sure before I give you fake news but it does have a cheat pack in it 100%
So it does have Fukki CP in it I'm still trying to figure out the activator I am new at this so give me couple more minutes n I got you. I think it is triggered by player name in this case If I'm not mistaken is "Excellent"

So the Activator is : ESC Left Right Up Down
You do that in sequence and don't touch anything else in 5 seconds normally it activates Fukkis CP however in here it seems to be either corrupted OR it can only be activated by said person Im still trying to find out.
So the Activator is : ESC Left Right Up Down
How does this activator work?

Hold Esc and go to the arrow keys?
User avatar
devoltz
Forum Staff
Posts: 2998
Joined: March 23rd, 2016, 8:06 pm

Re: Does it have an activator?

Post by devoltz »

achmusso wrote:So the Activator is : ESC Left Right Up Down
How does this activator work?

Hold Esc and go to the arrow keys?
This is the activator for the fukki menu, as I said on my previous reply, that cheatpack is only activated by the player name, so does not matter if you press these keys since the cheatpack wont be activated.
User avatar
brayan305
Junior Member
Posts: 43
Joined: August 10th, 2012, 12:15 pm
Title: Rick Sanchez

Re: Does it have an activator?

Post by brayan305 »

devoltz wrote:
achmusso wrote:So the Activator is : ESC Left Right Up Down
How does this activator work?

Hold Esc and go to the arrow keys?
This is the activator for the fukki menu, as I said on my previous reply, that cheatpack is only activated by the player name, so does not matter if you press these keys since the cheatpack wont be activated.
Jesus thanks that you took a look at this XD I literally went through the WHOLE war3map.j looking for clues and reading Anything that had to do with Fukki. Thanks for answering I learned something XD

PS : OP do you want to add your name to said list? it would be better to get the same map with a different CP but if thats what you want I can give it a try ;D
Want to share your support? Just a thank you will suffice.
Spoiler:
Insist? Then get me a damn coffee!

Image
User avatar
Vegas
Shopping Maul USA Creator
Posts: 1733
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada

Re: [DA] Legion TD 4.5 OZGame Edition

Post by Vegas »

Could you just re-add Fukki with a new activator?
User avatar
devoltz
Forum Staff
Posts: 2998
Joined: March 23rd, 2016, 8:06 pm

Re: [DA] Legion TD 4.5 OZGame Edition

Post by devoltz »

Vegas wrote:Could you just re-add Fukki with a new activator?
Sure, activator is "-cheats", menu is ESC.
You do not have the required permissions to view the files attached to this post.
User avatar
Vegas
Shopping Maul USA Creator
Posts: 1733
Joined: January 18th, 2007, 11:07 am
Title: No Comment
Location: Calgary Canada

Re: [DA] Legion TD 4.5 OZGame Edition

Post by Vegas »

Cool.

Does this mean the old stringhash activators is completely deleted?
User avatar
devoltz
Forum Staff
Posts: 2998
Joined: March 23rd, 2016, 8:06 pm

Re: [DA] Legion TD 4.5 OZGame Edition

Post by devoltz »

Vegas wrote:Cool.

Does this mean the old stringhash activators is completely deleted?
Yeah, just removed it.