Jump to content
UBot Underground

Choose random file to upload from folder


Recommended Posts

I wonder if it's possible to select a folder in a bot, for instance "images".

Then the bot random (or in selected order) picks an image to upload.

 

This is great for account creation automation.

 

It sucks if you have 300 accounts and need to manually login and add an image manually.

Very time consuming.

 

If it's not possible with uBot currently, then hereby my feature request for this B)

Link to post
Share on other sites

You can hack something up with the shell command:

 

Put this in a .bat file

 

dir c:\pics /b >files.txt

 

Save the .bat in your bot directory, launch it via shell command, use add to list for files.txt, then just do send keys/ui open of

 

c:\pics\{1}

$random list item/$next list item

%pics

 

I have a bot that does this somewhere if I can find it I'll upload it but that should work. Just make sure you add a 3 or 4 second delay after launching the .bat via shell command.

Link to post
Share on other sites
  • 1 month later...
  • 1 month later...

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