GoDhateNabz Posted March 19, 2017 Posted March 19, 2017 l2warland im trying to use l2phx.3.5.34.176 anti-capcha (adernaline works just fine) but when i run anti-capcha i get critical error ===>> i have disabled firewall / i dont have antivirus i got windows 7 pro any idea why that happens? Quote
steve Posted March 25, 2017 Posted March 25, 2017 http://www.maxcheaters.com/topic/213708-wts-l2-warland-anti-captcha-script-works-100/ Quote
FerryOfStyx Posted June 13, 2017 Posted June 13, 2017 Can someone help me solve a captcha that tells you to click a specific text with specific color? For example, search text "abcdf" with red color and click it. Quote
zatohichi Posted September 3, 2017 Posted September 3, 2017 On 10/4/2015 at 8:14 AM, Slayerduckie said: hello there can this script also run with l2tower? how to play sound in this script? On 6/4/2015 at 4:26 PM, adr.bot said: function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; external 'user32.dll'; function captcha:boolean; begin if engine.dlgtext.contains('Refresh') or engine.dlgtext.contains('Captcha') or engine.dlgtext.contains('60 seconds') or engine.dlgtext.contains('Bot') then begin SetForegroundWindow(Engine.GameWindow); PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav'); delay(500); StopSound; end; end; begin while true do begin delay(300); captcha(); end; end. how to play sound in this script? i create a carpet sound in my adr cracker 1.71 and i have alarm.wav , how to config for play sound? Quote
fAkeN Posted September 3, 2017 Posted September 3, 2017 6 hours ago, zatohichi said: how to play sound in this script? i create a carpet sound in my adr cracker 1.71 and i have alarm.wav , how to config for play sound? PlaySound(exepath+'\sounds\'+'Alarm'+'.wav'); Quote
Emi Posted November 13, 2017 Posted November 13, 2017 Hey lf a anti captcha script for adrenalin and server l2dragon.net. any can give me on plz greets Quote
Flavstorm Posted February 17, 2018 Posted February 17, 2018 (edited) Hello guys. How do I do this script work L2Gamers.cl? function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; external 'user32.dll'; function captcha:boolean; begin if engine.dlgtext.contains('Refresh') or engine.dlgtext.contains('Captcha') or engine.dlgtext.contains('60 seconds') or engine.dlgtext.contains('Bot') then begin SetForegroundWindow(Engine.GameWindow); PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav'); delay(500); StopSound; end; end; begin while true do begin delay(300); captcha(); end; end. Edited February 17, 2018 by Flavstorm Quote
adr.bot Posted February 17, 2018 Posted February 17, 2018 32 minutes ago, Flavstorm said: Hello guys. How do I do this script work L2Gamers.cl? function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; external 'user32.dll'; function captcha:boolean; begin if engine.dlgtext.contains('Refresh') or engine.dlgtext.contains('Captcha') or engine.dlgtext.contains('60 seconds') or engine.dlgtext.contains('Bot') then begin SetForegroundWindow(Engine.GameWindow); PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav'); delay(500); StopSound; end; end; begin while true do begin delay(300); captcha(); end; end. function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; external 'user32.dll'; function captcha:boolean; begin if engine.dlgtext.contains('Refresh') or engine.dlgtext.contains('Captcha') or engine.dlgtext.contains('60 seconds') or engine.dlgtext.contains('Human') then begin SetForegroundWindow(Engine.GameWindow); PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav'); delay(500); StopSound; end; end; begin while true do begin delay(300); captcha(); end; end. Quote
siriys_blek Posted March 8, 2018 Posted March 8, 2018 On 2/17/2018 at 10:43 PM, Flavstorm said: Hello guys. How do I do this script work L2Gamers.cl? function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; external 'user32.dll'; function captcha:boolean; begin if engine.dlgtext.contains('Refresh') or engine.dlgtext.contains('Captcha') or engine.dlgtext.contains('60 seconds') or engine.dlgtext.contains('Bot') then begin SetForegroundWindow(Engine.GameWindow); PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav'); delay(500); StopSound; end; end; begin while true do begin delay(300); captcha(); end; end. Will this script works for the CAPTCH-a of my server? https://imgur.com/a/V1ODB <---The Captch-a Quote
AnitahIsBack Posted March 8, 2018 Posted March 8, 2018 I opened this post 3 years ago and still alive lul Quote
camenomat0 Posted March 8, 2018 Posted March 8, 2018 18 minutes ago, AnitahIsBack said: I opened this post 3 years ago and still alive lul why not, captchas always look like trouble for them playas :P Quote
Recess Posted March 9, 2018 Posted March 9, 2018 ¿Hola chicos, cómo están? ¿Alguien me ayuda con un comando (Script) para el bot de adrenalina, que resuelve este Captcha solo? L2 supra , supragames.net Quote
zatohichi Posted March 27, 2018 Posted March 27, 2018 hello, any good person have alarm from this chaptcha??? Thanks :D i have Adr 1.71 cracked ... :D Quote
adr.bot Posted March 28, 2018 Posted March 28, 2018 12 hours ago, zatohichi said: hello, any good person have alarm from this chaptcha??? Thanks :D i have Adr 1.71 cracked ... :D const Captcha_Str = 'Bot'; var P1, P2 : pointer; Action: TL2Action; Actor: TL2Live; function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; external 'user32.dll'; begin while Engine.Status = lsOnline do begin Action:=Engine.WaitAction([laDlg], P1, P2); if Action = ladlg then begin if Pos(Captcha_Str, Engine.DlgText) <> 0 then begin SetForegroundWindow(Engine.GameWindow); PlaySound(exepath+'\sounds\'+'PlayerAlarm'+'.wav'); Print('Captcha!'); Delay(2000); end; end; end; Delay(200); end. should work 1 Quote
SuavexD Posted June 25, 2018 Posted June 25, 2018 Does anyone have auto captcha for this kind of captcha? please? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.