Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Files S6 Upgrade pyke UP30  (Visto 87410 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline dario #40 Posteado: May 12, 2022, 11:05:55 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 171
  • Gracias recibida: 746
  • ar
Hola, alguien puede compartir el Message.txt completo de la up30


Offline RAGNAR111 #41 Posteado: May 13, 2022, 04:15:41 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 119
  • Gracias recibida: 334
  • ro
If anybody want this source fixed at latest up 200usd pm me

Gracias:


Offline dario #42 Posteado: May 13, 2022, 07:49:59 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 171
  • Gracias recibida: 746
  • ar
If anybody want this source fixed at latest up 200usd pm me

Ok, you can share the Message.txt


Offline nujd00 #43 Posteado: May 13, 2022, 11:11:28 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 364
  • Gracias recibida: 333
  • ph
@Asura how about update 31 :D do you have it? :D

NUJD RABAGO

Offline Asura #44 Posteado: May 14, 2022, 12:08:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 47
  • Gracias recibida: 4890
  • ve
@Asura how about update 31 :D do you have it? :D

I don't have, but they can be easily added to this source, maybe I'll add them later and publish it


Discord: Asura#2013

Gracias:


Offline nujd00 #45 Posteado: May 14, 2022, 12:46:10 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 364
  • Gracias recibida: 333
  • ph
@Asura how about update 31 :D do you have it? :D

I don't have, but they can be easily added to this source, maybe I'll add them later and publish it

ok i will wait <3

NUJD RABAGO

Offline Asura #46 Posteado: May 15, 2022, 01:40:01 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 47
  • Gracias recibida: 4890
  • ve
Massive Bugs
Teleport+skill no works
Setdefence no work
Máster lvl no work and more...

configura los files y veras, ya que la configuracion que tienen por default los files, es todo un asco, pero como es mejor decir bug a buscar y configurar ^^ pobres


Discord: Asura#2013

Gracias:


Offline aemoscon #47 Posteado: May 15, 2022, 01:28:42 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 73
  • Gracias recibida: 13
  • ar
Massive Bugs
Teleport+skill no works
Setdefence no work
Máster lvl no work and more...

configura los files y veras, ya que la configuracion que tienen por default los files, es todo un asco, pero como es mejor decir bug a buscar y configurar ^^ pobres
como dije arriba, no funciona las nuevas cosas como el teleport+skill el máster lvl no funciona y el setdefence.. lo configure y todo sigue igual ..


Offline longkandy #48 Posteado: May 17, 2022, 12:46:03 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 18
  • Gracias recibida: 6
  • vn
Hello all! Bro fix item Market sell Wcoinp please! and config item market file muserver???
Thank all

Gracias:


Offline nujd00 #49 Posteado: May 17, 2022, 04:53:56 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 364
  • Gracias recibida: 333
  • ph
NUJD RABAGO

Offline vcore30 #50 Posteado: May 17, 2022, 07:04:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 97
  • Gracias recibida: 900
  • ru
How to add new program names and dumps to this anti-hack?


Offline mario12 #51 Posteado: May 17, 2022, 11:08:04 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 173
  • Gracias recibida: 1626
  • pe
ya tengo mi servidor un 90% para Hacerlo Oficial / Sole me flata Unas Cosas que estoy terminado / Gracias @Pyke y @Asura / Mil Gracias x este Gran Proyecto me Gusta y es De Ponerlo Online y dejarlo Permaente El Servidor / Gracias


Offline xufqing #52 Posteado: May 19, 2022, 01:36:07 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 32
  • Gracias recibida: 70
  • cn






bug item market
can sell item with expiration
after buying item market give random DC

¿Qué botón para el inventario Muun?
L

https://ibb.co/W2FkmqB

https://ibb.co/rxPX4z2

Onde está o tamanho da fonte definido??
i use the compile server and client
not the source.

O tamanho da fonte exibida pelo cliente está definido no servidor?
Code: [Select]
Common.h
////
// 全局字体
#define Offset_CreateFontA1 0x004060D0
#define Offset_CreateFontA2 0x004D2882
#define Offset_CreateFontA3    0x004D28EB
#define Offset_CreateFontA4 0x004D2957
#define Offset_CreateFontA5 0x004D29C1
////

Common.cpp

HFONT LoadNewFont() //默认加载字体大小,后面可以改一下设置
{
HFONT MyFont;
int bold = 400;
int unicode = 0x0;
int FontSize = 13;

if (gProtect.m_MainInfo.Unicode == 1)
{
unicode = 0x1;
}

return CreateFontA(FontSize, 0, 0, 0, bold, 0, 0, 0, unicode, 0, 0, 4, 0, "Tahoma");

}
void InitCommon() // OK
{
.......
        // 字体
SetCompleteHook(0xE8, Offset_CreateFontA1, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA2, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA3, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA4, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA5, &LoadNewFont);
}

Gracias:


Offline coolgepds #53 Posteado: May 20, 2022, 12:14:18 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 66
  • Gracias recibida: 33
  • cn






bug item market
can sell item with expiration
after buying item market give random DC

¿Qué botón para el inventario Muun?
L

https://ibb.co/W2FkmqB

https://ibb.co/rxPX4z2

Onde está o tamanho da fonte definido??
i use the compile server and client
not the source.

O tamanho da fonte exibida pelo cliente está definido no servidor?
Code: [Select]
Common.h
////
// 全局字体
#define Offset_CreateFontA1 0x004060D0
#define Offset_CreateFontA2 0x004D2882
#define Offset_CreateFontA3    0x004D28EB
#define Offset_CreateFontA4 0x004D2957
#define Offset_CreateFontA5 0x004D29C1
////

Common.cpp

HFONT LoadNewFont() //默认加载字体大小,后面可以改一下设置
{
HFONT MyFont;
int bold = 400;
int unicode = 0x0;
int FontSize = 13;

if (gProtect.m_MainInfo.Unicode == 1)
{
unicode = 0x1;
}

return CreateFontA(FontSize, 0, 0, 0, bold, 0, 0, 0, unicode, 0, 0, 4, 0, "Tahoma");

}
void InitCommon() // OK
{
.......
        // 字体
SetCompleteHook(0xE8, Offset_CreateFontA1, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA2, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA3, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA4, &LoadNewFont);
SetCompleteHook(0xE8, Offset_CreateFontA5, &LoadNewFont);
}


Irmão, depois que o código é adicionado, o cliente não pode executar ~ ~ você pode dar uma demonstração de imagem?


Offline Betell Host #54 Posteado: May 20, 2022, 08:56:45 AM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 3656
  • br
Bom dia a todos alguém pode informar se funciona o MasterLevelTree?


Offline esteban #55 Posteado: May 20, 2022, 10:14:27 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 480
  • Gracias recibida: 4450
  • pe
Bom dia a todos alguém pode informar se funciona o MasterLevelTree?

si funciona  cool2


Offline Betell Host #56 Posteado: May 20, 2022, 10:19:06 AM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 548
  • Gracias recibida: 3656
  • br
Tem algo que precise habilitar pois da forma normal nao consigo ativar o master level


Offline ALCONMU #57 Posteado: May 20, 2022, 11:30:03 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 117
  • Gracias recibida: 31
  • co
tiene problemas con las patentes no la activa no se ve ningun stataus de la patente

Gracias:


Offline longkandy #58 Posteado: May 20, 2022, 01:18:35 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 18
  • Gracias recibida: 6
  • vn
Hello all! Tôi phải làm thế nào để tắt tính năng item market?
Post item click chuột phải - offsell on item market?
Thank all


Offline KhongGianOL #59 Posteado: May 20, 2022, 02:52:49 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 702
  • vn
biến tấu thôi bạn @longkandy

Be kind, for everyone you meet is fighting their hard battle

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
5 Replies
2941 Views
Last post June 05, 2022, 01:24:45 PM
by vaneavanea31
0 Replies
527 Views
Last post February 04, 2023, 12:47:31 AM
by Cheke
5 Replies
1784 Views
Last post May 24, 2023, 03:43:21 AM
by oxey.mu
0 Replies
620 Views
Last post May 28, 2023, 02:57:03 AM
by oxey.mu
5 Replies
3668 Views
Last post September 01, 2025, 11:11:27 PM
by vttcue