Jump to content
UBot Underground

Lucius

Fellow UBotter
  • Content Count

    63
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Lucius

  1. You need to use SMSPVA's API.. and use HTTP Get Plugin: http://network.ubotstudio.com/forum/index.php/topic/12837-sell-http-post-plugin-crazy-bonuses-inside/
  2. ANY VPN provider that provides PPTP protocol (pretty much most of them) you'll be able to use with uBot using the shell command, and Windows RASDialer.
  3. Hi Aymen, smtp attachments are being sent out with no filename, tried with send custom smtp command and send smtp email command
  4. I'm having trouble uploading an image to send as an MMS with : http://www.textnow.com/The "change file field" does not work. When done manually on a regular browser, an open file dialogue appears, and then once the image is selected, an overlay of the image, where the Send button has to be clicked to send the image.
  5. Extract the URL and navigate to it.
  6. Thanks for the plugin TJ. I'm also having problems with the $get messages function. I have already bought numbers from Twilio, so my account is not a trial account. It's always returning a "-1" for me. The other functions seem to be working fine though.
  7. It'd be great if we could change the from email address to anything we want using the SMTP send command.. (not talking about the reply-to). Right now the plugin is using the smtp account username.
  8. your problems may be with gmail... gmail only lets you POP 250 at a time.
  9. It would be great if you can include the "from name" data when it downloads it to a table. uBot's native email command doesn't do this either. So it'd be great if yours did
  10. TMAC actually has a command line interface so you don't have to record macro's to spoof the MAC address of your NIC card. Also, you can usually restart a premodded modem with a command (instead of manually power cycling the modem). Which firmware is yours? Haxorware? I thought premod modems no longer worked after DOCSIS 3.0... looks like I might have to look into this again.
  11. Another option would be using a blackhat email client/auto responder (blackhatautoresponder/EZautoresponder (good luck finding this))... these programs will allow you to mass check email accounts via the SMTP server.. most emails already have SMTP enabled so its good to go. You can even bind each account to its own unique proxy.
  12. Also, make sure the files ubot needs is close before trying to load it.
  13. Your code above is working for me. From the error you're getting, it seems like the #email variable is not being set. When you load your email.txt file, and before you move on to the next node, open up your Debugger, the #email variable should be set to the full path of the email.txt file. Else you will have a script error like you are getting. You should make sure each variable is set before moving on the next node, where that variable is needed. Get in the habit of using the "Step" button, with the Debugger window open to the side, so you can make sure your variables are being set
  14. The problem is you don't have anything in your %email list. This line here: set(#email, %email, "Global") Is not doing what you think its doing... this is RESETTING the #email variable with an empty list. What you should have instead is: add list to list(%email, $list from file(#email), "Delete", "Global") Does Standard version not have a Debugger?
  15. proxybonanza.com has what you need. they have private proxies https/socks with username and password, or you can use ip authentication.
  16. why not use add list to list? add list to list(%results, $find regular expression($document text, "regexphere"), "Delete", "Global") this should grab all urls matching your reg exp. and add each one to your list.... i think this is what you're trying to do anyways.
  17. ^Nice work around. Thanks for the help.
  18. I'm not trying to display the value of the #firstname variable in the ui block text.. I'd use a stat monitor for that... I'm trying to set the #blocktext variable with the text and the #firstname variable that i input in the ui block text, when the bot is already compiled.. change the reply message 'on the fly'. When I enter in #firstname variable in ui block text.. it displays ... the variable name instead of its value.
  19. Thanks, but the above code.. I would have to set the variables manually, wouldn't I? My bot already sets the variables I need. I attached a pic to better explain what I need to do. http://imageshack.us/photo/my-images/842/uiblocktext.png/
  20. I made an autoresponder bot. I want to be able to change the message it sends out once the bot is compiled, altering the message with a ui block text. However, I need to use other variables with my reply. Is there anyway to put in the other variables inside the ui block text? for example i want to use a variable that address the recipient by his/her first name. So i have a #firstname variable.. How do I enter #firstname variable into the ui block text?
×
×
  • Create New...