Aller au contenu
  • 0

Connaissez vous un code d'anti fly qui fonctionne a 100% ?


Question

7 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Je te passes un bout de mon anticheat :) .

 

[spoiler=L'antifly]

every 5 seconds:
   loop all players:
       loop-player is not flying
       set {_block} to the block below loop-player
       while {_block} is air :
           set {_block} to the block below {_block}
           add 1 to {_altitude}
       wait 1 second
       set {_block} to the block below loop-player
       while {_block} is air :
           set {_block} to the block below {_block}
           add 1 to {_altitude2}
       if  block west below loop-player is not air :
           add 1 to {_edge}
       if  block north below loop-player is not air :
           add 1 to {_edge}
       if  block south below loop-player is not air :
           add 1 to {_edge}
       if  block east below loop-player is not air :
           add 1 to {_edge}
       if  block south loop-player is not air :
           add 1 to {_wall}
       if  block north loop-player is not air :
           add 1 to {_wall}
       if  block west loop-player is not air :
           add 1 to {_wall}
       if  block east loop-player is not air :
           add 1 to {_wall}
       if {_altitude2} >= {_altitude}:
           {_altitude} > 1
           if {_edge} is not set :
               broadcast "&4[&cWarden&4] &f%loop-player% &7à été bannis pour : Fly"
#                kick loop-player due to "<light red>Bannis pour : Fly"
#                make console execute command "/ban %loop-player% <light red>Bannis pour : Fly"
           if {_edge} = 1 :
               {_wall} > 0
               broadcast "&4[&cWarden&4] &f%loop-player% &7à été bannis pour : Fly"
#                kick loop-player due to "<light red>Bannis pour : Fly"
#                make console execute command "/ban %loop-player% <light red>Bannis pour : Fly"

 

 

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.