Jump to content
UBot Underground

emp

Moderators
  • Content Count

    137
  • Joined

  • Last visited

Everything posted by emp

  1. That would be great. I am in. Also, for those that keep changing the bots: Keep track of what changes. I guess that a lot of sites will just cycle through some variables. ::emp::
  2. Yes, what is up with this, Seth? This should be easy to set up in .net, what gives? ::emp::
  3. This is a question of how this is implemented in uBot. Normally, this type of activity is not limited by processor speed (as LilyT suggests), but rather by space issues - memory. A spin basically takes up more and more space with levels / spins. The levels you are talking about are making up an insane amount of versions. If this is kept in RAM (as I assume), then this puts a limit on the spinning. Let your task manager run alongside and look what happens to the RAM usage. Example 1,2 Can make up the non-repeating combinations of 1,2 2,1 1,2,3 will lead to 6 combinations 1,
  4. Try the intitle: prefix and the quotes for that. So this would be the examples: intitle:"all in title" and "all in title" ::emp::
  5. Well, you could also just navigate to an URL at the start... ::emp::
  6. As far as I know, Seth is working on that. Right now, you can't start an uBot script via command line. ::emp::
  7. Actually, this sounds like a bug. ::emp::
  8. Well, changing an IP adress is best done by using a proxy service. uBot does provide that functionality, and it will also switch the IP in the middle of a script if asked. ::emp::
  9. The file seemed to have gotten lost during the transition, but alcr saved the day. Thanks alcr. ::emp::
  10. Regexes are very powerful, but also a pain to understand and write. Basically, regexes are a pattern language, that enables you to define patterns to search for. Simple example: a . in a regex can stand for ANY sign. a.c Would then find abc, a c, azc, aac, ahc, etc... a * stands for (any number of) so a.*c would find abc, but also azzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzc etc... To learn and master regular expressions is an art in and of itself. I normally avoid them if I can. ::emp::
  11. Posting your questions in the forum will be much more worth your time. 1. Asynchronous communication - Get your questions answered while you sleep 2. Adding value to the community - by making the question and answers visible to all (also the development team) Other than that, you can TRY reaching me via empKAZ on AIM, keep in mind that I am in Europe, so good luck with that. ::emp::
  12. I will jump in for these 1) Can uBot created macros run in the background? It depends... Compiled uBot .exe files can run in the background, as can the uBot studio (lika any other program can) If you are talking about automatic / scheduled tasks, this is currently not possible, but is in the pipeline for development. 2) Can I sell ubot created software? Yes, you can. Some people are already making money from compiled uBot scripts. 3) Can the link in "Ubot Bot Creation Software" be removed? I saw it in the demo download. This is not possible as of now. It MIGHT be a future enhance
  13. No need to go into PHP for that Simple dos command appended with > (to route the output into a file) will do dir > myfile.txt Should make a handy list ::emp::
  14. You can use a GUI checkbox and then include it in an IF statement. ::emp::
  15. nice one, gureilla. ::emp::
  16. emp

    Break down the logic

    See this recent forum thread for clarification: http://botsoftware.org/forum/index.php?topic=219.0 ::emp::
  17. OK.. what you want to do is remove the path reference to the file. Normally, when you choose a file, uBot will enter a full path like this: D:\Fake\AsIfIWouldTellYa\gmail.txt Of course, unless your client has the exact same setup, his system will not find the file there. What you can do is remove the path to only the file name remains: gmail.txt like this: http://content.screencast.com/users/emper/folders/Jing/media/a0a2dc23-590d-4e83-bd0f-300d12c606d8/2009-11-11_0830.png But then, make sure that the file sits in the EXACT folder that the compiled bot sits in, as that i
  18. emp

    MOVED: Set Timer

    This topic has been moved to [bugs]. [iurl]http://botsoftware.org/forum/index.php?topic=147.0[/iurl]
  19. Nope, that is a bug. > You can actually copy the content of that error message by clicking on the dialog and hitting Ctrl+C. ::emp::
  20. As far as I know, uBot is programed in the .Net environment, but not cross platform compatible. (You might have luck using mono.net, but don't count on it) ::emp::
  21. emp

    can this be done?

    Hi turbo. Yes, I would do it like you said above at 1. ::emp::
  22. emp

    can this be done?

    Sure is shiny, this new toy, isn't it? Glad I could help you, have fun! ::emp::
  23. emp

    can this be done?

    hi there. I just made a short video for you to look at. I just set a variable, but t works the same with a list. http://www.screencast.com/users/emper/folders/Jing/media/d24eb9d0-f79b-4a19-a73f-94406331192c The problem is that uBot already has a URL ready in the nav command, which you need to clear. I ran into the same issue at first. ::emp::
×
×
  • Create New...