elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET


  Mostrar Temas
Páginas: [1]
1  Programación / Programación Visual Basic / [Ayuda] 29 Errores cuando quiero crear una dll ayuda! en: 30 Noviembre 2010, 01:26 am
hola miren trate de crear una dll con visual basic con un codigo ya echo ya que yo no se nada de programacion este es el codigo

Código:
void CMDRESET(int aIndex)
{
int isReset = GetPrivateProfileInt("ComandoReset","isReset",1,CM D_INI);
int Level = GetPrivateProfileInt("ComandoReset","Level",300,CM D_INI);
unsigned int Price = GetPrivateProfileInt("ComandoReset","Price",500000 00,CMD_INI);

if (isReset == 0)
{
GCServerMsgStringSend("Comando desativado.", aIndex,1);
return;
}

OBJECTSTRUCT* gObj = (OBJECTSTRUCT*)OBJECT_POINTER(aIndex);

if (gObj->Level < Level)
{
GCServerMsgStringSend("No Tenes Nivel Necesario Para Resetear! [MuMendoza]", aIndex, 1);
return;
}

if (gObj->Money < Price)
{
GCServerMsgStringSend("No Posee El Zen Necesario Para Resetar! [MuMendoza]", aIndex, 1);
return;
}
else
MSQL->Exec("UPDATE Character SET Resets = Resets+1 WHERE Name = '%s'",gObj->AccountID);
gObj->Level = 1;
gObj->Experience = 0;
gObj->Money = gObj->Money - Price;
char Resetado[100];
sprintf_s(Resetado, "[%s] Usted Ah Sido Resetado Correctamente! Reloguee Para Completar !. [MuMendoza]", gObj->Name);
GCServerMsgStringSend(Resetado,aIndex,1);


me pueden decir que es lo que tiene mal???
o lo pueden modificar y postearlo aca en este post?? porfavor lo necesito urgente,,
2  Programación / Ingeniería Inversa / [Ayuda] Eliminar WinLicense de aplicaciones ejecutables en: 24 Noviembre 2010, 23:07 pm
hola miren tengo unos files que estan cifrados con winlicense alguien me podria ayudar porfavor? no se nada de programacion

estos son los files
adentro de cada carpeta estan los ejecutables creo q 3 estan cifrados unos que se llaman dataserver1 dataserver2 y gameserver si alguien me ayudaa porfavorrr..

link : http://www.megaupload.com/?d=I7NYD145

si alguien lo puede hacer que suba el link muchisimas gracias
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines