Jump to content
UBot Underground

How To Upload Different Image From File Every Cycleloop


Recommended Posts

I want to know 

 

how  make bot upload different image in every cycle in loop

 

for example if I have file and there is 100 images and I want the script upload in every loop cycle one image from the image file 

 

I mean           image1 next cycle image2 ……… image100

 

and I am using     change file field command  I need this command 

 

 to make this work am thing mebay I should first to make((ui open file)) but the Images 

 

now what shell I do after that and what is the command should I but in ((File To Use)) which is inside (( change file field ))

 

 

 

 

 

 

 

 

 

post-34174-0-54089800-1530847077_thumb.png

Link to post
Share on other sites

Go to following steps:-----

 

ui open file("Picture",#pic)
set(#getimagesfromfolder,$plugin function("File Management.dll", "$directory name", #pic),"Global")
clear list(%paths of images)
add list to list(%paths of images,$get files(#getimagesfromfolder,"Yes"),"Delete","Global")
set list position(%paths of images,0)

  • Like 1
Link to post
Share on other sites

hi

 

i dawnload File Managment puling but i don't know where i but the file to make it work in Ubot

 

i but it in system32 file but it didnot work in ubot ?   (( did not show file function in the list ))

 

my ubot v5.9.55

 

is that rigth place to but the file ???

 

and thank for helping me 

Link to post
Share on other sites

hi

 

i dawnload File Managment puling but i don't know where i but the file to make it work in Ubot

 

i but it in system32 file but it didnot work in ubot ?   (( did not show file function in the list ))

 

my ubot v5.9.55

 

is that rigth place to but the file ???

 

and thank for helping me 

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