Page 1 of 1

[JASS] Anti Map Hack

Posted: July 11th, 2016, 8:44 pm
by Aloha
Could someone show me the anti maphack script that's in this map?
The anti MH causes the MH users fatal error only at the first several second.

Also, could someone make an anti-Maphack script which autokick the MH users( or maybe make the laucher force close) and make an announcement or displaytext for 20 seconds to others too.

Example, T2T150 uses MH
then there will be an text announcement like, "T2T150 used Maphack" or something like that.

Please, I really need this

Re: [JASS] Anti Map Hack

Posted: July 11th, 2016, 8:49 pm
by devoltz
Fukki's cheatpack have an maphack detector,
u can see the cheatpack script to have an idea.
cheatpack link.

Re: [JASS] Anti Map Hack

Posted: July 16th, 2016, 10:18 am
by Fukki
if u need to make hackmap detector frist u need to know logical
for checking
1. u cant select unit in fog
2. u cant select uint in invisible
3. 1 and 2 is enemy unit or not have vision sharing
4. if need make sure just add timer for check player again
this is my logical :p

PS. in my CP not have timer for recheck XD

Re: [JASS] Anti Map Hack

Posted: July 19th, 2016, 1:59 pm
by Aloha
Well, it's actually hard for me(for a beginner :( )
But I will try to understand the string first.