Jump to content
UBot Underground

Helping with Mulit Threading this :(


Recommended Posts

Ok so i have worked for a long bit and watched tuts and still can seem to get this threading :( anyone mind helping me out please

ui text box("Email ", #mail)
ui text box("Password", #pass)
ui text box("Number to Create ", #create)
loop(#create) {
    reset account("Any")
    navigate("http://www.zakma.com/email-ghost.html", "Wait")
    change attribute($element offset(<email field>, 1), "value", #mail)
    change attribute($element offset(<email field>, 0), "value", "{$account data("First Name")}{$rand(0, 999999)}")
    add item to list(%emails, "{$scrape attribute($element offset(<email field>, 0), "value")}@zakma.com", "Delete", "Global")
    click(<name="submit">, "Left Click", "No")
    wait(3)
    connect to mail server("POP3 With SSL", #mail, #pass, "pop.mail.yahoo.com", 995) {
        verify emails("Zakma.com Email Ghost Activation", "http://www.zakma.com/email-ghost-confirmation.html.id=.*", "Processed Verification Emails")
    }
    wait(5)
    append to file("{$special folder("Desktop")} / Skittlesmail.txt", "{%emails}{$new line}", "End")
    clear list(%emails)
}
alert("Complete Save to Desktop Load SkittlesEmails.txt in Skittles bot now")

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