Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Louis Emulator S4 S6 S8 (update 13)  (Visto 73518 veces)

0 Miembros and 2 Guests are viewing this topic.

Offline louis #40 Posteado: August 17, 2019, 08:01:06 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • C++ Coder
  • +11 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 844
  • Gracias recibida: 36397
  • br
Update 36 is ready!!!

Gracias:


Offline Gamers #41 Posteado: August 17, 2019, 08:37:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 170
  • Gracias recibida: 53
  • pe

Gracias:


Offline PhantomKr #42 Posteado: August 17, 2019, 10:11:50 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 170
  • Gracias recibida: 1218
  • pe
Discord: JeanMois#3323

Gracias:


Offline idpnguyeni #43 Posteado: August 18, 2019, 12:00:13 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 72
  • Gracias recibida: 15
  • vn

Offline PhantomKr #44 Posteado: August 18, 2019, 12:18:04 AM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 170
  • Gracias recibida: 1218
  • pe
Please fix : No load ranking, event,...






@louis pleasa fix erro

el error solo es por parte tuya en la configuracion del gameserver en el commom

Discord: JeanMois#3323

Gracias:


Offline T-LEGENDARY #45 Posteado: August 18, 2019, 01:04:32 AM | Modificado: August 18, 2019, 01:11:02 AM by froid11

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 693
  • Gracias recibida: 8604
  • br
terminar de cargar el main se cierra solo intente desabilitar el
ENCRYPT_STATE
tambien el
//InitHackCheck();
y sigue con error alguna solución ?


NO [ HackCheck.CPP ] DO [GAME-SERVER] MUDAR PARA ESSE CÓDIGO ABAIXO PARA ARRUMAR O ERRO DE DISCONNECT

NÃO SEI SE ESTÁ CERTO MAS FUNCIONOU....
XD XD....

PODERIA ANALISAR O CÓDIGO   @louis
E DIZER SE FIZ CERTO OU TEM ALGO ERRADO :D....????

@seedmaker  @Cartman  @thangdtqn3 ---  dance LEMBRA-TE DE DAR EL GUSTA :D dance
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Spoiler for Hiden:

void InitHackCheck() // OK
{
   VM_START

   WORD EncDecKey = 0;

   for(int n=0;n < sizeof(gServerInfo.m_CustomerName);n++)
   {
      EncDecKey += (BYTE)(gServerInfo.m_CustomerName[n]^gServerInfo.m_ServerSerial[(n%sizeof(gServerInfo.m_ServerSerial))]);
   }

#if (PROTECT_STATE == 0) // || GAMESERVER_UPDATE >= 801
   EncDecKey1 = (BYTE)0xE2;
   EncDecKey2 = (BYTE)0xFF; // Default is 0x76
#else
   EncDecKey1 = (BYTE)0xE2;
   EncDecKey2 = (BYTE)0x77; // Default is 0x76
#endif

   //EncDecKey2 = gProtect.m_EncKeyNew;

   EncDecKey1 += LOBYTE(EncDecKey);
   EncDecKey2 += HIBYTE(EncDecKey);

   GetPrivateProfileString("MHPServerInfo","CustomerName","",MHPCustomerName,sizeof(MHPCustomerName),"..\\Data\\Hack\\MHPServer.ini");

   MHPEncDecKey1 = GetPrivateProfileInt("MHPServerInfo","EncDecKey1",0,"..\\Data\\Hack\\MHPServer.ini");

   MHPEncDecKey2 = GetPrivateProfileInt("MHPServerInfo","EncDecKey2",0,"..\\Data\\Hack\\MHPServer.ini");

   if(MHPEncDecKey1 != 0 || MHPEncDecKey2 != 0)
   {
      WORD MHPEncDecKey = 0;

      for(int n=0;n < sizeof(MHPCustomerName);n++)
      {
         MHPEncDecKey += MHPCustomerName[n];
      }

      MHPEncDecKey1 += LOBYTE(MHPEncDecKey);
      MHPEncDecKey2 += HIBYTE(MHPEncDecKey);
   }

   VM_END
}


