Sol Reklam

AntiBotDeluxeEX Bungeecord/plugins atınca çalışmıyor ne kadar bot varsa geçiriyor

Durum
Mesaj gönderimine kapalı.

TheWhyWolf

Somon Balığı Selam Vermeye Geldi
Katılım
17 Mart 2018
Mesajlar
10
Elmaslar
0
Puanlar
0
Yaş
24
Beyler durum vahim cidden bıktım allah kahretsin
Bu antibotDeluxeyi 2 kere almak zorunda kaldım 1 kere vds almak zorunda kaldım her yolu denedim yine değişen sonuç yok
Config'i atayım size buyrun "Sadece türkiye girişleri olduğu halde çok feci bot giriyor :)" yapımcısına kadar ulaştım yardım alamadım garip olan şey ise tek kişilik servere atınca fıstık gibi koruyor DİPNOT : Webpanel ayarlı olduğu halde yine geçiriyor
Kod:
#                 _   _ ____        _   _____       _
#     /\         | | (_)  _ \      | | |  __ \     | |
#    /  \   _ __ | |_ _| |_) | ___ | |_| |  | | ___| |_   ___  _____
#   / /\ \ | '_ \| __| |  _ < / _ \| __| |  | |/ _ \ | | | \ \/ / _ \
#  / ____ \| | | | |_| | |_) | (_) | |_| |__| |  __/ | |_| |>  <  __/
# /_/    \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
#


###############################
##            Info           ##
###############################

# FAQ: https://antibotdeluxe.com/webpanel/faq
# Web Panel: https://antibotdeluxe.com/webpanel/
# Discord: https://discord.gg/xTAzMCx

# If you require support, join our Discord as that is the ONLY location that we provide it.
# Anonymous statistics are sent to bStats.

# Thank you for purchasing AntiBotDeluxe.
# The default config requires very little configuring to make it fit your server.
# Some IMPORTANT options of the plugin is only available via the WEB PANEL.

Version: 9


###############################
##          General          ##
###############################

General:
  # The prefix of all messages.
  Prefix: '&7Bot Koruması &8» &7'
  # Enable or disable the AntiBotDeluxe log. If this is disabled, you will not receive support, as essential data is contained here.
  Log: true
  # You must enable this if you use a modified proxy, eg Waterfall, Hexacord or Travertine.
  Log4J: false
  # If enabled the Console will be spammed with for you useless Developer stuff
  Debug: false
  # Should we show a animation while there is no attack?
  Animation: true

  # BungeeCord only --
  BungeeCord:
    # Here you can set how many Threads one check is allowed to use.
    Threads: 2

  ConsoleFilter:
    - "logged in with entity id"
    - "com.mojang.authlib.GameProfile@"
    - "lost connection"
    - "timed"
    - "reset"
    - "UUID of player"
    - "InitialHandler"
    - "UpstreamBridge has disconnected"

  Statistics:
    AttackAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
      TriggerAmount: 5
    BlacklistAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
  AutoWhitelist:
    Enabled: true
    ActTime: 5

Storage:
  # Options Available: MySQL, FlatFile
  # If you are only running AntiBotDeluxe on one server, flat-file is recommended.
  Mode: FlatFile

  # Here you can set how the configuration file should update
  # Available options: LIVE, FREQUENTLY, NEVER
  # FREQUENTLY will cause a minutely update, when set on NEVER the use of /ab reload is needed.
  ConfigUpdate: FREQUENTLY

  MySQL:
    Host: '127.0.0.1'
    Username: 'root'
    Password: ''
    Database: antibotdeluxe
    MaximumPoolSize: 10
    MinimumIdle: 10
    MaximumLifetime: 1800000
    ConnectionTimeOut: 5000

###############################
##            Geo            ##
###############################

Geographical:
  Mode: Whitelist
  Countries:
    - "Turkey"
    - "Azerbaijan"

###############################
##           Plus            ##
###############################

# All settings here are only available to AntiBotDeluxe Plus users.
# Plus is not required for bot protection but allows access to better proxy definitions and more features.

IPTables:
  Enabled: true

  AddCommand: "sudo iptables -A INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"
  RemoveCommand: "sudo iptables -D INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"

  # Flush all rules only added by AntiBotDeluxe on every plugin load.
  # This is important to ensure all blacklisted IPs are up to date.
  # If you are developing your server and constantly rebooting, disable this.
  # Disabled by default to keep rules for following attacks.
  Flush: false

  # Blacklist a IP if they get blacklisted.
  # This wont add IP's that are downloaded
  # This option allows efficient mitigation of attacks and is recommended.
  AddWhenBlacklisted: true

  # Get IPTables to limit the speed of joins.
  # This is highly recommended to block sources of mass bot joins.
  ConnectLimit:
    Enabled: true
    # When set to AUTOMATIC the Plugin will try to get the Server's Port automatically
    ServerPort: AUTOMATIC
    Limit: 2

ProxyScraper:
  Enabled: true
  Threads: 350

  # Toggle proxy types to scrape for.
  # SOCKS is more common for bot attacks.
  SearchFor:
    HTTP: true
    SOCKS: true


###############################
##          Checks           ##
###############################

Checks:
  # This is the order of how checks work. You can comment them out here to disable them but is not recommended for blocking bots.
  # The default order is highly recommended to keep.
  Priority:
    - Condition02
    - ServerListPing
    - MaxPlayersPerIP
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond
    - APNCheck
    - GeoCheck
    - BlacklistCheck
    - Condition01
    - ProxyDetection
    - DNSBLCheck


  # This check looks how often the same IP tries to connect per second
  MaxConnectionsPerSecond:
    Value: 3

  # This is looking on how often a IP tries to connect with different names in a specific time, other then MaxPlayersPerIP this is not checking the online players
  MaxAccountsPerIP:
    Value: 5
    # Time storing the IP in minutes
    Time: 10
    Action: Blacklist

  MaxPlayersPerIP:
    Value: 2

  # Remember in default config this is just a condition
  MaxPlayersPerSecond:
    Value: 3

  # Enable or disable checks to use the hold dynamic mode for.
  # If you do not know what this is, leave it alone.
  Hold:
    - MaxPlayersPerSecond
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond

  # Enable or disable checks to use the conditional dynamic checks for.
  # If you do not know what this is, leave it alone.
  Conditional:
    '01':
      - MaxPlayersPerSecond
    '02':
      - Whitelist

###############################
##         Blacklist         ##
###############################

Blacklist:
  # Configure the sites where blacklisted IPs are loaded from.
  # The default settings are accurately chosen to be efficient and with few false positives.
  Synchronization:
    SyncBlacklist: true
    DirectAccess:
      - "http://lists.blocklist.de/lists/all.txt"
      - "http://cinsscore.com/list/ci-badguys.txt"
      - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
      - "http://blocklist.greensnow.co/greensnow.txt"
      - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
    ClickAccess:
      - "http://proxy-daily.com/"
      - "http://www.sslproxies24.top/"
      - "http://socksproxylist24.blogspot.ro/"

  # You can control the blocked APNs here.
  # If you do not know what this is, leave it alone.
  APN:
    - OVH
    - INFOLINK
    - TELEF
    - CHINANET
    - GoDaddy
    - PARSONLINE
    - "CORPORACION NACIONAL"
    - contabo
    - server
    - "TWC Central"
    - "USA COMPANIES"
    - "Fibrenoire"
    - "Fibrenoire Inc."
    - "batihost"
    - "yetkin"
    - "rabisu"
    - "nitrado"

###############################
##           Proxy           ##
###############################

# These sites check if an account is a proxy.
# The condition just disables the site if requirements aren't reached.
ProxySettings:
  Sites:
    '1':
      URL: "http://www.stopforumspam.com/api?ip=%ip%"
      Keyword: "<appears>yes</appears>"
      Action: KICK
    '2':
      URL: "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '3':
      URL: "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0"
      Keyword: "\"yes\""
      Action: KICK
    '4':
      URL: "http://botscout.com/test/?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '5':
      URL: "http://api.antibotdeluxe.com/system/1/check?ip=%ip%"
      Keyword: "\"1\""
      Action: KICK
      Condition: PLUS

  DNSBL:
    Services:
    # Confirmed Proxies
    - "dnsbl.proxybl.org"
    # Zombie Networks
    - "zombie.dnsbl.sorbs.net"
    # HTTP Proxies
    - "http.dnsbl.sorbs.net"
    # Socks Proxies
    - "socks.dnsbl.sorbs.net"
    # Misc Proxies
    - "misc.dnsbl.sorbs.net"
    # XBL
    - "xbl.spamhaus.org"

###############################
##          Locale           ##
###############################

Locale:
  # Available presets are English (EN), German (DE), French (FR), Italian (IT), Dutch (NL), Turkish (TU), Romanian (RO),
  # Messages are configurable over in the messages_locale.yml.
  # You can enter the name of your presence here.
  Preset: EN
 

batuhanxx123

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2014
Mesajlar
88
Elmaslar
28
Puanlar
13.470
Yer
İstanbul
Minecraft
BatuhanB7Y
Antibotdeluex övenleri buraya bekliyorum.
 

TheWhyWolf

Somon Balığı Selam Vermeye Geldi
Katılım
17 Mart 2018
Mesajlar
10
Elmaslar
0
Puanlar
0
Yaş
24

batuhanxx123

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2014
Mesajlar
88
Elmaslar
28
Puanlar
13.470
Yer
İstanbul
Minecraft
BatuhanB7Y
Aga vallaha billa bıktım bak olan paraya oldu 150 tl civarında para gitti bot için hala giriyor
Kardeşim Antibotdeluex övenler cok güzel övüyor onlar yardım etsin. bendede var . bot giriyor her türlü.
 

IYBK

Bizde geri vites yok! Gerekirse ilerden döneriz.

Discord:

.

Katılım
11 Eylül 2016
Mesajlar
189
Elmaslar
80
Puanlar
14.170
Yaş
25
Yer
İzmir
Minecraft
ImpCrayzLocker
Antibotdeluex de bir hata bulamadım şahsen kendim denemelik bot atdım girmedi.
 

TheWhyWolf

Somon Balığı Selam Vermeye Geldi
Katılım
17 Mart 2018
Mesajlar
10
Elmaslar
0
Puanlar
0
Yaş
24
Antibotdeluex de bir hata bulamadım şahsen kendim denemelik bot atdım girmedi.
Sunucun ne ? Hubmu Singelmı ?[DOUBLEPOST=1521355722,1521355234][/DOUBLEPOST]+ olarak sabahtan beri tüm versiyonlarını hem single serverde hemde bungeecordda deniyorum hepsi aynı bungeede hala botu geçiriyor :)[DOUBLEPOST=1521355775][/DOUBLEPOST]
Kardeşim Antibotdeluex övenler cok güzel övüyor onlar yardım etsin. bendede var . bot giriyor her türlü.
Senindemi Hub?
 

MoonQS

Nether Kaşifi
Katılım
13 Ekim 2016
Mesajlar
1.089
Elmaslar
796
Puanlar
16.085
Yer
Türkiye
Minecraft
Grossy
MySQL bağlayıp denermisin?
 

SYN_T3SL4

If you can't handle it you will win nothing !

Discord:

Halil#4439

Katılım
11 Mart 2016
Mesajlar
991
Elmaslar
911
Puanlar
19.300
Yaş
22
Yer
Aydın / Kuşadası
Minecraft
SYN_T3SL4
Antibotdeluex övenleri buraya bekliyorum.
Geldim canım benim hiç merak etme :D

Aşağıda verdiğim configi kullan. Son sürümü kullandığından da emin ol
Kod:
#                 _   _ ____        _   _____       _
#     /\         | | (_)  _ \      | | |  __ \     | |
#    /  \   _ __ | |_ _| |_) | ___ | |_| |  | | ___| |_   ___  _____
#   / /\ \ | '_ \| __| |  _ < / _ \| __| |  | |/ _ \ | | | \ \/ / _ \
#  / ____ \| | | | |_| | |_) | (_) | |_| |__| |  __/ | |_| |>  <  __/
# /_/    \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
#


###############################
##            Info           ##
###############################

# FAQ: https://antibotdeluxe.com/webpanel/faq
# Web Panel: https://antibotdeluxe.com/webpanel/
# Discord: https://discord.gg/xTAzMCx

# If you require support, join our Discord as that is the ONLY location that we provide it.
# Anonymous statistics are sent to bStats.

# Thank you for purchasing AntiBotDeluxe.
# The default config requires very little configuring to make it fit your server.
# Some IMPORTANT options of the plugin is only available via the WEB PANEL.

Version: 9


###############################
##          General          ##
###############################

General:
  # The prefix of all messages.
  Prefix: '&2&lSon&c&lOsmanli &e»&7'
  # Enable or disable the AntiBotDeluxe log. If this is disabled, you will not receive support, as essential data is contained here.
  Log: true
  # You must enable this if you use a modified proxy, eg Waterfall, Hexacord or Travertine.
  Log4J: false
  # If enabled the Console will be spammed with for you useless Developer stuff
  Debug: false
  # Should we show a animation while there is no attack?
  Animation: true

  # BungeeCord only --
  BungeeCord:
    # Here you can set how many Threads one check is allowed to use.
    Threads: 2

  ConsoleFilter:
    - "logged in with entity id"
    - "com.mojang.authlib.GameProfile@"
    - "lost connection"
    - "timed"
    - "reset"
    - "UUID of player"
    - "InitialHandler"
    - "UpstreamBridge has disconnected"

  Statistics:
    AttackAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
      TriggerAmount: 5
    BlacklistAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
  AutoWhitelist:
    Enabled: true
    ActTime: 5

Storage:
  # Options Available: MySQL, FlatFile
  # If you are only running AntiBotDeluxe on one server, flat-file is recommended.
  Mode: FlatFile

  # Here you can set how the configuration file should update
  # Available options: LIVE, FREQUENTLY, NEVER
  # FREQUENTLY will cause a minutely update, when set on NEVER the use of /ab reload is needed.
  ConfigUpdate: FREQUENTLY

  MySQL:
    Host: '127.0.0.1'
    Username: 'root'
    Password: ''
    Database: antibotdeluxe
    MaximumPoolSize: 10
    MinimumIdle: 10
    MaximumLifetime: 1800000
    ConnectionTimeOut: 5000

###############################
##            Geo            ##
###############################

Geographical:
  Mode: Whitelist
  Countries:
    - "Cyprus"
    - "Turkey"
    - "Azerbaijan"

###############################
##           Plus            ##
###############################

# All settings here are only available to AntiBotDeluxe Plus users.
# Plus is not required for bot protection but allows access to better proxy definitions and more features.

IPTables:
  Enabled: true

  AddCommand: "sudo iptables -A INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"
  RemoveCommand: "sudo iptables -D INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"

  # Flush all rules only added by AntiBotDeluxe on every plugin load.
  # This is important to ensure all blacklisted IPs are up to date.
  # If you are developing your server and constantly rebooting, disable this.
  # Disabled by default to keep rules for following attacks.
  Flush: false

  # Blacklist a IP if they get blacklisted.
  # This wont add IP's that are downloaded
  # This option allows efficient mitigation of attacks and is recommended.
  AddWhenBlacklisted: true

  # Get IPTables to limit the speed of joins.
  # This is highly recommended to block sources of mass bot joins.
  ConnectLimit:
    Enabled: true
    # When set to AUTOMATIC the Plugin will try to get the Server's Port automatically
    ServerPort: AUTOMATIC
    Limit: 3

ProxyScraper:
  Enabled: true
  Threads: 350

  # Toggle proxy types to scrape for.
  # SOCKS is more common for bot attacks.
  SearchFor:
    HTTP: true
    SOCKS: true


###############################
##          Checks           ##
###############################

Checks:
  # This is the order of how checks work. You can comment them out here to disable them but is not recommended for blocking bots.
  # The default order is highly recommended to keep.
  Priority:
    - Condition02
    - ServerListPing
    - MaxPlayersPerIP
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond
    - APNCheck
    - GeoCheck
    - BlacklistCheck
    - Condition01
    - ProxyDetection
    - DNSBLCheck


  # This check looks how often the same IP tries to connect per second
  MaxConnectionsPerSecond:
    Value: 3

  # This is looking on how often a IP tries to connect with different names in a specific time, other then MaxPlayersPerIP this is not checking the online players
  MaxAccountsPerIP:
    Value: 5
    # Time storing the IP in minutes
    Time: 10
    Action: Blacklist

  MaxPlayersPerIP:
    Value: 2

  # Remember in default config this is just a condition
  MaxPlayersPerSecond:
    Value: 3

  # Enable or disable checks to use the hold dynamic mode for.
  # If you do not know what this is, leave it alone.
  Hold:
    - MaxPlayersPerSecond
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond

  # Enable or disable checks to use the conditional dynamic checks for.
  # If you do not know what this is, leave it alone.
  Conditional:
    '01':
      - MaxPlayersPerSecond
    '02':
      - Whitelist

###############################
##         Blacklist         ##
###############################

Blacklist:
  # Configure the sites where blacklisted IPs are loaded from.
  # The default settings are accurately chosen to be efficient and with few false positives.
  Synchronization:
    SyncBlacklist: true
    DirectAccess:
      - "http://lists.blocklist.de/lists/all.txt"
      - "http://cinsscore.com/list/ci-badguys.txt"
      - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
      - "http://blocklist.greensnow.co/greensnow.txt"
      - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
    ClickAccess:
      - "http://proxy-daily.com/"
      - "http://www.sslproxies24.top/"
      - "http://socksproxylist24.blogspot.ro/"

  # You can control the blocked APNs here.
  # If you do not know what this is, leave it alone.
  APN:
    - OVH
    - INFOLINK
    - TELEF
    - CHINANET
    - GoDaddy
    - PARSONLINE
    - "CORPORACION NACIONAL"
    - contabo
    - server
    - "TWC Central"
    - "USA COMPANIES"
    - "Fibrenoire"
    - "Fibrenoire Inc."

###############################
##           Proxy           ##
###############################

# These sites check if an account is a proxy.
# The condition just disables the site if requirements aren't reached.
ProxySettings:
  Sites:
    '1':
      URL: "http://www.stopforumspam.com/api?ip=%ip%"
      Keyword: "<appears>yes</appears>"
      Action: KICK
    '2':
      URL: "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '3':
      URL: "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0"
      Keyword: "\"yes\""
      Action: KICK
    '4':
      URL: "http://botscout.com/test/?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '5':
      URL: "http://api.antibotdeluxe.com/system/1/check?ip=%ip%"
      Keyword: "\"1\""
      Action: KICK
      Condition: PLUS

  DNSBL:
    Services:
    # Confirmed Proxies
    - "dnsbl.proxybl.org"
    # Zombie Networks
    - "zombie.dnsbl.sorbs.net"
    # HTTP Proxies
    - "http.dnsbl.sorbs.net"
    # Socks Proxies
    - "socks.dnsbl.sorbs.net"
    # Misc Proxies
    - "misc.dnsbl.sorbs.net"
    # XBL
    - "xbl.spamhaus.org"

###############################
##          Locale           ##
###############################

Locale:
  # Available presets are English (EN), German (DE), French (FR), Italian (IT), Dutch (NL), Turkish (TU), Romanian (RO),
  # Messages are configurable over in the messages_locale.yml.
  # You can enter the name of your presence here.
  Preset: EN
 

batuhanxx123

Fırında Isıttığım İlk Taş
Katılım
28 Nisan 2014
Mesajlar
88
Elmaslar
28
Puanlar
13.470
Yer
İstanbul
Minecraft
BatuhanB7Y
Geldim canım benim hiç merak etme :D

Aşağıda verdiğim configi kullan. Son sürümü kullandığından da emin ol
Kod:
#                 _   _ ____        _   _____       _
#     /\         | | (_)  _ \      | | |  __ \     | |
#    /  \   _ __ | |_ _| |_) | ___ | |_| |  | | ___| |_   ___  _____
#   / /\ \ | '_ \| __| |  _ < / _ \| __| |  | |/ _ \ | | | \ \/ / _ \
#  / ____ \| | | | |_| | |_) | (_) | |_| |__| |  __/ | |_| |>  <  __/
# /_/    \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
#


###############################
##            Info           ##
###############################

# FAQ: https://antibotdeluxe.com/webpanel/faq
# Web Panel: https://antibotdeluxe.com/webpanel/
# Discord: https://discord.gg/xTAzMCx

# If you require support, join our Discord as that is the ONLY location that we provide it.
# Anonymous statistics are sent to bStats.

# Thank you for purchasing AntiBotDeluxe.
# The default config requires very little configuring to make it fit your server.
# Some IMPORTANT options of the plugin is only available via the WEB PANEL.

Version: 9


###############################
##          General          ##
###############################

General:
  # The prefix of all messages.
  Prefix: '&2&lSon&c&lOsmanli &e»&7'
  # Enable or disable the AntiBotDeluxe log. If this is disabled, you will not receive support, as essential data is contained here.
  Log: true
  # You must enable this if you use a modified proxy, eg Waterfall, Hexacord or Travertine.
  Log4J: false
  # If enabled the Console will be spammed with for you useless Developer stuff
  Debug: false
  # Should we show a animation while there is no attack?
  Animation: true

  # BungeeCord only --
  BungeeCord:
    # Here you can set how many Threads one check is allowed to use.
    Threads: 2

  ConsoleFilter:
    - "logged in with entity id"
    - "com.mojang.authlib.GameProfile@"
    - "lost connection"
    - "timed"
    - "reset"
    - "UUID of player"
    - "InitialHandler"
    - "UpstreamBridge has disconnected"

  Statistics:
    AttackAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
      TriggerAmount: 5
    BlacklistAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
  AutoWhitelist:
    Enabled: true
    ActTime: 5

Storage:
  # Options Available: MySQL, FlatFile
  # If you are only running AntiBotDeluxe on one server, flat-file is recommended.
  Mode: FlatFile

  # Here you can set how the configuration file should update
  # Available options: LIVE, FREQUENTLY, NEVER
  # FREQUENTLY will cause a minutely update, when set on NEVER the use of /ab reload is needed.
  ConfigUpdate: FREQUENTLY

  MySQL:
    Host: '127.0.0.1'
    Username: 'root'
    Password: ''
    Database: antibotdeluxe
    MaximumPoolSize: 10
    MinimumIdle: 10
    MaximumLifetime: 1800000
    ConnectionTimeOut: 5000

###############################
##            Geo            ##
###############################

