Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Season 3 (Reedlan) NEW  (Visto 2166 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Dizzy Posteado: September 10, 2024, 08:40:03 AM | Modificado: September 11, 2024, 04:10:31 PM by Dizzy

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 504
  • ru
The old files I studied on, the files work consistently, crash and nothing like that.
The code is scary because this was my training without guides, etc.. Everything was done by trial and error.
Version without built-in MuHelper.






Screenshots:
Spoiler for Hiden:




P.S
I can’t compile the client dll, if anyone succeeds, post it below and I’ll update the post, I used 2010 visual studio.


fix for compiling the client part, ThanksSs Bladimir1

source main compiled fine only need disable all PlayerGuildLogo in Other.ccp y Other.h & interface.h.. and remplace

Spoiler for Hiden:
void OpenResetMenu()
{
   if(OpenReset1 == 1)
   {
      ResetDialog = true;
      if(p1CheckWindows(6) //trade
      || p1CheckWindows(9) //Chaos Box
      || p1CheckWindows(0) //Interface All
      || p1CheckWindows(14) //Personal Shop
      || p1CheckWindows(11) //Pet Info
      || p1CheckWindows(12) //Store
      || p1CheckWindows(3) //Party
      || p1CheckWindows(4) //Quest
      || p1CheckWindows(5)) //Guild
      {
         return;
      }

      int PositionX1 = 218;
      int PositionY1 = 93;

      pDrawImage2(2693,PositionX1,PositionY1-1,250,297,0.0,0.0,0.7728125, 0.8028125, 1, 1, 0.0);//0.6875 / 0.8828125


   else if(OpenReset1 == 0)
   {
      ResetDialog = false;
   }
}

for

void OpenResetMenu()
{
   if(OpenReset1 == 1)
   {
      ResetDialog = true;
      if(p1CheckWindows(6) //trade
      || p1CheckWindows(9) //Chaos Box
      || p1CheckWindows(0) //Interface All
      || p1CheckWindows(14) //Personal Shop
      || p1CheckWindows(11) //Pet Info
      || p1CheckWindows(12) //Store
      || p1CheckWindows(3) //Party
      || p1CheckWindows(4) //Quest
      || p1CheckWindows(5)) //Guild
      {
         return;
      }

      int PositionX1 = 218;
      int PositionY1 = 93;

      pDrawImage2(2693,PositionX1,PositionY1-1,250,297,0.0,0.0,0.7728125, 0.8028125, 1, 1, 0.0);//0.6875 / 0.8828125
   }

   else if(OpenReset1 == 0)
   {
      ResetDialog = false;
   }
}




Credits:
- eRRoR
- Hybrid
- NexT
- Wendigo

Skype: mu-legend.ru
Discord: Dizzy#1469

Offline mantios #1 Posteado: September 10, 2024, 09:44:25 AM | Modificado: September 10, 2024, 11:09:24 AM by mantios

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 130
  • Gracias recibida: 325
  • sk
https://www.virustotal.com/gui/file/d414524af4cc6a4ee78e83af9449c61170dc8b6b2479301530b1114f074f6b2b
no wonder you dont want compiled your own files :D
I don't understand then nothing From your description. It's saying this. "The old files I studied on, the files work consistently, crash and nothing like that.
The code is scary because this was my training without guides, etc.. Everything was done by trial and error.
Version without built-in MuHelper."
So you coding them or not? Because you say you learn coding in them 🤣 Google translate make wrong spelling?


Offline Dizzy #2 Posteado: September 10, 2024, 10:16:13 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 504
  • ru
https://www.virustotal.com/gui/file/d414524af4cc6a4ee78e83af9449c61170dc8b6b2479301530b1114f074f6b2b
no wonder you dont want compiled your own files :D

These are not my files, but copy-paste and I checked them, I also indicated the credits, they are packed with Timida, this is a program for encrypting programs so that there is no hacking and code leakage.

If anyone manages to compile the client part, plz let me know and share

Skype: mu-legend.ru
Discord: Dizzy#1469

Offline plyn #3 Posteado: September 10, 2024, 04:30:59 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 245
  • Gracias recibida: 719
  • br
this a real season 3 or downgrade s6 ?

Hisashiburi dana, Mugiwara!

Offline Bladimir1 #4 Posteado: September 10, 2024, 04:46:31 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 105
  • Gracias recibida: 1760
  • au
source main compiled fine only need disable all PlayerGuildLogo in Other.ccp y Other.h & interface.h.. and remplace

void OpenResetMenu()
{
   if(OpenReset1 == 1)
   {
      ResetDialog = true;
      if(p1CheckWindows(6) //trade
      || p1CheckWindows(9) //Chaos Box
      || p1CheckWindows(0) //Interface All
      || p1CheckWindows(14) //Personal Shop
      || p1CheckWindows(11) //Pet Info
      || p1CheckWindows(12) //Store
      || p1CheckWindows(3) //Party
      || p1CheckWindows(4) //Quest
      || p1CheckWindows(5)) //Guild
      {
         return;
      }

      int PositionX1 = 218;
      int PositionY1 = 93;

      pDrawImage2(2693,PositionX1,PositionY1-1,250,297,0.0,0.0,0.7728125, 0.8028125, 1, 1, 0.0);//0.6875 / 0.8828125


   else if(OpenReset1 == 0)
   {
      ResetDialog = false;
   }
}

for

void OpenResetMenu()
{
   if(OpenReset1 == 1)
   {
      ResetDialog = true;
      if(p1CheckWindows(6) //trade
      || p1CheckWindows(9) //Chaos Box
      || p1CheckWindows(0) //Interface All
      || p1CheckWindows(14) //Personal Shop
      || p1CheckWindows(11) //Pet Info
      || p1CheckWindows(12) //Store
      || p1CheckWindows(3) //Party
      || p1CheckWindows(4) //Quest
      || p1CheckWindows(5)) //Guild
      {
         return;
      }

      int PositionX1 = 218;
      int PositionY1 = 93;

      pDrawImage2(2693,PositionX1,PositionY1-1,250,297,0.0,0.0,0.7728125, 0.8028125, 1, 1, 0.0);//0.6875 / 0.8828125
   }

   else if(OpenReset1 == 0)
   {
      ResetDialog = false;
   }
}


Offline Dizzy #5 Posteado: September 11, 2024, 04:04:14 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 504
  • ru
this a real season 3 or downgrade s6 ?


original season 3 with customs

Skype: mu-legend.ru
Discord: Dizzy#1469

Offline Dizzy #6 Posteado: September 11, 2024, 04:23:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 504
  • ru
source main compiled fine only need disable all PlayerGuildLogo in Other.ccp y Other.h & interface.h.. and remplace

void OpenResetMenu()
{
   if(OpenReset1 == 1)
   {
      ResetDialog = true;
      if(p1CheckWindows(6) //trade
      || p1CheckWindows(9) //Chaos Box
      || p1CheckWindows(0) //Interface All
      || p1CheckWindows(14) //Personal Shop
      || p1CheckWindows(11) //Pet Info
      || p1CheckWindows(12) //Store
      || p1CheckWindows(3) //Party
      || p1CheckWindows(4) //Quest
      || p1CheckWindows(5)) //Guild
      {
         return;
      }

      int PositionX1 = 218;
      int PositionY1 = 93;

      pDrawImage2(2693,PositionX1,PositionY1-1,250,297,0.0,0.0,0.7728125, 0.8028125, 1, 1, 0.0);//0.6875 / 0.8828125


   else if(OpenReset1 == 0)
   {
      ResetDialog = false;
   }
}

for

void OpenResetMenu()
{
   if(OpenReset1 == 1)
   {
      ResetDialog = true;
      if(p1CheckWindows(6) //trade
      || p1CheckWindows(9) //Chaos Box
      || p1CheckWindows(0) //Interface All
      || p1CheckWindows(14) //Personal Shop
      || p1CheckWindows(11) //Pet Info
      || p1CheckWindows(12) //Store
      || p1CheckWindows(3) //Party
      || p1CheckWindows(4) //Quest
      || p1CheckWindows(5)) //Guild
      {
         return;
      }

      int PositionX1 = 218;
      int PositionY1 = 93;

      pDrawImage2(2693,PositionX1,PositionY1-1,250,297,0.0,0.0,0.7728125, 0.8028125, 1, 1, 0.0);//0.6875 / 0.8828125
   }

   else if(OpenReset1 == 0)
   {
      ResetDialog = false;
   }
}



Can you pleasEeE send me the files ready for compilation for the client part, thank you very much in advance, it will be easier for me and I will update the post.

Skype: mu-legend.ru
Discord: Dizzy#1469

Offline vaneavanea31 #7 Posteado: September 15, 2024, 12:14:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 173
  • Gracias recibida: 38
  • md
Hi Guys, When i connect the gameserver i have Error ( Failed to Connect -check you Exillum.ini
 SQL Server 2008 R2 is good for data base or is another problem ?
Thanks !


Offline Dizzy #8 Posteado: September 17, 2024, 11:27:03 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 504
  • ru
UP UP UP

post the source client part which compiles normally

Skype: mu-legend.ru
Discord: Dizzy#1469

Offline gang #9 Posteado: September 18, 2024, 12:33:38 PM | Modificado: September 18, 2024, 03:12:05 PM by ZabiinoOo

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 109
  • Gracias recibida: 181
  • am
These are files uploaded by Wendigo on his ridiculous dead forum. As we all know very well, Wendigo has scammed more than one person on that forum. Don't be fooled, there are tons of viruses and who knows what else. This scammer has never sold these files, and he certainly wouldn't publish them on his own.


Offline Dizzy #10 Posteado: October 03, 2024, 06:28:22 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 504
  • ru
Can anyone compile the client dll part? if so, pleaseee share

Skype: mu-legend.ru
Discord: Dizzy#1469

Offline zurect #11 Posteado: October 03, 2024, 07:04:54 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 36
  • Gracias recibida: 507
  • sg
@ZabiinoOo i suggest to remove this thread , the sources is not complete and most of AV detect it as virus, the .exe also wait wait for signal on port indicating backdoor:
https://www.hybrid-analysis.com/sample/613158f2ddcf5f09b505a07b60d43a1b99c360f68b9b95f70bf7465da1cabbfc/66ff215529c2f11405015c94


Offline jeronemo2707 #12 Posteado: April 20, 2025, 01:10:25 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 5
  • Gracias recibida: 0
  • az
Who have original client this files ?


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate