Jump to content

Recommended Posts

Posted
  On 12/6/2017 at 5:34 PM, Pokimane123 said:

I need this script captcha anyone can help me??   E8YRuQ

 

use this

 

uses sysutils,classes;
var
  p1,p2:pointer;
begin
  while true do
  begin
    if engine.waitaction([ladlg], p1, p2) = ladlg then
    begin
      if pos(lowercase('bot'), lowercase(engine.dlgtext)) <> 0 then
      begin
        delay(555);
        engine.bypasstoserver('antibot_correct');
      end;
    end;
  end;

 

Guys i need your help here, so im playing on a server that it uses this anti bot captcha but the admin changed it a bit and the script does not work, when the anti bot moves you to town it says '' you failed clicking on the bog, '' it doesnt even make sense, do u know what can i change on the script or at least try something to see if it will work.   Thank you in advance 

Posted
53 minutes ago, xbadjoke said:

hello anyone know script to change shadow weapon when dissapear?

var

shadowWeap: TL2Item;

 

begin

while delay(555) do begin

if inventory.user.byid(*****, shadowWeap) and not shadowWeap.equipped then begin

engine.useitem(shadowWeap);

end;

end;

end.

//Replace ***** with weapon id

  • Like 1
Posted

Hi @adr.bot any idea how use skill after pm any string to buffer?

Example:

 

"MyBD warrior
 My Bladedancer uses warrior dances

 

"MyPP archer

  My Prophet uses buffs for archers

"MyPP mage

  My Prophet uses buffs for mages

Posted
2 hours ago, Luigicol said:

Hi @adr.bot any idea how use skill after pm any string to buffer?

Example:

 

"MyBD warrior
 My Bladedancer uses warrior dances

 

"MyPP archer

  My Prophet uses buffs for archers

"MyPP mage

  My Prophet uses buffs for mages

begin
  while delay(555) do
  begin
    if chatmessage.unread and (pos('test',chatmessage.text) > 0) then
    begin
      // do stuff
    end;
  end;
end.

 

  • 3 weeks later...
Posted

HI @adr.bot, how are u? I hope fine.

 

I'm trying to farm using my spoiler, but it does not always use the sweeper skill. I'm playing l2 lionna, classic 2.8. Would you have some script to spoil and use sweeper? Or something like that, because I feel like I'm losing a lot of farm (I'm trying to farm eab / ewb).

 

Thanks in advanced

Posted
1 hour ago, thalestvn said:

HI @adr.bot, how are u? I hope fine.

 

I'm trying to farm using my spoiler, but it does not always use the sweeper skill. I'm playing l2 lionna, classic 2.8. Would you have some script to spoil and use sweeper? Or something like that, because I feel like I'm losing a lot of farm (I'm trying to farm eab / ewb).

 

Thanks in advanced

hi, no i dont have

Posted
On 3/31/2019 at 10:11 PM, guiilhermeliima said:

I need this script captcha anyone can help me??

 

 1363748166_Shot00001_Easy-Resize.com(1).jpg.0cd5ae8c9d80655b3cf79e904fe95e2c.jpg

ME TOO! HAHAHA IF U GET, SEND ME ON thalesvnn@gmail.com please! Tks 

Posted (edited)

Hi @adr.bot can u help me? :D Or some 1

 

I'm making a script to autofarm but when I die I can sometimes respawn in giran and another 1 in gludio, how can I make it move to one place or another depending on the city where i respawn?
 
Im trying with this:
 
 
 
    if not User.Buffs.ByID(1413, buff) and user.inrange(81153, 148677, -3464, 3500) then begin
	            Engine.MoveTo(82015, 147986, -3495);
	                    delay(1000);
	    Engine.MoveTo(83176, 148352, -3432); //buffer giran
	   if not User.Buffs.ByID(1413, buff) and user.inrange(-14404, 123473, -3112, 4000) then begin
	   Engine.MoveTo(-14210, 123813, -3112);     //buffer gludio				
 
 
But it does not move in either of the two cities.
Sorry if it's something obvious I'm starting and I'm saturated in some things with so much information of scripts and such.
 
Thanks.
 
I alrdy fixed it, thanks anywais :D
Edited by xCarroza

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



  • Posts

    • Inventory restock: Premium business accounts are now available.   ✔ Wallester Business EU 🇪🇺|💳 Unlimited virtual cards, physical cards, 🏦 multi-currency IBAN, ₿ crypto & stablecoin deposits. ✔ Stripe Business UK 🇬🇧|💳 Instant virtual cards (Visa/Mastercard), high-conversion checkout, multi-currency payouts, ₿ crypto payments, no-code payment links. ✔ Mercury Business US 🇺🇸|🏦 US checking & savings, 💳 unlimited virtual cards, domestic & International wires, native stablecoin settlement. ✔ Payset Business EU 🇪🇺|🏦 Multiple IBANs, UK sort code, SEPA Instant, 💳 unlimited virtual cards, multi-currency accounts. ✔ Novo Business US 🇺🇸|🏦 Business checking account, ACH payments & invoicing, 💳 virtual & physical cards, novo boost.
    • Let me see if I understand correctly, older gentlemen, when a newcomer shows up to create modern things with the help of AI, doing what you charge them to do, you point the finger and laugh. I believe that's why everything is stagnant. The product isn't for programming experts, it's for newcomers. Don't buy from you if they can do it themselves using this base. You're going to deliver a similar product, maybe even worse than this one, so why are you complaining? PowerShell, as you well know, started with it, then came new platforms and new apps, new creation models, all with different languages; I chose the simplest one for my taste. This is about being organized and knowing how to choose the right words for each situation. It's not 100%, but it already gives a good impression. Nothing is 100%, so a topic written by AI, and all the code that you charge an absurd amount for to prohibit and sell hacks, could be open source so that everyone can create new practices, new models, new information for passing packets, prohibiting the use of cheats that cause server owners to break so much. Let's remember that the Admin doesn't always shut down the server; it's the players who find problems and take advantage by buying and reselling items, and they say that the GM shuts down the server every week, but that's a lie. What they do is duplicate items with packages and sell them, but perhaps this could give some future developers a starting point to create their own protection following the model in the initial documentation. Because none of you answer a question from a newbie, you think you're superior because you have knowledge, but with AI, people like that can have the same knowledge as you, but with less practice. And if they practice a lot, 10,000 hours, they can be as good as all of you older developers in the L2J field.
  • Topics

×
×
  • 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..