Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Server Files PROTECNO Update 6.4 10000 USSER ON 20K MOBS  (Visto 4610 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline AlejandrO777 #40 Posteado: June 20, 2025, 03:40:20 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 142
  • Gracias recibida: 2385
  • ar

Gracias:


Offline carnal17 #41 Posteado: June 20, 2025, 09:20:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 148
  • Gracias recibida: 27
  • pe
#if(CheckLicHWID)
   gLicense.GetComputerHardwareId();
#endif

#if(LicenciaPro==1)
//===============Código Licencia================================================
   gProtect.GetComputerHardwareId();

   std::string aohsistvar1 = " http://dathihost.com/serverfiles/index.php?arg1= ";
   std::string aohsistvar2 = gServerInfo.m_CustomerLicense;
   std::string aohsistvar3 = "&arg4=";
   std::string aohsistvar4 = gProtect.m_ComputerHardwareId;
   std::string url = aohsistvar1 + aohsistvar2 + aohsistvar3 + aohsistvar4;

   HINTERNET hInternet = InternetOpenA("LicenseCheck", INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0);
   if (hInternet! = NULL) {
      HINTERNET hUrl = InternetOpenUrlA(hInternet, url.c_str(), NULL, 0, INTERNET_FLAG_RELOAD, 0);
      if (hUrl! = NULL) {

         std::string content;
         búfer de caracteres [4096];
         DWORD bytesLeer;
         while (InternetReadFile(hUrl, buffer, sizeof(buffer), &bytesRead) && bytesRead > 0) {
            content.append(buffer, bytesRead);
         }

         InternetCloseHandle(hUrl);

         if (content != "ohyesbabyfuckme") {
            //La licencia no es válida
            MessageBox(NULL, "Error de licencia (3)", "ProTecno", IDOK | MB_ICONERROR);
            Proceso de salida(0);
            DestruirVentana(hWnd);
         }
      }
      else {
         //La respuesta del servidor no es válida
         MessageBox(NULL, "License Error (2)", "ProTecno", IDOK | MB_ICONERROR);
         Proceso de salida(0);
         DestruirVentana(hWnd);
      }

      // Cerrar WinINet
      InternetCloseHandle(hInternet);
   }
   else {
      //Sin conexión con el Servidor
      MessageBox(NULL, "Error de licencia (1)", "ProTecno", IDOK | MB_ICONERROR);
      Proceso de salida(0);
      DestruirVentana(hWnd);
   }
//=============Codigo Licencia FIN======================================================
#endif
ALGIEN ME DICE PARA QUE ES ESOS CODIGOS ?

Gracias:


Offline AlejandrO777 #42 Posteado: June 21, 2025, 02:44:16 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 142
  • Gracias recibida: 2385
  • ar
#if(CheckLicHWID)
   gLicense.GetComputerHardwareId();
#endif

#if(LicenciaPro==1)
//===============Código Licencia================================================
   gProtect.GetComputerHardwareId();

   std::string aohsistvar1 = " http://dathihost.com/serverfiles/index.php?arg1= ";
   std::string aohsistvar2 = gServerInfo.m_CustomerLicense;
   std::string aohsistvar3 = "&arg4=";
   std::string aohsistvar4 = gProtect.m_ComputerHardwareId;
   std::string url = aohsistvar1 + aohsistvar2 + aohsistvar3 + aohsistvar4;

   HINTERNET hInternet = InternetOpenA("LicenseCheck", INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0);
   if (hInternet! = NULL) {
      HINTERNET hUrl = InternetOpenUrlA(hInternet, url.c_str(), NULL, 0, INTERNET_FLAG_RELOAD, 0);
      if (hUrl! = NULL) {

         std::string content;
         búfer de caracteres [4096];
         DWORD bytesLeer;
         while (InternetReadFile(hUrl, buffer, sizeof(buffer), &bytesRead) && bytesRead > 0) {
            content.append(buffer, bytesRead);
         }

         InternetCloseHandle(hUrl);

         if (content != "ohyesbabyfuckme") {
            //La licencia no es válida
            MessageBox(NULL, "Error de licencia (3)", "ProTecno", IDOK | MB_ICONERROR);
            Proceso de salida(0);
            DestruirVentana(hWnd);
         }
      }
      else {
         //La respuesta del servidor no es válida
         MessageBox(NULL, "License Error (2)", "ProTecno", IDOK | MB_ICONERROR);
         Proceso de salida(0);
         DestruirVentana(hWnd);
      }

      // Cerrar WinINet
      InternetCloseHandle(hInternet);
   }
   else {
      //Sin conexión con el Servidor
      MessageBox(NULL, "Error de licencia (1)", "ProTecno", IDOK | MB_ICONERROR);
      Proceso de salida(0);
      DestruirVentana(hWnd);
   }
//=============Codigo Licencia FIN======================================================
#endif
ALGIEN ME DICE PARA QUE ES ESOS CODIGOS ?

ESE CODIGO LO SAQUE DELA SOURCE DEL GAME SERVER PARA QUE PUEDAN ENTRAR A LOS FILES TOTALMENTE FREE SIN LICENCIA BRO NO SIRVER DE NADA ESE CODIGO YA


Offline marlo1x1 #43 Posteado: June 21, 2025, 06:19:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 36
  • Gracias recibida: 59
  • ar
entonces se arreglo todo no hay source ni 10.0?


Offline AlejandrO777 #44 Posteado: June 21, 2025, 06:56:06 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 142
  • Gracias recibida: 2385
  • ar
entonces se arreglo todo no hay source ni 10.0?

tengo la source en mi poder la iva a publicar free pero como @ProTecno dijo que soy muerto de hambre la vendere para tener para comer xD lucha

Gracias:


Offline narugamy #45 Posteado: June 21, 2025, 11:39:19 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 21
  • Gracias recibida: 15
  • pe
Mejor liberalo estoy aprendiendo sobre files mu, ya que me dedique a fixear web mu pero al final no pude aprender de files hasta para crear nuevos módulos de webs de mu se debe saber de como funcionan los files en muchos casos


Offline skymkt #46 Posteado: June 22, 2025, 09:44:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 43
  • Gracias recibida: 12
  • vn

Offline rodrigoxd #47 Posteado: June 22, 2025, 05:24:24 PM | Modificado: June 22, 2025, 06:00:52 PM by rodrigoxd

  • ESTAFADOR
  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 106
  • Gracias recibida: 559
  • pe
Buenas compañeros, tengo un detalle y esque cuando configuro el helper y luego le doy Play el click se va de largo

como si le diera click al vacio

y otro detalle que encontre es que cuando me coloco los peds  (se quedan quietos y yo avanzo sobre el ped pero se queda la montura

y lo otro es el leviatan que me aparece asi en el inv


Offline carnal17 #48 Posteado: June 22, 2025, 09:15:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 148
  • Gracias recibida: 27
  • pe
cuando  liberaran la  version 7 o 8 xfas


Offline jeffzkie69 #49 Posteado: June 23, 2025, 04:11:29 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 153
  • Gracias recibida: 42
  • ph

Offline AlejandrO777 #50 Posteado: June 23, 2025, 08:43:06 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 142
  • Gracias recibida: 2385
  • ar
Buenas compañeros, tengo un detalle y esque cuando configuro el helper y luego le doy Play el click se va de largo

como si le diera click al vacio

y otro detalle que encontre es que cuando me coloco los peds  (se quedan quietos y yo avanzo sobre el ped pero se queda la montura

y lo otro es el leviatan que me aparece asi en el inv


en el maininfo en custom pet debes ponerlo como montura y ene l itemposition arreglas la posicion en el inv


Offline zurect #51 Posteado: June 23, 2025, 12:10:26 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 42
  • Gracias recibida: 634
  • sg
Share the source mate and thank you, this will change a lot of things :D


Offline rodrigoxd #52 Posteado: June 23, 2025, 12:30:18 PM | Modificado: June 23, 2025, 12:32:56 PM by rodrigoxd

  • ESTAFADOR
  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 106
  • Gracias recibida: 559
  • pe
Buenas compañeros, tengo un detalle y esque cuando configuro el helper y luego le doy Play el click se va de largo

como si le diera click al vacio

y otro detalle que encontre es que cuando me coloco los peds  (se quedan quietos y yo avanzo sobre el ped pero se queda la montura

y lo otro es el leviatan que me aparece asi en el inv


en el maininfo en custom pet debes ponerlo como montura y ene l itemposition arreglas la posicion en el inv

Item.tex


Item Position


Item Custom Ped


se agrego tbm lado MuServer/Custom/Custom ped pero me sigo con ambos problemas
1. cuando lo mota el ped no se mueve  y 2. el item posicion no chapa


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
67 Replies
19422 Views
Last post June 11, 2024, 03:40:47 PM
by Fabiven
24 Replies
6686 Views
Last post July 27, 2025, 08:42:36 PM
by k33n00
15 Replies
3703 Views
Last post July 04, 2025, 05:03:14 PM
by MaxerisofT
29 Replies
3624 Views
Last post July 27, 2025, 06:52:14 PM
by erickmalfoy
23 Replies
3233 Views
Last post July 06, 2025, 06:17:29 PM
by carnal17