Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Fuentes FireTeam  (Visto 2444 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline nelson Posteado: May 29, 2023, 09:39:46 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 271
  • Gracias recibida: 2124
  • ar
Fuentes FireTeam que tenia, con nuevas cosas en 97D, y 1.0.

Fuentes 97D


Fuentes 1.0


Offline dreikfranco #1 Posteado: May 30, 2023, 03:41:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 204
  • Gracias recibida: 13
  • bo
cliente y muserver tiene ?


Offline RifleMaN_ #2 Posteado: June 03, 2023, 06:07:12 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 95
  • Gracias recibida: 15
  • ar
como desativar licença ?


Offline devid123 #3 Posteado: June 12, 2023, 08:17:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 2
  • Gracias recibida: 53
  • br
@dreikfranco O Link ja vem com MuServer/Cliente/Source , Lembrando que os Arquivos é Da Empresa FlameTeam e Fireteam, é um Dono Só .


Offline Dizzy #4 Posteado: June 13, 2023, 09:33:22 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 75
  • Gracias recibida: 525
  • ru
como desativar licença ?

find in the source code of the gameserver License.h and License.cpp
then paste it there and compile it.

License.h
Code: [Select]
//#pragma once

//class cLicense
//{
//public:
// bool Load();
// bool Check(LPCSTR ID);

//private:
// BYTE  _Data[6];
// DWORD _Serial;
// char  _Buffer[60];
//};

//extern cLicense License;

License.cpp
Code: [Select]
#include "StdAfx.h"

//bool cLicense::Load()
//{
// GetVolumeInformation("C:\\", NULL, 0, &this->_Serial, NULL, NULL, NULL, 0);

// UUID ID; UuidCreateSequential(&ID);

// for (int i = 2; i < 8; i++)
// {
// this->_Data[i - 2] = ID.Data4[i];
// }

// sprintf(this->_Buffer, "%02X-%02X-%02X-%02X-%02X-%02X", this->_Data[0], this->_Data[1], this->_Data[2], this->_Data[3], this->_Data[4], this->_Data[5]);

// if (this->Check(this->_Buffer) && this->_Serial == 0xAC5F0CA4)
// {
// return true;
// }
// else
// {
// MessageBox(NULL, "Infelizmente sua licenзa nгo foi encontrada!\n Por favor, entre em contato.\n\n www.flameteam.com.br", "Flame - Emulator", MB_OK | MB_ICONINFORMATION);
// ExitProcess(0);
// }

// return false;
//}

//bool cLicense::Check(LPCSTR ID)
//{
// char CheckList[13][18] =
// {
// "00-1E-8C-94-04-30",
// "D4-5D-64-D4-69-2D",
// "00-E0-4C-20-6D-B9",
// };

// for (int i = 0; i < 13; i++)
// {
// if (!strcmp(ID, CheckList[i]))
// {
// return true;
// }
// }

// return false;
//}

//cLicense License;


and the server will work without a license, good luck.

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

Offline RifleMaN_ #5 Posteado: June 14, 2023, 02:29:14 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 95
  • Gracias recibida: 15
  • ar
alguien arregla el modo ventana, todo lo que haces en una ventana también lo hace en otra


Offline RifleMaN_ #6 Posteado: June 15, 2023, 05:46:59 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 95
  • Gracias recibida: 15
  • ar
alguem tem a source do getmain ?


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate