Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pyy

Игрок
  • Зарегистрирован

  • Посещение

  1. тему ответил в Pyy пользователя Pyy в Script Development
    i know that. but if u ban s.o by anyway, it still banned via xuid or guid. but my problem is so serious. He fake admin's xuid and use admin's cmds for his evil purposes... BANNED him, but 5 minutes later, he back and keep kicking all people ... i think 4d1 should fix that soon. he alway used a same static ip, so i want to ban him via IP. Just read IP from text files and kick who use it to connect my sv.
  2. Im admin of a server from Vietnam. I got a big problem. Someone used a hack tool to fake my xuid, changed his name to my name, then used admin's cmds to kick or ban all players in room. i banned him from my console. but 5 minutes later, he back. It happen too many times. i dont know what tool he used but i really want to kick him away from my server 4ever. Seem like he alway use a same static ip to connect to my server. So i decide to write a script that i can kick s.o via ip. im writing a little script but im stuck. i dont know how to kick someone Someone can help me. Im a beginner and sr about my bad english I just want to know how to use kick command. i dont know the kick command here my code, dont laugh at me :mrgreen: : using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Text; using InfinityScript; namespace ClassLibrary1 { public class BanList : BaseScript { List ipbanlist = new List(); private bool LoadBanList(string p, List iplist) { try { using (StreamReader sr = new StreamReader(p)) { String[] line = sr.ReadToEnd().Split('\n'); int d = line.Length; for (int f = 0; f < d; f++) { List ip = line[f].ToList(); int e = ip.Count; if (ip[e - 2].ToString() == "x") { line[f] = line[f].Remove(e - 2); } iplist.Add(line[f]); } return true; } } catch (Exception e) { return false; } } public BanList(): base() { LoadBanList("baniplist.txt",ipbanlist); PlayerConnecting += new Action(entity => { entity.OnNotify("connecting",player => { foreach (string ipban in ipbanlist) { if (player.IP.ToString().StartsWith(ipban)) { <<<<<>>>>> <<<< kick cmd is here but i dont know it ( >>>> } } }); }); } } }

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.