Jump to content
UBot Underground

BigEfromDaBX

Members
  • Content Count

    383
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by BigEfromDaBX

  1. Im interested. How do you want me to contact you?
  2. I been wanting to learn python but ubot is so much easier. If i have to learn python, i will leave ubot lol
  3. I want to create a bot using Twilio's "Programmable Voice" to call multiple numbers and then play a predefined message for each call. Is this possible with ubot?
  4. I posted the same question i posted here on the FB group a couple of days ago and still no answer and still pending approval.
  5. So delete the spam. It probably takes the same amount of time of you having to read the post and then approving it or not. I have posted on there before and it takes days for my post to show. By that time I probably figured out my question already. I’m in all sorts of groups. Way bigge the u it thin tank r and when I post it goes up right away and usually people start answering right away. Sent from my iPad using Tapatalk
  6. The only thing I don’t like is whenever I post something on the Facebook group it has to be approved. Why are you filtering posts. Do you have something to hide?
  7. I tried commenting to you yesterday but for some reason I couldnt. I wonder i there are server problems or did they stop comments on this topic? Im thinking about buying the exbrowser. Not sure yet.
  8. You knew the update wasnt going to be good when they was no hype about it before launching it. If it was good there would of been videos, emails god know what else promoting it. I never heard of this update until less than a week ago.
  9. When are we getting it? Getting tired of paying my subscription and nothing new happening.
  10. so is this an example of how it works. loop(500) { save("test") } define save(#text) { thread { plugin command("HeopasCustom.dll", "Heopas Thread Lock") save to file("C:\\test.txt",#text) plugin command("HeopasCustom.dll", "Heopas Thread Unlock") } }
  11. So im using the http get plugin. What does it mean when I get the following error: "The remote server returned an error: (410) Gone." Does this mean I wont be able to use the plugin for that page?
  12. Just thought of something. If i have one bot that is doing multi threading writing to the DB, wouldnt that be the same is several bots writing to that DB?
  13. Does sqlite have a limit on how many clients can connect to it. Can I run two bots to access the DB at the same time?
  14. Got it. Thanks :-) Sent from my iPhone using Tapatalk Pro
  15. @pash. Thanks. But doesn’t that limit to the desktop, documents, system etc folders only? Sent from my iPhone using Tapatalk Pro
  16. So I have a bot that I compiled which uses a sqlite db. But when creating my bot, I have to set the actual path of where the DB is located at that moment. Is there a way that I can drop my compiled .exe file along with the DB file and it will run from any folder that I execute the .exe file from? I would like this also work with commands like "save to file" and any other commands require saving or opening files. Thank you in advance.
  17. Does anybody have virtual server setup with xenserver or proxmox to run their bots? I was thinking about building one myself with a an intel nuc to run my bots that I use all the time. The Intel Nuc can get pretty expensive though. Is it better to use amazon EC2 instead?
  18. If I wait for "Dom Ready" does that mean all my source code will be loaded?
  19. I don’t have exbrowser Sent from my iPhone using Tapatalk Pro
  20. How can I delete a folder without getting the "are you sure you want to permanently delete this folder?". How can I delete a folder without having to click on the yes?
  21. I did it with two tables. 2nd table had 2 columns Went a little something like this: Imported names into TABLE ACreated a loop that Looped Table Total Rows of TABLE Athrough each rowif TABLE B contains name from TABLE A then grab total from from TABLE A row 2nd column and increment itelse insert the new name into TABLE B row on the first column and then 2nd column would be set to I did it with tables because my CSV had a few more thing i wanted to count which were in separate columns.
×
×
  • Create New...