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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock