Jump to content
UBot Underground

VaultBoss

Fellow UBotter
  • Content Count

    790
  • Joined

  • Last visited

  • Days Won

    34

Everything posted by VaultBoss

  1. It looks like you KNOW programming, but you didn't take the time to watch the UBS tutorial and example videos or read the Help files? Your questions denote that you would know what to do if you'd have watched these first, to learn about UBS's available commands and functions. I understand how exciting can be to dive - head-first - into the seemingly Carribean-blue pool, but beware... water may be too shallow and you could get hurt. Take your time, sacrifice a working day and spend it to look at what (and how) other people have done things already - start again from there. Good luck to
  2. Are you having expandable substrings within? Also, for 140 characters, you need to count them up to 139 not 140 (they start to be counted in UBS at 0 not 1)
  3. You will also need very good proxies to fake traffic of any kind.
  4. First, scrape ALL the relevant data you want. Don't overthink and over-complicate the scraping process per-se. Next, manipulate the string within UBS, getting rid of the unwanted pieces of content.Good luck!
  5. If RegEx proves to be too difficult to write the way you want it, why don't you split the logic into two or more steps and apply Regex sequentially? What I mean is.. scrape everything FROM one point till the end first and assign the text to a variable. Then $replace regular expression within the variable (starting with the END you seek) with $nothing and it would clip your text as you want it.
  6. You can start other .exe with the SHELL commandUBS uses AwesomiumMultithreading in new browser window is possible (not Standard license though..)You really seem to need to buy the DEV license to be able to accomplish all you want to... Good luck!
  7. The delete email is a command specific for emails as in the whole concept of an email, headers, from, to, subject, body txt & html, etc... Like the ones you get in your Inbox... The loop you coded is referring to a simple list containing email addresses, which something totally different.
  8. Here are a few thoughts on software piracy, protection and other similar stuff. What is YOUR time worth?How would it be spent better? Piracy and Unconventional Wisdom
  9. ...and here comes the first one, from me, to whet your appetite: Hartley Brody talks about scraping (he codes mainly in Python) and the techniques and tools he uses. We may all find a few good ideas there - the post is awesome, especially coming from someone so high profile. Enjoy your read!
  10. Today it just occurred to me that this forum lacks an external resources library or reference guide of sorts, for people looking at automation from (maybe) different standpoints. So here is this thread - please feel free to add what you guys read on other places, where you learn stuff, news, etc... This is NOT the place to write extended how to's or explain tips & tricks in detail, per se, but rather just what the links are about, in a few words, followed by the resource link itself. If you want to explain a new technique or have a tip or trick to share, open your own thread in the a
  11. I'm not sure how these would work in UBS with Standard License. You should eventually open a support ticket, maybe they can help you.
  12. Very fast Internet... and people very friendly
  13. You click on your shadow profile pic (that you should change too) --> Edit My Profile --> System Specs and once there select from the dropdown. As for the freelance sites, NEVER compete on price, rather on quality of code/work. Start by having some bots you can showcase somewhere as previous projects, to serve as a starting portfolio. There are coders bidding $3/hr indeed, but there are people making $50+/hr on the same sites. It all depends on reputation and previous projects/experience. Good luck!
  14. You're welcome, mate.. The more inconspicuous everyone's bots are, the better for the whole community. Mimicking human behavior doesn't only mean clicks and scrolls, but also the smart usage of stats when hitting websites with multiple profiles, etc... Many people forget about this and build bots that simply loop through proxies, thinking they're hiding - but in fact they shine like a glow-stick in the dark, in the eyes of anti-spam teams from big sites like FB, TW, etc...
  15. Don't generate small numbers, it will be better to use rand in the interval 1-100 and interspread your search engines based on their usage rather than sheer luck. As such Google would get the 'lion's share' with about 70% while the others much less. Instead of else if comparing exact numbers, rather use them to compare ">" then on a ladder. IF Rand > 30 ... Google <----- ( Big G has approx 70% market share) ELSE IF Rand > 12 .. Bing <--- (in other words, it is between 12-30 as 17 = approx Bing's share) ELSE IF Rand > 0 ... Yahoo <--- (in other words, it is
  16. You need to have a single variable for your RUN/STOP button(s) As you have it now, it will run forever (the loop while never checks for the stop) So have a logic like: ui button("Start") { set(#isAllowedToRUN, $true, "Global") } ui button("Stop") { set(#isAllowedToRUN, $false, "Global") } followed by the LOOP WHILE checking the true/false like this: loop while(#isAllowedToRUN) { (of course the above are only the mods/replacements needed, not the whole code.)
  17. UBot can't. It won't work inside the file. At most you could try to load the data from file, but at that size... lol wish you luck! You can have MySQL installed locally. I use WAMP server for that (it's free and comes with Apache and php too) Another way would be to chop the big file into smaller, easier 'edible' files and do the looping inside UBS (load files one after the other in the loop), then at the end save the result to a new file. All the best!
  18. Put everything in a MySQL DB and use the MySQL plugin to access records however you want to filter (select) them...
  19. Here is the code to have random waits: wait($rand(1, 3))...change the limits (1-3) to whatever suits you.
  20. LOOPs and IFs are not considered 'containers' for Global/Local behavior, neither threads and new browsers. The custom commands/functions in UBS - the DEFINEs - would keep the Local variables confined within their boundaries, so their values would not be available outside. You CAN, however, push out a value of a local variable from within a DEFINE function, by using the RETURN command.
  21. If you're scraping from the web (HTML) then \n is enough... If you're manipulating files from different OS as sources... you may need them both, but it's not a problem if you want to use them both all the time anyway.
  22. Why are you capitalizing all words Glenn?
  23. Like anything else in life, security-wise, no tool is foolproof. However, when the thief goes to the parking lot to steal a car, the silly alarm shouldn't DENY him the ability to steal it, but it certainly puts him off; he'll be headed elsewhere to look for a much easier prey. The cheetah can also outrun ANY antelope, but will carefully pick the sick one, or the younger, 'cause it's much easier that way. If a tool adds some extra layers of protection, making the life of a hacker more difficult than before, I'd say welcome to that tool.
  24. You can simply add all the code you want to share inside a single cycled LOOP and then copy/paste the LOOP Node from your UBS to the Forum - it will show the code here, not the Nodes View
  25. I'm glad you've had a different experience. I happen to have a very good product, with excellent copy and stellar feedback as a WSO. Yet, after I 'took the cream' off the top of the forum (mostly even w/o affiliates, but indeed organically + promo to my own list) the next bumps simply didn't bring in new visitors who would become buyers at the same rates. So I figured it was much better to just encourage affs/JVs with other means rather than spend my hard earned money foolishly with WaFo. Better pay JVs a larger piece of sales (from the sales itself), than pay for the unknown from my ow
×
×
  • Create New...