Jump to content
UBot Underground

How to Keep Certain Details Always Filled In


Recommended Posts

Alright, I'm looking to make a bookmarking site account creator for multiple websites. As an example, I'd like to have the following names in the "Actions" box (top left hand corner of the bot)

 

Digg (creates accounts at Digg)

Mixx (creates accounts at Mixx)

 

Now each of those are two different sets of instructions within the same bot. At the top of the window, I've created a "settings" button, and upon clicking it you then click "DeCaptcher Settings" (which is where the user would fill in the DeCaptcher IP, Port, Username & Password).

 

How do I make it so that when the user goes from Digg script to the Mixx script that the details they entered in the "DeCaptcher Settings" tab don't have to be filled in all over again?

 

I guess what I'm basically looking to do is have that set of settings be universally available to all scripts within that one bot.

Link to post
Share on other sites

I have started building bots in this manner and what I do is start off with an interface bot. The interface bot only has the ui boxes with the ui conditionals. Then I build all additional scripts individually. I place each script into a sub and call it from the interface bot by using run sub. Then simply use the ui variables when ever you need them across multiple scripts within the same bot.

Link to post
Share on other sites

I have started building bots in this manner and what I do is start off with an interface bot. The interface bot only has the ui boxes with the ui conditionals. Then I build all additional scripts individually. I place each script into a sub and call it from the interface bot by using run sub. Then simply use the ui variables when ever you need them across multiple scripts within the same bot.

 

 

Ahhhh, that's a good idea. Thanks!

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