• 🏆 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!

Cheats

Status
Not open for further replies.
Level 34
Joined
Sep 6, 2006
Messages
8,873
You can reverse some with triggers. (Like resource cheats) Others I would just suggest a penalty.
 
Level 1
Joined
Aug 12, 2007
Messages
4
I have tried that whenever a player types in a cheat, you lose, but It didnt work. Is any1 able to tell me working code for it???
 
Level 4
Joined
Jul 30, 2007
Messages
79
  • AntiCheat
    • Events
      • Player - Player 1 (Red) types a chat message containing -greedisgood as A substring
      • Player - Player 2 (Blue) types a chat message containing -greedisgood as A substring
      • Player - Player 3 (Teal) types a chat message containing -greedisgood as A substring
      • Player - Player 4 (Purple) types a chat message containing -greedisgood as A substring
      • Player - Player 5 (Yellow) types a chat message containing -greedisgood as A substring
      • Player - Player 6 (Orange) types a chat message containing -greedisgood as A substring
      • Player - Player 7 (Green) types a chat message containing -greedisgood as A substring
      • Player - Player 8 (Pink) types a chat message containing -greedisgood as A substring
    • Conditions
    • Actions
      • Game - Defeat (Triggering player) with the message: No Cheating Ass Hat
 
  • AntiCheat
    • Events
      • Player - Player 1 (Red) types a chat message containing -greedisgood as A substring
      • Player - Player 2 (Blue) types a chat message containing -greedisgood as A substring
      • Player - Player 3 (Teal) types a chat message containing -greedisgood as A substring
      • Player - Player 4 (Purple) types a chat message containing -greedisgood as A substring
      • Player - Player 5 (Yellow) types a chat message containing -greedisgood as A substring
      • Player - Player 6 (Orange) types a chat message containing -greedisgood as A substring
      • Player - Player 7 (Green) types a chat message containing -greedisgood as A substring
      • Player - Player 8 (Pink) types a chat message containing -greedisgood as A substring
    • Conditions
    • Actions
      • Game - Defeat (Triggering player) with the message: No Cheating Ass Hat

uh, typing in a cheat in single player does not require a -, and you cant detect when some one is typing in a cheat. BUT heres an idea. Make the cheats have no purpose. such as, when you get a LOT of money fast, then make the "computers" undefeatable, like, make them invunerable, or when they have the power of "whosyourdaddy" then make all the units invunerable by checking if a player is killing units in one hit. etc. etc.
 
Status
Not open for further replies.
Top