Jump to content
UBot Underground

why does not adding randon names?


Recommended Posts

Hi sorry i have no english skills ;)

 

my problem

why they are counting a lot until condions aretrue but add only one time a firstname in %list? Logic Problems in my Mind?
 

clear list(%my numbers)
clear list(%firstnames)
ui stat monitor("howmany", #howmany)
ui text box("starts", #howmany)
ui text box("end", #end)
set(#howmany, #howmany, "Global")
loop while($comparison(#howmany, "<=", #end)) {
    increment(#howmany)
    add item to list(%firstnames, $account data("First Name"), "Delete", "Global")
    wait(3)
}

other example
 

set(#number, 0, "Global")
loop while($comparison(#number, "<=", 2)) {
    increment(#number)
    add item to list(%my numbers, $account data("Username"), "Delete", "Global")
}

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