Recent content by dycero

  1. D

    Proxy Scraper from hidemyass

    i am using the following to scrape it Dim code As String = TextBox2.Text WebBrowser1.DocumentText = code WaitForPageLoad() 'MsgBox("loaded") WebBrowser1.Document.ExecCommand("SelectAll", True, vbNull) WebBrowser1.Document.ExecCommand("Copy"...
  2. D

    Control all checkboxes

    Hello currently I have 6 checkboxes and each one has an on check box change associated with it that calls the same function. this function just makes sure atleast one checkbox is checked then enables a button is there a way to tie this all into one change event?
  3. D

    Hello from Jay Bird

    Welcome to the site Jay Bird
  4. D

    Hi Guys , I am new here

    Welcome to the site..
  5. D

    Pro Marketer Gone Bad

    Welcome to the site, cannot wait to hear some of your insights
  6. D

    Hi There

    welcome to t he site
  7. D

    Need some help

    problem has been solved
  8. D

    Need some help

    i have changed the code a little Private Sub letushide_WaitForPageLoad() AddHandler wb_letushide.DocumentCompleted, New WebBrowserDocumentCompletedEventHandler(AddressOf letushide_PageWaiter) While Not pageready_letushide Application.DoEvents() End While...
  9. D

    Need some help

    I am having some trouble with this bit of code and i am not sure what is going wrong Dim pageviewer As Integer = My.Settings.max_views Dim pageloop As Integer = 0 MsgBox(pageloop & "<" & pageviewer) While pageloop < pageviewer...
  10. D

    alexa toolbar

    I am developing a Free bot to increase fake site traffic for unique views to help alexa ranking, google keyword searchs, and more. What i need help with is to gain page rank using alexa toolbar. I am using httprequests which i believe is using my computers internet explorer as the browser for...
  11. D

    Point me in the right direction

    That's what I'm going with. Easiest solution. I would rather spend more time writing bots theb messing with a website
  12. D

    Point me in the right direction

    I create all types of bots in my free time. I am just curious how many times any of them get downloaded. Since they are all free and no registration there is no call back to a server to monitor
  13. D

    Point me in the right direction

    Hello everyone I'm new on the site but I make bots. Hoping someone could point me in the right direction. All of my bots are completely free but I want to host them on my domain. What I am looking for is a way to tell how many times they have been downloaded. Can one of you help me out?
  14. D

    I am a bot creator!

    Welcome to the site cannot wait to see your bots.
  15. D

    Greetings!

    Welcome to the site
Back
Top