Jump to content
UBot Underground

samcro

Fellow UBotter
  • Content Count

    47
  • Joined

  • Last visited

Community Reputation

2 Neutral

About samcro

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

3098 profile views
  1. @UbotDev.com, just wanted to let you know that I used your Advanced Shell plugin and it works great for this! Thanks again! - samcro
  2. I just sent you an email. Thanks! -samcro
  3. Ok, sounds good, but I don't have your plugin actually. When I went to your site to sign up to download, it won't subscribe me to aweber because they have been receiving a massive DDOS this whole week. Any other way I can get your plugins? You can add me to your list manually if you like. Thanks - samcro
  4. @UbotDev.com, that works pretty good thanks! Has anyone done it with images? I tried it with this same code but the images turn out to be corrupted. Thanks
  5. Hi guys, Drawing a blank here... I want to be able to create multiple copies of a file. For example, I want to make 10 copies of a text file. How would I go about doing that? I tried implementing different ways but none of them worked. Any help would be appreciated. Thanks! -samcro
  6. I think that what meter is referring to is Sun/Oracle VirtualBox, which you can find here: https://www.virtualbox.org/
  7. I've been fighting with this same issue lately. Can someone post code here on how to do it? I did read your responses and implemented what I interpreted would fix the issue, but no go on my end. If anyone can help, I would appreciate it. Thanks! -samcro
  8. ok, I watched the videos and I got it to work. Thanks!
  9. Hi TraffikCop, Thanks for your reply. I'll be honest, I don't have a lot of experience with regex in ubot so I'm not sure how to implement this in my code. Any chance you could show me?
  10. I think you may have a small error in the code. Based on what Edward_2 posted above, I believe the last line should look like this: remove from list(%commenting, #commentingid) Currently the code above shows this (highlighted in red), which might be the culprit: remove from list(%commenting, $list position(%commenting))
  11. Hey guys, I'm running into a bit of an issue grabbing some info from the code below. What I need to grab is the number highlighted in red and this number will be changing: _3u1" data-bt="{"id":18941894189, The ubot code that I have looks like this but it doesn't grab anything: add list to list(%uids, $find regular expression($page scrape("_3u1\" data-bt=\"{"id":", ","), "[0-9]+"), "Delete", "Global") I think I have an issue with the double quotes but I'm not sure at this point. Any thoughts?
×
×
  • Create New...