Jump to content
UBot Underground

HaHaItsJake

Fellow UBotter
  • Content Count

    133
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by HaHaItsJake

  1. You're not the only one with this problem. I was looking into Exbrowser but it seems sells are on hold with months delayed. I've tried everything to get the sites to load, only to end up a bust. I had to abandon 2 bots because of it. Have you tried looking into a HTTP bot?
  2. Is this plugin still unavailable to purchase? Could really use it...
  3. Thanks for the insight, I'm doing it manually because the plugin isn't threadable and the queue system slows the bot down massively. I guess I'm the only with this problem it seems like. Just gonna chalk it down to Murphy's Law. haha. Wait until the end of the month to get the Ultimate Captcha plugin. [solved]
  4. I've been trying to get the 2Captcha API to work with HTTP Upload for sometime now and all I'm getting back is ERROR_ZERO_CAPTCHA_FILESIZE with any captcha image I use. Am I missing something with 2Captcha? set(#CAPTCHAAPI, "", "Global") set(#RespondsUpload, $plugin function("HTTP post.dll", "$http upload", "http://2captcha.com/in.php", "key={#CAPTCHAAPI}&method=post&json=1", "{$special folder("Desktop")}\\captcha.jpg", "captchafile", "image/jpeg", "", "", "", ""), "Global") [solved] - My connection was blocking the file upload [EDIT] - Not my connection, was the wrong API method.
  5. It was weird. The upload function wasn't showing last night but it is now. Sorry about that.
  6. I agree with deliter, both is great to know and makes life alot eaiser.
  7. There it goes! Awesome. You've done an amazing job. I've tested almost all the commands and functions with over 500 threads. Very pleased. Thank again! I'll keep you updated if I come into any problems.
  8. Np, I believe it's the correct way. I'm currently recoding my cores to that threading method. I love it! About to run a test here in a couple of minutes. For the reset, I've did that but it wont alert before restarting. I'll give it another go. [added] ​I tested it on U5 too, it doesn't alert before restarting either. It also restarts the Ubot Studio..
  9. After messing around, I think I've figured it out. It's pretty easy to understand now if I didn't mess up. I use Ubot4 so there's no thread spawn. Can adapted to thread spawn or any other. Large Data Plugin is needed. I've attached what I believe is correctly done with a HTML UI. When working with HTML Start/Stop buttons {$Bot Is Running} is always false because it looks ubot's isrunning with the run bar. (Requested Feature) Pause/Stop will not work while threads are being spawned. Only already spawned threads will stop.​ I fixed this. Extra LoopWhile Status = Paused. I didn't comment
  10. Deliter sure knows how to come up with out of the box thinking. Some of the stuff he comes up with blows my mind.
  11. They just do what we the people are to lazy to do. Scraping, Traffic, Account Generators, Marketing (Email, Social, Forums, etc). You can even build a bot to create a Wordpress site, find a niche, find content, spin it, write it to your site, post to all social networks, generate blacklinks. ​Plugins are endless thanks to the community. I've even hooked AHK and Auto it into my Ubot to bot Flash Games. If you don't know basic JavaScript try to learn it along with Ubot (pro version+ I believe). ​-HaHaItsJake
  12. The private botbank is great. I've just got into it and productivity is alot faster. I recommend using it. Instead of opening a project to grab code, just have the defines in your private bank.
  13. For the Auto ReStart the Drag Commands here I guess does nothing? Is there any way to have it "shutdown" save data, wait for threads, etc before restarting? Could you provide a threading example with your plugin? I'm having a taught time trying to figure it out tbh. thanks.
  14. ​Whoa, I'm so thankfull. I'm going to use it in a couple hours and give it a go. ​For threading does it have to be with your plugin? I currently work around SmartThreads and coded a core around it. Will the commands/functions work along with it or are they only with your threading commands?
  15. I've just got back into ubot after a year break learning C#.I've created just 2 bots in the last 3 days. http://i.imgur.com/aYfCvTE.png ​ I have more more bots to make. All they are is durable high powdered bots. ​HTTP Post A+++ to this day. ​[Edit] Anyone know of a good (fairly priced) cloud base for Ubots (pay what you use) let me know.
  16. I really wish they would give a warning before taking them offline... sure cuts into my day. Been happening to me today for the past 45 minutes.
  17. I was wondering if running AHK (AutoHotKey) code inside Ubot via a plugin could be achieved? I've never messed with the plugin development with Ubot and wanted to get the opinions of the plugin developers. Regards, HaHaItsJake
  18. To open a folder/file with a UI button, Aymen's File Management Plugin http://network.ubotstudio.com/forum/index.php/topic/13237-free-file-management-plugin-multiple-commands-and-functions/ ui button("Open File") { OpenFile() } ui button("Open Folder") { OpenFolder() } define OpenFolder { plugin command("File Management.dll", "open file", "{$special folder("Application")}\\Config\\") } define OpenFile { plugin command("File Management.dll", "open file", "{$special folder("Application")}\\Config\\Hello.txt") } Hope this helps.
  19. Hey CL, Welcome to the community! To save a table to a CSV files you would just use the Table name. save to file("c:\\jobs.csv",&jobs_table)
  20. Hey Aymen, Was wondering is there an easy way to go about returning the whole local List/Table without looping through the entire List/Table like so; plugin command("LocalDictionary.dll", "clear global dictionary") thread { plugin command("LocalDictionary.dll", "init local dictionary") plugin command("LocalDictionary.dll", "init local list") plugin command("LocalDictionary.dll", "local list from text", "Numbers", "1,2,3,4,5,6,7", ",") plugin command("LocalDictionary.dll", "local dictionary add", "AllNumbers", $nothing) plugin command("LocalDictionary.dll", "local diction
  21. The paid version is going to be sweet. I just don't understand why it's not catching on fire. I only use the CSS selector plugin now days... guess it's their lost.
  22. Deliter is correct on this. It's exactly what you described.
  23. Playing around with it more, the child element selector is only selecting the first element. Can it grab all the elements and list them?
×
×
  • Create New...