Anitah Posted September 2, 2015 Author Posted September 2, 2015 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. Where is the hack or something? :dat: Quote
adr.bot Posted September 2, 2015 Posted September 2, 2015 that guy captcha not dialog, i dont think if this works for him Quote
Anitah Posted September 3, 2015 Author Posted September 3, 2015 hidden, but stfu Thanks, i love u too Quote
halfcream Posted September 21, 2015 Posted September 21, 2015 this is not working on my captcha server l2.gr Quote
Reshuffle Posted September 26, 2015 Posted September 26, 2015 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. Hello, is there any anti-captcha script for this kind of Captcha system ??Cause this one isn't working for my server. thanks. Quote
anath3ma Posted September 29, 2015 Posted September 29, 2015 can i extract crest captcha image by using adrenaline script functions ? Quote
AlmostGood Posted September 29, 2015 Posted September 29, 2015 can i extract crest captcha image by using adrenaline script functions ? no, screen, packet or memory Quote
FakeSmile Posted October 2, 2015 Posted October 2, 2015 Is there auto enchant script like in tower? Cause i can't this sh*t tower on any server... Quote
stssterg Posted October 10, 2015 Posted October 10, 2015 i found the way its very easy then post that simple non-dialogue anticaptcha script that you created Quote
adr.bot Posted October 19, 2015 Posted October 19, 2015 then post that simple non-dialogue anticaptcha script that you created i guess when captcha shows show in system messages, probably he check lasysmsg, but maybe im wrong :D btw dont ask, i cant log in with cracked bot so i cant make that Quote
adr.bot Posted October 19, 2015 Posted October 19, 2015 any for l2 ruby-tales for tales i guess working that allarm PS if someone play Cartel feel free report me at "Deep inside DV South" nick AdrEasy Quote
lobezno4 Posted October 19, 2015 Posted October 19, 2015 for tales i guess working that allarm PS if someone play Cartel feel free report me at "Deep inside DV South" nick AdrEasy i check first one.. and nothing.. all the time.fuking alarm on.. without report. 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.