Ivanovic Posted April 6, 2015 Posted April 6, 2015 I was searching for that also all day but nothing found :S, if any1 can share here or pm would be nice, thx anyway.
sakunivan1 Posted April 6, 2015 Posted April 6, 2015 just say mee// how name Chat on L2 where enter captcha? Action:=Engine.WaitAction([laDlg], P1, P2); this is not hi/ - other chats work/ but dont work captcha/ (l2tales) need small help)
Anitah Posted April 6, 2015 Author Posted April 6, 2015 my friend google.com help u i think Nop in google never :D
adr.bot Posted April 6, 2015 Posted April 6, 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. 1
Anitah Posted April 6, 2015 Author Posted April 6, 2015 (edited) 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. Cant add scripts in crack version? 1.71? PD: Ty for code :) Edited April 6, 2015 by Anitah
adr.bot Posted April 6, 2015 Posted April 6, 2015 Cant add scripts in crack version? 1.71? PD: Ty for code :) ofc you can use it with cracked
l2m@niak Posted April 6, 2015 Posted April 6, 2015 when i hit "play" this line function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; turn into red,so smth is wrong? (noob with delphi)
Anitah Posted April 6, 2015 Author Posted April 6, 2015 when i hit "play" this line function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; turn into red,so smth is wrong? (noob with delphi) How you add this script in the program?
l2m@niak Posted April 6, 2015 Posted April 6, 2015 (edited) at adrenaline panel instead of virtual map tab, used script tab Edited April 6, 2015 by l2m@niak
adr.bot Posted April 6, 2015 Posted April 6, 2015 when i hit "play" this line function SetForegroundWindow(hwnd: integer) : Boolean; stdcall; turn into red,so smth is wrong? (noob with delphi) copy paste all script, script working, tested
sakhs600 Posted April 7, 2015 Posted April 7, 2015 how do u stop the music???the script works perfectly but when i pess the captcha the sound still exists...how can i stop that?
AchYlek Posted April 7, 2015 Posted April 7, 2015 how do u stop the music??? the script works perfectly but when i pess the captcha the sound still exists...how can i stop that? .control
Slayerduckie Posted April 10, 2015 Posted April 10, 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 there can this script also run with 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