Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: DLL Auto POT PARA VERSÃO SEASON 2 1.02R  (Visto 2330 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Vazamento Posteado: April 16, 2024, 09:18:48 PM | Modificado: April 17, 2024, 03:38:53 AM by ZabiinoOo

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 32
  • Gracias recibida: 614
  • br
DLL Auto Pot Season 2 1.02 R

F5 ATIVA E DESATIVA



Code: [Select]
#include "stdafx.h"
#include "AutoPot.h"


CAutoClick gAutoClick;

CAutoClick::CAutoClick()
{
this->m_Theread = NULL;

//this->CreateAutoClick();
}

CAutoClick::~CAutoClick()
{
if (this->m_Theread != NULL)
{
TerminateThread(this->m_Theread, 0);
CloseHandle(this->m_Theread);
this->m_Theread = NULL;
}
}

void CAutoClick::CreateAutoClick()
{

GetCursorPos(&this->CursorCoords);

if (this->m_Theread == NULL)
{
this->m_Theread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)this->AutoClickWorker, this, 0, 0);
}
}

DWORD WINAPI CAutoClick::AutoClickWorker(CAutoClick* AutoClick)
{
while (1)
{
Sleep(20);

if (AutoClick->m_ClickRight == 1 || AutoClick->m_ClickLeft == 1)
{
if (AutoClick->m_ClickRight == 1)
{
keybd_event('Q', 0, 0, 0);
Sleep(30);
keybd_event('Q', 0, KEYEVENTF_KEYUP, 0);
Sleep(30);
keybd_event('W', 0, 0, 0);
Sleep(30);
keybd_event('W', 0, KEYEVENTF_KEYUP, 0);
Sleep(30);
keybd_event('E', 0, 0, 0);
Sleep(30);
keybd_event('E', 0, KEYEVENTF_KEYUP, 0);
Sleep(30);
}

if (AutoClick->m_ClickLeft == 1)
{
SendMessage(g_hWnd, WM_LBUTTONDOWN, MK_LBUTTON,0);
Sleep(30);
SendMessage(g_hWnd, WM_LBUTTONUP, MK_LBUTTON,0);
Sleep(30);
}
}
}

return 1;
}


Download :

Creditos: João Vithor


Offline puckbluepeter #1 Posteado: September 05, 2024, 04:51:45 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 1
  • Gracias recibida: 0
  • gb
 Ele ajuda os jogadores a curar automaticamente seus personagens sem a necessidade de clicar manualmente nas poções, proporcionando maior comodidade em combates intensos.


Offline Creazsia #2 Posteado: October 09, 2024, 08:56:05 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 22
  • Gracias recibida: 2
  • ph
how to add it on client and server side ?


Offline iSh4dow #3 Posteado: January 03, 2025, 11:41:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 66
  • Gracias recibida: 186
  • ar
Alguno pudo hacerlo funcionar para las seasons mas nuevas?


Offline donna1205 #4 Posteado: June 02, 2025, 12:44:33 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 3
  • Gracias recibida: 0
  • us
how to add it on client Sprunki and server side ?
You’ll inject a DLL into the MU client (main.exe) to:
Hook key input (F5)
Check health/mana
Send the appropriate pot usage packet


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
7 Replies
2887 Views
Last post July 28, 2020, 10:56:26 PM
by Zerek
3 Replies
1790 Views
Last post September 22, 2020, 01:11:00 PM
by nixonk5
1 Replies
562 Views
Last post June 12, 2021, 05:20:48 PM
by DaiveSN
0 Replies
553 Views
Last post June 08, 2024, 05:44:44 PM
by caiotex
0 Replies
119 Views
Last post March 12, 2025, 08:34:43 AM
by sherofax