Geographical:
  Mode: Whitelist
  Countries:
    - "Cyprus"
    - "Turkey"
    - "Azerbaijan"

###############################
##           Plus            ##
###############################

# All settings here are only available to AntiBotDeluxe Plus users.
# Plus is not required for bot protection but allows access to better proxy definitions and more features.

IPTables:
  Enabled: true

  AddCommand: "sudo iptables -A INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"
  RemoveCommand: "sudo iptables -D INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"

  # Flush all rules only added by AntiBotDeluxe on every plugin load.
  # This is important to ensure all blacklisted IPs are up to date.
  # If you are developing your server and constantly rebooting, disable this.
  # Disabled by default to keep rules for following attacks.
  Flush: false

  # Blacklist a IP if they get blacklisted.
  # This wont add IP's that are downloaded
  # This option allows efficient mitigation of attacks and is recommended.
  AddWhenBlacklisted: true

  # Get IPTables to limit the speed of joins.
  # This is highly recommended to block sources of mass bot joins.
  ConnectLimit:
    Enabled: true
    # When set to AUTOMATIC the Plugin will try to get the Server's Port automatically
    ServerPort: AUTOMATIC
    Limit: 3

ProxyScraper:
  Enabled: true
  Threads: 350

  # Toggle proxy types to scrape for.
  # SOCKS is more common for bot attacks.
  SearchFor:
    HTTP: true
    SOCKS: true


###############################
##          Checks           ##
###############################

Checks:
  # This is the order of how checks work. You can comment them out here to disable them but is not recommended for blocking bots.
  # The default order is highly recommended to keep.
  Priority:
    - Condition02
    - ServerListPing
    - MaxPlayersPerIP
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond
    - APNCheck
    - GeoCheck
    - BlacklistCheck
    - Condition01
    - ProxyDetection
    - DNSBLCheck


  # This check looks how often the same IP tries to connect per second
  MaxConnectionsPerSecond:
    Value: 3

  # This is looking on how often a IP tries to connect with different names in a specific time, other then MaxPlayersPerIP this is not checking the online players
  MaxAccountsPerIP:
    Value: 5
    # Time storing the IP in minutes
    Time: 10
    Action: Blacklist

  MaxPlayersPerIP:
    Value: 2

  # Remember in default config this is just a condition
  MaxPlayersPerSecond:
    Value: 3

  # Enable or disable checks to use the hold dynamic mode for.
  # If you do not know what this is, leave it alone.
  Hold:
    - MaxPlayersPerSecond
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond

  # Enable or disable checks to use the conditional dynamic checks for.
  # If you do not know what this is, leave it alone.
  Conditional:
    '01':
      - MaxPlayersPerSecond
    '02':
      - Whitelist

###############################
##         Blacklist         ##
###############################

Blacklist:
  # Configure the sites where blacklisted IPs are loaded from.
  # The default settings are accurately chosen to be efficient and with few false positives.
  Synchronization:
    SyncBlacklist: true
    DirectAccess:
      - "http://lists.blocklist.de/lists/all.txt"
      - "http://cinsscore.com/list/ci-badguys.txt"
      - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
      - "http://blocklist.greensnow.co/greensnow.txt"
      - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
    ClickAccess:
      - "http://proxy-daily.com/"
      - "http://www.sslproxies24.top/"
      - "http://socksproxylist24.blogspot.ro/"

  # You can control the blocked APNs here.
  # If you do not know what this is, leave it alone.
  APN:
    - OVH
    - INFOLINK
    - TELEF
    - CHINANET
    - GoDaddy
    - PARSONLINE
    - "CORPORACION NACIONAL"
    - contabo
    - server
    - "TWC Central"
    - "USA COMPANIES"
    - "Fibrenoire"
    - "Fibrenoire Inc."

###############################
##           Proxy           ##
###############################

# These sites check if an account is a proxy.
# The condition just disables the site if requirements aren't reached.
ProxySettings:
  Sites:
    '1':
      URL: "http://www.stopforumspam.com/api?ip=%ip%"
      Keyword: "<appears>yes</appears>"
      Action: KICK
    '2':
      URL: "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '3':
      URL: "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0"
      Keyword: "\"yes\""
      Action: KICK
    '4':
      URL: "http://botscout.com/test/?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '5':
      URL: "http://api.antibotdeluxe.com/system/1/check?ip=%ip%"
      Keyword: "\"1\""
      Action: KICK
      Condition: PLUS

  DNSBL:
    Services:
    # Confirmed Proxies
    - "dnsbl.proxybl.org"
    # Zombie Networks
    - "zombie.dnsbl.sorbs.net"
    # HTTP Proxies
    - "http.dnsbl.sorbs.net"
    # Socks Proxies
    - "socks.dnsbl.sorbs.net"
    # Misc Proxies
    - "misc.dnsbl.sorbs.net"
    # XBL
    - "xbl.spamhaus.org"

###############################
##          Locale           ##
###############################

Locale:
  # Available presets are English (EN), German (DE), French (FR), Italian (IT), Dutch (NL), Turkish (TU), Romanian (RO),
  # Messages are configurable over in the messages_locale.yml.
  # You can enter the name of your presence here.
  Preset: EN


Lafimi Geri Çekiyorum EZERLER Beni :D
 

TheWhyWolf

Somon Balığı Selam Vermeye Geldi
Katılım
17 Mart 2018
Mesajlar
10
Elmaslar
0
Puanlar
0
Yaş
24
Geldim canım benim hiç merak etme :D

Aşağıda verdiğim configi kullan. Son sürümü kullandığından da emin ol
Kod:
#                 _   _ ____        _   _____       _
#     /\         | | (_)  _ \      | | |  __ \     | |
#    /  \   _ __ | |_ _| |_) | ___ | |_| |  | | ___| |_   ___  _____
#   / /\ \ | '_ \| __| |  _ < / _ \| __| |  | |/ _ \ | | | \ \/ / _ \
#  / ____ \| | | | |_| | |_) | (_) | |_| |__| |  __/ | |_| |>  <  __/
# /_/    \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
#


###############################
##            Info           ##
###############################

# FAQ: https://antibotdeluxe.com/webpanel/faq
# Web Panel: https://antibotdeluxe.com/webpanel/
# Discord: https://discord.gg/xTAzMCx

# If you require support, join our Discord as that is the ONLY location that we provide it.
# Anonymous statistics are sent to bStats.

# Thank you for purchasing AntiBotDeluxe.
# The default config requires very little configuring to make it fit your server.
# Some IMPORTANT options of the plugin is only available via the WEB PANEL.

Version: 9


###############################
##          General          ##
###############################

General:
  # The prefix of all messages.
  Prefix: '&2&lSon&c&lOsmanli &e»&7'
  # Enable or disable the AntiBotDeluxe log. If this is disabled, you will not receive support, as essential data is contained here.
  Log: true
  # You must enable this if you use a modified proxy, eg Waterfall, Hexacord or Travertine.
  Log4J: false
  # If enabled the Console will be spammed with for you useless Developer stuff
  Debug: false
  # Should we show a animation while there is no attack?
  Animation: true

  # BungeeCord only --
  BungeeCord:
    # Here you can set how many Threads one check is allowed to use.
    Threads: 2

  ConsoleFilter:
    - "logged in with entity id"
    - "com.mojang.authlib.GameProfile@"
    - "lost connection"
    - "timed"
    - "reset"
    - "UUID of player"
    - "InitialHandler"
    - "UpstreamBridge has disconnected"

  Statistics:
    AttackAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
      TriggerAmount: 5
    BlacklistAlert:
      Enabled: true
      # If enabled it will alert everyone with the permission antibotdeluxe.alert even without /ab toggle
      AlertPerm: true
      Interval: 15
  AutoWhitelist:
    Enabled: true
    ActTime: 5

Storage:
  # Options Available: MySQL, FlatFile
  # If you are only running AntiBotDeluxe on one server, flat-file is recommended.
  Mode: FlatFile

  # Here you can set how the configuration file should update
  # Available options: LIVE, FREQUENTLY, NEVER
  # FREQUENTLY will cause a minutely update, when set on NEVER the use of /ab reload is needed.
  ConfigUpdate: FREQUENTLY

  MySQL:
    Host: '127.0.0.1'
    Username: 'root'
    Password: ''
    Database: antibotdeluxe
    MaximumPoolSize: 10
    MinimumIdle: 10
    MaximumLifetime: 1800000
    ConnectionTimeOut: 5000

###############################
##            Geo            ##
###############################

Geographical:
  Mode: Whitelist
  Countries:
    - "Cyprus"
    - "Turkey"
    - "Azerbaijan"

###############################
##           Plus            ##
###############################

# All settings here are only available to AntiBotDeluxe Plus users.
# Plus is not required for bot protection but allows access to better proxy definitions and more features.

IPTables:
  Enabled: true

  AddCommand: "sudo iptables -A INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"
  RemoveCommand: "sudo iptables -D INPUT -s %ips% -j DROP  -m comment --comment \"AntiBotDeluxe\" -w"

  # Flush all rules only added by AntiBotDeluxe on every plugin load.
  # This is important to ensure all blacklisted IPs are up to date.
  # If you are developing your server and constantly rebooting, disable this.
  # Disabled by default to keep rules for following attacks.
  Flush: false

  # Blacklist a IP if they get blacklisted.
  # This wont add IP's that are downloaded
  # This option allows efficient mitigation of attacks and is recommended.
  AddWhenBlacklisted: true

  # Get IPTables to limit the speed of joins.
  # This is highly recommended to block sources of mass bot joins.
  ConnectLimit:
    Enabled: true
    # When set to AUTOMATIC the Plugin will try to get the Server's Port automatically
    ServerPort: AUTOMATIC
    Limit: 3

ProxyScraper:
  Enabled: true
  Threads: 350

  # Toggle proxy types to scrape for.
  # SOCKS is more common for bot attacks.
  SearchFor:
    HTTP: true
    SOCKS: true


###############################
##          Checks           ##
###############################

Checks:
  # This is the order of how checks work. You can comment them out here to disable them but is not recommended for blocking bots.
  # The default order is highly recommended to keep.
  Priority:
    - Condition02
    - ServerListPing
    - MaxPlayersPerIP
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond
    - APNCheck
    - GeoCheck
    - BlacklistCheck
    - Condition01
    - ProxyDetection
    - DNSBLCheck


  # This check looks how often the same IP tries to connect per second
  MaxConnectionsPerSecond:
    Value: 3

  # This is looking on how often a IP tries to connect with different names in a specific time, other then MaxPlayersPerIP this is not checking the online players
  MaxAccountsPerIP:
    Value: 5
    # Time storing the IP in minutes
    Time: 10
    Action: Blacklist

  MaxPlayersPerIP:
    Value: 2

  # Remember in default config this is just a condition
  MaxPlayersPerSecond:
    Value: 3

  # Enable or disable checks to use the hold dynamic mode for.
  # If you do not know what this is, leave it alone.
  Hold:
    - MaxPlayersPerSecond
    - MaxAccountsPerIP
    - MaxConnectionsPerSecond

  # Enable or disable checks to use the conditional dynamic checks for.
  # If you do not know what this is, leave it alone.
  Conditional:
    '01':
      - MaxPlayersPerSecond
    '02':
      - Whitelist

###############################
##         Blacklist         ##
###############################

Blacklist:
  # Configure the sites where blacklisted IPs are loaded from.
  # The default settings are accurately chosen to be efficient and with few false positives.
  Synchronization:
    SyncBlacklist: true
    DirectAccess:
      - "http://lists.blocklist.de/lists/all.txt"
      - "http://cinsscore.com/list/ci-badguys.txt"
      - "https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
      - "http://blocklist.greensnow.co/greensnow.txt"
      - "http://myip.ms/files/blacklist/csf/latest_blacklist.txt"
    ClickAccess:
      - "http://proxy-daily.com/"
      - "http://www.sslproxies24.top/"
      - "http://socksproxylist24.blogspot.ro/"

  # You can control the blocked APNs here.
  # If you do not know what this is, leave it alone.
  APN:
    - OVH
    - INFOLINK
    - TELEF
    - CHINANET
    - GoDaddy
    - PARSONLINE
    - "CORPORACION NACIONAL"
    - contabo
    - server
    - "TWC Central"
    - "USA COMPANIES"
    - "Fibrenoire"
    - "Fibrenoire Inc."

###############################
##           Proxy           ##
###############################

# These sites check if an account is a proxy.
# The condition just disables the site if requirements aren't reached.
ProxySettings:
  Sites:
    '1':
      URL: "http://www.stopforumspam.com/api?ip=%ip%"
      Keyword: "<appears>yes</appears>"
      Action: KICK
    '2':
      URL: "http://www.shroomery.org/ythan/proxycheck.php?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '3':
      URL: "http://proxycheck.io/v1/%ip%&vpn=1&asn=1&node=1&time=0"
      Keyword: "\"yes\""
      Action: KICK
    '4':
      URL: "http://botscout.com/test/?ip=%ip%"
      Keyword: "Y"
      Action: KICK
    '5':
      URL: "http://api.antibotdeluxe.com/system/1/check?ip=%ip%"
      Keyword: "\"1\""
      Action: KICK
      Condition: PLUS

  DNSBL:
    Services:
    # Confirmed Proxies
    - "dnsbl.proxybl.org"
    # Zombie Networks
    - "zombie.dnsbl.sorbs.net"
    # HTTP Proxies
    - "http.dnsbl.sorbs.net"
    # Socks Proxies
    - "socks.dnsbl.sorbs.net"
    # Misc Proxies
    - "misc.dnsbl.sorbs.net"
    # XBL
    - "xbl.spamhaus.org"

###############################
##          Locale           ##
###############################

Locale:
  # Available presets are English (EN), German (DE), French (FR), Italian (IT), Dutch (NL), Turkish (TU), Romanian (RO),
  # Messages are configurable over in the messages_locale.yml.
  # You can enter the name of your presence here.
  Preset: EN
aga denedim malesef hala aynı çok garip çıldırcma 150 tl çöp :(
 

SYN_T3SL4

If you can't handle it you will win nothing !

Discord:

Halil#4439

Katılım
11 Mart 2016
Mesajlar
991
Elmaslar
911
Puanlar
19.300
Yaş
22
Yer
Aydın / Kuşadası
Minecraft
SYN_T3SL4

TheWhyWolf

Somon Balığı Selam Vermeye Geldi
Katılım
17 Mart 2018
Mesajlar
10
Elmaslar
0
Puanlar
0
Yaş
24
Şu linkte ki dosyaları gönder eskileri sil. Eğer yine çalışmazsa loglarını gönder.
Dosya.tc - Ücretsiz, Hızlı ve Kolay Dosya Paylaşımı
Halen Geçiriyor deliricem
Kod:
[10:34:23] - [INFO] >                 _   _ ____        _   _____       _
[10:34:23] - [INFO] >     /\         | | (_)  _ \      | | |  __ \     | |
[10:34:23] - [INFO] >    /  \   _ __ | |_ _| |_) | ___ | |_| |  | | ___| |_   ___  _____
[10:34:23] - [INFO] >   / /\ \ | '_ \| __| |  _ < / _ \| __| |  | |/ _ \ | | | \ \/ / _ \
[10:34:23] - [INFO] >  / ____ \| | | | |_| | |_) | (_) | |_| |__| |  __/ | |_| |>  <  __/
[10:34:23] - [INFO] > /_/    \_\_| |_|\__|_|____/ \___/ \__|_____/ \___|_|\__,_/_/\_\___|
[10:34:23] - [INFO] >  9.2.0                                               Made with love.
[10:34:23] - [INFO] > Running as 26892@WIN-UBGF7GMDEM8
[10:34:23] - [INFO] > Establishing connection to system
[10:34:25] - [ERROR] > AntiBotDeluxe connection got validated (100)
[10:34:25] - [INFO] > Connected to Backend & Webpanel - connection is alive
[10:34:25] - [INFO] > Loaded Config & Modules - protection prepared
[10:34:25] - [INFO] > Starting to synchronize http://lists.blocklist.de/lists/all.txt
[10:34:25] - [INFO] > Starting to synchronize http://cinsscore.com/list/ci-badguys.txt
[10:34:25] - [INFO] > Starting to synchronize https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt
[10:34:25] - [INFO] > Starting to synchronize http://blocklist.greensnow.co/greensnow.txt
[10:34:25] - [INFO] > Starting to synchronize http://myip.ms/files/blacklist/csf/latest_blacklist.txt
[10:34:25] - [INFO] > Starting to synchronize http://proxy-daily.com/
[10:34:25] - [INFO] > Starting to synchronize http://www.sslproxies24.top/
[10:34:25] - [INFO] > Starting to synchronize http://socksproxylist24.blogspot.ro/
[10:34:25] - [INFO] > Finished synchronization of http://proxy-daily.com/
[10:34:25] - [INFO] > Finished synchronization of https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt
[10:34:25] - [INFO] > Finished synchronization of http://myip.ms/files/blacklist/csf/latest_blacklist.txt
[10:34:25] - [INFO] > Finished synchronization of http://blocklist.greensnow.co/greensnow.txt
[10:34:26] - [INFO] > Finished synchronization of http://www.sslproxies24.top/
[10:34:26] - [INFO] > Finished synchronization of http://lists.blocklist.de/lists/all.txt
[10:34:27] - [INFO] > Finished synchronization of http://cinsscore.com/list/ci-badguys.txt
[10:34:29] - [INFO] > Finished synchronization of http://socksproxylist24.blogspot.ro/
[10:35:23] - [INFO] > Ping from [178.33.191.121] has been catched!
[10:35:23] - [INFO] > Ping from [185.93.3.123] has been catched!
[10:35:23] - [INFO] > Ping from [80.211.4.187] has been catched!
[10:35:23] - [INFO] > Ping from [148.251.17.140] has been catched!
[10:35:24] - [INFO] >
------- Checking Player XBNRVFSUAJSF -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is static.140.17.251.148.clients.your-server.de
Player failed APNCheck
Checking done in 8ms
------- Checking Player XBNRVFSUAJSF -------
 
 

[10:35:24] - [INFO] > Ping from [46.151.155.207] has been catched!
[10:35:24] - [INFO] > Ping from [192.241.157.239] has been catched!
[10:35:24] - [INFO] > Ping from [82.137.250.213] has been catched!
[10:35:24] - [INFO] > Ping from [217.24.251.138] has been catched!
[10:35:24] - [INFO] > Ping from [79.106.100.164] has been catched!
[10:35:24] - [INFO] > Ping from [83.221.204.71] has been catched!
[10:35:24] - [INFO] > Ping from [104.236.241.203] has been catched!
[10:35:24] - [INFO] > Ping from [84.95.87.84] has been catched!
[10:35:24] - [INFO] > Ping from [217.24.252.150] has been catched!
[10:35:24] - [INFO] > Ping from [35.190.139.152] has been catched!
[10:35:24] - [INFO] > Ping from [31.173.188.190] has been catched!
[10:35:24] - [INFO] > Ping from [75.114.77.34] has been catched!
[10:35:24] - [INFO] > Ping from [178.252.147.250] has been catched!
[10:35:24] - [INFO] > Ping from [81.22.54.60] has been catched!
[10:35:24] - [INFO] > Ping from [74.213.255.82] has been catched!
[10:35:24] - [INFO] > Ping from [194.126.183.141] has been catched!
[10:35:24] - [INFO] > Ping from [90.188.13.17] has been catched!
[10:35:24] - [INFO] > Ping from [71.13.112.152] has been catched!
[10:35:24] - [INFO] >
------- Checking Player bJKbsjLJz_06 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 80.211.4.187
Player absolved APNCheck
Targets Country is Italy checking with mode WHITELIST
Player failed GeoCheck
Checking done in 73ms
------- Checking Player bJKbsjLJz_06 -------
 
 

[10:35:24] - [INFO] > Ping from [186.96.109.178] has been catched!
[10:35:24] - [INFO] >
------- Checking Player 5VfyXVrX9mPp -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 185.93.3.123
Player absolved APNCheck
Targets Country is Spain checking with mode WHITELIST
Player failed GeoCheck
Checking done in 151ms
------- Checking Player 5VfyXVrX9mPp -------
 
 

[10:35:24] - [INFO] > Ping from [154.65.4.90] has been catched!
[10:35:24] - [INFO] > Ping from [183.88.217.201] has been catched!
[10:35:24] - [INFO] > Ping from [187.60.255.14] has been catched!
[10:35:24] - [INFO] >
------- Checking Player moK0bTOprNED -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is static.140.17.251.148.clients.your-server.de
Player failed APNCheck
Checking done in 3ms
------- Checking Player moK0bTOprNED -------
 
 

[10:35:24] - [INFO] > Ping from [177.184.144.130] has been catched!
[10:35:24] - [INFO] > Ping from [103.54.100.18] has been catched!
[10:35:24] - [INFO] >
------- Checking Player Dl_ed3v8sL4q -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 185.93.3.123
Player absolved APNCheck
Targets Country is Spain checking with mode WHITELIST
Player failed GeoCheck
Checking done in 18ms
------- Checking Player Dl_ed3v8sL4q -------
 
 

[10:35:24] - [INFO] >
------- Checking Player Ip9nty31n_Qy -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 83.221.204.71
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 28ms
------- Checking Player Ip9nty31n_Qy -------
 
 

[10:35:25] - [INFO] >
------- Checking Player oW1rfGPpp1oM -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is static.140.17.251.148.clients.your-server.de
Player failed APNCheck
Checking done in 1ms
------- Checking Player oW1rfGPpp1oM -------
 
 

[10:35:25] - [INFO] > Ping from [179.191.234.110] has been catched!
[10:35:25] - [INFO] >
------- Checking Player XBNRVFSUAJSF -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
IP connected 3 times
Player failed MaxConnectionsPerSecond
Checking done in 1ms
------- Checking Player XBNRVFSUAJSF -------
 
 

[10:35:25] - [INFO] >
------- Checking Player CRWVa4lv05eV -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 152.139.190.35.bc.googleusercontent.com
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 20ms
------- Checking Player CRWVa4lv05eV -------
 
 

[10:35:25] - [INFO] >
------- Checking Player udaSeySPLQZ1 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 80.211.4.187
Player absolved APNCheck
Targets Country is Italy checking with mode WHITELIST
Player failed GeoCheck
Checking done in 12ms
------- Checking Player udaSeySPLQZ1 -------
 
 

[10:35:25] - [INFO] >
------- Checking Player 85oFkbdLdeW5 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
IP connected 3 times
Player failed MaxConnectionsPerSecond
Checking done in 1ms
------- Checking Player 85oFkbdLdeW5 -------
 
 

