Jump to content
UBot Underground

Andr0id

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Andr0id

  • Rank
    Newbie

System Specs

  • OS
    Windows 10
  • Total Memory
    4Gb
  • Framework
    unsure
  • License
    Standard Edition

Recent Profile Visitors

611 profile views
  1. I want it to input "Email" and "password" on the site then i'll handle the rest of it. and I want it to load any given list i add to the program , not just not particular list .
  2. clear cookies ui open file("Load Combos", #loadcombo) ui text box("Email", #email) ui text box("Password", #password) add item to list(%my list, $list from file("C:\\Users\\snowc\\Desktop\\tessst.txt"), "Delete", "Global") set user agent("Chrome") navigate("https://www.amazon.com/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&open
  3. I was looking through that , but i don't understand as much. Still learning !
  4. Also the load file where I can load multiple text file not just one and clear list too when i'm finish pls
  5. Can you input it in the code I have so i can just copy paste lol because I'm a noob man but thanks !
  6. Hello Everyone! I'm kinda stuck somewhere on Ubot where the program doesn't input the "Email:Password" Into the login part. I know i'm doing something wrong , or i haven't added something yet. I'm hoping someone can do a tutorial for me on how to let the program load the email:password correctly and everything else, as i haven't figured it out yet. Thanks! clear cookies ui open file("Load Combos", #loadcombo) ui text box("email", #email) ui text box("password", #password) add item to list(%my list, $list from file(#loadcombo), "Delete", "Global") set user agent("Chrome") navigate("https
×
×
  • Create New...