• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Anti hack!!

Status
Not open for further replies.
Level 3
Joined
May 6, 2004
Messages
39
wow that would be great he if you get it tell me plz cuz im makin a map that i want protected and everythin cuz it would suk if it did sry i dont know if there is any but i will look
 

c3o

c3o

Level 2
Joined
Feb 17, 2004
Messages
21
Anti cheat!

Complicated soltion;
extract common.j or cheat.j or something like that from your wc3.mpq file, remove the triggers which are the cheats,
Easy solution;
Create a trigger with an event
Player(all) types greedisgood as a substring
condition
substring(entered chat string)1-12 equal to greedisgood
action
Player - set (triggering player) current gold and lumber to 0.
Game - Display to (player group(triggering player) : No cheating!! :D:D:D
Then just make new triggers for all cheats which negates the effect of them.
 
Status
Not open for further replies.
Top