Emo* Posted June 2, 2016 Posted June 2, 2016 Hello guys, can someone share anti captcha and some auto farming script for http://apocalyps.eu/ Quote
Anitah Posted June 3, 2016 Posted June 3, 2016 (edited) This is only captcha alarm: (i dont test it in l2 apocalyps btw) 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. What is exactly for you "auto farming script"? xd Edited June 3, 2016 by Anitah Quote
Reela Posted June 3, 2016 Posted June 3, 2016 This is only captcha alarm: (i dont test it in l2 apocalyps btw) 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. What is exactly for you "auto farming script"? xd Theres no need for that script since you can do that from "events" Quote
http://www.maxcheaters.com Posted June 8, 2016 Posted June 8, 2016 Here is one of my favorite OCRs: https://de-captcher.com/ Just use their API: send captcha images and you will receive text from them. I started to work with that service long time ago, so if you get any problems, you can ask support there, they answer quite quickly Quote
AlmostGood Posted June 8, 2016 Posted June 8, 2016 Here is one of my favorite OCRs: https://de-captcher.com/ Just use their API: send captcha images and you will receive text from them. I started to work with that service long time ago, so if you get any problems, you can ask support there, they answer quite quickly success rate of 50%, you better setup sound alarm xD 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.