Jump to content

ApxaHGe1

Members
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

About ApxaHGe1

Profile Information

  • Gender
    Male
  • Country
    Russia

ApxaHGe1's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. run start.exe run l2 run adsmon.exe when adrenalin started, rename handle XAAAA or XSAUD to any text enter game start botting and start script to mouse move and click uses SysUtils, Classes; function keybd_event (bVk, bScan: byte; dwFlags, dwExtraInfo: integer): integer ; stdcall; external 'user32.dll'; function SetCursorPos (x, y: integer): boolean; stdcall; external 'user32.dll'; function mouse_event (dwFlags, dx, dy, dwData: byte; dwExtraInfo: integer): void; stdcall; external 'user32.dll'; procedure mouseClick (x, y, _delay: integer); begin SetCursorPos (x, y); mouse_event ($2, 0, 0, 0, 0); delay (_delay); mouse_event ($4, 0, 0, 0, 0); end; begin while Engine.Status = lsOnline do begin delay(3000); mouseClick(602,587,10); end; end. enjoy =)
  2. You're wrong .. everything works fine Any version... run aweria.exe (http://rghost.ru/6hJj492WK) run adrenalin any version... click start launch l2 client
  3. adrenalin work
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..