Adblock breaks this site

StealRS in C# Help....

Discussion in 'Programming General' started by bobgod, May 12, 2008.

  1. bobgod

    bobgod Guest

    Referrals:
    0
    StealRS in C# Help....

    Ok,

    If you remember a post not too long ago by me I needed help connecting to a world and staying there.. Well I got that fixed with some help... Now I'm writing a C# version of StealRS... Its based off of this post: www.sythe.org/showthread.php?p=2942747

    Heres my code: (wbrRunescape is the Web Browser Control)
    Code:
    private void wbrRunescape_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
            {
                wbrRunescape.Document.Body.InnerHtml = wbrRunescape.Document.Body.Document.GetElementById("app").OuterHtml;
                wbrRunescape.Width = Convert.ToInt32(wbrRunescape.Document.Body.Document.GetElementById("app").GetAttribute("width"));
                wbrRunescape.Height = Convert.ToInt32(wbrRunescape.Document.Body.Document.GetElementById("app").GetAttribute("height"));
            }      
    I think I have the idea right, but each time i try to go to a world I get an error message saying:
    I know my Java is installed and working cause I can connect to the world(with ads) if I comment that out....

    Any ideas?
     
  2. death.by.pie

    death.by.pie Forum Addict
    $5 USD Donor

    Joined:
    Feb 11, 2007
    Posts:
    589
    Referrals:
    0
    Sythe Gold:
    0
    StealRS in C# Help....

    im pretty sure its something done by jagex to prevent it, but im not an expert
     
< New to C# | java find color >


 
 
Adblock breaks this site