Jump to content

Alessonborges

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About Alessonborges

Profile Information

  • Gender
    Not Telling
  • Country
    Brazil

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Alessonborges's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Can any charitable soul help me with scripting for this kind of captcha? Thank you so much. Obs: his script worked and alert when you open the captcha windows: 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.
  2. 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. this script worked and alert when you open the captcha windows
  3. Can any charitable soul help me with scripting for this kind of captcha? Thank you so much...
  4. Can any charitable soul help me with scripting for this kind of captcha? Thank you so much!!!!
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..