What would a cheat gold trigger look like ???
Moderator: Cheaters
-
- Newcomer
- Posts: 3
- Joined: March 22nd, 2009, 3:53 am
What would a cheat gold trigger look like ???
I suspected that someone put a cheat in this map, but it was protected so i worked the magic and unprotected it. i want to know how i would find the cheat gold trigger, or what it would look like.
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: What would a cheat gold trigger look like ???
you should upload your map here. Then you may get your answer fast.
note: you don't need to deprotect a map to look for the gold cheats.
note: you don't need to deprotect a map to look for the gold cheats.
-
- Newcomer
- Posts: 3
- Joined: March 22nd, 2009, 3:53 am
Re: What would a cheat gold trigger look like ???
yeah someone picked kirby in this map and he walks out to the middle and he's level one (obviously) but then he walks back to his base, comes back into the middle and he's level 16. i know that there's tomes in the center shop, but they cost 1250 gold each. anyway here is the map, its called Nintendo Footies. you have to deprotect it too
also, how do you find a gold cheat without deprotecting it to look inside
also, how do you find a gold cheat without deprotecting it to look inside
You do not have the required permissions to view the files attached to this post.
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Re: What would a cheat gold trigger look like ???
Open it up in MPQMaster, Extract war3map.j, Open in JASSCraft.SearingWolfe wrote: also, how do you find a gold cheat without deprotecting it to look inside
Umm, Since most cheats base off of a command (E.G. -ActivateAdmin), just CTRL + F for PlayerChat or PlayerChatEvent if you don't want to look at substrings, See what you find, Make sure to always look at the function that activates from the event, If you see something like "CustomDefeatBJ", It's for antihack.
EDIT: Went ahead and got your cheats for you;
Spoiler:
-
- Newcomer
- Posts: 3
- Joined: March 22nd, 2009, 3:53 am
Re: What would a cheat gold trigger look like ???
ok. thanks for finding them for me! but that still doesnt explain how he had a level 16 kirby at the beginning of the game. i forgot to say that he was brown, not red or blue
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
-
- Senior Member
- Posts: 178
- Joined: February 15th, 2009, 9:08 pm
Re: What would a cheat gold trigger look like ???
Wouldn't it be more effective to search for SetPLayerState? That should find all triggered cheats, even unconventional ones, as long as the map isn't heavily obfuscated.
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Re: What would a cheat gold trigger look like ???
Since most 'cheat' triggers are done by 'TriggerRegisterPlayerChatEvent()', It's more wise to do that.
What if there was a command to add a secret item? Or spawn a certain unit, GetPlayerState() wouldn't find that.
What if there was a command to add a secret item? Or spawn a certain unit, GetPlayerState() wouldn't find that.
-
- Senior Member
- Posts: 178
- Joined: February 15th, 2009, 9:08 pm
Re: What would a cheat gold trigger look like ???
But if you're looking for straight gold cheats, it's best to search for gold modification events directly
If you're looking for just any kind of cheats, then chat events would be the best way to start
If you're looking for just any kind of cheats, then chat events would be the best way to start