kiduu93 Posted July 1, 2018 Posted July 1, 2018 any alarm for chapta on screen ? it's like a message on screen. like this: https://prnt.sc/k1c8kb
zatohichi Posted July 16, 2018 Posted July 16, 2018 (edited) any have alarm for this captcha! thanks!!! i have l2adr 1.71 Edited July 16, 2018 by zatohichi
leandrovitor Posted June 14, 2019 Posted June 14, 2019 Em 06/04/2015 às 06:01, AchYlek disse: http://i.imgur.com/rrzGlpA.jpg isso você quer?!?!?! posta o script ai pra download
markoutmarkatos Posted July 30, 2019 Posted July 30, 2019 Hello can help m need anti captcha alarm l2 adrenaline scripts
briantispy Posted January 9, 2020 Posted January 9, 2020 (edited) On 9/2/2015 at 12:33 AM, AchYlek said: Spoiler uses SysUtils; var tmpDialog,tmpString:string; var posCaptcha, num1, num2, resultNum, count:integer; begin while Engine.Status = lsOnline do begin tmpDialog := Engine.DlgText; if (Pos('Активирован штраф', tmpDialog) <> 0) then begin tmpString:=''; tmpDialog:=''; // Наверное на делфи это не нужно делать, но у меня привычка. // Ищем капчу в диалоге tmpDialog:=Engine.DlgText; posCaptcha:=pos('<font color=LEVEL>',tmpDialog); posCaptcha:=posCaptcha+19; // Выдираем 1 число из капчи while not (tmpDialog[posCaptcha] = ' ') do begin tmpString:=tmpString + tmpDialog[posCaptcha]; posCaptcha:=posCaptcha + 1; end; num1:=StrToInt(tmpString); // Выдираем 2 число из капчи tmpString:=''; posCaptcha:=posCaptcha + 3; while not (tmpDialog[posCaptcha] = ' ') do begin tmpString:=tmpString + tmpDialog[posCaptcha]; posCaptcha:=posCaptcha + 1; end; num2:=StrToInt(tmpString); // Решаем resultNum:=num1 + num2; print(IntToStr(resultNum)); // Отправляем ответ на капчу Engine.BypassToServer('00 '+IntToStr(resultNum), True); count:=count+1; print ('Капча выскакивала -->'+IntToStr(count)+'<-- раз, но мы ее обошли =)'); end; Delay (888); end; end. On 9/2/2015 at 1:27 AM, Anitah said: Where is the hack or something? On 9/2/2015 at 9:41 AM, adr.bot said: that guy captcha not dialog, i dont think if this works for him On 9/3/2017 at 9:34 AM, fAkeN said: PlaySound(exepath+'\sounds\'+'Alarm'+'.wav'); Hello people, sorry for bothering you and also for my english.. I was reading all the pages I use l2 Adrenaline cracked version (1.71) have this captcha to resolve I pasted the code in the "scripts" window of L2 adenaline and I gave the "play" should it work? am i doing things right? I'm new to adrenaline, and I don't know much about programming. Could you add an alarm to this code? And let me know when I have to solve the captcha to do it personally? I would really appreciate it if you give me a hand, greetings from the other side of the ocean! Edited January 9, 2020 by briantispy
leandrovitorleli Posted March 29, 2020 Posted March 29, 2020 On 26/04/2015 at 22:11, powercheats said: pode ser convertido para scripts l2tower?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now