-
Content Count
156 -
Joined
-
Last visited
-
Days Won
2
Posts posted by JackCrow
-
-
Yeah.... I have no idea how to do any of that. If that by chance in the how to manual?
-
Hey Meter. Thank you for all of the extra information and help. Shoot me a message with your payment information and I'll send it right over. I have one dumb-ass question- If I have files like lists of private proxy information or account information I'll be able to set it up so the user is unable to access these lists, correct? Or maybe you can share how I can include this type of information and keep it safe? I bet this is already part of the software so sorry for the nob question.
Message me so I can give you money!
-
How about getting the bots to work on Macs? That would be kind of awesome and I know people would get a lot more customers.
-
Or maybe I need to scrape all the links then navigate to the list at random?
-
Hey Guys. I'm learning a ton about Ubot everyday and am getting a lot better but I still seem to get hung up on simple things. I'm trying to set it up so my bot clicks on one of many options. For example I want the bot to click just one of these links- http://www.indiegogo.com/projects?filter_category=Animals&filter_country=CTRY_US&pg_num=2
Then the next time the bot runs I would like it to click randomly from the set of links or parameters I give it. Parameters might work best for all the sites I'm using. I believe this is a variable and not sure why this isn't clicking with me. I know this is very simple but any help you can give would be awesome.
Jack
-
Gotcha. That is a great. It's amazing the stuff BotGuru comes out with. I'm planning on buying a Virtual Box as soon as I get the coin.
-
Does this connect you to the actual HMA service or just Proxies from the site? Does the person using the plug-in need to be a HMA client?
-
Lilly, Ubot and the community around is is really amazing. I just started a new training course with UbotTraining.com and I know once I'm done I'll have a good handle on Ubot.
Thank you for dealing with my difficulties. It really means a lot to me.
-
Example sites would be Facebook, Twitter or Pinterest. Just want to be able to click on buttons without the bot clicking on all of the buttons in the window. Let's say for example I wanted to follow the first 5 people I did a search for. Here's a link example- https://twitter.com/search/users?q=kill%20me
I set up a click and loop it 5 times but when it clicks it follows ALL of the people in the search and unfollows people that I'm already following. Is there an attribute within the button I should include in the click? If so, I don't see it or understand. Any guidence you can give would be greatly appershated.
-
I really need to learn as much as quickly as possible. Learning Ubot is a 9am to.... midnight? job for me right now. I'm very, very broke but I see the amazing value of having and learning Ubot. I love it so far and find it all very interested but I just wish it would click better with me. A lot is lost on me because I'm not a programmer but I hope my hard-work and creativity make up for it. Is there anywhere online where I can just read a bunch of code? Or are there any learning sources I might not know about yet?
Thank you all. If there is anything I can ever do for you please let me know.
-
Hey everyone. Thanks for the ongoing help and support as I try my hardest to learn Ubot. I've been at my computer all day messing around and learning all of the aspects. I've learned a lot but I still have a long way to go.
I've watched the tutorials and I've read whatever I can but I still don't understand how to click Facebook like buttons or Twitter follow buttons. I believe it's an Element Offset or I have to Scrape the buttons then click them from the list? It's still clicking all of the buttons with that element no matter what I try. I think I may have to Scrape but after messing around for a few hours it's clear I have no clue what I'm doing. Any advice you can give would be awesome.
Jack
-
Thanks J Bot. SO much to learn. I love it all but it's very overwhelming.
-
First off, I am sorry for my emotional outburst. This is just a very tough time for me and I don't mean to be bitching on this form. The support I've gotten here has been amazing and it really means a lot to me. Each of you has a friend in me and I hope I can repay your kindness in some way.
I bought standard first but then upgraded to developer. Chris, thank you so much! I am downloading and trying it now.
-
Hello. I purchased Ubot about 2 weeks ago and I was under the impression I would be able to learn it easily even though I have no experience in programming. And when I say no experience I mean I can barley figure out HTML. I have watched days of tutorials and while they are helpful, if I don't understand the basic language it is VERY frustrating when I'm trying to create my own bots. I get hung up on very simple things and it is driving me completely freaking insane. I thought I would be further along by now and would have a means to start making money. If I can't figure this out in the next few days, I have to return Ubot and I don't want to do that.
I need guidelines that are meant for a dumb baby. I know there are others out there that are just as frustrated. I have almost no money but if I need to pay for a teacher let's work something out. I recently bought the UI Drag & Drop Builder thinking it would help and dispute working on it for 2 days, I STILL can't get a button to run a FREAKING COMMAND! While the answers people have given are very helpful I need a guideline for a complete nob or find someone that's able to teach me.
All I have been trying to do for the past 2 days is have a button in an html user interface that will run the script. I've gotten some answers but not one a dumb-ass like me can understand. I keep getting "Key was not present" Or it just does nothing. I'm loading the HTML from UI Drag & Drop so this should be simple, right? Well it's not for me!
I also can't figure out how to have a stat monitor showing how many times the bot has visited the page. However, I would be ecstatic to have someone explain, step by step, how the HTML user interface works and how to have the html buttons work. Yes, I'm an idiot.
-
2 f*ucking days on this. I'll have to re-post to make sure my question is clear.
-
Nothing against Ubot. The software is amazing. I just hate how little I know about all of this. I wish I learned it years ago. :-/
-
I HATE that I can't understand this. WTF! I am so pissed!
-
I just need to run a script when the user clicks a button. This should be simple but I'm not a coder and I need help. Please!
-
I am STILL stuck on this. Can someone, anyone explain what the hell I am doing wrong before I throw my computer against the wall?!
-
errr... this is so frustrating. I'm using a user interface drag and drop program so that might be messing me up more. Here is the code I have. Does it look correct?
<button style="height: 100px; width: 200px; font-family: 'Comic Sans MS'; font-size: 23px; color: rgb(0, 0, 0); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial; " onmouseover="this.style.background='#FF0829'" onmouseout="this.style.background='#FFFFFF'" onclick=\"ubot.runScript(\'masterblaster()\')\">BEGIN BLASTING!</button>
-
Hello. I'm not sure what the heck I'm doing wrong but I'm tired of wasting time on this simple thing. I just need to run the script from a button in the user interface. I thought it was the code below but it isn't working.... Can someone please show some examples of the correct command?
button onclick=\ubot.runScript
-
Damn it. Alright. I hate being such a dumbass at times. Now I just have to figure out how to delete this form....
-
You can't view or edit code in the standard edition?! Seriouly? Hang on, I have to check this out.
-
That's not appearing on mine. :-/ I have a search toolbar and run.
Error correcting options
in General Discussion
Posted
I am also fairly lost on this. I've found a few codes but they're not working for me. I would like the script or loop to restart when the page comes to an error but they're not working the way I would like. Any help would be amazing.