Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: share the red circle with anyone who likes it  (Visto 3128 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline chuckhai Posteado: December 26, 2019, 08:55:35 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 134
  • Gracias recibida: 1063
  • vn

Code: [Select]
///I coi
//icoi
//Controller.cpp
///
void __declspec(naked) iconHook()
{
static DWORD dwIcon = (DWORD)LoadIcon(gController.Instance, MAKEINTRESOURCE(IDI_ICON1));//chuckhai
static DWORD dwJmp = 0x004D0E3C;
_asm
{
MOV EAX, dwIcon
JMP dwJmp
}
}
bool Controller::Load()
{
this->VKF9_State = 0;
if( !this->MouseHook )
{
this->MouseHook = SetWindowsHookEx(WH_MOUSE, this->Mouse, gController.Instance, GetCurrentThreadId());
// ----
if( !this->MouseHook )
{
return false;
}
}
// ----
if( !this->KeyboardHook )
{
this->KeyboardHook = SetWindowsHookEx(WH_KEYBOARD_LL, this->Keyboard, gController.Instance, NULL);
// ----
if( !this->KeyboardHook )
{
return false;
}
}
//chuckhai
SetRange((LPVOID)0x004D0E2F, 13, ASM::NOP);

SetOp((LPVOID)0x004D0E2F, iconHook, ASM::CALL);

return true;
}
////

///
///giòng chữ
////
 void Interface::Work() {
...
sprintf_s(test, sizeof(test), "Server: %s || Player: %s || Level: %d ",gProtect.m_MainInfo.WindowName,gObjUser.lpPl ayer->Name, gObjUser.lpPlayer->Level );
SetWindowText(pGameWindow, test);//chuckhai
}
//

// chuckhai

Gracias:


Offline thangdtqn3 #1 Posteado: December 26, 2019, 10:20:00 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 25
  • Gracias recibida: 18
  • gb
lỗi này sửa sao ông ơi?


Offline chuckhai #2 Posteado: December 26, 2019, 02:46:47 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 134
  • Gracias recibida: 1063
  • vn

Offline PhantomKr #3 Posteado: December 26, 2019, 06:03:33 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 170
  • Gracias recibida: 1218
  • pe
Discord: JeanMois#3323

Offline chuckhai #4 Posteado: December 27, 2019, 05:12:31 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 134
  • Gracias recibida: 1063
  • vn
código incompleto

char test[500];
sprintf_s(test, sizeof(test), "Server: %s || Player: %s || Level: %d ", gProtect.m_MainInfo.WindowName, gObjUser.lpPlayer->Name, gObjUser.lpPlayer->Level);
SetWindowText(pGameWindow, test);


Offline PhantomKr #5 Posteado: December 27, 2019, 06:12:15 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 170
  • Gracias recibida: 1218
  • pe
código incompleto

char test[500];
sprintf_s(test, sizeof(test), "Server: %s || Player: %s || Level: %d ", gProtect.m_MainInfo.WindowName, gObjUser.lpPlayer->Name, gObjUser.lpPlayer->Level);
SetWindowText(pGameWindow, test);
tengo un problema el cliente se cierra automáticamente después de seleccionar el personaje

Discord: JeanMois#3323

Offline onlinezajzaj #6 Posteado: December 28, 2019, 06:11:03 AM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn
boxing boxing boxing boxing boxing boxing boxing boxing boxing boxing boxing boxing



Thank's Hacker HiepHoon !

Interface.h




Interface.cpp



Interface.cpp



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 axeman192 #7 Posteado: December 28, 2019, 07:06:06 AM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 287
  • Gracias recibida: 11881
  • vn
Code nào tối ưu nhất đây =)))


Offline axeman192 #8 Posteado: December 28, 2019, 07:07:04 AM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 287
  • Gracias recibida: 11881
  • vn

Gracias:


Offline chuckhai #9 Posteado: December 28, 2019, 07:10:44 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 134
  • Gracias recibida: 1063
  • vn
boxing boxing boxing boxing boxing boxing boxing boxing boxing boxing boxing boxing



Thank's Hacker HiepHoon !

Interface.h
 

Interface.cpp
 
Interface.cpp
 
sao đổi thanh //hiephon  rồi kkkkkkkkk


Offline yNot #10 Posteado: January 06, 2020, 05:35:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 3
  • ca
Can someone help me with this error

IntelliSense: identifier "pGameWindow" is undefined


ai giúp mình với :D


Offline axeman192 #11 Posteado: January 06, 2020, 08:02:44 PM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 287
  • Gracias recibida: 11881
  • vn
Can someone help me with this error

IntelliSense: identifier "pGameWindow" is undefined


ai giúp mình với :D
Import.h
Code: [Select]
#define pGameWindow				*(HWND*)0x0E8C578

Gracias:


Offline yNot #12 Posteado: January 06, 2020, 08:42:30 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 3
  • ca
Tớ add vào khi chọn nhân vật xong bị crash main luôn là như nào cậu nhỉ


Offline becoloko #13 Posteado: January 20, 2020, 03:32:40 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 42
  • Gracias recibida: 12
  • br

Offline vnshell #14 Posteado: December 10, 2020, 08:58:04 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 139
  • Gracias recibida: 40
  • kh
how to add PING | PFS | Time to title
Please help @onlinezajzaj


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
0 Replies
784 Views
Last post March 08, 2016, 12:05:31 AM
by ZabiinoOo
7 Replies
896 Views
Last post November 05, 2020, 11:54:48 AM
by iSh4dow
10 Replies
2534 Views
Last post June 29, 2022, 03:47:39 PM
by takumi12
0 Replies
171 Views
Last post July 05, 2023, 11:15:53 AM
by Vikingszmu
1 Replies
276 Views
Last post August 30, 2023, 02:40:57 PM
by Franco Galaxy