Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 10/31/17 in all areas

  1. I just rebuilded the UI in a new fiIe and copy pasted the code into it. Now its functioning as normal. I think the .ubot file got slowly corrupted. The browser is also clickable again. Weird experience.
    2 points
  2. Instagram? This sample convert to your code. plugin command("Advanced Connection.dll", "socket clear", "All") plugin command("Advanced Connection.dll", "socket request", "https://www.instagram.com/accounts/login/", "GET") set(#RAW,$plugin function("Advanced Connection.dll", "$socket content", "RAW"),"Global") set(#csrf_token,$find regular expression(#RAW,"(?<=csrf_token\": \")(\\w+)(?=\")"),"Global") plugin command("Advanced Connection.dll", "socket add header", "X-CSRFToken", #csrf_token, "False") plugin command("Advanced Connection.dll", "socket add header", "X-Instagram-AJAX", 1, "Fal
    1 point
×
×
  • Create New...