Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: CUSTOM ELFSOLDIER MUEMU 8.3  (Visto 681 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Crowley Posteado: May 18, 2025, 01:45:22 AM | Modificado: May 18, 2025, 02:02:49 AM by Crowley

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 20
  • Gracias recibida: 16
  • it
I am posting this code to change the skin of the elf soldier. I thank the people of this forum for helping me because they only think about making money. bad bad


NPC.cpp
Code: [Select]
#include "stdafx.h"
#include "Defines.h"
#include "TMemory.h"
#include "NPC.h"



NPC gNPC;

void NPC::Load() {
    SetRange((LPVOID)0x005891C8, 5, ASM::NOP);
    SetOp((LPVOID)0x005891C8, (LPVOID) this->ElfSoldier, ASM::JMP);
}

__declspec(naked) void NPC::ElfSoldier() {
   _asm {

   MOV EAX, 0x1D0C//0x1CE9     //ALI   
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x218], AX

       MOV EAX, 0x1305//0x12FE     //ELMO
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x11C], AX

       MOV EAX, 0x1505//0x14FE     //ARMATURA
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x140], AX

       MOV EAX, 0x1705//0x16FE     //PANTALONI
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x164], AX

       MOV EAX, 0x1905//0x18FE     //GUANTI     
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x188], AX

       MOV EAX, 0x1B05//0x1AFE      //STIVALI     
       MOV ECX, [EBP + 0x8]
       MOV WORD PTR DS:[ECX + 0x1AC], AX

       MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x11E] , 15 
       MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x142] , 15
       MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x166] , 15
   MOV EAX, DWORD PTR SS : [EBP + 0x8]
       MOV BYTE PTR DS : [EAX + 0x18A] , 15 
   MOV EAX, DWORD PTR SS : [EBP + 0x8]
   MOV BYTE PTR DS : [EAX + 0x1AE] , 15

       MOV ECX, 0x0058925C 
       JMP ECX       
   }
}

NPC.h
Code: [Select]
#pragma once

class NPC {
  public:
    void        Load();
    // ----
    static void ElfSoldier();
    // ----
}; extern NPC gNPC;

Gracias:


Marcado como mejor respuesta por: Crowley Posteado May 17, 2025, 10:19:56 PM

Offline elfazor #1 Posteado: May 18, 2025, 02:12:10 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 37
  • Gracias recibida: 7
  • it
Thank you for your contribution for the season, lately I also notice that here too often the help is lacking and we always tend to be contacted privately to be helped for a fee, even if most of the time we are ignored. No monopolio aplausos


Offline Specifier #2 Posteado: May 18, 2025, 04:47:01 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 718
  • Gracias recibida: 5852
  • ae
---------------------------[NULL]---------------------------------

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
2203 Views
Last post March 04, 2020, 03:03:04 PM
by ALCONMU
20 Replies
11742 Views
Last post August 31, 2024, 11:34:25 AM
by tuanpm1
0 Replies
1871 Views
Last post May 05, 2021, 07:55:31 PM
by XiuNooB
0 Replies
280 Views
Last post July 25, 2023, 12:26:10 PM
by Rouge
17 Replies
4372 Views
Last post August 30, 2023, 01:12:10 PM
by T-LEGENDARY