Jump to content
UBot Underground

salehqqqq

Members
  • Content Count

    20
  • Joined

  • Last visited

Posts posted by salehqqqq

  1. hi

     

    thank you for explan how thread work , the video it's about creation accounts 

     

    but my plan to make ((  compile  )) have username text box password text box and and username 2 password 2.....

     

    work like this  I can but  manually the :-

     

    username 1 in his ui text box - pass 1in his ui text box / username 2  ui text box - pass2 ui text box  

     

    my issue that in the script there is a loop that have commands 

     

    how I make the script open two browser and log in by user 1 and open other browser  log in user 2 ?

     

    and how I let the browser do the loop that have commands in separate

     

     

    1- how to open two browser 

     

    2-how let the script know in browser one but the uesrname1 and password 1 

    and in browser 2 but username 2 , password 2.

     

    3-what should I do to run the loop in the two browsers I mean after log in is separate browser  my loop that have commands 

     

    for clarification I do it but just for one user see the pic 

    post-34174-0-52186300-1532121564_thumb.png

  2. hi

     

    i am faceing some issues in thread command 

     

    i am making script for socialmedia account that have :-

     

    * ui box text / open file

     

    1-uesr name   2- pass    4- stats (text) that come from open file    

     

    and I make a loop for the script that can type text from open file every cycle in loop ( $list total )

     

     

    now how I can make the script work like this in two user or three or more I mean if I make another ui box for user2 and pass2

     

    and I want the script do the seem action for user2 ( another account)

     

    should I use thread command and newbrowser  should I but the loop  that I make it for text file inside the thread 

     

    what is the correct steps that should I do

     

     

  3. hi

     

    i make script and i make loop in it I have texts and images that should every cycle in loop take one text and one image 

     

     I  but in loop number       ( $list total)  , I but in the loop  (Set) $next list item  to my texts and my images

     

     

    it's work by take texts and images and post it together  now …! how can I make the loop stop when he finish the texts list or images list

     

    what should but in ( Loop number ) 

     

  4. I want to know 

     

    how  make bot upload different image in every cycle in loop

     

    for example if I have file and there is 100 images and I want the script upload in every loop cycle one image from the image file 

     

    I mean           image1 next cycle image2 ……… image100

     

    and I am using     change file field command  I need this command 

     

     to make this work am thing mebay I should first to make((ui open file)) but the Images 

     

    now what shell I do after that and what is the command should I but in ((File To Use)) which is inside (( change file field ))

     

     

     

     

     

     

     

     

     

    post-34174-0-54089800-1530847077_thumb.png

  5. i am working in EXbrowser and i need to now some function 

     

    1-the normal (( wait)) command is work when I use ExBrowser or i should choose (( ExBrowser wait element))  just make the script wait for 30 s before do the next command.

    3-can I use wait random command in ExBrowser or there is other command to this function in ExBrowser ?

     

     

    last thing in ExBrowser if I want to make text list in folder for example 40 text  I want the bot take one by one and past in filed

     

     

    i know how to do it without Exbrowser but the site i work with it i have to work in ExBrowser

  6.  i try to open two account but when i make new browser it disappear 

    and this my command for it :-

     

    ui text box("uesr1",#uesr1)

    ui text box("password1",#passwor1)

    ui text box("status1",#status1)

    ui text box("uesr2",#uesr2)

    ui text box("password2",#password2)

    ui text box("status1",#status1)

    set user agent("Internet Explorer 6")


    type text(<email field>,#uesr1,"Standard")

    type text(<password field>,#passwor1,"Standard")

    in new browser {

        set user agent("Internet Explorer 6")


        wait(5)

        type text(<email field>,#uesr2,"Standard")

        wait(5)

        type text(<password field>,#password2,"Standard")

    }

     

  7. i try to open two twitter account but when i make new browser it disappear 

    and this my command for it :-

     

    ui text box("uesr1",#uesr1)

    ui text box("password1",#passwor1)

    ui text box("status1",#status1)

    ui text box("uesr2",#uesr2)

    ui text box("password2",#password2)

    ui text box("status1",#status1)

    set user agent("Internet Explorer 6")


    type text(<email field>,#uesr1,"Standard")

    type text(<password field>,#passwor1,"Standard")

    in new browser {

        set user agent("Internet Explorer 6")


        wait(5)

        type text(<email field>,#uesr2,"Standard")

        wait(5)

        type text(<password field>,#password2,"Standard")

    }

     

×
×
  • Create New...