Jump to content
UBot Underground

Domkonit

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Domkonit

  • Rank
    Newbie
  • Birthday 07/15/1992

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

1127 profile views
  1. Hey, so i got me a new PC, Windows 10 and getting now the issue that i get stuck on the download support files. Any idea what causing that? It's just the last tip to finish the green bar. I checked the .net installations, reinstalled all. Studio 6. Revision 4 - Tried also some recommendations i found on internat and on the forum here but nothing helped.
  2. I solved the problem by disabling the "css" files. Now it's working fine. Thank you
  3. Here a screenshot https://www.dropbox.com/s/x4l6sgu3bo5jq2i/Screenshot%202015-10-06%2022.47.57.png?dl=0 And here the HTML Code: <div class="ui search dropdown selection active visible"><select id="product_id" name="product_id"> <option value="">Membership Level </option> <option value="4">1</option><option value="6">2</option><option value="7">3</option><option value="8">4</option> </select><i class="dropdown icon"></i><i
  4. I get a problem with my dropdown list so i decided to use an if statement with click image to resolve if. But my problem is when i add the 4 img it will not work anymore. I don't know why. Anyone an idea what am making wrong? The image are numbers: 1,2,3,4 if($contains(1,$next list item(%member_list))) { then { click($element offset(<class="search">,0),"Left Click","No") wait(1) click(<image="___IMAGE___11___IMAGE___">,"Left Click","No") } else if($contains(2,$previous list item(%member_list))) { then {
  5. That would only change that i get it from the Variable not directly from the list. Same result.
  6. Hey i have a simple problem but don't know how to solve it. I have a list of proxy's as .txt. I import it etc. add it to list and then it should be entered as next list item. But when he grabs it from the list i get "TUNNEL_CONNECTION_FAILED" after a view seconds. If i enter IP:PORT manuell into the field "change proxy" everything is working fine. Anyone has an idea what could there be wrong? ui text box("Link:",#vt_link) ui text box("How many pushes do you need?",#pushes) ui open file("Proxy List (.txt)",#proxy) add list to list(%proxys,$list from file("C:\\Users\\Anonymous\\Documents\\prox
×
×
  • Create New...