1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

how to find out what the client is playing with: blocklauncher, tool box

Discussion in 'Development' started by MlsDmitry, Apr 10, 2019.

  1. MlsDmitry

    MlsDmitry Guest

    I want kick players which use blocklauncher or any launcher, because most cheats are written in js and imported as mod.
    Mb any example get "id" of launcher client.
     
  2. Ayzrix

    Ayzrix Witch

    Messages:
    66
    GitHub:
    Ayzrix
    PHP:
    public function onReceive(DataPacketReceiveEvent $event)
        {
            
    $packet $event->getPacket();
    if (
    $packet->clientId === 0) {
    I know that's for ToolBox
     
  3. MlsDmitry

    MlsDmitry Guest

    Is it working for api 3.7.1 mcpe 1.10?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.