Jump to content
UBot Underground

Recommended Posts

hey! I ordered UBot yesturday and so far im loving it!

 

Im making an account creator and it needs proxies. now, if the current proxy fails, i would like my bot to restart the loop. how would i do that?

Link to post
Share on other sites

after navigate

if(exists(error innertext on the page for failed proxy)

than (call define command again

else (proceed with rest of code

thanks but how can i tell the bot to redo the loop or continue?

im sorry this may sound like bad question but, hey, im new :P

Link to post
Share on other sites

place your code into a defined command

 

call the command to process whats contained inside it.

 

after you change proxy, then navigate

after the navigate, check with a if statement

 

if(extsits( innertext="the error message from proxy failing)))

than call the command again here

else place remaining code here

  • Like 1
Link to post
Share on other sites

place your code into a defined command

 

call the command to process whats contained inside it.

 

after you change proxy, then navigate

after the navigate, check with a if statement

 

if(extsits( innertext="the error message from proxy failing)))

than call the command again here

else place remaining code here

thanks :)  i understand this now :D

Link to post
Share on other sites

http://www.ubotstudio.com/tutorials

 vid 6 and 8 show the define commands

 

put your proxy code in a define command, it's like a container.

 

the "if" is for IF proxy is bad THEN go to "proxy commands" which are in the define command.

ELSE (otherwise) do nothing if that's what you want. You don't need else unless you want it to do something specific. You can leave blank and bot will continue as if nothing happened.

 

Need to watch some vids...this is far from plug n play, big learning curve.

 

 

this is good stuff too... http://wiki.ubotstudio.com/wiki/Main_Page

  • Like 1
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...