Gracias:


Offline DjGamer #46 Posteado: August 18, 2019, 07:44:15 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 203
  • Gracias recibida: 12097
  • es
Gracias @louis 10/10 puntos para te.. hoy a probar estos updates 13..

Gracias:


Offline djagripnos #47 Posteado: August 18, 2019, 07:47:36 AM

  • MAESTRO

  • US. DE HONOR

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 824
  • Gracias recibida: 27498
  • gr
@louis i have this problem: Error   18   error LNK1123: failure during conversion to COFF: file invalid or corrupt   C:\Users\Acer\Desktop\Source MundoMU 19092018 (Update 13)\GameServer\GameServer\LINK GameServer ???
 

Gracias:


Offline kayito #48 Posteado: August 18, 2019, 07:54:38 AM | Modificado: August 18, 2019, 01:41:43 PM by kayito

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.035
  • Gracias recibida: 15038
  • ar
@louis compilar main.dll cierra main.exe antes de terminar la carga. Usé el main.dll que trae MuServer/Tools/MAIN_INFO/premium y funcionó pero al compilar main.dll se cierra el main. Qué puede ser?

EDITO: Arreglé lo de que se cierra comentando en interface el load de la interface S2. Ahora abre bien el juego pero cuando clickeo en el server, no aparece login box y desconecta (SOLO PASA AL COMPILAR MAIN.DLL , Si uso main.dll que trae el tools funciona bien)

Gracias:


Offline axeman192 #49 Posteado: August 18, 2019, 08:44:41 AM | Modificado: August 19, 2019, 10:31:51 PM by axeman192

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 287
  • Gracias recibida: 11896
  • vn

Offline onlinezajzaj #50 Posteado: August 18, 2019, 09:36:33 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18236
  • vn
Ya fijé el problema del connect y actualizado el link, solo bajar de nuevo...

Why can't I change the name of CLIENT Folder? Why, who can help me?


:o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Gracias:


Offline AZURE #51 Posteado: August 18, 2019, 09:38:11 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 267
  • Gracias recibida: 3029
  • cl
hola como puedo quitarle la inteface del s2?


Offline T-LEGENDARY #52 Posteado: August 18, 2019, 11:10:52 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 693
  • Gracias recibida: 8604
  • br
I uploaded my kit: Client, Server, Source.
It works.

 

DO YOU KNOW HOW I CAN MODIFIC THE BAR FREE TO PREMIUM ON GS? IN SOURCE?


Offline T-LEGENDARY #53 Posteado: August 18, 2019, 11:17:34 AM | Modificado: August 18, 2019, 11:20:48 AM by froid11

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 693
  • Gracias recibida: 8604
  • br
Ya fijé el problema del connect y actualizado el link, solo bajar de nuevo...

Why can't I change the name of CLIENT Folder? Why, who can help me? SEND ME ON PRIVATE


:o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o :o

DO YOU HAVE SKYPE? MAYBE I CAN SUPPORT YOU


Offline thangdtqn3 #54 Posteado: August 18, 2019, 12:01:01 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 25
  • Gracias recibida: 18
  • gb
Ya fijé el problema del connect y actualizado el link, solo bajar de nuevo...
I was disconnected when ReBuild Source Main. Help me fix it.


Offline T-LEGENDARY #55 Posteado: August 18, 2019, 12:27:43 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 693
  • Gracias recibida: 8604
  • br
@axeman192  @thangdtqn3

DO YOU KNOW HOW I CAN MODIFIC THE BAR FREE TO PREMIUM ON GS? IN SOURCE?


Offline axeman192 #56 Posteado: August 18, 2019, 01:43:42 PM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 287
  • Gracias recibida: 11896
  • vn
@axeman192  @thangdtqn3

DO YOU KNOW HOW I CAN MODIFIC THE BAR FREE TO PREMIUM ON GS? IN SOURCE?
This is GameServer Premium, GameServerGS Premium

