Jump to content
UBot Underground

cүвεя_נυηкιε

Fellow UBotter
  • Content Count

    524
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by cүвεя_נυηкιε

  1. can someone please supply a list of AV that cause the biggest problem with locker.dll going to run some test.

    if you have a download for a trial much the better.

     

    thanks

    kev123

     

     

    Here you go mate :

    https://www.virustotal.com/en/file/d75dde97dc534e8066837793f42ced6ac6e0c68a68e3b8bff14da02b4e7c6ccc/analysis/1456319603/

     

     

     

     

    CJ

     

     

    EDIT : I should probably mention whats in it, .. 

    Probably the simplest bot ever compiled, .. goes to site, clicks link, waits, repeats, clicks link, waits, repeats,  clicks link, waits, repeats,  you get the idea :P

     

    so yeah, nothing that should fire any AV off. 

  2. Give that one a try:

     

    plugin command("ExBrowser.dll", "ExBrowser CleanUp")

    plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "")

    plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.google.com/recaptcha/api2/demo")

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"input1\"]")

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"input1\"]")

    wait(1)

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"input3\"]")

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"recaptcha-anchor\"]/div[5]")

    plugin command("ExBrowser.dll", "ExBrowser Click", "x://*[@id=\"recaptcha-anchor\"]/div[5]")

    plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "x://*[@id=\"rc-imageselect\"]/div[2]/div[2]", "Appear", 10)

    plugin command("ExBrowser.dll", "ExBrowser Save Screenshot Element", "x://iframe[@title=\"recaptcha challenge\"]", "D:\\Demo\\x.jpg")

     

    Cheers

    Dan

     

     

    Thanks Dan, worked like a charm :)

     

    so did I just need some human emulation with the "Move Mouse" commands ?

    only asking as i had tried "x://iframe[@title=\"recaptcha challenge\"]" before with no luck, 

     

    no matter anyway, your a damn life saver :)

     

     

    Thanks again 

    CJ

  3. Give that one a try:

     

    plugin command("ExBrowser.dll", "ExBrowser CleanUp")

    plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "")

    plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.google.com/recaptcha/api2/demo")

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"input1\"]")

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"input1\"]")

    wait(1)

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"input3\"]")

    plugin command("ExBrowser.dll", "ExBrowser Move Mouse", "x://*[@id=\"recaptcha-anchor\"]/div[5]")

    plugin command("ExBrowser.dll", "ExBrowser Click", "x://*[@id=\"recaptcha-anchor\"]/div[5]")

    plugin command("ExBrowser.dll", "ExBrowser Wait For Element", "x://*[@id=\"rc-imageselect\"]/div[2]/div[2]", "Appear", 10)

    plugin command("ExBrowser.dll", "ExBrowser Save Screenshot Element", "x://iframe[@title=\"recaptcha challenge\"]", "D:\\Demo\\x.jpg")

     

    Cheers

    Dan

     

     

     

    Thanks Dan, Ill give that a try and let you know 

     

     

    CJ

  4. Most of my bigger bots have a similar system to what Darryl posted above, 

    However I have found that no matter what is pressed, checked, stopped or whatever the define being run will not stop until it has reached the end of the define, 

     

    It can be achieved with a lot of If statements through out the define but other that that i have never ever managed to definitively stop a define once it starts executing,

     

    There is a method on Wiki using the "return" command but i never got it to work properly in a large define, 

    although in fairness i havent tried it with any of the newer version of UBot 

     

     

    So Darryls post is probably the way to go :)

     

     

     

     

    Cheers

    CJ

  5. Hi Dan,

     

    Im having a problem downloading the reCaptcha image/images, ive read throught the thread and see some have had issues but nothing is working for me, 

    Ive tried every single element tag but always the blank image, not even the code supplied by you a couple of pages back as it gives a blank result for the scraped "src", 

    and if i try to download the image directly with the location that would have been scraped then nothing is downloaded at all, .. Im stumped

     

    The problem im having is that I can download an image the right size but its always an image of the top left of page, 

    I have also tried scraping and/or downloading each individual image but same result of images the right size but all blank,

     

    Here are a few examples :

    http://i.imgur.com/vfo7wB4.jpg

     

     

    And from the "demo api" page :

    http://i.imgur.com/t3cEi0z.jpg

     

     

     


     

    I did read your workaround to download the entire screeshot but it is a project for a customer so I dont think it would be a vaible option in this case, 

     

    It is the same for both Chrome and Firefox, I havent tried with phantom yet.

     

    Im posting this here just in case anyone is reading and having the same issue,

    If you would prefer me to open a support ticket then i can do that :)

     

     

     


     

     

     

     

    Thanks 

    CJ

  6. V3.1.0.0 (BETA) (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.)

    Not Test

     

    ALL Triggers: add option "Repetition Interval","Repetition Duration","Repetition Stop At Duration End","Execution Time Limit","End Boundary","ID",("Delay (V2 Only)" or nothing)

    ALL Triggers: new time is adjusted to (days, hours, minutes, seconds, milliseconds)

     

    task scheduler/exec action: add option "ID","Working Directory"

    task scheduler/com handler action: add option "ID"

    task scheduler/email action: add option "ID"

    task scheduler/exec action: add option "ID"

    task scheduler/show message action: add option "ID"

     

    task scheduler/date time settings: new time is adjusted to (days, hours, minutes, seconds, milliseconds)

    task scheduler/idle settings: new time is adjusted to (days, hours, minutes, seconds, milliseconds)

    task scheduler/special settings: default setting to nothing

    task scheduler/add: add option "Documentation","Source","URI","Version","Security Descriptor","Security Descriptor Sddl Form","Date"

     

    Go to sleep.

     

     

    Wow, that was staggeringly quick :)

    You may have just solved a shed load of issues i was having :)

     

    Thanks Pash, .. eternally grateful !

     

     

     

     

    Cheers

    CJ

  7. Hi Aymen :)

     

     

    Im having a problem,  I can not get the "datagrid styler" to fire off via the "Context" menu options, 

    it will execute from a define attached to a button but not execute from the same define if run from the context menu, 

     

    I tested a few other methods but it seems that the styler will only run from an "on load" or a button,

     

    I even tried having it loop within a thread to continuously fire off but it wont execute if run in a thread either.

     

     

     

     

    Any ideas ?

    Im stumped

     

     

    Thanks

    CJ

  8. Hi Pash, 

     

    Im trying to add extra settings to a task using the "task scheduler/special settings" but when i include the "special settings" command it wont even create the task,

    Ive tried a million and 1 different configurations but I cant create the task until i remove the "special" command,

     

    can you possibly provide a working sample please, .. obviously if you have a minute to spare ;)

     

     

     

     

    Also could I possibly request a feature to be added to either the "scheduler/time triggers" or "scheduler/daily triggers" ?

     

    Im trying to add the ability to add a task that will run daily, but at set intervals, ..  and so the user doesnt have to edit/modify after the task is created

    for example :

    Run every 1 hour for 6 hours every day

     

    So the triggered bot will then start at the set time, .. run for 1 hour, .. Close, ..Re-open and run for 1 hour, .. Close .. and so on for 6 hours

     

     

    The current commands only allow me to either :

    1 - set a daily task, but no way to configure how long it will run or when it will stop, 

    Or

    2 - Set a recurring task but only as a "One Time" task 

     

    both options require the task to be edited, 

     

    If the "Daily triggers" had the same options as the "time triggers" it would be perfect, 

    on a side note the weekly and monthly triggers could also benefit from the same configuration settings as the "time triggers" 

     

     

     

     

    Many Thanks

    CJ

  9. Thanks CJ and Kreatus,

     

    Please see the attached file in order to understand the warnings that I'm getting.

     

    Yesterday I figured out that there are two different issues here:

    • Chrome is saying that the download could be harmful to the user's machine.
    • Windows Smartscreen is throwing a warning

    I added my site to Google WMT yesterday and should be done with the site today or tomorrow, so hopefully it will take care of the Chrome issue.  Then as I make some cash with my programs I'll purchase an EV certificate to take care of the smart screen issue.

     

    Just bumps in the road...

     

    Thanks for your help my friend!

     

    Respectfully,

    LJ

     

     

    Ahh, yes the first one ..... THE FIRST ONE!!!!!! 

     

    That my friend has caused me I dont know how many hours of support tickets, team viewer sessions, re-builds, un-necessary updates ive had to deal with because of the browser warning, 

    not to mention having to explain why probably one of the most reputable "safe" browsers wont allow even an empty bot to be downloaded, .. 

     

    So yes I just read a few previous posts and a Digital Signature seems to be the only way to go, 

    expensive for those who dont sell much to cover the cost, but i guess we arent the only ones suffering from this.

     

     

    and to add to my answer to the post title, All installers will (should) be ok to use with Meter's licensing, 

    however none will stop any of those warnings :(

     

     

    I tend to add the Virus Total report with some of my "main stream" bots to give a customer some peace of mind, 

    but again that makes no difference as they have to download it first before they can see it, 

    so i usually end up brown nosing my customer to assure safe files are contained and then suggesting to use another browser to download, 

    although suggesting to disable any AV and/or UAC doesnt really sound very re-assuring :/

     

     

    damn it ive rambled again lol

     

     

     

     

    Cheers

    CJ

  10. Hi Learjet, 

    i mentioned a few installers in another thread and they alll work with Meter's licensing, 

     

    to save you searching for it here is what i posted before :

     

     

    As far as i know there is no way to change the name of the folder within your %appdata% folder, it is a bit annoying having to direct a customer to a folder named UBot Studio if something goes wrong,

    but just something we have to live with, .. 

     

    however, if you can get past that, there are other compilers you can use to make your bot setup process look pretty and are a LOT more configurable/customisable  :)

     

    There is a one called "Inno Script Studio" (they have a free version and it does what it says on the tin) :

    https://www.kymoto.o...o-script-studio

     

    or there is Actual Installer (I have not used this one) :

    http://www.actualinstaller.com/

     

    or there is my personal favourite which i now use for all my projects, Advanced Installer (Loads, and i mean LOADS of bells and whistles but expensive) :

    http://www.advancedinstaller.com/

     

     

    obviously there are probably loads of others you can also use that i havent mentioned, 

    but these are a good place to start  :)

     

     

    If your going to include the support files in your setup then its the same process as in UBot's setup compiler, 

    and the support files will still need to be placed inside the "UBot Studio" %appdata% folder  :)

     

     

     

     

     

    Cheers

    CJ

  11. This tip is for people who code a run button into their gui instead of the end user using the default ubot run button.

     

    We all know it tends to break things when a user becomes impatient while the software is running and he just sits there clicking the run button over and over. (a.k.a., A Spaz Click)

     

    What I do is create a var called "running_or_not" ... In the onload command I set the value of that variable to not (or stopped)

     

    Now, in the main define that is connected to your run button, put that variable at the very top and set to "running" and at the very bottom and set it to "stopped"

     

    Create an IF statement using comparison.

     

    [fif] running_or_not = running

    [then] alert - this program is already running

    [else] run program

     

    This stops the whole issue with people hitting that run button over and over and screwing things up - instead of it triggering the run command again, it just triggers the alert.

     

    You'll want to remember that anywhere in your code where you are using the 'stop script' function, you'll want to place your running_or_not variable right above that and set it to stopped.

     

    Otherwise if the script hits one of your stop points but the var isnt changed to stopped, then if the user clicks the run button it will already think its running and will not continue for them.

     

    And that my good fellow ubotters is my tip of the day.

     

     

    Nice tip dude :)

     

    Its funny its little things like this that make all the difference in an end product, 

    I usually add little tit bits like this to improve functionality without even thinking, .. like autopilot you know ..

     

    but to a new user things like this can make all the difference 

     

     

     

     

    Cheers

    CJ

  12. I find myself constantly restarting ubot because its always crashing.  I constantly get the following error.  See attachement

     

    Saving failed: Object reference not set to an instance of an object.

     

    Im running ubot on windows 7 professional.  Is that the recommended OS for ubot?  Please help

     

     

     

     

    I get this a lot, I dont think it makes a difference which OS you have as i had seen it on 7, 8.1 and 10 :/

     

    If you see this and cant find your previous "unsaved" work dont panic your ubot files are stored somewhere in a temp folder ... 

    there is a mention to it somewhere here in the forum ;)

  13. Not sure if this will do what you want, but I use it to ammend the data etc showing when your roll over an exe created by another software product I use.

    Its supposed to be white lable but shows who they are if you use this function of the software ahhhhhhh!

     

    http://www.angusj.com/resourcehacker/

     

    It may solve your problem, certainly does work for me in changing some of the created detail.

     

    once you change the details you need to hit complile and then save - it will create a duplicate

     

    hope this helps

    Andrew

     

     

    Thats typical, .. Ive had that and been using for years, .. hadnt even thought of using it for this hahha

    Nice !!

     

     

     

     

    Cheers

    CJ

  14. OK, I've yet to install one plug in. I'm rummaging through the store, I don't see anything specific to restarting. Is it part of a larger plug in?

     

     

    here it is and a few others, all available on the page HelloInsomnia posted :)

     

     

     

    Name of plugin: Close bot

    Link to the plugin thread: http://www.ubotstudi...se-bot-command/

     

     

     

    Name of plugin: Advanced ubot (set 1)

    Link to the plugin thread: http://www.ubotstudi...rograms-easier/

     

    • exit this app: Force Quit Applications.
    • restart this app: restart your program.

     

     

     

    Name of plugin: Advanced Ubot 2

    Link to the sales thread: http://www.ubotstudi...3-day-discount/

     

    • $app crash check : last start app crash or not (Beta).
    • app crash restart : auto restart when app crash (Beta).
    • app crash test : test crash even (Beta).
    • on closing : run ubot command on bot closing.

     

     

     

     

     

    CJ

    • Like 1
  15. I'm still having the same old issues with crashing even after trying load html($nothing). It's pretty consistent after so many iterations.

     

    I guess the final solution is to restart ubot in the middle of a sequence. I've never done that.

     

    Anyone have any example code of how this is done? Has someone covered this in another thread? I've done a search for "restarting", but can't find anything specific.

     

     

    I have a sort of "semi" solution that im currently in the process of coding for 2 of my bots that crash no matter what extra implementations i add, ... 

    maybe it will work for you, .. Im not sure as im not 100% sure what your bots process is, ...

     

    I have a bot that loops continuously using multiple threads and most users of it say it crashes without fail around the 3-5 hour mark (on average)

    Ive added/modified/optimised/ it so much that it really has no where else to go and is as "efficiently" coded as its gonna get, 

    so after a couple of head scratching days of re-reading through the code I decided to take a look at scheduling,

    and no not UBot's scheduling simply because I "think" the bot needs to remain open to be automated which kind of defeats the issue lol, 

     

    So I tested auto opening via Windows task scheduler and as mentioned in a ton of pages here the "/auto" trick doesnt work any more on any UBot 5 version, 

    so if you dont mind coding a little "If Schedule = True - Then Continue this process etc .." within an "On-Load" node then it can be the miracle your looking for, 

    its perfect because you can set it to fire off at set intervals, but even better you can force a currently running instance to close before starting the new,

    It could get a bit complicated telling your bot to pick up where it left off but if you save stuff to a file as you go along then implementing it shouldnt be too much of a headache.

     

     

    So in my case I have built a scheduling system that gives my user the option to have the bot run between certain times of day, for specific length of time,

    also the length of time the bot will run before closing the current running instance and then re-starting the next, ..

    eg.

    Start every day at 9am - Finnish at 9pm

    Open and run for 1 hour internals, close and restart

     

    So far in testing it runs as set, and on the off chance it crashes within the first hour the scheduler doesnt  have any problems forcing it to close,

    also in my case it doesnt matter where it starts so nothing to remember when restarted.

     

     

     

    There is a plugin here somewhere that will restart the bot for you if it crashes which would be alot simpler than my method, 

    but I couldnt get it to work because when testing in a bot and it crashes it doesnt close for me unless i close it via task manager. 

     

    You could also make it restart without scheduling and fire off a .bat file at the end of a timer or set amount of loops then use a "Close Bot" plugin (a few here), 

    then within the bat file have your bot called, this way you would still need to "save your position" for the next restart, .. 

    drawback to this option is if your bot crashes then it will never fire off the bat file or close :/

     

     

     

    anywho, just a few suggestions i thought i would air :)

    you never know something might click when you read it 

     

     

     

     

    Cheers

    CJ

  16. Yes as far as research so far.... We need Symantec or will not be trusted....

    Also think some other vendors are just selling same...

    Am doing more research now, and may look at getting a cert this month or next, and have a play ;)

     

    Still unsure if can use one cert for multiple products...

    Seems cost is $500 per year, which is reasonable I think ;)

     

     

    Cool, keep us updated :)

     

    and yes i guess $500 is pretty reasonable, and would be nice to display a badge stating it for potential buyers to see :)

     

     

    CJ

  17. I wanted to jump in on this one if i may, .. 

     

    I will be starting a new venture in the coming weeks and was concerned about this, Ive browsed around the big G and did find a ton of intersting info and all that, 

    but my question is does it matter where a certificate is purchased from ?

     

    Only reason im asking this is because i found a load of companies while searching, and actually a lot of companies that I wouldnt have expected to sell them, ...

    prices varied quite a lot and I indeed saw the ones at Symantec as UBOTEM menioned, 

     

     

    also this is a good idea, something on my to do list I never got around to, would be interested to see how it goes :

    signing just an installer, and have the installer install other tools.
    This way can use one product to install all other products

     

     

     

     

     

    CJ

  18. Just a quickie .. (thats what she said  :rolleyes:

     

    Thread title covers it really, what happened to the new store ?

    (and the freelance and learn sections for that matter)

     

    All im getting is :

    This site has been archived or suspended.

     

    Im guessing its being updated or something but im like the digital version of a "curtain twitcher" ... or simply put, nosey  :P

     

     

     

    Cheers

    CJ

  19. Thanks pash,

     

     

     

    How do I get the memory optimizer status to show how much memory etc is being used in the bot like in the image?

     

    I used the following command;do I have to use this command and assign to it some varaible to track or some other command?

     

    on load("Bot Loaded") {

        plugin command("Advanced Ubot.dll""auto free memory""Force", 30, "False""False""True")

    }

     

     

     

     

    attachicon.gif1-23-2016 5-24-27 PM.png

     

     

    Here you go cob007 :

     

    On the first line i have it looping "$comparison(#Stop,"=",$false)" while a variable "#Stop" is set to "$false" when my start button is pressed,

    but you can either alter it to suit your project or just remove it, up to you lol

    loop while($comparison(#Stop,"=",$false)) {
        clear list(%CPUStat)
        add list to list(%CPUStat,$plugin function("Advanced Systems.dll", "$system performance counter", "True", "True", "True"),"Delete","Global")
        wait(.5)
        set(#cpu,"{$find regular expression($list item(%CPUStat,0),"[0-9]+")} %","Global")
        set(#ram,"{$find regular expression($list item(%CPUStat,7),"[0-9]+")} %","Global")
        set(#netOUT,$find regular expression($list item(%CPUStat,8),"[0-9].+"),"Global")
        set(#netIN,$find regular expression($list item(%CPUStat,9),"[0-9].+"),"Global")
        wait(2)
    }

    Obviously you can also alter the values it is showing by changing/adding/removing/etc. the "$list item" row number :)

     

     

     

    Cheers

    CJ

     

     

     

    EDIT : Scratch that for some reason I only just noticed that i was using the Advanced Systems plugin, .. my bad

    Ill leave that there anyway, it might help someone, .. 

     

     

  20.  

    Save the text file - Then rename it to .exe extension instead of .txt

     

    Sweet Jesus Man  :o

     

    What a gem !!! nice share dude, 

    If there is one thing that consistently F*C*S me off its farting around with a regex string, 

     

    and to quote somethin' you said in my thread a few days ago, .. Thats a whole new level of handy right there !

     

     

     

     

     

    Cheers

    CJ

×
×
  • Create New...