[Request] How to bypass Captcha from website - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [Request] How to bypass Captcha from website (/showthread.php?tid=18376) Pages:
1
2
|
[Request] How to bypass Captcha from website - Resistance - 04-30-2011 Not really possible, but if you really want the code I am going to take a guess it should look something like this: Code: WebBrowser1_DocumentCompleted: RE: [Request] How to bypass Captcha from website - RDCA - 04-30-2011 (04-30-2011, 11:40 AM)The High Roller Wrote: Not really possible, but if you really want the code I am going to take a guess it should look something like this:Use scrollinview instead, its better and a lot less known. RE: [Request] How to bypass Captcha from website - Resistance - 04-30-2011 (04-30-2011, 11:41 AM)RDCA Wrote: its better and a lot less known. Wait, its better and a lot less common/known? Are you high RDCA??? Or did you mean it is a lot more well known. RE: [Request] How to bypass Captcha from website - Cyber-Security - 04-30-2011 nice....im going to try it lol RE: [Request] How to bypass Captcha from website - Resistance - 04-30-2011 (04-30-2011, 01:21 PM)besimbicer Wrote: yes brazzers captcha giving give my picturebox1 Ok that code... umm Here: Code: WebBrowser1.Document.GetElementById("captcha_code").SetAttribute("value", TextBox1.Text) Your welcome, and welcome to the forums. RE: [Request] How to bypass Captcha from website - RDCA - 04-30-2011 (04-30-2011, 11:48 AM)The High Roller Wrote: Wait, its better and a lot less common/known?Every time I see someone trying to click a button or trying to get something to happen on a webpage they always use the invoke method. RE: [Request] How to bypass Captcha from website - Resistance - 04-30-2011 (04-30-2011, 01:55 PM)RDCA Wrote: Every time I see someone trying to click a button or trying to get something to happen on a webpage they always use the invoke method. So what... It is one of the best methods... But I know how you feel about overused and common stuff bro. Hes a n3wbie so let him (or her ) grow out of it... RE: [Request] How to bypass Captcha from website - KoBE - 04-30-2011 Not quite sure what you're trying to do, but if you want add the image to a picture box here's the code: Code: Imports mshtml You will need to add the reference Microsoft.mshtml RE: [Request] How to bypass Captcha from website - Resistance - 04-30-2011 (04-30-2011, 02:23 PM)besimbicer Wrote: thanks welcome Yes, I am not really sure what you mean could you perhaps reword what you are saying? I know you are using Google Translate. RE: [Request] How to bypass Captcha from website - KoBE - 04-30-2011 (04-30-2011, 02:48 PM)besimbicer Wrote: ohh dont import mshtml :S KoBE you have a source file ? Here... |