Jump to content
UBot Underground

Need help with a already created bot


Recommended Posts

Helo guys. Sometime ago someone here created me a bot for autosurfing some blogs. The thing is that the bot does what is suppose to insert the right captcha and click next to the next blog. Problem is that the script (runs on a 3:2 ratio, visit 3 blogs get 2 visitors back)that runs the blogs somehow says wrong captcha inseartead(even if the captcha is correct). Can someone modify the but to make it work ?

Link to post
Share on other sites
  • 1 month later...

Hello LoWrIdErTJ,

 

I'm having the same problem with a type of captcha:

 

1. It solves it correctly, but when clicked to go to the next page [to complete the registration] it says captcha not filled correctly.

 

Here's a sample of the sites:

 

http://digg-digg.com/register.php

http://go4pr.de/register.php

http://wepostalot.com/register/

http://linkmegoszto.domain-tarhely.com/register.php

 

Could u pls help me out on how to tackle this sort of captcha?

 

Thanks in advance.

 

W.

Link to post
Share on other sites

this seems to be a Death by Captcha issue..

is this what your using for a captcha service?

 

 

All others I believe are working..

 

Video

http://screencast.com/t/kTFXFrinWeLe

 

Code Used

navigate("http://digg-digg.com/register.php", "Wait")
reset account("Any")
type text(<username field>, $account data("Username"), "Standard")
wait(1)
click(<name="reg-checkbutton1">, "Left Click", "No")
type text(<email field>, $account data("Email"), "Standard")
wait(1)
click(<name="reg-checkbutton2">, "Left Click", "No")
type text($element offset(<password field>, 0), $account data("Password"), "Standard")
type text($element offset(<password field>, 1), $account data("Password"), "Standard")
type text(<name="security_code">, $solve captcha(<src="/modules/captcha/captchas/WhiteHat/CaptchaSecurityImages.php">), "Standard")
click(<name="submit">, "Left Click", "No")
wait for browser event("Everything Loaded", "")
if($exists(<innertext="The CAPTCHA answer provided is not correct. Please try again.">)) {
   then {
       type text(<name="security_code">, $solve captcha(<src="/modules/captcha/captchas/WhiteHat/CaptchaSecurityImages.php">), "Standard")
       click(<name="submit">, "Left Click", "No")
   }
   else {
   }
}

Link to post
Share on other sites

this seems to be a Death by Captcha issue..

is this what your using for a captcha service?

 

 

All others I believe are working..

 

Video

http://screencast.com/t/kTFXFrinWeLe

 

Code Used

navigate("http://digg-digg.com/register.php", "Wait")
reset account("Any")
type text(<username field>, $account data("Username"), "Standard")
wait(1)
click(<name="reg-checkbutton1">, "Left Click", "No")
type text(<email field>, $account data("Email"), "Standard")
wait(1)
click(<name="reg-checkbutton2">, "Left Click", "No")
type text($element offset(<password field>, 0), $account data("Password"), "Standard")
type text($element offset(<password field>, 1), $account data("Password"), "Standard")
type text(<name="security_code">, $solve captcha(<src="/modules/captcha/captchas/WhiteHat/CaptchaSecurityImages.php">), "Standard")
click(<name="submit">, "Left Click", "No")
wait for browser event("Everything Loaded", "")
if($exists(<innertext="The CAPTCHA answer provided is not correct. Please try again.">)) {
   then {
       type text(<name="security_code">, $solve captcha(<src="/modules/captcha/captchas/WhiteHat/CaptchaSecurityImages.php">), "Standard")
       click(<name="submit">, "Left Click", "No")
   }
   else {
   }
}

 

Thanks a trillion, LoWrIdErTJ, for the quick response and the video tutorial! I really appreciate it.

 

The thing is, I use Decaptcher and that has been the only captcha service I've had 2 use.

 

I'm giving your code a try and will report back with the result.

 

Once again, thank u very much.

 

W.

Link to post
Share on other sites

Yeah, as I sent you in a PM, the manual option works without issues as well.

 

John

 

Hello John,

 

Thanks a bunch for the help.

 

I just don't know why all the codes wouldn't get that captcha working on mine [NOTE: it fills in the correct captcha letters, but just keeps saying captcha filled incorrectly after clicking on the final create user button].

 

To everyone, thanks for the help... Really appreci8. I'll just have to leave it for now and continue with the alert/ manual solving 4 now - but the entire weekend on that single issue [ i don't intend starting off this week on it again]

 

Once again, thank u all.

 

W.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...