[10:35:25] - [INFO] > Ping from [36.67.41.125] has been catched!
[10:35:25] - [INFO] > Ping from [128.199.123.153] has been catched!
[10:35:25] - [INFO] > Ping from [210.201.90.134] has been catched!
[10:35:25] - [INFO] > Ping from [165.84.167.54] has been catched!
[10:35:25] - [INFO] >
------- Checking Player Q7LIUUJbTiL6 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 71-13-112-152.static.eucl.wi.charter.com
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 11ms
------- Checking Player Q7LIUUJbTiL6 -------
 
 

[10:35:25] - [INFO] >
------- Checking Player XWmVYNDyqGIO -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 71-13-112-152.static.eucl.wi.charter.com
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 10ms
------- Checking Player XWmVYNDyqGIO -------
 
 

[10:35:25] - [INFO] >
------- Checking Player WEWUYvBxgmdG -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
IP connected 3 times
Player failed MaxConnectionsPerSecond
Checking done in 1ms
------- Checking Player WEWUYvBxgmdG -------
 
 

[10:35:25] - [INFO] > Ping from [200.87.180.226] has been catched!
[10:35:26] - [INFO] >
------- Checking Player eNcmTDcrPC_1 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 152.139.190.35.bc.googleusercontent.com
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 9ms
------- Checking Player eNcmTDcrPC_1 -------
 
 

[10:35:26] - [INFO] > Ping from [114.242.17.186] has been catched!
[10:35:26] - [INFO] > Ping from [27.116.21.218] has been catched!
[10:35:26] - [INFO] >
------- Checking Player _ZehQ_6PRkS5 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 185.93.3.123
Player absolved APNCheck
Targets Country is Spain checking with mode WHITELIST
Player failed GeoCheck
Checking done in 19ms
------- Checking Player _ZehQ_6PRkS5 -------
 
 

[10:35:26] - [INFO] >
------- Checking Player r7EBZ_VYwLvT -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 75.114.77.34
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 11ms
------- Checking Player r7EBZ_VYwLvT -------
 
 

[10:35:26] - [INFO] > Ping from [27.198.90.168] has been catched!
[10:35:26] - [INFO] >
------- Checking Player EjeiVXEaz52S -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is static.140.17.251.148.clients.your-server.de
Player failed APNCheck
Checking done in 2ms
------- Checking Player EjeiVXEaz52S -------
 
 

[10:35:26] - [INFO] > Ping from [91.73.131.254] has been catched!
[10:35:26] - [INFO] > Ping from [177.89.149.121] has been catched!
[10:35:26] - [INFO] >
------- Checking Player wMvgwlwkybZR -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 2ms
------- Checking Player wMvgwlwkybZR -------
 
 

[10:35:26] - [INFO] >
------- Checking Player Oyh5ikjV58z7 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 80.211.4.187
Player absolved APNCheck
Targets Country is Italy checking with mode WHITELIST
Player failed GeoCheck
Checking done in 8ms
------- Checking Player Oyh5ikjV58z7 -------
 
 

[10:35:26] - [INFO] > Ping from [202.137.25.8] has been catched!
[10:35:26] - [INFO] > Ping from [195.22.229.22] has been catched!
[10:35:26] - [INFO] > Ping from [45.124.58.170] has been catched!
[10:35:26] - [INFO] > Ping from [182.253.188.29] has been catched!
[10:35:26] - [INFO] > Ping from [118.114.77.47] has been catched!
[10:35:26] - [INFO] >
------- Checking Player cSl6_9IDkHOc -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 83.221.204.71
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 9ms
------- Checking Player cSl6_9IDkHOc -------
 
 

[10:35:26] - [INFO] >
------- Checking Player mQm6ytsQEOcK -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 152.139.190.35.bc.googleusercontent.com
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 8ms
------- Checking Player mQm6ytsQEOcK -------
 
 

[10:35:26] - [INFO] > Ping from [181.40.93.118] has been catched!
[10:35:26] - [INFO] >
------- Checking Player GzwdcJGxCYtT -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 75.114.77.34
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 11ms
------- Checking Player GzwdcJGxCYtT -------
 
 

[10:35:26] - [INFO] >
------- Checking Player udaSeySPLQZ1 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 80.211.4.187
Player absolved APNCheck
Targets Country is Italy checking with mode WHITELIST
Player failed GeoCheck
Checking done in 6ms
------- Checking Player udaSeySPLQZ1 -------
 
 

[10:35:26] - [INFO] > Ping from [36.74.103.228] has been catched!
[10:35:26] - [INFO] >
------- Checking Player nGw2CPiE8WTY -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 84.95.87.84
Player absolved APNCheck
Targets Country is Israel checking with mode WHITELIST
Player failed GeoCheck
Checking done in 7ms
------- Checking Player nGw2CPiE8WTY -------
 
 

[10:35:26] - [INFO] >
------- Checking Player SgAdBcfaU0us -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 178.252.147.250
Player absolved APNCheck
Targets Country is Iran checking with mode WHITELIST
Player failed GeoCheck
Checking done in 7ms
------- Checking Player SgAdBcfaU0us -------
 
 

[10:35:26] - [INFO] > Ping from [139.129.166.68] has been catched!
[10:35:27] - [INFO] > Ping from [138.36.98.107] has been catched!
[10:35:27] - [INFO] > Ping from [41.0.237.195] has been catched!
[10:35:27] - [INFO] > Ping from [92.53.73.138] has been catched!
[10:35:27] - [INFO] > Ping from [190.218.242.186] has been catched!
[10:35:28] - [INFO] >
------- Checking Player 8Ll0BN1fciPv -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 1ms
------- Checking Player 8Ll0BN1fciPv -------
 
 

[10:35:28] - [INFO] > Ping from [84.22.61.46] has been catched!
[10:35:28] - [INFO] > Ping from [154.119.50.246] has been catched!
[10:35:28] - [INFO] > Ping from [43.240.102.34] has been catched!
[10:35:28] - [INFO] >
------- Checking Player AQbRfUPZkkPU -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 75.114.77.34
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 11ms
------- Checking Player AQbRfUPZkkPU -------
 
 

[10:35:28] - [INFO] > Ping from [61.91.251.235] has been catched!
[10:35:28] - [INFO] > Ping from [182.37.79.66] has been catched!
[10:35:28] - [INFO] > Ping from [101.255.84.226] has been catched!
[10:35:29] - [INFO] >
------- Checking Player rql6CONWx8Vq -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 79.106.100.164
Player absolved APNCheck
Targets Country is Albania checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4518ms
------- Checking Player rql6CONWx8Vq -------
 
 

[10:35:29] - [INFO] >
------- Checking Player TEb9a_B9L4i3 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 84.95.87.84
Player absolved APNCheck
Targets Country is Israel checking with mode WHITELIST
Player failed GeoCheck
Checking done in 12ms
------- Checking Player TEb9a_B9L4i3 -------
 
 

[10:35:29] - [INFO] >
------- Checking Player JYGlhBhxjfiG -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 178.252.147.250
Player absolved APNCheck
Targets Country is Iran checking with mode WHITELIST
Player failed GeoCheck
Checking done in 6ms
------- Checking Player JYGlhBhxjfiG -------
 
 

[10:35:29] - [INFO] > Ping from [77.247.181.162] has been catched!
[10:35:29] - [INFO] >
------- Checking Player NE09Cfook3VM -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 104.236.241.203
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4523ms
------- Checking Player NE09Cfook3VM -------
 
 

[10:35:29] - [INFO] >
------- Checking Player 3x7NEPisSyI0 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 192.241.157.239
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4515ms
------- Checking Player 3x7NEPisSyI0 -------
 
 

[10:35:29] - [INFO] > Ping from [78.109.23.1] has been catched!
[10:35:29] - [INFO] > Ping from [185.220.101.46] has been catched!
[10:35:29] - [INFO] > Ping from [185.220.101.0] has been catched!
[10:35:29] - [INFO] >
------- Checking Player JoGJDgywPz_K -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 83.221.204.71
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4ms
------- Checking Player JoGJDgywPz_K -------
 
 

[10:35:29] - [INFO] >
------- Checking Player Y2FNhW48Wx70 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 80.211.4.187
Player absolved APNCheck
Targets Country is Italy checking with mode WHITELIST
Player failed GeoCheck
Checking done in 6ms
------- Checking Player Y2FNhW48Wx70 -------
 
 

[10:35:29] - [INFO] > Ping from [113.53.230.200] has been catched!
[10:35:29] - [INFO] > Ping from [61.91.235.226] has been catched!
[10:35:29] - [INFO] >
------- Checking Player 5IiPpiV_3JU2 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player failed ServerListPing
Checking done in 20ms
------- Checking Player 5IiPpiV_3JU2 -------
 
 

[10:35:29] - [INFO] >
------- Checking Player vryzMS7UhUVA -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 1ms
------- Checking Player vryzMS7UhUVA -------
 
 

[10:35:29] - [INFO] >
------- Checking Player HTNRJE77P0Bu -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 2ms
------- Checking Player HTNRJE77P0Bu -------
 
 

[10:35:29] - [INFO] >
------- Checking Player VQogkImlSL6P -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 82.137.250.213
Player absolved APNCheck
Targets Country is Syria checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4508ms
------- Checking Player VQogkImlSL6P -------
 
 

[10:35:29] - [INFO] > Ping from [190.108.35.5] has been catched!
[10:35:29] - [INFO] > Ping from [176.223.113.26] has been catched!
[10:35:29] - [INFO] > Ping from [176.235.99.166] has been catched!
[10:35:29] - [INFO] >
------- Checking Player K285zh7QoCyl -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 1ms
------- Checking Player K285zh7QoCyl -------
 
 

[10:35:29] - [INFO] >
------- Checking Player iDeVahjkTLzB -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 217.24.251.138
Player absolved APNCheck
Targets Country is Albania checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4508ms
------- Checking Player iDeVahjkTLzB -------
 
 

[10:35:29] - [INFO] > Ping from [46.209.152.58] has been catched!
[10:35:29] - [INFO] >
------- Checking Player UfBDzfIbi7lX -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 46.151.155.207
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4510ms
------- Checking Player UfBDzfIbi7lX -------
 
 

[10:35:29] - [INFO] >
------- Checking Player PHeu5JRYD5js -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 31.173.188.190
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4510ms
------- Checking Player PHeu5JRYD5js -------
 
 

[10:35:29] - [INFO] >
------- Checking Player 85oFkbdLdeW5 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 1ms
------- Checking Player 85oFkbdLdeW5 -------
 
 

[10:35:29] - [INFO] >
------- Checking Player 3CN98hhVhpCr -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 192.241.157.239
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4508ms
------- Checking Player 3CN98hhVhpCr -------
 
 

[10:35:29] - [INFO] >
------- Checking Player RTwPleqq9vly -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 84.95.87.84
Player absolved APNCheck
Targets Country is Israel checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4ms
------- Checking Player RTwPleqq9vly -------
 
 

[10:35:29] - [INFO] >
------- Checking Player R_sGv9xMfY2K -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 178.252.147.250
Player absolved APNCheck
Targets Country is Iran checking with mode WHITELIST
Player failed GeoCheck
Checking done in 10ms
------- Checking Player R_sGv9xMfY2K -------
 
 

[10:35:29] - [INFO] >
------- Checking Player 50FAFrxoPUs5 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 83.221.204.71
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 5ms
------- Checking Player 50FAFrxoPUs5 -------
 
 

[10:35:29] - [INFO] >
------- Checking Player mZrvsWyRo4SD -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 90.188.13-17.xdsl.ab.ru
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 5ms
------- Checking Player mZrvsWyRo4SD -------
 
 

[10:35:29] - [INFO] >
------- Checking Player frligUTvqOU5 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 1ms
------- Checking Player frligUTvqOU5 -------
 
 

[10:35:30] - [INFO] >
------- Checking Player 7kgJDfViMyNU -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 31.173.188.190
Player absolved APNCheck
Targets Country is Russia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4507ms
------- Checking Player 7kgJDfViMyNU -------
 
 

[10:35:30] - [INFO] > Ping from [180.234.212.22] has been catched!
[10:35:31] - [INFO] >
------- Checking Player _ZehQ_6PRkS5 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player failed MaxAccountsPerIP
Checking done in 0ms
------- Checking Player _ZehQ_6PRkS5 -------
 
 

[10:35:31] - [INFO] >
------- Checking Player 2wJHuxkdoAeL -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 36.74.103.228
Player absolved APNCheck
Targets Country is Indonesia checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4509ms
------- Checking Player 2wJHuxkdoAeL -------
 
 

[10:35:31] - [INFO] > Ping from [201.184.250.170] has been catched!
[10:35:31] - [INFO] >
------- Checking Player YrMj_p31Kh66 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 192.241.157.239
Player absolved APNCheck
Targets Country is United States checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4507ms
------- Checking Player YrMj_p31Kh66 -------
 
 

[10:35:31] - [INFO] > Ping from [103.92.142.147] has been catched!
[10:35:31] - [INFO] > Ping from [154.66.124.47] has been catched!
[10:35:31] - [INFO] >
------- Checking Player QJyOqJBeP4L9 -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 217.24.252.150
Player absolved APNCheck
Targets Country is Albania checking with mode WHITELIST
Player failed GeoCheck
Checking done in 4508ms
------- Checking Player QJyOqJBeP4L9 -------
 
 

[10:35:31] - [INFO] >
------- Checking Player lPZhjW7qwk0r -------
Running MaxPlayersPerSecond to hold values
Running MaxAccountsPerIP to hold values
Running MaxConnectionsPerSecond to hold values
Running condition 02 including Whitelist
Condition 02 is fulfilled, continue checking
Player absolved ServerListPing
Player absolved MaxPlayersPerIP
Player absolved MaxAccountsPerIP
Player absolved MaxConnectionsPerSecond
APN is 195.22.229.22
Player absolved APNCheck
Targets Country is Republic of Moldova checking with mode WHITELIST
Player failed GeoCheck
Checking done in 10ms
------- Checking Player lPZhjW7qwk0r -------
 

TheIsaORC

theisaorc.com
Premium

Discord:

TheIsaORC#0001

Katılım
24 Aralık 2016
Mesajlar
258
Elmaslar
93
Puanlar
13.945
Yaş
22
Yer
İstanbul
Minecraft
TheIsaORC
Benim Bildiğim AntiJoinBotDeluxe BungeeCord İçin Değil Spigot Ve Bukkit İçin Diye Biliyorum
 

TheWhyWolf

Somon Balığı Selam Vermeye Geldi
Katılım
17 Mart 2018
Mesajlar
10
Elmaslar
0
Puanlar
0
Yaş
24
Benim Bildiğim AntiJoinBotDeluxe BungeeCord İçin Değil Spigot Ve Bukkit İçin Diye Biliyorum
Bungeecord için olması lazım çünkü çok hızlı bot atılıyorsa dayanayıp oto kapatıyor kendini :)
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı