Jump to content
UBot Underground

theskinnys

Members
  • Content Count

    53
  • Joined

  • Last visited

  • Days Won

    1

theskinnys last won the day on April 28 2010

theskinnys had the most liked content!

Community Reputation

1 Neutral

About theskinnys

  • Rank
    Advanced Member

Profile Information

  • Gender
    Male
  • Location
    New York

Contact Methods

  • Skype
    ask me!

System Specs

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

Recent Profile Visitors

4005 profile views
  1. a year of qbasic back in high school so I guess I have an unfair advantage though I'm sure that year is equivalent to like two weeks of a college course. Also whatever javascript and php I've had to manually learn for ubot/seo.
  2. ubot is already getting bloated as it is. Adding every small feature will only add to that.
  3. Just chiming in that I'm interested in knowing if you can pass variables as well.
  4. I'm really interested in learning more about the threading command too. Seth did one video on it already though I can't find the post or link right now.
  5. Not sure. I learned the hard way. I went through the script library posted by someone here and basically just went through online guides to learn how it works. The regex is all javascript so if you want to learn it'll have to be through javascript regex. I had already done the regex in a ubot script. I added some comments just now so I might as well post the script up. The comments are kind of verbose and assume the viewer doesn't know any javascript/programming, but in case someone else needs the same thing it would be best to over-comment. replace.ubot
  6. Could you use regex to solve this problem? If I am understanding you, you could take the scraped url and do a bit of replacing in the $eval command. After adding your scraped url, you would ultimately have this in your $eval node: "{1}".replace(/\&/g,""); The g after the second forward slash isn't needed if you only need to replace once. I'm really sorry if you already knew this and I was just misunderstanding what you wanted.
  7. Not in my knowledge. Saving a file as wouldn't need to be an extra function though since that's a normal command already, no? I'm thinking the only way to do things like rename a file will be through the shell command (which would be to use REN if renaming in same folder or MOVE if renaming + moving in shell after calling cmd).
  8. Is it possible to return lists? I know you can return variables and math constants and a few other things. Returning lists would be great or any way to be able to return multiple lines/multiple variables like a list type of thing. Right now if you try to return a list you get an error with the bot.
  9. New Guy, are the people you buy bots from providing the source code? If not, then a simple interface change with any of these softwares could make purchased bots useless, no?
  10. You guys are all right, but I'm sure some people who aren't from a first world country wouldn't mind $15 if this project will take an hour or two.
  11. The problem with my documents is that for a lot of Windows OS's, that is simply an alias or shortcut to the actual location of my documents. For example, in XP, each user of windows has their own my documents, as well as there being a shared documents folder for all users. Try doing this: include C:\Documents and Settings\YOURUSERNAME\My Documents\ulib_stringsCustom.bot
  12. Just wondering, did you end up losing the bot? I'm already experiencing ubot slowing down a bit now that I have a script topping 1mb.
  13. Just want to give a big thanks for this. I've been wondering how to do an if statement for a few things, especially captcha. Search page is extremely handicapped right now since it doesn't support wildcards, but doing 'if choose by attribute' then sending it off to a captcha service works perfectly.
  14. But if we compile the exe's then they won't be able to auto start the program right? And we can't have ubot files autostarting on too computers since the limit is using one at a time on up to two computers.
×
×
  • Create New...