Jump to content
UBot Underground

null_datatype

Fellow UBotter
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About null_datatype

  • Rank
    Newbie

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 7
  • Total Memory
    2Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

1177 profile views
  1. Is anyone experiencing an issue where the sound or the download feature for the optional Google Recaptcha method does not work? When I navigate to youtube, for example, I can hear sound, so I'm wondering if there is an issue with ubot parsing the recaptcha option. You can do a quick demo test on google's recaptcha site: https://www.google.com/recaptcha/api2/demo Thanks for your input.
  2. I read in a Support Ticket that a proxy cannot be changed for socket containers. However, if you are interested in modifying the socket headers you can certainly do so. In the following example, I have changed the HTTP_X_FORWARDED_FOR header. For security reasons, this is a good header to change, since some recipients can determine if a client is simply switching to a different IP from within the same hosting server: plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "x-forwarded-for", "5.6.7.8") plugin command("
×
×
  • Create New...