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

[Trigger] Cheat Detector Do Not Work....

Status
Not open for further replies.
Level 7
Joined
May 23, 2011
Messages
179
Guys ive encountered this recently.... How to determine 'greedisgood' cheat??? Its hard because of the "greedisgood 1111111" like that..... Guys how to determine the Greedisgood cheat if there are numbers.....
My triggers:
  • Cheat Detector
    • Events
      • Player - Player 1 (Red) types a chat message containing <Empty String> as An exact match
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Or - Any (Conditions) are true
            • Conditions
              • (Entered chat string) Equal to whosyourdaddy
              • (Entered chat string) Equal to (greedisgood + xxxxxx)
              • (Entered chat string) Equal to warpten
              • (Entered chat string) Equal to thereisnospoon
              • (Entered chat string) Equal to iseedeadpeople
              • (Entered chat string) Equal to iocainepowder
              • (Entered chat string) Equal to strengthandhonor
        • Then - Actions
          • -------- Prohibits Players from Playing if Cheating --------
          • Dialog - Show Dialog_Cheat_Warning for (Triggering player)
        • Else - Actions
Thanks...
 
Level 7
Joined
May 23, 2011
Messages
179
  • Cheat Detector
    • Events
      • Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Or - Any (Conditions) are true
            • Conditions
              • (Entered chat string) Equal to whosyourdaddy
              • (Entered chat string) Equal to (greedisgood + xxxxxx)
              • (Entered chat string) Equal to warpten
              • (Entered chat string) Equal to thereisnospoon
              • (Entered chat string) Equal to iseedeadpeople
              • (Entered chat string) Equal to iocainepowder
              • (Entered chat string) Equal to strengthandhonor
        • Then - Actions
          • -------- Prohibits Players from Playing if Cheating --------
          • Dialog - Show Dialog_Cheat_Warning for (Triggering player)
        • Else - Actions
Like that but how about the Greedisgood???? It do not work.......
 
Level 19
Joined
Feb 4, 2009
Messages
1,313
detecting cheats with chat messages does not work

you will have to make a workaround for every single cheat
for example to detect whosyourdaddy you can create a unit for every player attacking a hostile one which should have enough regeneration to stay alive as long as whosyourdaddy is not activated
if the unit dies the owner of the killing unit cheated
there are ways to detect other cheats as well
I am sure you will find something with the forum search or google
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,198
The only cheat you really want to block is unit selection in maphacks as that one is a serious issue =P. I remember in a footmen wars game how someone killed a sheep while that sheep was still in the base ;O.
And that is not even really a cheat next to a low down hack. Its the same as sending invalid packets to crash the game or cause unexpected behaviour.
 
Status
Not open for further replies.
Top