Jump to content
UBot Underground

[HELP] Using Tables and Increment


Recommended Posts

Hi,

 

As you can see, I want to show the next email in the second alert.
It happens like this.

When I run, it uses the first email, then loop it and it should use the next email.. and then loop.. it uses the next until it reached the last row that contains a variable.
I also want to monitor the emails used in the process before it loops using the ui stat monitor.

Please help me. :P

Standard user.

 

http://i.imgur.com/clZvm0u.png

Link to post
Share on other sites

clear list(%emails)
add list to list(%emails$list from text("a@mail.com,b@mail.com,c@mail.com"","), "Delete""Global")
set(#emails, 0, "Global")
loop($list total(%emails)) {
    alert($next list item(%emails))
    increment(#emails)
}
alert("done")

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