Jump to content
UBot Underground

dahid84

Members
  • Content Count

    152
  • Joined

  • Last visited

Posts posted by dahid84

  1. i have better idea but i not sure if Ubot can do this....

    1) collect all pictures "ice cream" and save do folder Ice Cream ( you have to manual select and put in folder Ice cream) i thing is about 20-30 pictures 
    2) ubot download new picture from new captcha ( all 9 picture where is 7 other pictures and 2 pictures with ice cream ) to temp folder and compare pictures
    if ubot can to this then is almost solve problem :) but question is If Ubot can do this ?

  2. thy Code 4repley .... you way is working but my bot have to take list from file and comparise 

     

     

    I use HMA to change ip after that i write used IP to .txt

    If i random this same ip i would like to skip this used IP

     

     

    This is very importent please help ;]

  3. I have problem with comparision. List dosen't comparision correct

     

    random.txt - have numbers 2,3 DON"T HAVE 1

     

    My plan is :

    2,3 number going to (exist on the list)

    number going to "NOT exist on the list"

     

    PROBLEM IS : always going to exist on the list ;/ even when pickup 1 

    What is wrong ? Why when random 1 not going "NOT exist on the list"

     

     

     

     

     

    ui stat monitor("Number:"#number)
    loop(10) {
        clear list(%random)
        add list to list(%random$list from file("{$special folder("Application")}\\random.txt"), "Delete""Global")
        set(#number$rand(1, 3), "Global")
        if($comparison(#number"!="%random)) {
            then {
                alert("exist on the list")
            }
            else {
                alert("NOT exist on the list")
            }
        }
    }

     

     

    this is a part of my bot which dosen't work

×
×
  • Create New...