Thanks in advance!
Some question about AMH.
Moderator: Cheaters
-
dDemoneEvil
- Old Wrinkly Member
- Posts: 200
- Joined: September 15th, 2009, 7:20 am
Some question about AMH.
I tried to cheat the map(VampirismFire5.07) . All works perfect but the "-mh" command useless in that game. Because when i typed "-mh", the map appears for 1 sec than disappear immediately. I know that is something /ANTI-CHEAT\ . How to disable it in JASS? Can you guys help me out?
Thanks in advance!
Thanks in advance!
Spoiler for The result if you double posted!:
-
GeorgeMots
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: Some question about AMH.
Search for a the text message that appears, when you type -mh and disable the function.
-
dDemoneEvil
- Old Wrinkly Member
- Posts: 200
- Joined: September 15th, 2009, 7:20 am
Re: Some question about AMH.
Thanks for the help , and they're no any text appears when i typed -mh.
Spoiler for The result if you double posted!:
-
GeorgeMots
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: Some question about AMH.
Look for the word you type, like -mh
Edit the cheat pack to change the command of maphack to -map and see if it works.
Edit the cheat pack to change the command of maphack to -map and see if it works.
-
dDemoneEvil
- Old Wrinkly Member
- Posts: 200
- Joined: September 15th, 2009, 7:20 am
-
haxorico
- Super Moderator
- Posts: 3204
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 2 times
Re: Some question about AMH.
coz in JJ's CP the command mh is in there as a substring of 1,3
so inorder not to complicate things. just try a command with 2 digits. make it -mm or smthing. then test
so inorder not to complicate things. just try a command with 2 digits. make it -mm or smthing. then test
-
dDemoneEvil
- Old Wrinkly Member
- Posts: 200
- Joined: September 15th, 2009, 7:20 am
Re: Some question about AMH.
Does not work too ,
Anyway , thanks for your help.
Edit : There is a .j file for those who need it. Thanks again.
It's not 1,3 . It's 0,3 .haxorico wrote:substring of 1,3
Anyway , thanks for your help.
Edit : There is a .j file for those who need it. Thanks again.
You do not have the required permissions to view the files attached to this post.
Spoiler for The result if you double posted!:
-
Sevion
- Junior Member
- Posts: 44
- Joined: April 12th, 2007, 2:43 am
- Location: STALKER!!!
Re: Some question about AMH.
This actually has nothing to do with what you typed.
There's probably a timer that resets the fog.
All you have to do is search for something along the lines of "Fog" or "Mask" etc.
There's probably a timer that resets the fog.
All you have to do is search for something along the lines of "Fog" or "Mask" etc.
"Sticks and stones may break my bones, but words will never hurt me!" Ouch! MY ARM!! YOU BROKE MY ARM!!
-
dDemoneEvil
- Old Wrinkly Member
- Posts: 200
- Joined: September 15th, 2009, 7:20 am
Re: Some question about AMH.
It's JJ's CP command 'problem'.

I just changed the false to true , and it works now.function MapHack takes player p2p returns nothing
local fogmodifier f2f=CreateFogModifierRect(p2p,FOG_OF_WAR_VISIBLE,bj_mapInitialPlayableArea,false,false)
Spoiler for The result if you double posted!:




