Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: takumi12 - Fix Open Shop  (Visto 6655 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline takumi12 Posteado: July 09, 2022, 09:36:43 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.317
  • Gracias recibida: 41296
  • mx
fix al error de auto comprar cuando abres npc shop y el mouse queda sobre un item  nots




Las offset no se crea, ni se destruye, solo se transforma

Gracias:

distuber1, mediodas20, b0n3v, angel321, emersonx13, ukvayha, VikingoMU, 4312204, gmmuchang, GoldSun, frenzo2009, Xysad, Thuong10c8, PowerNet, 331515194, Xenos, Lude, S!ngle, Ryzenn, Domedica, bogart, CorsarioDgx, NoobDK, lunaticodeveloper, phongvan1987, kaian, jaes, Bladimir1, thangnvv92, rando, hide3by, kosama11, DeilanSasame, ntcong295810, ndhieu8x, boypost, mittosaker, Nakamura, hungngok9x, tunhi3000, qq670348570@hotmail, Sergio Franco, exegame, linkvas12, rekis, kiritosao, OBBY, e911217, dakosmu, boybudz321, mos02673, ์Nightz, 153426, 0nii123, nic269, VERNERON, jeuzinn, hald22, a269633915, matheusgom, sh4ll3, llhenryxpxx, 1732313, zHammer, TryMenow, bin9xhn2, drakulla, Rindy, komandirbk, giveusatan, vaneavanea31, Smudevelop, giangpha, Saige, kellington, DEATH, RaduOnica, minhtrong, PachoRasta, tutu100, Shaper, warrior, ProTecno, Honghai1992, xufqing, mocorongo, jechumer, backerchen, sagamacus, Zeus, bustafa, bamster89, oxey.mu, zekcrom, narinrak1, RifleMaN_, nylanpro, ruojing, usersa, EaglE, footballmuonline, samsunggon, donciukas14, dreamboy7, ledemkhoc, nofeara, Tomsky75, okilove23, tyqhaha, Wikka, cri0, tkstriker, Hiếu Đại Ca, CezarMaster, mrcomhp, tcbaoanh, RafhaelSouza, InFamous, herjuni, m1sterio, LuciferXT, MuDragonBall, MsotoC, vokirval, thieugiapc, jamiones24, zeroalenda, judakiss21, HayllanderBR, dark32, Genilson23, miracle1, UnCleanOne, djnansr, DiegoPJI, PS Sistemas, vipgale01, xlockee, wiljipa, ranatube, Aprendiz, iamzuika, kove0816, Shellshock, sagat202, taovanluc, erickmalfoy, manfromvn, zhujianhui, myway, smallz170, Erick05, wagnii, victorrz17, vitor, haziel, phuongcuongmsqm, Analista, ImportedPotato, llZeuzll, Nexus, muccone, kimrubi, anh1pk, cantante007, vcore30, Daniel@, Keko, zhangjianle865, weberson, nhanphu200, BrayanMix2016, louis, binho, dizzys, boylasd, football, hanzel, rowspan, Crowley, HaPKoTuK, NghienMU, Kosh, PhantomKr, Peluuca, dlawls662, afiqui, danillou, tangyi90, andreyzz, showmax, nujd00, alexfy, LTP Team, GabrielDev, KhongGianOL, xiazaipw, 183358, deathsquad, truongtienhp, ailsoncost, Eternals, vnshell, Realez, solar, spartacus, mubongma, coolgepds, knight.php, walkeny, lstuan, dieguitox, quyanxu, comelon666, kaisudo, kenh14, Hugo, jhonhy, Orion88, Murilo, muzic25, korron, redf0x, animator, realman, Odisk, lechianh88, Kapocha33, danillodsd, tammadall, liron003, axeman192, luciferlg, max1musn1, Ifreat, npt.formu, zodiacddos, stark98, zpzwb113, SaintZeus, Eymen2121, Wendigo, c4nhsatcodong, whisky123, allhoy, beibei, saske98, RAGNAR111, stopk, thesofer, wnz5678, Cartman, dahouzi, djagripnos, mugloves99, Arazox

Offline jhonhy #1 Posteado: July 09, 2022, 06:28:11 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 199
  • br
thanks, can you share this?

   MouseUpdateTime = 0;
   MouseUpdateTimeMax = 6;
   ResetMouseLButton();

   if ( IsRelease(VK_LBUTTON) || IsRepeat(VK_LBUTTON) || IsPress(VK_LBUTTON) )


Offline takumi12 #2 Posteado: July 09, 2022, 07:18:23 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.317
  • Gracias recibida: 41296
  • mx
thanks, can you share this?

   MouseUpdateTime = 0;
   MouseUpdateTimeMax = 6;
   ResetMouseLButton();

   if ( IsRelease(VK_LBUTTON) || IsRepeat(VK_LBUTTON) || IsPress(VK_LBUTTON) )

#define MouseUpdateTime                        *(DWORD*)0x81C03B4
#define MouseUpdateTimeMax                     *(DWORD*)0xE616D0
#define ResetMouseLButton                     ((void(__cdecl*)()) 0x0083C080)
#define ResetMouseRButton                     ((void(__cdecl*)()) 0x0083C0A0)
#define IsRepeat                           ((bool  (__cdecl*)(int iVirtKey))0x00791090)
#define IsRelease                           ((bool  (__cdecl*)(int iVirtKey))0x00791050)
#define IsPress                              ((bool  (__cdecl*)(int iVirtKey))0x00791070)


Las offset no se crea, ni se destruye, solo se transforma

Gracias:


Online c4nhsatcodong #3 Posteado: July 10, 2022, 10:12:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 362
  • Gracias recibida: 1952
  • vn
Publicar un anuncio Mu Online gratis - Mu Online Community GRATIS.
Post free Mu Online ads - FREE Mu Online Community
https://www.facebook.com/groups/274190243227367/
https://www.facebook.com/groups/435291436622354/

Gracias:


Offline jhonhy #4 Posteado: July 21, 2022, 06:48:28 PM | Modificado: July 21, 2022, 07:02:42 PM by jhonhy

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 94
  • Gracias recibida: 199
  • br

Offline xiazaipw #5 Posteado: August 02, 2022, 06:47:07 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 64
  • Gracias recibida: 13
  • cn
HI BRO where should he put it?


Offline Rindy #6 Posteado: August 10, 2023, 10:46:51 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 1685
  • gb
Fix crash main -> open shop

Tks @takumi12

Citar
#define KeyInput_Instance            ((BYTE*(*)()) 0x00791100)

void CNewUIMainFrame::CNewUINPCShop_OpenningProcess()
{
        DWORD This;
   MouseUpdateTime = 0;
   MouseUpdateTimeMax = 6;
   ResetMouseLButton();
   if ( IsRelease(VK_LBUTTON) || IsRepeat(VK_LBUTTON) || IsPress(VK_LBUTTON) )
   {
      BYTE *v2 = KeyInput_Instance();

      v2[VK_LBUTTON] = 0;
      *(BYTE *)(This + 37) = 0;
   }
   else
   {
      *(BYTE *)(This + 37) = 1;
   }
}

SetCompleteHook(0xE8, 0x0085EF42, CNewUIMainFrame::CNewUINPCShop_OpenningProcess);

Gracias:


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
6 Replies
2006 Views
Last post April 27, 2020, 11:32:12 PM
by ArgentuX
31 Replies
4850 Views
Last post May 03, 2020, 08:20:40 PM
by pquintal
18 Replies
6451 Views
Last post January 29, 2024, 10:24:45 AM
by Xingaw
3 Replies
1483 Views
Last post August 18, 2020, 06:13:02 PM
by danarius123
6 Replies
2793 Views
Last post April 11, 2023, 04:20:39 PM
by davidrcj