Jump to content
UBot Underground

Luke

Fellow UBotter
  • Content Count

    396
  • Joined

  • Last visited

  • Days Won

    5

Luke last won the day on July 29 2010

Luke had the most liked content!

Community Reputation

18 Good

About Luke

  • Rank
    Advanced Member

Profile Information

  • Gender
    Male
  • Interests
    TAKING OVER THE WORLD.... With evil robots.

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

10282 profile views
  1. Awesome! Thanks a ton, everyone! I got it conencted now; yes I was on hostgator too.
  2. I'd really like to dive into the new Database commands, but I haven't even been able to get it to connect to one, since there is no tute nor documentation on this new functionality. I've made a MySql database through cpanel on my shared webhost, and have all the credentials to put in the "connect to database" feilds, but it never connects.... I suspect I'm not formatting host properly. All examples here on this forum & on the Wiki mention using "localhost" as the host, but that didn't work, I'd assume because I'm hosting the DB at a web host. I've tried variation of my host's login URL
  3. I LOVE the FTP commands and functions, thanks very much for them Seth and co! However, I'm an FTP poweruser, uploading massive amounts of data multiple times a day and a lot of the time nothing less than zip/tarball files to be unpacked will do. I see no way to unpack/unzip any tarballs on the server. Am I overlooking anything? Also, I gotta be overlooking this but I can't seem to find it: How do we move a file from one location on the server to another? (Move or copy?) Thanks again for the hard work on this, hopefully I'm just overlooking some things. Cheers, Luke
  4. Dividing works. Thanks jomark3! For anyone interested, here's the working code: ui button("Click me for a random number") { set(#output, $rand(10, 99), "Local") set(#output2, $divide(#output, 10), "Local") }
  5. I want a randomly generated number in decimal. When I try this: ui button("Click me for a random number") { set(#output, $rand(1.0, 9.9), "Local") } I always get back a whole number, not a decimal. Is there anyway to have it not round up?
  6. Hi socialcracker, Kinda like tinyeye... But more like the UBot existing functionality where it matches an image on the page... It's just I want more matches. I would think it has to be built into ubot, not a seperate app. It needs it to be very fast, so I can press the Run button, it scrapes the image on the browser page, sees if this image exists inside the bot's database or folder, and if it does, return true. In ubot's code view, right now, I can say: if($exists(<image="___IMAGE___0___IMAGE___">)) { then { But what I'm trying to do is see if any one of a whole
  7. I know that I can ask ubot to match an image existing in the script to one on the page, (which is awesome) but what if it's one of many in the script? How about a database or table of images? Or pointing it to a folder full of images? -Can ubot see if an image on the page exists in my folder or db already? I can't match this picture by it's image name. I'd really like to load thousands of images into the script, or a database that the script checks, to match against on the page at the time of being Run. Any way to do this other than thousands of lines checking to see if each little imag
  8. I don't know if anyone else here has attempted this recently, but ever since AdSense changed it's admin panel late last year I've been unable to bot around inside... They seem to have gone out of their way to make it impossible for botting. Things I simply cannot do in there: 1. Fill the filter form box... No matter what you do to the form field, the words "Filter URL Channels" STAY in there so even when I successfully add things into the box those three words precede my search. 2. Select the checkbox beside any given domain... Even when you try and highlight with your mouse a checkbox
  9. Yep, I was doing that (with click, not type text actually) but I just didn't know to delete the Quotes too. Oh well, Live and learn. I'm going to try to use the code view to look for things out of place more now too. Thanks again, I'll look forward to the vids.
  10. D'oh! No Quotes on Variables! Arghh... That fixed it. There are some really big mindset changes I feel like must be easier for the true coders here to get their heads around that doesn't come to naturally for those of us who "learned to code" through earlier versions of uBot... This is a perfect example of something I never would have figured out, possibly because I never want to look at the code under code view and see if there is an extra or missing pair of quotes where I'm working... Are there going to be more films in the future on the changes between old-style ubotting and v4 ub
  11. In v3 it was very easy to select text on a page with a #var as part of your expression, like this: http://screencast.com/t/0GZp6odQ But now in v4 I'm just not getting results when I do the nearest approximation. Here's what I'm trying: http://screencast.com/t/sD7lHxi3U In v3 I could just use the text stored in the variable to make up any part of the expression by placing a {1} where I wanted it. But now in v4 if I try to name my variable there (I used #Niche in the example) or even drag the variable for #Niche over into the expression using "Innertext" for it to replace, the node never
  12. Well I just plus 1'd your post there... Good enough? I've already considered a G +1 bot, I bet we'll be hearing about some of them soon. Still gotta load it with the urls that have +1 badges on them though, and grab some proxies of course. You think that will be worthwhile?
  13. Yes please. That's kinda mind blowing. Gotta see this for myself.
  14. Damn that's interesting. In MSPaint? I'd guess you're using the "Move Mouse" commands? How do you even get MSPaint to show up in your botting window?
  15. I tried to make one to be my sex slave but that didn't turn out to well... Srsly, I have tinkered with using one to harass spammers & salesmen before. It looked at all incoming emails to a yahoo account and gave responses to ppl who used sales words or too many links out. I wrote some pretty uncooth replies, as you could imagine. That was obviously too difficult to perfect though, because of all the wordage variation. -So I wound up just making in an Unsubscribe bot... Any time an email comes with an unsubscribe link in it, it would click it and delete the email. But It's useless
×
×
  • Create New...