Jump to content
UBot Underground

Advanced Data Text File Error


Recommended Posts

hello guys i have bough advanced data text file

 

i tried this code gave by pacha plugin (advanced captcha):

 

comment("2captcha reCAPTCHA")
set(#_username,"","Global")
set(#_password,"","Global")
navigate("https://goo.gl","Wait")
wait for browser event("Everything Loaded","")
click(<class="recaptcha-checkbox-checkmark">,"Left Click","No")
wait(5)
set(#_bannerText,$trim($scrape attribute(<class="rc-imageselect-desc-wrapper">,"innertext")),"Global")
set(#_captchaId,"","Global")
set(#_saveImagePath,"{$special folder("Application")}\\CaptchaImage.jpg","Global")
save element image(<class="rc-imageselect-target">,#_saveImagePath)
plugin command("Advanced Image.dll""image resize"#_saveImagePath#_saveImagePath"To Size""300x300", 000000)
clear list(%_rawCaptcha)
add list to list(%_rawCaptcha,$plugin function("Advanced Captcha.dll""$deathbycaptcha.com"#_username#_password#_saveImagePath""#_bannerText"""Recognize Type 4"),"Delete","Global")
set(#_captchaId,$list item(%_rawCaptcha,0),"Global")
remove from list(%_rawCaptcha,0)
loop($list total(%_rawCaptcha)) {
    click($element offset(<class="rc-image-tile-target">,$plugin function("Advanced Data Text File.dll""$random list items"%_rawCaptcha"-1", 1, "True""False")),"Left Click","No")
    wait($plugin function("Advanced Data Text File.dll""$rand 2", 1.1, 2.9, "Decimal""#"))
}
click(<id="recaptcha-verify-button">,"Left Click","No")

 

and im getting the error on this 2 lines on advanced data text file:

click($element offset(<class="rc-image-tile-target">,$plugin function("Advanced Data Text File.dll""$random list items"%_rawCaptcha"-1", 1, "True""False")),"Left Click","No")
    wait($plugin function("Advanced Data Text File.dll""$rand 2", 1.1, 2.9, "Decimal""#"))

 

im using ubot4

 

any idea of whats wrong?

 

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