Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by stanf

  1. loop(1) {
        set(#number1$rand(10, 99), "Global")
        set(#number2$rand(1, 9), "Global")
        set(#number3$rand(1111, 9900), "Global")
        set(#number4$rand(1, 9), "Global")
        add item to list(%final number"{#number1}{#number2}{#number3}{#number4}""Delete""Global")
    }

    • Like 1
  2. how do you guys handle large email accounts, I have an account with over 27000 emails (most of it spam) and I want to clean it up. But it takes forever for the table to fill (15 minutes of waiting), If i have to download the table to loop thru every time i delete an email i'll never get the job done

  3. for some reason this happens.

    I recommend finding the folder a

    C:\Users\who ever the user is\AppData\ubot

    back up the plugins folder

    remove the ubot folder from appdata

    then go to the installation folder of ubot

    backup any license info that your plugins need

    then uninstal/reinstall ubot

    then replace the plugins folder ad the license files

    and you should be good

  4. the clear cookies command wasn't doing the job for me, I would close the page run the clear cookies,lear flash clear mem,open a n

    listother browser and still be logged into facebook.

    So what i did was loggin in on chrome and grab the cookies that were shown in the edit cookies plugin {chrome}

    1-logged in with ubot using the http cookies {cookie name_$nothing} for each cookie listed

    2-navigated to facebook with $http get

    and i was complietly logged out

  5. i just reinstalled ubot 4 and did not back up the plugin folder, the plugin i am missing has a paramiter for "$open file", I am not referring to apichia's dialog function plugin.

    This pluginn simply opens windows open file dialog box.

    please, can someone id this plugin?

     

  6. can some one show my while this does not work with windows 8

    example ; C:\Windows\System32\rasdial.exe "HMAVPN" user pass /phone:162.219.179.50

    I have used the above line on windows xp, but it does not seem to work on windows 8.

    I have tj's hma plugin and its great for starting,stopping, and random i.p change, but i want to tie email addresses to certain geo area

    ie: certain parts of america ,uk, austriaila

     

  7. Please tj, can I have a macro recorder? It bridge the gap between Igor and video conversion.i can just turn the bot loose ( scrape a video site, down load the video convert to desired codac ,password zip and spam, oops I mean promote), and I can find time to sleep.

    Most of this can be accomplshed with current plugins but there is lack of flexability having to rely on x,y cowardanets

  8. this is the url of a file  share site "http://www.filesnack.com/#login" when you click on tthe signe up by email link the register button is covered by a survey form

     

    loop(1) {
        set user agent("Internet Explorer 6")
        navigate("http://www.filesnack.com/#login", "Wait")
        wait for element($element offset(<login link>, 2), "", "Appear")
        click($element offset(<login link>, 2), "Left Click", "No")
        wait for element(<id="UAsignuptab">, "", "Appear")
        click(<id="UAsignuptab">, "Left Click", "No")
        stop script
    }
     

×
×
  • Create New...