Jump to content
UBot Underground

nicksavage

Fellow UBotter
  • Content Count

    27
  • Joined

  • Last visited

Posts posted by nicksavage

  1. I went to the link Buddy and it is your a theme with posts. Did I hit the right link, to learn more click here.

     

     

    http://ubotcode.com/images/blackboard.png

     

    The first Class is within one day

    of finishing up their

    "Learn UBot in 30 Days"

    course.

     

    Now we are gearing up for the next wave.

     

    There are now well over 57 videos available

    and

    well over 100 bots were created

    (these will be an extra cost)

     

    Are you still on the fence

    with learning the absolute

    best automation software

    found on planet Earth?

     

    Then now is the time!

     

     

     

    (Click to learn more)

     

  2. Its a java popup, there is no way to remove them. The browser is crashing due to the high load. and its not 1 gb its 8 gbs of memory being used at 900 loaded. I was hoping someone would know java and be able to tell me how to get around the browser problem, its not ubot problem but browsers.

     

    I noticed that this happens when browser.exe "in memory" size reaches a bit more than 1GB.

     

    However, are "members" that you already scraped still displayed on the site?

     

    If so you should remove them with "change attribute" command and that way reduce the HTML (size) that needs to be rendered by the UBot browser. This should reduce browser.exe RAM usage and prevent browser from crashing.

  3. Hi

     

    I have a bot set up to do a while loop and scrape urls and save them into a txt file, but everytime it gets to 45kb the file goes 0kb.

     

    Here is my code:

     

    click(<class="user-list-link subs ud-popup">"Left Click""No")
    set(#Number, 0, "Global")
    loop while($exists($element offset(<class="btn">, 1))) {
        then {
            click($element offset(<class="btn">, 1), "Left Click""No")
            add item to list(%urls$scrape attribute(<outerhtml=w"<a href=\"https:*\" class=\"ud-popup message btn btn-small\">Message</a>">, "href"), "Delete", "Global")
            save to file("C:\\Users\\Administrator\\Desktop\\Kevin\\Kevins Bots\\Bots Testing\\scrapedusers.txt", %urls)
            wait(20)
            else {
            }
        }
    }

     

     

     

    Thank you

  4. ui open file("Proxy List:"#Proxies)

    add list to list(%Proxies$list from file(#Proxies), "Delete""Global")

    set list position(%Proxies, 0)

    ui stat monitor("Proxy :"#Proxy)

    loop($list total(%Proxies)) {

        set(#Proxy$list item(%Proxies, 0), "Global")

        change proxy(#Proxy)

        wait(3)

        navigate("https://signup.live....B&lc=2057&lic=1""Wait")

        remove from list(%Proxies, 0)

    }

     

     

    You should really use a define

     

     

    Hi thanks for that its working now, but it doesn't give the proxy long enough to open the page before it decides to change proxy again, Is there anything I can add to give it more time before it changes?

     

    Cheers

  5. Hello

     

    Setting up a bot to make outlook email accounts.

     

    I need to put in a  proxy changer I currently have one in place but its not showing which proxy is it in use, It just stays displaying the proxy in postion 0.

     

    when it does change proxy and loads up the sign up form it then cycles itself again and I lose the chance to even create an account.

     

    ui open file("Proxy List:"#Proxies)
    add list to list(%Proxies$list from file(#Proxies), "Delete""Global")
    ui stat monitor("Proxy :"#Proxy)
    set(#Proxy$list item(%Proxies, 0), "Global")
    loop($list total(%Proxies)) {
        change proxy(#Proxy)
        wait(3)
        navigate("https://signup.live.com/signup.aspx?wa=wsignin1.0&ct=1380783288&rver=6.1.6206.0&sa=1&ntprob=-1&wp=MBI_SSL_SHARED&wreply=https%3a%2f%2fmail.live.com%2f%3fowa%3d1%26owasuffix%3dowa%252f&id=64855&snsc=1&cbcxt=mail&bk=1380783289&uiflavor=web&mkt=EN-GB&lc=2057&lic=1""Wait")
    }

     

     

    Kind regards

     

    Nick

  6. Okay everyone, short post here, I need a tutor.

    I can't afford a whole lot as some of you charge but I can afford what I think is alot.

     

    I need some of you to pm me, I have specific bots I want to make and there multithreaded ect with use of proxies and captcha.

     

    Nothing really too easy. 

     

    I am not talking about a couple of bucks and hour but I am also not talking about 30 to 80 bucks and hour either.

     

    PM me if your interested and we will discuss it if we like each other. Time zone doesn't matter although I would like

    someone that is GMT/UTC + 08:00 hour

     

    Thank you so much for taking the time to read this.

     

     

  7. I think yah have answered my questions and I do appreciate it. I do not know how to close this but know I have enough info now.

    I know if I work on a bot and learn at the same time I should have that completed well within a week then I can pick a harder one and 

    a harder one to move up.
    I will duplicate first though to make sure I know it.

     

    Thank you everyone. It is worth my time to learn and not hire out no more. Wouldn't cost me so much but I always want the source code.

  8. uBot is definitely noob friendly! I haven't had it over a few weeks, but I have learned a lot! You gotta take the learning process 1 step at a time. You aren't going to go out there and make one of the masterpieces right off the bat! Start off by making a simple bot. :)

    So give me an example of how much time you spent in the few weeks. I'm assuming that means about three and what can you do now.

  9. Oh dont listen to John! I taught him everything he knows today and then some.

     

    ROFL

    Signed up on your site, hope it helps. lol. I can do basic php and all html with crappy css. I think that will hurt me more than help though since I don't have a full understanding and lack the necessary programming skills to understand nodes and stuff like that.

  10. I have searched the forums cause I was interested in this question since I will be starting to learn tomorrow with the dev version.

    No one has really answered the question in a sense that narrows down a time frame.

     

    How long did it take you to learn. Basics, intermediate, advanced.

     

    If I spend one 40 hour week on it how far SHOULD I get with it.

     

    I know the question is theoretical but I am curious as to if its worth it or to keep paying my VA's to code for me. Almost everything I have made is a macro bot anyways I think I would save alot of money.

     

    Could I be done with the begginer level within a full work week. If I spent 8 hours a day x 5 days.

     

    Thank you. 

  11. Welcome to the world of programming.  Any programmer charges more for a source code then a compiled software.

    Time is money in order to build something cheap the developer normally holds the source for you so that yes they charge to update it for you.  otherwise you pay the higher cost for the source code and you are free to have anyone code in it.

     

    This is how things are done in the programming world..  Sorry if it may come as a shock to you.

    Shock lmao. I have been on the computer since the early 80's. No shock here your trying to overcharge.

    I was on the web before it was the internet. I have never paid for source code before. If I buy it it belongs to me, Not you. the work is done for me. I have spent thousands on freelancer, scriptlance, virtual worker, and all the other sites and I always get source with my work.

  12. Okay I have one bid for ten from someone new that wants some experience.

    Two bids for 20

    One for 25

    and the two that show here.

    Will pick in about 5 to 6 hours and you must start this Tomorrow and have it done in 48 hours.

    Come on guys this is a macro bot with very little effort involved. BID

     

    I am not against letting someone do this that wants experience. As long as you do it. I think my budget is going to be 30 though.

     

    I have Zenno but I dont like doing it, I would rather buy it.

  13. Need a ubot script made. I will make a video of what it is to do

     I need a bot made. I need the files after your done too in case you vanish and I need something changed.

    It will log into a game and click an allow button, then it will go to another page and click save then it will click create then it will go to the next one and click allow and then save, then it will go to the first person that created and click join.

    It will do 30 total then it will go into what was created and gift the second person 30 times then it must leave the group and rejoin then it logs into the person that took over the group and accepts the first person back into the group and then hit gift again 30 times to the third man, over and over for all 30 people.

     

    I dont think you can pm me so please post your bid here.

×
×
  • Create New...