Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀
- # ▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀
- # ▀▀▀▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄▀▀▀▀
- # ▀▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▄▄▄▀
- # ▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄
- # ▄▄▄▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▄
- # ▄▄▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄
- # ▄▄▄▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄
- #▄▄▄▄▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▄▄▄ | CRIADO POR MRGUIZIN_
- #▀▀▀▀▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀ | SKRIPT 1.0 BETA
- # ▀▀▀▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀ | SKYPE: live:gabrieldoprado01
- # ▀▀▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀
- # ▀▀▀▀▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄▀▀▀
- # ▀▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▄▄▄▀
- # ▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄
- # ▄▄▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▄▄
- # ▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄▄▄
- # ▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄▄▄▄
- #▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▄▄▄▄▄▄▄
- #▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▄▀▀▀▀▀▀▀▀▀▀▀▀▀
- # ▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▄▄▄▀▀▀▀▀▀▀▀▀▀
- # ▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▄▄▄▄▄▀▀▀▀▀▀▀
- # ▀▀▀▄▄▄▄▄▄▄▀▀▀▄▄▄▄▄▄▄▀▀▀▀
- #
- # ▀▄▄▄▄▄▄▄▄▄▀▄▄▄▄▄▄▄▄▄▀
- every 120 seconds:
- delete {blockedconnection}
- command /m_atibot [<text>]:
- aliases: ajb
- trigger:
- if {antijoinbot.enabled} is true:
- message "&a&lM_ANTIBOT &7&oFeito por MrGuiizin_ &7- &a&lLIGADO"
- message "&cBOTS BLOQUEADOS: &a%{totalbots}%"
- else:
- message "a&lM_ANTIBOT &7&oFeito por MrGuiizin_ &7- &4&lDESLIGADO"
- message "&cBOTS BLOQUEADOS: &a%{totalbots}%"
- if arg-1 is "ligar":
- player has permission "*"
- set {antijoinbot.enabled} to true
- message "&a&lM_ANTIBOT &7&l|&r &a&lLIGADO"
- if arg-1 is "desligar":
- player has permission "*"
- set {antijoinbot.enabled} to false
- message "&a&lM_ANTIBOT &7&l|&r &4&lDESLIGADO"
- on connect:
- {antijoinbot.enabled} is true
- if {firstjoin::%player%} is not set:
- kick the player due to "&7(&a&lM&7_&f&lANTIBOT&7) &7&l|&r &aConexão verificada, por favor entre novamente."
- set {firstjoin::%player%} to ""
- add 1 to {blockedconnection}
- if {blockedconnection} > 199:
- loop all players:
- loop-player has permission "antijoinbot.message"
- message "&a&lM_ANTIBOT &7&l|&r BLOQUEADO &r&a%{blockedconnection}%&r BOTS!" to loop-player
- add {blockedconnection} to {totalbots}
- set {blockedconnection} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement