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. Quote
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) Quote
Anitah Posted April 6, 2015 Author Posted April 6, 2015 my friend google.com help u i think Nop in google never :D Quote
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 Quote
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 Quote
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 Quote
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) Quote
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? Quote
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 Quote
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 Quote
l2m@niak Posted April 6, 2015 Posted April 6, 2015 /facepalm i dont wanna say what i did wrong :P Quote
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? Quote
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 Quote
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? 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.