Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Fuentes FireTeam  (Visto 1678 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: 232
  • Gracias recibida: 1896
  • ar
Fuentes FireTeam que tenia, con nuevas cosas en 97D, y 1.0.

Fuentes 97D


Fuentes 1.0

Gracias:

darkes607, pedrob, VitorMarin, joas00, loloke157, caminhada, RUSSELLrj1, eraclio1, jhampool13, Xysad, dibujito, zerg24, cheduong, Ojeda93, nofearlose, arcanjoow, maeelzin, Kenbrown, mateus2255, bibi159, mu2020, 2str0kE, Miisoia, RifleMaN_, glmmlg, romariols, username0077, AZURE, Van_Bom, Mizuki, gohancs, kiritosao, ostriches, teebad, anh1pk, kimrubi, hoanmaster, lobinhopk, viorb, nguoidakhuat, diegomakes, victhorinox, erickmalfoy, samapriest, wenleiady, kove0816, wiljipa, pksoares1, tutu100, aof10022535, daniel202, antoniomuanjo, GamerMu, showmax, wellwisher22, muinternational, Hugo, liron003, weberson, MUDERBY, hu7vo6, hackluv, devid123, hinetworks, dariusk, ballas, Dizzy, m1sterio, ntcong295810, Part1zanBelarus, myway, Rescate, hald22, Analista, Heimdall, ricardos2, Pescado, InFamous, lanxin3243, GabrielDev, maguila, kksky, NghienMU, lambemeupinto, antonionni, kaiocnx, taovanluc, Androjd123, stark98, datos32, ronglovel, knight.php, hyonzinho666, Percy, dizzys, TeamCB, quyanxu, SHILDKING, Chupulum, xlbiellx, warrior, python, northon, Odisk, gega, Erick05, Amarilofx, usersa, byweltin@gmail.com, zeroalenda, Mathi, nylanpro, h3yShOk, juan1997, max1musn1, Genius05, daimer, xaxx10, tammadall, straiker23, zHammer, Dieguinho, joaovithor1, mustx1, heberty, KhongGianOL, plyn, skinmuonline, pulsefire, rodritwm, kayito, herjuni, Hax.Gaming, deathsquad, BMSxD, Marceliin, stopk, rbfd, korron, zhangjianle865, Crowley, z348870672, ScottLy, Smudevelop, Wendigo, bin9xhn2, coolgepds, muccone, zhujianhui, 183358, mendani, beecubin, ZabiinoOo, DiosJMK, Dragonvl15, dario, bazan, djagripnos, vnshell, BaTmaaN, andreyzz, Matt1995, Pyke, 452745444, mugloves99, odin, son1xx2, dakosmu, CorsarioDgx, mulatinos, Murilo, lkt22, saske98, TheSilencer

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

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 90
  • Gracias recibida: 9
  • bo
cliente y muserver tiene ?

Gracias:


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

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 89
  • Gracias recibida: 11
  • br
como desativar licença ?


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

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 5
  • 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: Dedicado
  • Posts: 48
  • Gracias recibida: 339
  • 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

Gracias:


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

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 89
  • Gracias recibida: 11
  • br
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: 89
  • Gracias recibida: 11
  • br
alguem tem a source do getmain ?


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
8 Replies
3735 Views
Last post October 06, 2019, 02:46:54 PM
by fachiitah
6 Replies
2973 Views
Last post September 19, 2023, 07:17:14 PM
by jere1889
1 Replies
850 Views
Last post September 10, 2018, 05:12:22 PM
by Pudge
7 Replies
2718 Views
Last post May 10, 2021, 11:29:07 PM
by unico
3 Replies
2930 Views
Last post April 28, 2022, 10:25:21 PM
by elpuche9