Jump to content

Recommended Posts

Posted

Im wondering if some oldschool server-side anti-bot methods are forgotten by the new bot programs. L2Walker was so easy to detect and l2net, there was one trick for it where many players fell.

To this day, I still don't know why walker was sending PMs such as "USESKILL", "USEITEM", "BUYITEM", "SELLITEM", to the server and actually detecting those.

Posted

Im wondering if some oldschool server-side anti-bot methods are forgotten by the new bot programs. L2Walker was so easy to detect and l2net, there was one trick for it where many players fell.

To this day, I still don't know why walker was sending PMs such as "USESKILL", "USEITEM", "BUYITEM", "SELLITEM", to the server and actually detecting those.

you can filter any bot server side by crawling activity logs, but it's far from optimal way, however ncWest tries it recently :D

Posted

Hey, guys,sell me Bypass

Better dont buy it,

 

there is so much exploids for adena at 10x rate, i never saw it )) even stalonka servers got it fixed

 

http://imgur.com/yoEAk7y  "special javeria cloak" 

  • 3 weeks later...
Posted (edited)

Better dont buy it,

 

there is so much exploids for adena at 10x rate, i never saw it )) even stalonka servers got it fixed

 

http://imgur.com/yoEAk7y  "special javeria cloak" 

 

how to run the tower? pm me man

Edited by frhtyue56879A
Posted

 

Better dont buy it,

 

there is so much exploids for adena at 10x rate, i never saw it )) even stalonka servers got it fixed

 

http://imgur.com/yoEAk7y  "special javeria cloak" 

 

 

how to run the tower? pm me man

i have blocked pm, idk reason why xd

Posted

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 =)
Posted (edited)

you're so kind and i'm trying to do that, but when i open client, an error pops up

 

24ypq14.jpg

 

PS: if possible, i'd prefer a bypass for l2tower, like the one people posted in this thread

Edited by marcolineage

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock