Jump to content
UBot Underground

Lucius

Fellow UBotter
  • Content Count

    63
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Lucius

  1. 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.  

  2. 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. 

  3. 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.

    • Like 1
  4. 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 correctly.

     

    PS - check your PM.

  5. 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?

    • Like 1
  6. 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. 

  7. 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...