Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 08/18/16 in all areas

  1. This is the current status update if anyone else is experiencing issues or following the thread. Again, I appreciate any/all assistance from the forum members and staff support has followed up with me about the issue I'm having. Hopefully this will be resolved soon and in all likelihood I could be making a simple stupid mistake to screw things up, I just don't know. ---------------------------- I went back and verified that the installed .dlls were included and they are listed in the user-appdata-roaming folder for the installer compiled bot. The file "en-US.pak" referenced in the alert is in
    1 point
  2. untested but should work,add this underneath the port list in your script if($comparison($list total(%proxies),"=",$list total(%port))) { then { set(#position,0,"Global") loop($list total(%proxies)) { add item to list(%mergedList,"{$list item(%proxies,#position)}:{$list item(%port,#position)}","Don\'t Delete","Global") increment(#position) } } else { alert("scraping error,proxies and port should be of equal length") } } then save that file instead
    1 point
×
×
  • Create New...