Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: unicode  (Visto 1203 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Ifreat Posteado: November 17, 2021, 10:35:55 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 731
  • Gracias recibida: 5127
  • gb
Good day i need help on some source :

 i have this offsets:

Code: [Select]
#define CHARSET_ADDRESS 0x118DAA4 // S9



Code: [Select]
MemSet(0x0043851F, 0xEB, 1); // s9  -- JE -> JMP, Opens support of Asian Symbols in character creation
MemSet(0x004526F3, 0xEB, 1); // S9 -- Asian support for range of input boxes

SetByte(0x00515031, 0xEB); //[0-9A-Za-z] Guild

//SetWord(0x0043A118+2,(DWORD)1000); //캐릭터삭제
//SetWord(0x0043FDF2+1,(DWORD)2000);

DWORD OldProtect;
VirtualProtect((LPVOID)0x009D0120, 10, PAGE_EXECUTE_READWRITE, &OldProtect); //s9
BYTE CHAT_FIX[] = { 0xB8, 0xB5, 0x03, 0x00, 0x00, 0x90 };
memcpy((LPVOID)0x009D0120, CHAT_FIX, sizeof(CHAT_FIX)); //s9

VirtualProtect((LPVOID)0x00D8AC1B, 2, PAGE_EXECUTE_READWRITE, &OldProtect); //s9
BYTE CHAT_ASIANFIX[] = { 0xB5, 0x03 };
memcpy((LPVOID)0x00D8AC1B, CHAT_ASIANFIX, sizeof(CHAT_ASIANFIX)); // s9

VirtualProtect((LPVOID)0x009D0057, 2, PAGE_EXECUTE_READWRITE, &OldProtect);
memcpy((LPVOID)0x009D0057, CHAT_ASIANFIX, sizeof(CHAT_ASIANFIX)); // s9

//BYTE charfix3[2] = { 0xB5, 0x03 };
//VirtualProtect((LPVOID)0x00452634, 2, PAGE_EXECUTE_READWRITE, &OldProtect);
//memcpy((LPVOID)0x00452634, charfix3, sizeof(charfix3)); // s9



but when making general chat

the name appears broken :





send me private message if some of you can be able to fix this thing and i would love to pay that person

Error . . . . . .

Gracias:


Offline onlinezajzaj #1 Posteado: November 18, 2021, 05:49:51 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 689
  • Gracias recibida: 17940
  • vn
S8 , bro ??
 troll

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Offline Ifreat #2 Posteado: November 18, 2021, 06:34:22 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 731
  • Gracias recibida: 5127
  • gb
Error . . . . . .

Gracias:


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
14 Replies
7162 Views
Last post January 27, 2023, 02:55:14 PM
by erickmalfoy
22 Replies
4849 Views
Last post July 31, 2022, 08:43:14 AM
by xiazaipw
0 Replies
709 Views
Last post July 08, 2021, 02:30:19 AM
by Odisk
0 Replies
1323 Views
Last post February 24, 2022, 06:19:46 PM
by onlinezajzaj
7 Replies
5468 Views
Last post October 29, 2022, 07:50:30 PM
by Ifreat