Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 04/03/14 in all areas

  1. Considering that you get to keep the source code for the work that you are paid for... got to consider that as a bonus...
    1 point
  2. Just enter a space into the label field....all is well
    1 point
  3. Hi Guys, some very quick examples how you can use HTTP Post plugin with facebook: ui button("Login2") { plugin command("HTTP post.dll", "Clear Cookies", "https://www.facebook.com") set(#usernameencode, $plugin function("HTTP post.dll", "$url encode", #username), "Global") set(#get, $plugin function("HTTP post.dll", "$http get", "https://www.facebook.com", $plugin function("HTTP post.dll", "$http useragent string", "Chrome 33.0 Win7 64-bit"), "", "", ""), "Global") set(#post, $plugin function("HTTP post.dll", "$http post", "https://www.facebook.com/login.php", "email={#usern
    1 point
  4. I see so you basically want dynamic variables for use in comparsion cool idea I will add it to the list
    1 point
×
×
  • Create New...