Jump to content
UBot Underground

Recommended Posts

Hello Ubotters!!

 

 

Today I bring you a another free solution to aid in multi threading.

 

This is a dictionary concept using Regex with the help of Large Data plugin by kev123. http://www.ubotstudio.com/forum/index.php?/topic/16308-free-plugin-large-data/

 

The first part of the script is the breakdown and then under the dividers there are some functions.

 

 

The point to all this is if 2 threads are accessing the list at the same time they will be matching list items by regex.

 

If I understand correctly the Large data PI us thread safe.

 

These functions are for the insecure peeps like me that just want that extra security when dealing with mass multi threading.

 

I hope the broken down nodes are sufficient enough to show what is happening. If you have any questions feel free to ask here in the thread.

 

Created in UBS 5.5.9

 

 

 

Enjoy!

 

CD

example- homemade-dictionary-v2.ubot

  • Like 4
Link to post
Share on other sites

I updated this made some changes and added more functions.

 

 

This is the starting :"Dictionary" list in the example:

 

fake1=fake1@aol.com,63d3f46df4,proxy:port:UN:PW
fake2=fake2@aol.com,63d3f46df4,proxy:port:UN:PW
fake3=fake3@aol.com,63d3f46df4,proxy:port:UN:PW
fake4=fake4@aol.com,63d3f46df4,proxy:port:UN:PW
fake5=fake5@aol.com,63d3f46df4,proxy:port:UN:PW
fake6=fake6@aol.com,63d3f46df4,proxy:port:UN:PW

 

 

 

Keep in mind that each value of a key
has 2 list in this case.
one is delimited by the coma the other the :

The Key is ""fake1"
the Value is
fake1@aol.com,63d3f46df4,proxy:port:UN:PW

list 1
fake1@aol.com
63d3f46df4
proxy:port:UN:PW

list 2
proxy
port
UN
PW


There are many applications here.

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