StealRS in C# Help....

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

StealRS in C# Help....
  1. Unread #1 - May 12, 2008 at 6:13 PM
  2. bobgod
    Referrals:
    0

    bobgod Guest

    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?
     
  3. Unread #2 - Jun 30, 2008 at 8:50 PM
  4. death.by.pie
    Joined:
    Feb 11, 2007
    Posts:
    589
    Referrals:
    0
    Sythe Gold:
    0

    death.by.pie Forum Addict
    $5 USD Donor

    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 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site