Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Resolution 640x480  (Visto 996 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline dasgrid Posteado: March 18, 2021, 05:33:11 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 108
  • Gracias recibida: 2706
  • uy
Fix resolution 640x480 main 1.04E



Offline NguyenAnh #1 Posteado: March 18, 2021, 09:44:14 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 3
  • Gracias recibida: 1
  • vn
How to fix Map list in 640x480 main



Offline showmax #2 Posteado: March 18, 2021, 11:54:20 PM | Modificado: April 18, 2021, 03:35:10 PM by showmax

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 205
  • Gracias recibida: 4592
  • vn
Resolution.cpp
__declspec(naked) void ResolutionMoveList()
{
   static DWORD ResolutionMoveListAddress1 = 0x00830CE2;
   static DWORD ResolutionMoveListAddress2 = 0x00830D1B;
   static DWORD ResolutionMoveListAddress3 = 0x00830C43;

   _asm
   {
      Mov Ecx, Dword Ptr Ds : [MAIN_RESOLUTION_X] ;
      Mov Dword Ptr Ss : [Ebp - 0x08] , Ecx;
      Cmp Dword Ptr Ss : [Ebp - 0x08] , 0x500;
      Jbe CHECK640;
      Jmp[ResolutionMoveListAddress1];
   CHECK640:
      Cmp Dword Ptr Ss : [Ebp - 0x08] , 0x280; //640
      Jnz EXIT;
      Mov Edx, [Ebp - 0x04];
      Mov Dword Ptr Ss : [Edx + 0x48] , 0xFF;      
      Mov Dword Ptr Ss : [Edx + 0x50] , 0x22;      
      Mov Dword Ptr Ss : [Edx + 0x58] , 0x62;      
      Mov Dword Ptr Ss : [Edx + 0x60] , 0xB0;      
      Mov Dword Ptr Ss : [Edx + 0x68] , 0xE0;      
      Push 0x1A;   
      Push 0x00830D66;
      Call[SetByte];
      Push 0x1A;   
      Push 0x0083245D;
      Call[SetByte];
      Push 0x1A;   
      Push 0x00830ED5;
      Call[SetByte];
      Push 0x1A;   
      Push 0X00830FD8;
      Call[SetByte];
      Push 0x1A;   
      Push 0x00830E57;
      Call[SetByte];
      Jmp[ResolutionMoveListAddress2];
   EXIT :
      Jmp[ResolutionMoveListAddress3];
   }
}


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
3140 Views
Last post February 12, 2018, 04:27:07 PM
by neicer
4 Replies
1982 Views
Last post August 17, 2018, 09:09:15 AM
by T-LEGENDARY
1 Replies
1978 Views
Last post February 09, 2021, 05:29:17 AM
by zodiacddos
10 Replies
2491 Views
Last post November 22, 2022, 01:46:49 AM
by RifleMaN_
16 Replies
3727 Views
Last post April 05, 2024, 11:06:14 PM
by mugloves99