Jump to content
UBot Underground

Brutal

Fellow UBotter
  • Content Count

    691
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Brutal

  1. It could be a .Net issue too... when people do not have the right version it can make odd things happen - Just tossing ideas in hopes of helping.
  2. Pure, you are tackling a BIG project for someone who seems to be new to uBot... Good for you! There are no ready-made solutions for that. 1- You decide which place you want to use to create the temporary numbers for you (you'll have a hard time here) 2- You code your bot to go extract that information 3- You code your bot to place that extracted into where you need it and so on.
  3. Hi Louis, Start with building your various scrapers.... Those are the easiest and most straightforward by far, plus they allow the ability to get as complex as you want in terms of data manipulation and presentation. Be sure to check out paid/gree plugins too.
  4. Here is a little more detail I was afraid to post because I thought it may only be me seeing the "please wait..." when you start a program. A lot of my users are on VPS's so I tend to always test my programs on a vps in order to see for myself that it is working... and it has always worked. But with the new update, it refused to load the gui... I disabled firewall, turned off every restriction I could fine, I changed compatibility mode, I even added the "win 7 experience" feature... Could not get it to work. So I reverted back to previous version... Compiled in that version... All works
  5. Please Wait While Downloading Support Files... Is it just me? I compiled a bot that was built before this 5.27 update and only new users ever received that message during their first run. But now, it is showing that message each time I run the exe on the same computer it was created on.
  6. I went from regular PC's to full blown workstations - I'll never go back to a 'normal' computer again.
  7. You could have the bot navigate to a place like whatismyip.com and set the displayed ip into a variable, and as long as the ip there is the same one loaded into your proxy change, then the proxy is verified, else, it failed. Get me? Edit: My bad, I didn't look at your code example.
  8. Hi Jason, You are almost unlimited in those regards.... Almost any step that anyone is taking manually in their seo process can be automated with uBot. So I think your first step will be to figure out what you want to do... then set about automating each little bit of the whole process. I used to use WinAutomation as well (and still always keep the newest version) ... As you get more and more into uBot you'll find that it is a far better than winautomationin every respect. Before v5 of ubot I used WA to create little helper apps to run in the background, but with v5 of ubot, I just hav
  9. John, one thing that will help greatly and that I did in the beginning was to watch for posts where people were posting example code snippets to achieve specific tasks. Load those into your editor and play around with them as you run across them - It helps to keep you from being overwhelmed since it is usually just a single or small series designed to achieve a small thing.
  10. Seems like it would be complicated but a very cool idea indeed. place your arrow on step one, then when user enters data, use onChange and cause arrow to leave step one and show on step two and so on. man if you do it, show a little video of the end result - it is an extremely cool idea.
  11. Pash has a new plugin for windows commands. You can open a browser easily enough, and then maybe use his plugin to manipulate it. I haven't tried it yet, but it is on my agenda. I also have ExBrowser, which is a very powerful plugin.... you have options
  12. Darryls GUI Hero makes this sort of stuff real easy on you. I honestly couldn't function without it.
  13. Pizza Pro is right... just create a thread for your second loop and put a 7 second wait time on top of it.
  14. Here is a good start for you... navigate("http://www.apartments.com/the-larimore-omaha-ne/db8jnjh/","Wait") wait for browser event("Everything Loaded","") set(#get stuff,$scrape attribute($element offset(<class="availabilityTable ">,0),"innertext"),"Global") add list to list(%stuff i got,$list from text(#get stuff,$new line),"Delete","Global") with each(%stuff i got,#stuff i want) { if($contains(#stuff i want,"Not")) { then { } else { add list to list(%stuff i want,$list from text(#stuff i want,$new line),"Delete","Global") } } }
  15. If you're running threads, it will keep running until the process is finished. If you are in your code editor and you right-click - run from an internal point and it has a loop in it, then it isnt going to stop
  16. I have never been able to run CEF without it crashing so I am still using the old browser.exe ... so hopefully someone else will have a fix for you and I'll be able to use it as well.
  17. The new visual grid update is 100% exactly what I needed! - Thanks for all of the work and updates you do on this software man.
  18. This thread is a year old at this point but I decided to go ahead and put in my 2-cents since I faced the same issue today. I built a little bot that simply backs up some folders in my documents folder. ( a little back story) I have had pure hell over the years using backups... Every single program i ever bought to do back ups for me failed at some point along the way, OR when i needed the backup because my computer had completely died, I couldn't remember what program I had used and the back ups were always encrypted or at least in some unreadable format to me. So, I had a crash-scare
  19. @HattoriHanzo, good reply... Gentle but good. @uRobot, you are basically asking this community how to hack/crack ubot compiled programs. Maybe it was innocent, maybe you're so new in the world of marketing and software development that you didn't realize that your question pretty much destroys any trust anyone here would have in you... maybe. Or maybe you knew exactly what you were asking and believe that your intelligence level is so far superior to anyone else in there that no one would see through such a weak attempt. So, which is it? Are you a complete moron for asking us how to hack
  20. Holy [Expletive!] this is the coolest, easiest, most powerful GUI Editor to hit the market... My interfaces finally look amazing. And lets face it, the better your program looks, the more sales it gets! Darrell... You Rock man!
  21. and that right there is why HelloInsomnia pulls the big bucks :-)
  22. Simple Bot Idea... Fake Persona Generator The bot... have it allow the user to select male/female/random and produce a fake profile set for them... can be as low level or high level as you like.
  23. Evil - for me that happens on 2 occasions. 1- when the ico file i am using is bad in some way ..... check/change if needed 2- when computer resources for ubot is low ... I just close everything and restart the computer
  24. The same happens to me once in a while - for me, I just have to restart ubot and it works fine again.
  25. A work around is to create your exe and then rename the extension to .txt .... attach it to your post and just tell people to rename it back to exe after download - I did that on a free regex bot I released here on the forum.
×
×
  • Create New...