Jump to content
UBot Underground

memeuu

Fellow UBotter
  • Content Count

    92
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by memeuu

  1. If you have the windows command. Just paste this code at the first line of your code. This will automatically close that browser crash error.

     

    thread {
        loop while($comparison(#crash, "=", "")) {
            plugin command("WindowsCommands.dll", "close window", "Browser.exe", "")
            wait(30)
        }
    }
    

     

    Am testing it right now, usually after about a couple of hours, it will freeze up my VPS with a bunch of browser.exe crashes. 

    Hopefully this will fix that problem. THANKS to Kreatus either way!

  2. Hi, I am not sure if this thread should be in tutorial requests or bug reports.

     

    I have been aggressively developing new bots with multi-threading. Most of my bots run just 5-10 new browsers at a time. Each browswer closes and opens new ones when a task i.e link submission is completed on a site. But usually just 5-10 opened browsers at  a time.

     

    Every single bot I've made so far has the browser.exe crashing on every computer (vista, xp, and VPS server) I've tested. This is a big problem and I've seen other ubotters experiencing this same problem. I am not sure of a proper solution.

     

    Please advise on what to do? 

     

    Thank you

     

    -------------------------------------------------

    May 20, 2013, just released a free bot for automatically detecting and closing down browser.exe crashes. Check here:

    http://www.ubotstudio.com/forum/index.php?/topic/13968-free-automatically-close-ubot-browserexe-crashes-fix/

  3. Hi, this is a great ui html program, I created a nice looking ui quickly. But I have not a clue when adding tab windows. It would be nice to have tab feature built into the ui drag and drop program. 

     

    I did try the free tab generator program, I am not sure what to replace this with:

    TAB 1 CONTENT   (RECOMMEND CREATING UI ELEMENTS WITHIN A TABLE AND ADDING THE ENTIRE TABLE HERE)

     

    Is there a tutorial or video on how to add tabs? Thank you

  4. Update 4 is relaised today.

     

    In this update,

    -added  "live customer view"  -See which customer used your software.

                                                        -See how many times a day/week/month,/year he used wich software                                  

                                                        -Detailed information: exact hour your customer used the software

                                                        -Fisrt time customer used the software

                                                        -Last time customer used the software

                                                        -Total times customer used the software (day/week/month/year)

                                                        -See customer IP

     

    -added "Remember settings UBOT code" -Auto save UBOT code setting in UBOT code generator

                                                                           -Get previous gettings with a click on the button

     

    -added "JVzoo IPN" -Automate your license for the JVzoo platform

                                      -Handle sales and refunds full automatic

     

    Awesome features, just purchased. 

  5. Here's what happens when I use the UI HTML encryption.

     

     

    -------------ENCRYPTED:----------

    ui html panel("<script language=\"javascript\">document.write(unescape(\'%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E%0D%0A%66%75%6E%63%74%69%6F%6E%20%64%46%28%73%29%7B%0D%0A%76%61%72%20%73%31%3D%75%6E%65%73%63%61%70%65%28%73%2E%73%75%62%73%74%72%28%30%2C%73%2E%6C%65%6E%67%74%68%2D%31%29%29%3B%20%76%61%72%20%74%3D%27%27%3B%0D%0A%66%6F%72%28%69%3D%30%3B%69%3C%73%31%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%74%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%73%31%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%2D%73%2E%73%75%62%73%74%72%28%73%2E%6C%65%6E%67%74%68%2D%31%2C%31%29%29%3B%0D%0A%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%75%6E%65%73%63%61%70%65%28%74%29%29%3B%0D%0A%7D%0D%0A%3C%2F%73%63%72%69%70%74%3E\'));dF(\'%3F%6C%71%73%78%77%23%77%7C%73%68%40%25%65%78%77%77%72%71%25%23%79%64%6F%78%68%40%25%75%78%71%23%70%68%25%23%72%71%66%6F%6C%66%6E%40%25%78%65%72%77%31%75%78%71%56%66%75%6C%73%77%2B%2A%6A%72%23%77%72%23%78%65%72%77%23%2B%2C%2A%2C%25%413\')</script>", 250)

     

     

    -------------Original:----------

    ui html panel("<input type=\"button\" value=\"run me\" onclick=\"ubot.runScript(\'XXXXXXXXXXXXX ()\')\">", 250)

     

     

    This is basically a button that runs a custom command XXXXXXXXXXXXX . The beauty is that people seeing the encrypted ui html won't figure out which commands it is running. So in this case if I had hundreds of junk custom commands, then the cracker will go through hell to find the correct command. Or not if they can crack the JS code.

     

     

     

     

    --------------

    Edited by lowridertj

    Please do not ask others here to decrypt, crack things..

  6. Hey enigma! I found your critics very helpful and hopefully will make ubot encryption better in the future.

     

    I have bought and been toying  around with this obfuscator program. Enigma is right, if you know how to work with ubot you can probably figure out the junk codes from the real codes. Especially if you don't encrypt the UI Buttons. The ui buttons will give away all the clues and will lead you on a trail to all the real codes even with 40k lines of junk codes. That is what I found.

     

    But there's a nice UI HTML encryption feature in this obfuscator program that will encrypt the UI HTML and will hide all of the commands and variables to be run. Unless you know how to crack the javascript encryption.
    Unfortunately you will need a DEV license to use UI HTML. Also you will need to stop coding UBOT with the regular ubot ui buttons and text box but have to use the UI HTML which is a pain sometimes.
     
    Any suggestions and tips on this is highly appreciated by me and others  :D  Thanks!
     
     
×
×
  • Create New...