Jump to content
UBot Underground

Noob Help (take line from file)


Recommended Posts

Hi, im can finish my bot can you help me ?

Bot is easy but not for me ; ( I'm stuck on the 2nd point) rest ot the part im finish

Im dont have problem when im like only one pictures, but its non sense login to the one account and like one pictures when you can login to one account and like all .

 


How should work bot?

1) login to account

2) pickup 1st from 10 files from id.txt (link to pictures when im need like (facebook)) after pickup 2nd link and 3th ... and 10....

3) click like under the pictures

4) logout

 

Any solution?

Link to post
Share on other sites

clear list(%Linki)
add list to list(%Linki$list from file("C:\\Users\\oem\\Desktop\\vote\\Id.txt"), "Delete""Global")
loop(9) {
    clear list(%Linki)
    add list to list(%Linki$list from file("C:\\Users\\oem\\Desktop\\vote\\Id.txt"), "Delete""Global")
    set(#archivum$next list item(%Linki), "Global")
    set(#id$list item(%Linki#archivum), "Global")
    navigate($next list item(%Linki), "Wait")
}

 

 

im know its dosent work... but what is wrong ?

 

Debugger show the allways pickup ID 2
 

Link to post
Share on other sites

Mate.. you keep looping the same thing again and again... no wonder you get the same thing all the time:
 

Insanity: doing the same thing over and over again and expecting different results.
Albert Einstein


What you need to do is to loop the list elements, not $add list to list

 

Let the $add list to list command outside the loop, ok?

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