Gracias:

ichigo, hieuvt, coolgepds, josejose, Evangelio, mulatinos, vamchy33, nguoidakhuat, nhatphai21996vn, epokiss, MsotoC, Taivadu, vipgale01, nescafe, llZeuzll, lokito12, mugloves99, Quickness, Sweng, BRUM4T1CK, pulsefire, ezesosa, mantios, myway, Dragonvl15, ailsoncost, crack018, Shaper, linkvas12, Hanx, Goplay, byweltin@gmail.com, heyloor, z348870672, beaterhehe, Van_Bom, rekis, Victor-CC-TSM, aweonao, Wendigo, Ifreat, taovanluc, m4rd0k, victormvw, rtg21, samsung13, paizao, psalazar, 0333111, tiendoanit, KhongGianOL, dark, nguqua, Kingler, alefmello166, zyghydev, Liaon, OneMU, kaisudo, Shrimp, JESUSB1, tsx24, nujd00, leones55, kangsookhi, dhaomao, maacknx, malaquias, pafa7a, Eternity, briner2016, muarce, npt.formu, boncha, comelon666, itaialroy, matheusgom, wasj5299, DarkovaX, jprey7, Saldivar, jeronemo, fer1992, gredy, fivqt, aof10022535, ProNexT, beibei, clerigz, dark32, zedia93, maphewxander, SaintZeus, martinez, vnshell, Eddael, alexytoo, judakiss21, laulinh2, Crowley, TzCr4ck, ofignacio, Sandrix, tdthanh95, samsunggon, Alexsupra0, takumi12, Lil Kid, volrath, ZTMarkz, modaxd, Hoangsy99, darkroh, 423646802, gpaixao, Null, hdeluxe, 308508743, minhvn12, elixor, Jean LR, evowex, bmss01, frankyori, abraao, sagat202, erickmalfoy, santos, NoobDK, mckjohan2019, harry130, diegomakes, fcgame, OtixelaxD, thienthan1117, binhchivn, TroYaN, Flash, xdjoa, luciferlg, BruceCM, NguyenAnh, darkjano, pravednik, dieguitox, PachoRasta, GATITO, deathsquad, rogeralexander, hiep, mastermcy, RaStraBaN, digimoncik, seedmaker, quyanxu, PhantomKr, gacon201294, osvaldo1811, Shaman, ZephyrusPG, Cartman, Hax.Gaming, 1732313, AreS, T-LEGENDARY, djagripnos

Offline T-LEGENDARY #57 Posteado: August 18, 2019, 01:54:33 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 693
  • Gracias recibida: 8604
  • br
@axeman192  @thangdtqn3

DO YOU KNOW HOW I CAN MODIFIC THE BAR FREE TO PREMIUM ON GS? IN SOURCE?
This is GameServer Premium, GameServerGS Premium
 

SOURCE GAMESERVER PREMIUM PLEASE

Gracias:


Offline inax123 #58 Posteado: August 18, 2019, 03:04:20 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 197
  • Gracias recibida: 1759
  • ar
Main.dll sin la interface Season 2.
Les va a suceder que si no tienen las imagenes de la interface Season 2 van a ver todo blanco lo que son la vida, posiciones, menus, etc



Offline onlinezajzaj #59 Posteado: August 18, 2019, 03:13:08 PM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18236
  • vn
Can someone guide me to fix "Rename directory Mu get diss game"!

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
89 Replies
22058 Views
Last post November 20, 2021, 04:00:17 PM
by djagripnos
211 Replies
34046 Views
Last post August 27, 2023, 01:38:23 AM
by OBBY
54 Replies
11436 Views
Last post October 29, 2019, 11:10:42 AM
by hiep
3 Replies
1882 Views
Last post February 28, 2020, 11:17:49 PM
by ConejoMalo
98 Replies
22267 Views
Last post March 17, 2024, 06:25:18 PM
by hola23