Jump to content
UBot Underground

Recommended Posts

  • Replies 226
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Sure... here is an example (I hope it makes sense)   Original Starting File: http://i61.tinypic.com/md1ais.jpg     File process options with plugin   http://i59.tinypic.com/e0qqet.png   Hope my exampl

V3.1.3.0 - Update library - image to icon: update code to high quality icon

3.4.2.0 image converter webp: converter .jpe,.png to .webp or .webp to .jpe,.png

Posted Images

purchased, thought i had it guess not.  cant wait to use it though.  thanks pash.

Thank you for your purchase.

Link to post
Share on other sites

V2.0.9.0 (Beta)
Add command
image reduce file size : reduce file size by "Image Size" and "Image Quality"

sample file in folder
Sample File V2.0.9.0 Up

Link to post
Share on other sites

V2.1.0.0
Add new command
image background transparent : by name

Add sample file in folder "Sample File V2.1.0.0 Up"

  • Like 1
Link to post
Share on other sites

What is this pash

http://content.screencast.com/users/CustomBotSolutions/folders/Snagit/media/e946a5dd-c607-4ae7-9d13-9d7afd4f7063/08.12.2015-03.51.png

 

Please fix this asap

 

That happens when you internet connection is interrupted. I had that a couple of times during my vacation. 

BUt the popup doesn't just appear once.... It keeps popping up multiple times. Very annyoing.

 

Dan

Link to post
Share on other sites
  • 4 weeks later...

I just bought your plugin. While i waited for it to come i figured i would read through the threads. I notice a few posts about getting cheated by people using Paypal..  

 

Why don't you accept Bitcoin ? Once a purchase is made it is final.

 

If you use Coinbase the processing fee is cheaper than Paypal and you get your cash faster (24 hours). last year using Bitcoin was a lot harder than it is now. Even Paypal is letting people store Bitcoin (Google "Paypal  Bitcoin wallet" -- Side note PLEASE DO NOT STORE YOUR BITCOIN WITH PAYPAL).

 

You should be accepting payments in Bitcoin only..  Once someone pays you in Bitcoin, if you want you can have that bitcoin Automatically sold for cash that instant. Meaning you do not have to worry about the price of Bitcoin.. If someone buys something for 50$, you get 50$ cash deposited into your account the next day..

 

BUT most importantly, Once a transaction is processed, thats that. There is no reporting anything to anyone. The only way anyone is getting their money back is by you sending it to them.. 

Link to post
Share on other sites

Hello pash

.

I have a problem with russian captcha.

I wrote project:

ui stat monitor("Captcha",#captcha)
navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait")
wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear")
click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No")
wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear")
set(#yacapdefault,$solve captcha(<src=w"https://*.captcha.yandex.net/image?key=*">),"Global")
set(#yacapdefault,$solve captcha(<undefined=undefined>),"Global")
save element image(<class="captcha__captcha__text">,"{$special folder("Application")}\\1.jpg")
type text(<name="answer">,#yacapdefault,"Standard")

 

Image has source and css class.

<img class="captcha__captcha__text" src="https://i.captcha.yandex.net/image?key=206cQPi8CAbwXJe50Wpj3EeyJoqk3fy2"></img>

 

It has image for example:

http://4put.ru/pictures/max/1116/3429607.jpg

 

And css background-image: url("../i/post-captcha.gif");

 

http://4put.ru/pictures/max/1116/3429614.jpg

http://4put.ru/pictures/max/1116/3429616.jpg

 

How do I take a picture without css background-image: url("../i/post-captcha.gif");?

It is very important for my app.

 

 

Kindest regards.

Edited by v_ladimir
Link to post
Share on other sites

Hello pash

.

I have a problem with russian captcha.

I wrote project:

ui stat monitor("Captcha",#captcha)

navigate("https://passport.yandex.ru/registration?mode=register&retpath=https:%2F%2Fpassport.yandex.ru%2Fpassport%3Fmode%3Dpassport&origin=passport_auth2reg","Wait")

wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear")

click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No")

wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear")

set(#yacapdefault,$solve captcha(<src=w"https://*.captcha.yandex.net/image?key=*">),"Global")

set(#yacapdefault,$solve captcha(<undefined=undefined>),"Global")

save element image(<class="captcha__captcha__text">,"{$special folder("Application")}\\1.jpg")

type text(<name="answer">,#yacapdefault,"Standard")

 

Image has source and css class.

<img class="captcha__captcha__text" src="https://i.captcha.yandex.net/image?key=206cQPi8CAbwXJe50Wpj3EeyJoqk3fy2"></img>

 

It has image for example:

http://4put.ru/pictures/max/1116/3429607.jpg

 

And css background-image: url("../i/post-captcha.gif");

 

http://4put.ru/pictures/max/1116/3429614.jpg

http://4put.ru/pictures/max/1116/3429616.jpg

 

How do I take a picture without css background-image: url("../i/post-captcha.gif");?

It is very important for my app.

 

 

Kindest regards.

try.

ui stat monitor("Captcha",#captcha)
navigate("https://passport.yandex.ru/registration?mode=register&retpath=https://passport.yandex.ru/passport?mode=passport&origin=passport_auth2reg","Wait")
wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear")
click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No")
wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear")
set(#yacapdefault,$solve captcha(<src=w"https://*.captcha.yandex.net/image?key=*">),"Global")
set(#yacapdefault,$solve captcha(<undefined="undefined">),"Global")
save element image(<class="captcha__captcha__text">,"{$special folder("Desktop")}\\1.jpg")
clear list(%imgSize)
add list to list(%imgSize,$list from text($plugin function("Advanced Image.dll", "$image dimension", "{$special folder("Desktop")}\\1.jpg", "Size Width/Height", ""),","),"Delete","Global")
plugin command("Advanced Image.dll", "image crop", "{$special folder("Desktop")}\\1.jpg", "{$special folder("Desktop")}\\2.jpg", 7, 7, $subtract($list item(%imgSize,0),14), $subtract($list item(%imgSize,1),14))
type text(<name="answer">,#yacapdefault,"Standard")
Link to post
Share on other sites

ui stat monitor("Captcha",#captcha)
navigate("https://passport.yandex.ru/registration?mode=register&retpath=https://passport.yandex.ru/passport?mode=passport&origin=passport_auth2reg","Wait")
wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear")
click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No")
wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear")
set(#yacapdefault,$solve captcha(<src=w"https://*.captcha.yandex.net/image?key=*">),"Global")
set(#yacapdefault,$solve captcha(<undefined="undefined">),"Global")
save element image(<class="captcha__captcha__text">,"{$special folder("Desktop")}\\1.jpg")
clear list(%imgSize)
add list to list(%imgSize,$list from text($plugin function("Advanced Image.dll", "$image dimension", "{$special folder("Desktop")}\\1.jpg", "Size Width/Height", ""),","),"Delete","Global")
plugin command("Advanced Image.dll", "image crop", "{$special folder("Desktop")}\\1.jpg", "{$special folder("Desktop")}\\2.jpg", 7, 7, $subtract($list item(%imgSize,0),14), $subtract($list item(%imgSize,1),14))
type text(<name="answer">,#yacapdefault,"Standard")
Link to post
Share on other sites

ui stat monitor("Captcha",#captcha)
navigate("https://passport.yandex.ru/registration?mode=register&retpath=https://passport.yandex.ru/passport?mode=passport&origin=passport_auth2reg","Wait")
wait for element(<class="human-confirmation-switch human-confirmation-via-captcha">,"","Appear")
click(<class="human-confirmation-switch human-confirmation-via-captcha">,"Left Click","No")
wait for element(<src=w"https://*.captcha.yandex.net/image?key=*">,"","Appear")
set(#yacapdefault,$solve captcha(<src=w"https://*.captcha.yandex.net/image?key=*">),"Global")
set(#yacapdefault,$solve captcha(<undefined="undefined">),"Global")
save element image(<class="captcha__captcha__text">,"{$special folder("Desktop")}\\1.jpg")
clear list(%imgSize)
add list to list(%imgSize,$list from text($plugin function("Advanced Image.dll", "$image dimension", "{$special folder("Desktop")}\\1.jpg", "Size Width/Height", ""),","),"Delete","Global")
plugin command("Advanced Image.dll", "image crop", "{$special folder("Desktop")}\\1.jpg", "{$special folder("Desktop")}\\2.jpg", 7, 7, $subtract($list item(%imgSize,0),14), $subtract($list item(%imgSize,1),14))
type text(<name="answer">,#yacapdefault,"Standard")
Link to post
Share on other sites

Hello pash.

You are best.

My app use bypass captcha to connect to ubot.

Can you add it to the

Advanced Captcha (V3)?

After completing other projects.

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...